Are these Apple or 3rd party classes?

2009-10-09 Thread Philip White
Hello, A customer of one of my shareware programs has reported that my program frequently crashes when he tries to print. No one else has reported this kind of error. The stack trace he sends me includes the following lines: (this is just some of them) 20 EPIJDataManager_Core_L

Re: Are these Apple or 3rd party classes?

2009-10-09 Thread Steve Christensen
A quick Google search came up with a reference to EPIJDataManager that somehow relates to Epson printers. I couldn't find any other info than that. On Oct 9, 2009, at 6:48 AM, Philip White wrote: A customer of one of my shareware programs has reported that my program frequently crashes

Re: Are these Apple or 3rd party classes? (printing error)

2009-10-09 Thread Philip White
On Oct 9, 2009, at 10:27 AM, Steve Christensen wrote: A quick Google search came up with a reference to EPIJDataManager that somehow relates to Epson printers. I couldn't find any other info than that. Oops, my Yahoo search came up with nothing. I guess there is a reason Google is

Re: Are these Apple or 3rd party classes? (printing error)

2009-10-09 Thread Philip White
Ok, I guess I wrote these lines too hastily: On Oct 9, 2009, at 11:02 AM, Philip White wrote: That is the last my code hears of it, below is the stack trace from that point to where the exception is thrown, it doesn't look like my printing view ever gets sent a -drawRect: or any other

Re: Are these Apple or 3rd party classes?

2009-10-09 Thread David Duncan
On Oct 9, 2009, at 6:48 AM, Philip White wrote: I don't really know a lot about the inner workings of the print system, but would anyone be able to tell me if this looks like it is third party stuff (printer drivers?) or Apple stuff? The bottom of the crash report should tell you the full

Re: Are these Apple or 3rd party classes?

2009-10-09 Thread Philip White
On Oct 9, 2009, at 12:51 PM, David Duncan wrote: On Oct 9, 2009, at 6:48 AM, Philip White wrote: I don't really know a lot about the inner workings of the print system, but would anyone be able to tell me if this looks like it is third party stuff (printer drivers?) or Apple stuff? The

Re: Are these Apple or 3rd party classes?

2009-10-09 Thread Jens Alfke
On Oct 9, 2009, at 11:05 AM, Philip White wrote: The crash report is actually from my own crash reporter, not from Apple's and it doesn't report what libraries are loaded. I slapped together my own reporter because few users think to send the info from Apple's crash reporter to the