• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: Catching Cocoa application Crash
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


References: 
 >Catching Cocoa application Crash (From: "parag vibhute" <email@hidden>)
 >Re: Catching Cocoa application Crash (From: "Apparao Mulpuri" <email@hidden>)
 >Re: Catching Cocoa application Crash (From: "parag vibhute" <email@hidden>)

  • Prev by Date: Re: Hanging NSTextView with a paste
  • Next by Date: Re: My app breaks when moved while running
  • Previous by thread: Re: Catching Cocoa application Crash
  • Next by thread: Re: Catching Cocoa application Crash
  • Index(es):
    • Date
    • Thread