[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: crash in import

From: <kevin_at_pilch-bisson.net>
Date: 2003-01-24 13:22:24 CET

On Fri, Jan 24, 2003 at 08:16:57PM +0100, Ich Selbst wrote:
 ok, now comes the strangest part (for me at least):
 when I use the release build _outside_ the debugger
 then it works! Only when I start the program inside
 the debugger then it crashes. ??? I'm confused...
 
 Stefan
 
If you launch a process within VS it gets a different heap than if it is
launched outside of VS. This is done specifically to be able to find bugs
like this when running in the debugger. I.e. it gets a debug heap that does
puts some guards on allocations.

This is probably why it won't repro outside of the debugger.

-- 
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Kevin Pilch-Bisson                    http://www.pilch-bisson.net
     Historically speaking, the presences of wheels in Unix
     has never precluded their reinvention. - Larry Wall
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

  • application/pgp-signature attachment: stored
Received on Sat Oct 14 02:15:20 2006

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.