My application crashes at some point when testing on the phone. The console displays this message.
Tue Jan 27 15:47:14 unknown SpringBoard[22] <Warning>: Application <SBApplication: 0x3f26180> com.myprof.test activate: deactivate: exited abnormally with signal 10: Bus error
Where can I find a list with the values โโof all these signals? Thanks.
Edit Is there a way to find out why an error occurs? according to the signal page, signal 10 is a bus error (which is BTW, cleared of the error), but what does it mean and how to remove it?
Thanks again
source share