Re: How to catch and log EXC_BAD_ACCESS?
Re: How to catch and log EXC_BAD_ACCESS?
- Subject: Re: How to catch and log EXC_BAD_ACCESS?
- From: Kyle Sluder <email@hidden>
- Date: Mon, 26 Jan 2009 12:17:07 -0500
On Mon, Jan 26, 2009 at 7:16 AM, email@hidden
<email@hidden> wrote:
> EXC_BAD_ACCESS is not an application exception it is a Unix signal.
> Signals are a BIG topic.
EXC_BAD_ACCESS is not a UNIX signal, it is a Mach exception. In
response to this exception, the UNIX layer will send your process
SIGBUS.
--Kyle Sluder
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden