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

Re: Memory leak in the window "Check for modifications"

From: Stefan Küng <tortoisesvn_at_gmail.com>
Date: Thu, 15 Jan 2015 19:33:22 +0100

On 15.01.2015 13:32, André Ziegler wrote:
> ok, I can see it, too on a solution with a lot of loal modifications.
>
>
> The usage comes from
> TortoiseProc.exe!CSVNStatusListCtrl::GetStatus/libsvn_tsvn.dll!svn_client_status5
> which opens a DB (libsvn_tsvn.dll!svn_sqlite__open).
>
> The freeing of the allocated memory happen only at app close
> (TortoiseProc.exe!CTortoiseProcApp::~CTortoiseProcApp) so at runtime
> the memory usage grows a lot.

Seems there's a memory pool in the svn lib not cleared properly.
Does a cleanup on such a working copy maybe help? Could be that the
memory is not cleared because of an error in the db?

Stefan

-- 
       ___
  oo  // \\      "De Chelonian Mobile"
 (_,\/ \_/ \     TortoiseSVN
   \ \_/_\_/>    The coolest interface to (Sub)version control
   /_/   \_\     http://tortoisesvn.net
------------------------------------------------------
http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=4061&dsMessageId=3094332
To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_tortoisesvn.tigris.org].
Received on 2015-01-15 19:33:17 CET

This is an archived mail posted to the TortoiseSVN Users mailing list.

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