Hello,
my App crashes and I do not understand how to read the crash report in order to understand what the problem is. I assume I have over released some object, but I do not find it. This is how I did so far:
-> open up the organizer in xcode
-> open up the current crash report
The report says:
Any advices on how to intepret this?
Thanks in advance!
MACloop
my App crashes and I do not understand how to read the crash report in order to understand what the problem is. I assume I have over released some object, but I do not find it. This is how I did so far:
-> open up the organizer in xcode
-> open up the current crash report
The report says:
Code:
Incident Identifier: 1520A904-0F01-4F83-8F46-95892F1B5804
CrashReporter Key: f27f4375b1d6496b0b0dae97d15a0317b7c57ef9
Process: myApp1.0 [13232]
Path: /var/mobile/Applications/648D077E-B953-4CCC-89B4-7177E1FFC439/UlmApp1.0.app/myApp1.0
Identifier: myApp1.0
Version: ??? (???)
Code Type: ARM (Native)
Parent Process: launchd [1]
Date/Time: 2010-05-03 10:28:02.541 +0200
OS Version: iPhone OS 3.1.3 (7E18)
Report Version: 104
Exception Type: EXC_BAD_ACCESS (SIGSEGV)
Exception Codes: KERN_INVALID_ADDRESS at 0x74000042
Crashed Thread: 0
Thread 0 Crashed:
0 libobjc.A.dylib 0x00003ec0 objc_msgSend + 24
1 MapKit 0x000729b8 -[MKDotBounceAnimation animationDidStop:finished:] + 248
2 QuartzCore 0x0001e05c run_animation_callbacks(double, void*) + 440
3 QuartzCore 0x0001de64 CA::timer_callback(__CFRunLoopTimer*, void*) + 156
4 CoreFoundation 0x000574bc CFRunLoopRunSpecific + 2192
5 CoreFoundation 0x00056c18 CFRunLoopRunInMode + 44
6 GraphicsServices 0x000041c0 GSEventRunModal + 188
7 UIKit 0x00003c28 -[UIApplication _run] + 552
8 UIKit 0x00002228 UIApplicationMain + 960
9 myApp1.0 0x00002a96 0x1000 + 6806
10 myApp1.0 0x00002a40 0x1000 + 6720
Thread 1:
0 libSystem.B.dylib 0x00001488 mach_msg_trap + 20
1 libSystem.B.dylib 0x00004064 mach_msg + 60
2 CoreFoundation 0x00057002 CFRunLoopRunSpecific + 982
3 CoreFoundation 0x00056c18 CFRunLoopRunInMode + 44
4 WebCore 0x000841d4 RunWebThread(void*) + 412
5 libSystem.B.dylib 0x0002b780 _pthread_body + 20
Thread 2:
0 libSystem.B.dylib 0x00001488 mach_msg_trap + 20
1 libSystem.B.dylib 0x00004064 mach_msg + 60
2 CoreFoundation 0x00057002 CFRunLoopRunSpecific + 982
3 CoreFoundation 0x00056c18 CFRunLoopRunInMode + 44
4 Foundation 0x0005a998 +[NSURLConnection(NSURLConnectionReallyInternal) _resourceLoadLoop:] + 172
5 Foundation 0x00053ac6 -[NSThread main] + 42
6 Foundation 0x00001d0e __NSThread__main__ + 852
7 libSystem.B.dylib 0x0002b780 _pthread_body + 20
Thread 3:
0 libSystem.B.dylib 0x000262c0 select$DARWIN_EXTSN + 20
1 CoreFoundation 0x000207e2 __CFSocketManager + 342
2 libSystem.B.dylib 0x0002b780 _pthread_body + 20
Thread 4:
0 libSystem.B.dylib 0x00001488 mach_msg_trap + 20
1 libSystem.B.dylib 0x00004064 mach_msg + 60
2 CoreFoundation 0x00057002 CFRunLoopRunSpecific + 982
3 CoreFoundation 0x00056c18 CFRunLoopRunInMode + 44
4 GMM 0x00008dec GMM::TileCachePrivate::runCacheThread() + 592
5 GMM 0x00008e48 _runCacheThread(void*) + 4
6 libSystem.B.dylib 0x0002b780 _pthread_body + 20
Thread 0 crashed with ARM Thread State:
r0: 0x001a7b80 r1: 0x32d7cbe0 r2: 0x318e2254 r3: 0x00000004
r4: 0x001b90b7 r5: 0x74000042 r6: 0x001ab310 r7: 0x2ffff4a4
r8: 0x38282494 r9: 0x7fffffff r10: 0x00106ca0 r11: 0x00106d90
ip: 0x3826e7f4 sp: 0x2ffff484 lr: 0x318c49c0 pc: 0x33369ec0
cpsr: 0x200f0010
Any advices on how to intepret this?
Thanks in advance!
MACloop