• 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: Inducing a crash?
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Inducing a crash?


  • Subject: Re: Inducing a crash?
  • From: Rick Mann <email@hidden>
  • Date: Mon, 9 Mar 2009 15:17:40 -0700

Yeah, something like that. I didn't know if there was a more preferred way.

Thanks!

On Mar 9, 2009, at 15:15:18, email@hidden wrote:


On Mar 9, 2009, at 6:05 PM, Rick Mann wrote:

I want to test how well our background agent is restarted. I'd like to programmatically induce a crash. What's a good way to do so?

TIA,
--
Rick


I'm not certain if you mean crashing use a Cocoa method, but this should certainly cause a memory fault crash.

 int *x;
 x = 0;
 *x = 5;

Dave


-- Rick

_______________________________________________

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


  • Follow-Ups:
    • Re: Inducing a crash?
      • From: Greg Parker <email@hidden>
    • Re: Inducing a crash?
      • From: Jean-Daniel Dupas <email@hidden>
References: 
 >Inducing a crash? (From: Rick Mann <email@hidden>)
 >Re: Inducing a crash? (From: email@hidden)

  • Prev by Date: Re: Inducing a crash?
  • Next by Date: Re: Properly symbol fonts handling in Cocoa
  • Previous by thread: Re: Inducing a crash?
  • Next by thread: Re: Inducing a crash?
  • Index(es):
    • Date
    • Thread