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

RE: [PATCH] Compiling Subversion Libraries as DLLs on Windows

From: Roger Lipscombe <roger_at_differentpla.net>
Date: 2003-10-16 21:42:51 CEST

> Using a tool that tracks OS leaks such as Heap, Critical Sections,
> Thread Local Storage, etc. None of these items where getting leaked
> with the staticly linked version of svn, but they are leaking
> in the DLL
> version, although the only things that are leaking are what
> apr_terminate is supposed to clean up which isn't much.

If apr_terminate is registered using atexit(), it's possible that it's
getting called after the leak-detection functions. This is/was a problem
with some versions of MSVCRT.DLL, and may be a problem with other
leak-detection tools.

Cheers,
Roger.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Thu Oct 16 21:50:39 2003

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.