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

Re: TSVNCache lockup.

From: Stefan Küng <tortoisesvn_at_gmail.com>
Date: 2007-11-14 22:05:26 CET

Kari Grano wrote:
> On 2007-11-14, Stefan Küng wrote:
>>> Peter McNab wrote:
>>> Fired up a guest account on fully patched XP single core machine and
>>> encountered a 100% lockup in TSVNCache.
>> Was the cache already running in another user context?
>> Then, the explorer process couldn't access the pipe to the cache process
>> due to restricted access rights.
>> If however the cache was running as the user GUEST itself, then there
>> might be another problem (which will take me a few hours more to find a
>> fix for).
>
> FWIW, I had a similar issue with r11324, ie. TSVNCache was consuming 100%
> CPU. I attached the process to a debugger and found that two threads were
> busy-looping on a failing CreateNamedPipe() call (in functions PipeThread()
> and CommandWaitThread()). There was no file system activity at all. I
> "fixed" this by placing a Sleep(200) call when the pipe creation failed.
> However, the problem disappeared with a new build and reboot, so I forgot
> about it.

Do you know why the CreateNamedPipe() failed? The error code might help
here...

Stefan

-- 
        ___
   oo  // \\      "De Chelonian Mobile"
  (_,\/ \_/ \     TortoiseSVN
    \ \_/_\_/>    The coolest Interface to (Sub)Version Control
    /_/   \_\     http://tortoisesvn.net
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tortoisesvn.tigris.org
For additional commands, e-mail: dev-help@tortoisesvn.tigris.org
Received on Wed Nov 14 22:06:02 2007

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

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