Help with crash log EXC_CRASH (SIGABRT)

Can anyone assist with how to interpret this crash log? We found this log from his iPhone. I have been able to symbolicate the report but do not know how to interpret the cause of the problem. The app crashes instantly upon launch for him, the app does not terminate but stay in the splash. I cannot duplicate this error and am new to debugging. Thanks. Here is the log.



Incident Identifier: 614574C5-3DE8-46DC-8C53-7D2DD8EB1E98

CrashReporter Key: 239fe31da8537b18c696ae1a374a923ea994a72c

Hardware Model: iPhone9,2

Process: Cloud189 [311]

Path: /private/var/containers/Bundle/Application/8324FC52-E93D-406C-B244-5CCA6F22099B/Cloud189.app/Cloud189

Identifier: com.21cn.ecloud.family

Version: 1.1 (1.0.0)

Code Type: ARM-64 (Native)

Role: Foreground

Parent Process: launchd [1]

Coalition: com.21cn.ecloud.family [436]



Date/Time: 2017-02-04 10:38:48.8664 +0800

Launch Time: 2017-02-04 10:37:58.3211 +0800

OS Version: iPhone OS 10.2.1 (14D27)

Report Version: 104


Exception Type: EXC_CRASH (SIGKILL)

Exception Codes: 0x0000000000000000, 0x0000000000000000

Exception Note: EXC_CORPSE_NOTIFY

Termination Reason: Namespace SPRINGBOARD, Code 0x8badf00d

Triggered by Thread: 0


Filtered syslog:

None found


Thread 0 name: Dispatch queue: com.apple.main-thread

Thread 0 Crashed:

0 libsystem_kernel.dylib 0x000000018df2d1c4 0x18df2c000 + 4548

1 libdispatch.dylib 0x000000018de18df8 0x18de05000 + 81400

2 CoreUI 0x0000000194c49278 0x194bfa000 + 324216

3 CoreUI 0x0000000194c51fb0 0x194bfa000 + 360368

4 CoreGraphics 0x0000000190422e48 0x1903ae000 + 478792

5 CoreGraphics 0x0000000190422a68 0x1903ae000 + 477800

6 CoreGraphics 0x00000001906b72ec 0x1903ae000 + 3183340

7 QuartzCore 0x00000001921e430c 0x1921c8000 + 115468

8 QuartzCore 0x00000001921e489c 0x1921c8000 + 116892

9 QuartzCore 0x00000001921e1aa0 0x1921c8000 + 105120

10 QuartzCore 0x00000001921e37d0 0x1921c8000 + 112592

11 QuartzCore 0x00000001921e3a34 0x1921c8000 + 113204

12 QuartzCore 0x00000001922d26f0 0x1921c8000 + 1091312

13 QuartzCore 0x000000019224f3ec 0x1921c8000 + 553964

14 QuartzCore 0x0000000192276a68 0x1921c8000 + 715368

15 QuartzCore 0x0000000192277488 0x1921c8000 + 717960

16 CoreFoundation 0x000000018ef2a0c0 0x18ee4d000 + 905408

17 CoreFoundation 0x000000018ef27cf0 0x18ee4d000 + 896240

18 CoreFoundation 0x000000018ef28180 0x18ee4d000 + 897408

19 CoreFoundation 0x000000018ee562b8 0x18ee4d000 + 37560

20 GraphicsServices 0x000000019090a198 0x1908fe000 + 49560

21 UIKit 0x0000000194e9d7fc 0x194e23000 + 501756

22 UIKit 0x0000000194e98534 0x194e23000 + 480564

23 Cloud189 0x00000001007884a0 main (main.m:14)

24 libdyld.dylib 0x000000018de395b8 0x18de35000 + 17848

Replies

I have been able to symbolicate the report …

If you’ve been abel to symbolicate the report, why did you post the unsymbolicated version?

but do not know how to interpret the cause of the problem.

An exception code of 0x8badf00d means that you’re app has been killed by the watchdog, typically for not launching in time. It’s hard to offer more advice without a full log (preferably with frames related to your app symbolicated). Please post the complete log.

Share and Enjoy

Quinn “The Eskimo!”
Apple Developer Relations, Developer Technical Support, Core OS/Hardware

let myEmail = "eskimo" + "1" + "@apple.com"