Crashing when thread exits
Crashing when thread exits
- Subject: Crashing when thread exits
- From: Steven Frank <email@hidden>
- Date: Mon, 8 Mar 2004 15:41:25 -0800
Can anyone suggest what this crash might be symptomatic of?
Program received signal: "EXC_BAD_ACCESS".
Thread 3 (process 9117 thread 0x3727):
#0 0x90831234 in objc_msgSend ()
#1 0x96553278 in __NSFinalizeThreadData ()
#2 0x9001e34c in _pthread_tsd_cleanup ()
#3 0x90017188 in pthread_exit ()
#4 0x965782e8 in forkThreadForFunction ()
#5 0x900247e8 in _pthread_body ()
It occurs when an NSThread in my app completes. Is this something to
do with the thread's autorelease pool, or do I need to look elsewhere?
Thanks,
Steven
http://stevenf.com/
_______________________________________________
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.