Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Xcode Crash Log: "NO_CRASH_STACK + 0"

In Xcode > Organizer > Crashes I see a crash with note "NO_CRASH_STACK + 0".

What does this mean and why does it happen that a crash stack is not available?

like image 803
Manuel Avatar asked Jan 24 '16 12:01

Manuel


1 Answers

You'd be better to check the source code or third party source there is exit() function call. exit() doesn't make crash log. I think calling exit() function may be the reason.

like image 79
BurtK Avatar answered Oct 11 '22 18:10

BurtK