Note that there are some explanatory texts on larger screens.

plurals
  1. POGetting to the bottom of a crash
    text
    copied!<p>Here is the crash report, the only entry of my app are the last two lines of the Thread 0 that crashed. Is it possible to get to the bottom of this crash?</p> <pre><code>CrashReporter Key: 4cc3bf614179cfc630ec151430177d3d47175000 Hardware Model: iPad2,1 Process: MyApp [750] Path: /var/mobile/Applications/96D92A43-EA51-4988-88ED-AFDF005995DF/MyApp.app/MyApp Identifier: MyApp Version: ??? (???) Code Type: ARM (Native) Parent Process: launchd [1] Date/Time: 2011-11-20 09:19:34.803 -0600 OS Version: iPhone OS 5.0.1 (9A405) Report Version: 104 Exception Type: EXC_CRASH (SIGABRT) Exception Codes: 0x00000000, 0x00000000 Crashed Thread: 0 Last Exception Backtrace: (0x37ee18bf 0x37a2d1e5 0x37ee17b9 0x37ee17db 0x35178cab 0x15b53 0x12ded 0x319c27ff 0x2c4b 0x3520550f 0x37ead577 0x37e390cf 0x351793fb 0xb66d 0x31a3c565 0x31ab4ce7 0x35211943 0x37eb5a63 0x37eb56c9 0x37eb429f 0x37e374dd 0x37e373a5 0x37c0efcd 0x319b7743 0x2585 0x2550) Thread 0 name: Dispatch queue: com.apple.main-thread Thread 0 Crashed: 0 libsystem_kernel.dylib 0x3054232c 0x30531000 + 70444 1 libsystem_c.dylib 0x379e3f54 0x37996000 + 319316 2 libsystem_c.dylib 0x379dcfe4 0x37996000 + 290788 3 libc++abi.dylib 0x3043ef64 0x30438000 + 28516 4 libc++abi.dylib 0x3043c346 0x30438000 + 17222 5 libobjc.A.dylib 0x37a2d2dc 0x37a24000 + 37596 6 libc++abi.dylib 0x3043c3be 0x30438000 + 17342 7 libc++abi.dylib 0x3043c44a 0x30438000 + 17482 8 libc++abi.dylib 0x3043d81e 0x30438000 + 22558 9 libobjc.A.dylib 0x37a2d22e 0x37a24000 + 37422 10 CoreFoundation 0x37e3753e 0x37e28000 + 62782 11 CoreFoundation 0x37e3739e 0x37e28000 + 62366 12 GraphicsServices 0x37c0efc6 0x37c0b000 + 16326 13 UIKit 0x319b773c 0x31986000 + 202556 14 MyApp 0x0000257e main (main.m:14) 15 MyApp 0x00002548 start + 32 Thread 1 name: Dispatch queue: com.apple.libdispatch-manager Thread 1: 0 libsystem_kernel.dylib 0x305323b4 0x30531000 + 5044 1 libdispatch.dylib 0x30a9df74 0x30a9a000 + 16244 2 libdispatch.dylib 0x30a9dc92 0x30a9a000 + 15506 Thread 2: 0 libsystem_kernel.dylib 0x30542cd4 0x30531000 + 72916 1 libsystem_c.dylib 0x379a030a 0x37996000 + 41738 2 libsystem_c.dylib 0x379a009c 0x37996000 + 41116 Thread 3: 0 libsystem_kernel.dylib 0x30542cd4 0x30531000 + 72916 1 libsystem_c.dylib 0x379a030a 0x37996000 + 41738 2 libsystem_c.dylib 0x379a009c 0x37996000 + 41116 Thread 4 name: WebThread Thread 4: 0 libsystem_kernel.dylib 0x30532010 0x30531000 + 4112 1 libsystem_kernel.dylib 0x30532206 0x30531000 + 4614 2 CoreFoundation 0x37eb541c 0x37e28000 + 578588 3 CoreFoundation 0x37eb4154 0x37e28000 + 573780 4 CoreFoundation 0x37e374d6 0x37e28000 + 62678 5 CoreFoundation 0x37e3739e 0x37e28000 + 62366 6 WebCore 0x3290e128 0x32866000 + 688424 7 libsystem_c.dylib 0x379a5c16 0x37996000 + 64534 8 libsystem_c.dylib 0x379a5ad0 0x37996000 + 64208 Thread 0 crashed with ARM Thread State: r0: 0x00000000 r1: 0x00000000 r2: 0x00000001 r3: 0x00000000 r4: 0x00000006 r5: 0x3f7c2ce8 r6: 0x00000002 r7: 0x2fdffa6c r8: 0x00000001 r9: 0x00000000 r10: 0x00000000 r11: 0x35cf9201 ip: 0x00000148 sp: 0x2fdffa60 lr: 0x379e3f5b pc: 0x3054232c cpsr: 0x000f0010 </code></pre>
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload