Note that there are some explanatory texts on larger screens.

plurals
  1. POIphone Crash log not symbolicating UIKit calls
    primarykey
    data
    text
    <p>Has anyone ever seen a crash log like this before where the UIKit and other system libraries do not get symbolicated? One of our apps is having an issue with crashing on launch but only a small number of users (like 5) are experiencing the problem. (To my understanding the default.png is displayed and then it crashes) and we have been unable to reproduce it. There doesn't seem to be anything oblivious in the code and I have ran the static analyzer and it shows no issues. But the fact that the UIKit and other libraries are not being symbolicated is odd to me. I looked up libSystem.B.dylib 0000000000 0 + 0 and there are some hits on google about this and a connection with static libraries. This project does use static libraries but I would assume that if there was an issue with them it would not work on any device not just a couple.</p> <pre><code>Exception Type: EXC_BAD_ACCESS (SIGBUS) Exception Codes: KERN_PROTECTION_FAILURE at 0x00000000 Crashed Thread: 0 Thread 0 Crashed: 0 libSystem.B.dylib 0000000000 0 + 0 1 UIKit 0x0068a0dc 0x66c000 + 123100 2 MyApp 0x000307b2 -[RootViewController defaultImage] (RootViewController.m:39) 3 MyApp 0x00030720 -[RootViewController loadView] (RootViewController.m:49) 4 MyApp 0x00030182 -[RootViewController loadView] (RootViewController.m:43) 5 MyApp 0x00031894 -[AppDelegate applicationDidFinishLaunching:] (AppDelegate.m:52) 6 UIKit 0x31ada4b8 0x31acc000 + 58552 7 UIKit 0x31ad09e2 0x31acc000 + 18914 8 UIKit 0x31b29fd8 0x31acc000 + 384984 9 UIKit 0x31b298fc 0x31acc000 + 383228 10 UIKit 0x31b29332 0x31acc000 + 381746 11 GraphicsServices 0x3026c046 0x30267000 + 20550 </code></pre> <p>This is the defaultImage method in its entirety </p> <pre><code>-(UIImage*)defaultImage { return [UIImage imageNamed: @"Default.png"]; } </code></pre> <p>We got the ipa from one of the users and the Default.png does not seem to be corrupted.</p>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

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