Re: Catching Cocoa application Crash
Re: Catching Cocoa application Crash
- Subject: Re: Catching Cocoa application Crash
- From: "Kyle Sluder" <email@hidden>
- Date: Fri, 8 Feb 2008 11:05:54 -0500
Make the main executable of your bundle a "wrapper" that forks and
execs the real app. Then have it wait(2) for its child process. The
wrapper executable can be responsible for cleaning up any loose ends
your app may leave behind.
--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