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

memory freed several times

From: Ich Selbst <ichselbst_at_gmx.ch>
Date: 2002-11-08 19:37:39 CET

Hi,

sorry to bother again but I think there's a bug in either
svn_repos_create(..) and/or svn_repos_close(..).
Whenever I call those two functions and then call
svn_pool_destroy(..) I get an exception INT3 (on windows)
which means "user breakpoint" but also means that
memory is freed twice (or more). If I ignore that exception
then I get several assertion breaks which indicate that
the memory which is to be freed already is freed.

In release mode everything works fine but there might
be some memory leaks which I wasn't able to detect.

Anyone else noticed this?

Steve
Received on Fri Nov 8 19:39:46 2002

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.