Re: Help find doc on error messages
Re: Help find doc on error messages
- Subject: Re: Help find doc on error messages
- From: Jonathan Jackel <email@hidden>
- Date: Sat, 1 Nov 2003 13:14:17 -0500
man signal
Also, go to the breakpoints tab and set a new symbolic breakpoint at
-[NSException raise]. When you run in the debugger, the program will
break exactly where you are having your problem (which is, rest
assured, memory related).
Jonathan
On Saturday, November 1, 2003, at 12:42 PM, LANCE GREENWOOD wrote:
Where do I find the docs to explain and error message like :
[my app] has exited due to signal 11 (SIGSEGV)
I'm sure that it has something to do with memory management, because
when I debug the program my data is there and when I click the run
button to start my program up again from the debugger all my data is
gone. Like the NSMutableArray that holds my record objects is getting
lost.
_________________________________________________________________
See when your friends are online with MSN Messenger 6.0. Download it
now FREE! http://msnmessenger-download.com
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.