Hi
My app crashes at a particular point when testing on the phone. The console shows 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 meanings of all these signals? Thanks.
Edit: Is there a way of knowing why the error occurs? according to the signal man page, signal 10 is Bus error (which is BTW, clear from the error) but what does it mean and how do I remove it?
Thanks again