On Jan 26, 2009, at 5:33 AM, Oleg Krupnov wrote:
For the beta-testing purposes, I'd like my app to handle the situation when the EXC_BAD_ACCESS exception occurs, and treat it gracefully - i.e. send a crash report and perhaps terminate.
You might look into NSExceptionHandler, which can do something somewhat useful on the way to terminating your app. Although, really, letting Crash Reporter collect the report is probably better. And, as discussed, EXC_BAD_ACCESS/SIGSEGV should lead to terminating your app.
Regards, Ken _______________________________________________ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) 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: http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com This email sent to arch...@mail-archive.com