How to trap app crashes
How to trap app crashes
- Subject: How to trap app crashes
- From: Stefan Pantke <email@hidden>
- Date: Thu, 29 Jan 2004 10:39:41 +0100
I would like to integrate a feature, that should send a notice to me, if
my application crashes.
Softer internal inconsistencies, might be handled by my application
internally,
for example by some replacement of assert(), which triggers some window
and allows to send some feedback.
But how about hard crashes?
Might I define some crash handler which will be called if segmentation
faults occurred?
I suppose, I have to register such a routine with the OS to supervise
my app...
For example, OmniGroup uses such a trapping mechanism in Graffle. But
their tool (or code)
is not available.
_______________________________________________
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.