Skip navigation.
 
mlRe: Catching Cocoa application Crash
FROM : Karsten
DATE : Fri Feb 08 18:04:16 2008

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 <apparao.<email_removed>> 
> 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 <parag.<email_removed>> 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_removed>)
>
> 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:
> http://lists.apple.com/mailman/options/cocoa-dev/<email_removed>
>
> This email sent to <email_removed>

Related mailsAuthorDate
mlCatching Cocoa application Crash parag vibhute Feb 8, 09:37
mlRe: Catching Cocoa application Crash Dominik Pich Feb 8, 11:12
mlRe: Catching Cocoa application Crash parag vibhute Feb 8, 12:32
mlRe: Catching Cocoa application Crash Apparao Mulpuri Feb 8, 13:07
mlRe: Catching Cocoa application Crash parag vibhute Feb 8, 14:00
mlRe: Catching Cocoa application Crash parag vibhute Feb 8, 14:04
mlRe: Catching Cocoa application Crash Kyle Sluder Feb 8, 17:05
mlRe: Catching Cocoa application Crash Jens Alfke Feb 8, 17:12
mlRe: Catching Cocoa application Crash Bill Garrison Feb 8, 17:30
mlRe: Catching Cocoa application Crash Karsten Feb 8, 18:04
mlRe: Catching Cocoa application Crash arri mafkees Feb 9, 01:34
mlRe: Catching Cocoa application Crash parag vibhute Feb 25, 08:14