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

Re: svn and svnserve hanging

From: Branko Čibej <brane_at_apache.org>
Date: Tue, 9 Apr 2019 17:21:14 +0200

On 08.04.2019 18:38, Stefan Sperling wrote:
>> Well, I forgot, there's at least an issue with svnserve. I got that
>> in the past, and could reproduce it: once I kill the svn client
>> with Ctrl-C and kill the SSH master too, the sshd terminates, but
>> svnserve is still running, and now has 1 as its PPID:
>>
>> UID PID PPID C STIME TTY TIME CMD
>> vlefevre 48724 1 0 12:40 ? 00:00:00 svnserve -t
> Hmm... that looks like the svnserve process was in zombie state
> and is not being terminated. It is the init system's job to call
> waitpid() for such processes.

Yes, but only if the process notices that it's a zombie. Could be we
don't notice the broken pipe when the tunnel closes?

-- Brane
Received on 2019-04-09 17:21:17 CEST

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

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