[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: <ichselbst_at_gmx.ch>
Date: 2003-01-24 20:29:34 CET

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.

I figured that too. But wouldn't that mean that at least those guards
are overwritten? So there would still be a bug in the subversion client?

Stefan

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sat Oct 14 02:15:21 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.