Re: Catching Cocoa application Crash
Re: Catching Cocoa application Crash
- Subject: Re: Catching Cocoa application Crash
- From: Karsten <email@hidden>
- Date: Fri, 8 Feb 2008 18:04:16 +0100
Hey there,
you should try the BSCrashNotifier (http://www.codebeach.org/code/show/55
and http://briksoftware.com/blog/?p=58). It is a bundle that you can
load into your application. then you register to send a selector to a
target when a signal is raised and you'll be notified. after that the
signal is raised again without the notifier in place, so your app will
crash as before so that you'll get a crash reporter.
If you have general problems reading crash-reports you should consider
reading the blogpost about using otx: http://briksoftware.com/blog/?
p=11.
Kind Regards
Karsten
Am 08.02.2008 um 14:04 schrieb parag vibhute:
I thought about the signal handler but not sure that any of those 30
signals
which man page of signal() mentions always get called on application
crash.
Thanks,
Palav
On Feb 8, 2008 5:37 PM, Apparao Mulpuri <email@hidden>
wrote:
If i understand your question correctly, you may implement it using
Signal
handlers. Just look at out, which signals are generated during your
application crash.
For signals list, use the following command:
kill -l
- Apparao,
Samsung India Software Center.
On 2/8/08, parag vibhute <email@hidden> wrote:
But there are certain times when that application gets crashed. My
question
is can we trap this application crash event so that I can perform
that
task?
--
There are many things in your life that will catch your eye but only
a few
will catch your heart....pursue those'.
_______________________________________________
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
_______________________________________________
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