Re: Bug - svn hangs

2017-12-06 Thread Luca Baraldi
Hello, it finally seems to solve the problem an upgrade of kernel version to 4.13.0-19-generic At last! Thanks to everyone On 02/12/2017 13:26, Luca Baraldi wrote: ll /proc/4830/fd/3 lrwx-- 1 luca luca 64 dicĀ  2 13:24 /proc/4830/fd/3 -> socket:[362320] On 02/12/2017 13:12, Matt Simmons

Re: Bug - svn hangs

2017-12-02 Thread Luca Baraldi
ll /proc/4830/fd/3 lrwx-- 1 luca luca 64 dicĀ  2 13:24 /proc/4830/fd/3 -> socket:[362320] On 02/12/2017 13:12, Matt Simmons wrote: What is /proc//fd/3 linked to? On Sat, Dec 2, 2017 at 3:54 AM Luca Baraldi > wrote: Thanks Andreas. I just tried but m

Re: Bug - svn hangs

2017-12-02 Thread Matt Simmons
What is /proc//fd/3 linked to? On Sat, Dec 2, 2017 at 3:54 AM Luca Baraldi wrote: > Thanks Andreas. > > I just tried but my skills fall short on system calls. > > Seems it is blocked on the middle of a read() line, even the line seems > half printed in the log... > > The line which would go as >

Re: Bug - svn hangs

2017-11-27 Thread Andreas Mohr
On Sun, Nov 26, 2017 at 11:03:11PM +0100, Luca Baraldi wrote: >I am blocked by this problem and cannot go on working with my pc. As an initial quick emergency hint by an outside person, try using strace/ltrace to figure out more context info (i.e., *why* it might be hanging). Good luck! Andr