• 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: Random crashes in release but not in debug
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Random crashes in release but not in debug


  • Subject: Re: Random crashes in release but not in debug
  • From: Ken Thomases <email@hidden>
  • Date: Wed, 31 Mar 2010 13:51:10 -0500

On Mar 31, 2010, at 1:35 PM, Laurent Daudelin wrote:

> In any case, what would cause an application built with the debug configuration to not exhibit this bug at all while the same application built with the release configuration will crash randomly?

Changes in the layout of code or the stack.  In particular, if you have bugs involving uninitialized variables or stack smashers, the behavior may change if such layout changes.

If you haven't already, run the static analyzer (Build and Analyze) on your code.  Also, turn on as many compiler warnings as are useful and fix them.  Note that some warnings require that optimizations be turned on to be effective, because they rely on data-flow analysis and the like that's only performed during optimization.

Good luck,
Ken

_______________________________________________

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: Random crashes in release but not in debug
      • From: Laurent Daudelin <email@hidden>
    • Re: Random crashes in release but not in debug
      • From: Laurent Daudelin <email@hidden>
References: 
 >Random crashes in release but not in debug (From: Laurent Daudelin <email@hidden>)

  • Prev by Date: Re: NSTask dilema...
  • Next by Date: Adding Rows to a Table View
  • Previous by thread: Random crashes in release but not in debug
  • Next by thread: Re: Random crashes in release but not in debug
  • Index(es):
    • Date
    • Thread