State of threads in crash log
State of threads in crash log
- Subject: State of threads in crash log
- From: "Crichlow, Eric" <email@hidden>
- Date: Wed, 20 Aug 2003 13:23:18 -0400
In examining the crash log for my application I see that it lists a
whole bunch of threads, and the entry for almost every one of them is the
same:
Thread 2:
#0 0x90073c48 in mach_msg_trap
#1 0x90005f90 in mach_msg
#2 0x90007698 in vm_deallocate
#3 0x9005e428 in _pthread_reap_thread
#4 0x90026cc0 in _pthread_reap_threads
#5 0x90026a28 in pthread_exit
#6 0x97e2cc60 in forkThreadForFunction
#7 0x90020d48 in _pthread_body
Depending on the crash log, I may have this same entry 60 or more times.
Does this mean that each of these threads successfully exited, and their
state is simply tracked and reported for informational purposes, or is each
of these threads still active, stuck in some state when they should have
exited?
I'm never running more then 8 threads at one time, so I know most, if
not all of these threads, should have exited long before the application
crashed.
...Thanx...
...Eric...
_______________________________________________
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.