Issue 454: Multiple stale hgproc.exe instances
http://bitbucket.org/tortoisehg/stable/issue/454/multiple-stale-hgprocexe-instances

plucinskij on Sat, 1 Aug 2009 20:12:38 +0200:

Changes:
  content: Whenever I perform an action on a HG controlled folder Windows 
Explorer starts a new instance of hgproc.exe that never closes and eats up 21MB 
of memory every time. These processes are never recovered, or reused.

To reproduce perform an action on a HG controlled folder on Windows Vista SP2 
(x86), like a Synchronize/Merge/Commit/View changelog etc with Task Manager 
open. You will gain a new hgproc.exe process while your window is open, but 
even after you close it the process remains open.

The command line for the processes that remain open is: **"C:\Program 
Files\TortoiseHG\hgproc.exe" --command synch --root "F:\TC2\" --cwd "F:\TC2\" 
-- --verbose** which is started by the TortoiseHG shell extension.

I am currently using TortoiseHG 0.7.6 but have tried 0.8 and 0.8.1 and 
experienced the same issue. Right now I have shortcut that runs  **taskkill /f 
/im hgproc.exe /t** for me when I click it, because if I don't kill off the 
stale processes working with a repo quickly eats all of my available RAM. -> 
Whenever I perform an action on a HG controlled folder Windows Explorer starts 
a new instance of hgproc.exe that never closes and eats up 21MB of memory every 
time. These processes are never recovered, or reused.

To reproduce perform an action on a HG controlled folder on Windows Vista SP2 
(x86), like a Synchronize/Merge/Commit/View changelog etc with Task Manager 
open. You will gain a new hgproc.exe process while your window is open, but 
even after you close it the process remains open.

The command line for the processes that remain open is: **"C:\Program 
Files\TortoiseHG\hgproc.exe" --command synch --root "F:\TC2" --cwd "F:\TC2" -- 
--verbose** which is started by the TortoiseHG shell extension.

I am currently using TortoiseHG 0.7.6 but have tried 0.8 and 0.8.1 and 
experienced the same issue. Right now I have shortcut that runs  **taskkill /f 
/im hgproc.exe /t** for me when I click it, because if I don't kill off the 
stale processes working with a repo quickly eats all of my available RAM.

-- 
This is an issue notification from bitbucket.org.
You are receiving this either because you are the
owner of the issue, or you are following the issue.

------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
Tortoisehg-develop mailing list
Tortoisehg-develop@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/tortoisehg-develop

Reply via email to