I'm trying to track down some issues with mpthreads in my app, and
I'm getting two styles of crashes. the first is fairly tame, the app
crashes, crash reporter comes up, I can see which thread crashed,
each threads trace, etc.
the other is much harder. the app will crash, but the crash reporter
never comes up. checking the console, these are coming up as:
crashdump[xxx]: Exited process crashed
crashdump[xxx]: crash report written to: /Library/Logs/CrashReporter/
Exited process.crash.log
it can't even retrieve the application name! and the resulting crash
report isn't much help either. has no thread breakdown, no call
trace, nothing. just the thread state, which means nothing to me.
Unknown thread crashed with i386 Thread State:
eax: 0x00000000 ebx: 0x92c43e53 ecx:0x00000000 edx: 0x00000000
edi: 0xa2c4200c esi: 0xbfffeca0 ebp:0xbfffecc8 esp: 0xbfffeca0
ss: 0x0000002f efl: 0x00010206 eip:0x92c43e80 cs: 0x00000027
ds: 0x0000002f es: 0x0000002f fs:0x00000000 gs: 0x00000037
is there anything i can do from here??
mike
--
Mike Woodworth
[EMAIL PROTECTED]
_______________________________________________
Unsubscribe or switch delivery mode:
<http://www.realsoftware.com/support/listmanager/>
Search the archives of this list here:
<http://support.realsoftware.com/listarchives/lists.html>