Re: Force crash a cocoa app for Crash Reporter testing
Re: Force crash a cocoa app for Crash Reporter testing
- Subject: Re: Force crash a cocoa app for Crash Reporter testing
- From: "email@hidden" <email@hidden>
- Date: Thu, 20 Aug 2009 18:17:51 +0100
A Cocoa approach to crashing a Cocoa app:
NSDecimalNumber *boom = (NSDecimalNumber *)[NSDecimalNumber
numberWithInt:0];
[boom decimalNumberByAdding:nil];
On 20 Aug 2009, at 18:04, aaron smith wrote:
Hey All, I'm trying to do some testing with Smart Crash Reporter,
which integrates with Crash Reporter. So I'm trying to write some code
to force crash my app. But it won't crash. hahaha.
Anyone have any code I can use to do this?
I've been trying to just do some extra releases on an object, but no
go.
Thanks
_______________________________________________
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
Jonathan Mitchell
Developer
http://www.mugginsoft.com
_______________________________________________
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