Re: signal documentation
Re: signal documentation
- Subject: Re: signal documentation
- From: Dietrich Epp <email@hidden>
- Date: Fri, 27 Dec 2002 21:35:42 -0800
On Friday, December 27, 2002, at 08:51 , Donald Hall wrote:
Hi all,
Is there any place where all the various signals are documented? (e.g.
SIGSEVV etc.). I couldn't find them in the documentation or the Anguish
et al book. It would help a lot in the debugging if I knew what kind of
error I was looking for.
Signals are not part of Cocoa. Try `man signal'. SIGSEGV is our old
friend, the segmentation fault (SEGment Violation). Your program
attempted to access memory not allocated to it.
_______________________________________________
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.