Re: Graceful Crash
Re: Graceful Crash
- Subject: Re: Graceful Crash
- From: email@hidden (Simon Fraser)
- Date: Mon, 11 Aug 2003 12:17:33 -0700 (PDT)
- Organization: Netscape
Mathew Peterson wrote on 11/8/03, 12:58 am:
>
How can I gracefully catch the application crashing. For instance,
>
Camino crashing will launch a debugger...is this actually cooca or is
>
it an application watching for a crash?
Camino has a crash reporting tool (Talkback) that installs signal
handlers ('man sigaction') to catch crashes. Using the
ExceptionHandling.framework or writing code to catch Mach exceptions
would also work.
Simon
_______________________________________________
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.