This is the mail archive of the cygwin mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: 1.7.0-56: Subversion svn+ssh:// URLs often fail


On 08/10/2009 03:47 PM, Corinna Vinschen wrote:

I ran this testcase on a Windows 7 RTM box, using the latest Cygwin from CVS, in a debug and in an optimized version. The loop ran ~2000 iterations under the debug Cygwin DLL and more then 3000 iterations under the optimized DLL without any problem, until I killed them using Ctrl-C.

So, either there's a BLODA problem on your machine, or the problem
has been fixed in CVS.


Still failing for me on 1.7.0-57 I am afraid. Here's a fragment on the failing strace if that's at all useful. Consider:


let a=1
while strace -d -n --mask=all -o$a.trace svn ls svn+ssh://myserver/myrepo/ >$a &&
[ -s $a ]
do
echo -n $a
let ++a
done


$a got to 6 before:

12345 881780 [main] svn 4260 fork: child -1 - died waiting for longjmp before initialization, retry 0, exit code 0xC0000005, errno 11
svn: Can't create tunnel: Resource temporarily unavailable


6.trace is attached. The error is marked by the word "exception."

Dunno if this is useful. Is there any other information that would be?
--
Bob






Attachment: 6.trace
Description: Text document

--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]