Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

MayPeng

macrumors member
Original poster
Nov 21, 2010
53
0
How to find this "EXC_BAD_ACCESS" error?

stack info:

??
__CFMachPortPerform
__CFRunLoopRun
CFRunLoopRunSpecific
CFRunLoopRun
??
_pthread_start
thread_start
 

gnasher729

Suspended
Nov 25, 2005
17,980
5,565
How to find this "EXC_BAD_ACCESS" error?

stack info:

??
__CFMachPortPerform
__CFRunLoopRun
CFRunLoopRunSpecific
CFRunLoopRun
??
_pthread_start
thread_start

Ask an experienced programmer to look at your project. Go back to the last step where you have source code, check what you are doing wrong there. Set a breakpoint at the first point where the thread should enter your own code, see if it arrives there.
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.