Re: Random crashes in release but not in debug

2010-03-31 Thread Laurent Daudelin
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 cr

Re: Random crashes in release but not in debug

2010-03-31 Thread Laurent Daudelin
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 cr

Re: Random crashes in release but not in debug

2010-03-31 Thread Ken Thomases
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 sta

Random crashes in release but not in debug

2010-03-31 Thread Laurent Daudelin
I'm turning toward the experts in the group here hopefully for some pointers. I'm working on an application that runs for long period of time, collecting information from the Internet using NSURLConnections. As such, I've been very carefully with my memory management. Now, I have problem where