On Mar 31, 2010, at 11:51, Ken Thomases wrote:

> 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
> 

Thanks, Ken, I will run the analyzer and see what comes out. I thought about it 
but due to the nature of my app relying on unpredictable NSURLConnection and 
dispatching NSNotification, I was not sure if it would be useful, but I'll run 
it later tonight.

-Laurent.
-- 
Laurent Daudelin
AIM/iChat/Skype:LaurentDaudelin                                 
http://nemesys.dyndns.org
Logiciels Nemesys Software                                              
laurent.daude...@gmail.com
Photo Gallery Store: 
http://laurentdaudelin.shutterbugstorefront.com/g/galleries_______________________________________________

Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)

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/archive%40mail-archive.com

This email sent to arch...@mail-archive.com

Reply via email to