KSCrash icon indicating copy to clipboard operation
KSCrash copied to clipboard

Crash stack is EMPTY!

Open FadeFei opened this issue 7 years ago • 1 comments

I modified the ViewController.mm - (IBAction) onCrash:(__unused id) sender { char* ptr = (char*)-1; *ptr = 10; }

- (IBAction) onCrash:(__unused id) sender { std::string s; s.resize(-1); } and catch an empty crash stack! It seem KSCrash can only catch the general exception like "throw "someting happen!" ".

FadeFei avatar Oct 10 '17 08:10 FadeFei

any result? I met the same question and don't know why?

jakehan0816 avatar Oct 18 '22 10:10 jakehan0816