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

Re: svn update stuck in read() - matching svnserve process also in read()

From: Stefan Sperling <stsp_at_elego.de>
Date: Thu, 28 May 2009 22:50:03 +0100

On Wed, Apr 01, 2009 at 09:50:01PM +0200, Moritz Möller wrote:
> Hi,
>
> rngd is running on the machine and
> /proc/sys/kernel/random/entropy_avail is monitored. And if I'm not
> completely wrong the svn client is single threaded and the blocking
> call is on the network connection, and the server is multithreaded but
> in case of missing random entropy it should either wait in a futex or
> wait on a read() on /dev/*random.
>
> To me it looks more like a protocol error. I will try to see if it
> also happens with svn+ssh or http protocols.

Moritz,

what did you find out about the other protocols?

I am asking because I have just made a patch to fix the same
or a related problem over svn://, but would like to know if other
protocols also suffer similar problems.

See http://subversion.tigris.org/issues/show_bug.cgi?id=3347

Thanks,
Stefan
Received on 2009-05-28 23:51:15 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.