How to catch this crash?
How to catch this crash?
- Subject: How to catch this crash?
- From: Charles Bennett <email@hidden>
- Date: Tue, 17 Jun 2003 12:19:09 -0400
Hi All, I have a crasher that I don't seem to bea ble to figure out where
it's happening.
in GDB backtrace full yields the same informatin as the crash log.
I suspect that it is happening when a NSThread process is ending because
of the "forkThreadForFunction"
in the back trace but I can't prove it nor seem to to be able to catch
it in my code.
Here is the trace. None of this is my code but is in the typical
"greyed out" color
of non-source libraries.
Thread 11 Crashed:
#0 0x908217c8 in _NSClearExceptionStack
#1 0x9080b7ec in __NSFinalizeThreadData
#2 0x90026c0c in _pthread_tsd_cleanup
#3 0x90026a04 in pthread_exit
#4 0x9081cd20 in forkThreadForFunction
#5 0x90020d28 in _pthread_body
The error is EXC_BAD_ACCESS so I suspect a reference to a free'd object
or something along that line.
Any suggestions on how to set up to catch this crasher is appreciated
or to figure out
what part of my code triggered the error.
Thanks
Chuck
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.