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

Subversion 1.8 freezes during long updates

From: Butler, Stephen <Stephen.Butler_at_hamburgsud.com>
Date: Tue, 1 Jul 2014 17:45:59 +0000

Hi folks,

I'm trying to help users in our corporate network. They currently use Subversion 1.7 + neon (via TortoiseSVN) because of errors in checkout/update using Subversion 1.8. During a long checkout or update, TortoiseSVN 1.8 freezes after downloading a few hundred MBs of data. The svn command-line client does the same.

To get more information, I compiled Subversion (within the TortoiseSVN branches/1.8.x tree) with serf tracing turned up to eleven (SSL_MSG_VERBOSE, etc). Then the errors no longer occur! Apparently the extra output changes the timing somehow. But performance is of course very bad. Less tracing recreates the errors, but without revealing a smoking gun.

I attached the Visual Studio debugger to a frozen cmdline client. It seemed to be looping through impl_pollset_poll (in apr/poll/unix/select.c) without receiving anything.

On the Subversion server, the last message in the Apache access log is a successful file download (matching the last line of client output). The Apache error log had nothing new. The network has lots of firewalls and transparent proxies, as was the case in a problem that Branko recently solved:

    http://mail-archives.apache.org/mod_mbox/subversion-users/201401.mbox/%3C52D6D944.8060308%40wandisco.com%3E

Should I try to corner the network admins, or is there a client/server troubleshooting step I've overlooked?

Thanks for any insights,

Steve Butler
_____________________________________________
Hamburg Südamerikanische Dampfschifffarts-Gesellschaft KG
Registered Office: Hamburg, Germany
Commercial Register: Amtsgericht Hamburg HRA 59448
 
Received on 2014-07-01 19:46:36 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.