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

RE: svn+ssh leaves sshd and svnserve processes running

From: Bob Denny <rdenny_at_dc3.com>
Date: Wed, 14 Oct 2009 22:27:04 -0700 (PDT)

That's not it. The problem is that svn.exe or TortoiseProc forcibly terminates TortoisePLink so quickly that it doesn't have a chance to clean up (cleanup_exit() never gets a chance to run, etc). As soon as the last data from an SVN session reaches svn.exe or TortoiseProc, it kills TortoisePLink. On my 64-bit quad core this happens exxentially instantly.

Mike Dixon pointed me to some existing threads:

http://subversion.ti%e2%80%8bgris.org/ds/viewMess%e2%80%8bage.do?dsForumId=106%e2%80%8b5&dsMessageId=14%e2%80%8b45591
http://subversion.ti%e2%80%8bgris.org/issues/show%e2%80%8b_bug.cgi?id=3408
http://subversion.ti%e2%80%8bgris.org/ds/viewMess%e2%80%8bage.do?dsForumId=462%e2%80%8b&dsMessageId=208%e2%80%8b5108

that describe the issue perfectly. I've checked out the TortoiseSVN trunk, and am in the process of building. Hopefully I can find where this happens and try a change where TortoisePLink is allowed to wind itself down via its cleanup_exit() function.

------------------------------------------------------
http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=757&dsMessageId=2407782

To unsubscribe from this discussion, e-mail: [dev-unsubscribe_at_tortoisesvn.tigris.org].
Received on 2009-10-15 07:41:20 CEST

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.