Debugging EXC_BAD_ACCESS in an iPhone app
- by Jeff
Here's my stack trace. Where do I start to figure this out? I've tried a ton of NSLog()s and I can't track it down.
#0 0x94e9ced7 in objc_msgSend ()
#1 0x04936318 in ?? ()
#2 0x0259b252 in __CFRunLoopDoObservers ()
#3 0x0259a65f in CFRunLoopRunSpecific ()
#4 0x02599c48 in CFRunLoopRunInMode ()
#5 0x02ae7615 in GSEventRunModal ()
#6 0x02ae76da in GSEventRun ()
#7 0x0061dfaf in UIApplicationMain ()
#8 0x000051cc in main