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: Gideon King <email@hidden>
- Date: Fri, 21 Aug 2009 03:09:34 +1000
Try this:
*(long*)0 = 0xDEADBEEF;
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.
_______________________________________________
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