On Aug 10 13:23, Robert Bogomip wrote: > This works under 1.5 (though I seem to remember that, many moons ago, it > used to fail in the same way there too). Consider: > > $ while svn ls svn+ssh://myserver/myrepo/ >/dev/null; do date; done > Mon Aug 10 12:57:09 GMTDT 2009 > Mon Aug 10 12:57:10 GMTDT 2009 > Mon Aug 10 12:57:11 GMTDT 2009 > Mon Aug 10 12:57:11 GMTDT 2009 > Mon Aug 10 12:57:12 GMTDT 2009 > Mon Aug 10 12:57:13 GMTDT 2009 > Mon Aug 10 12:57:14 GMTDT 2009 > Mon Aug 10 12:57:14 GMTDT 2009 > Mon Aug 10 12:57:15 GMTDT 2009 > Mon Aug 10 12:57:16 GMTDT 2009 > 7 [main] svn 2560 fork: child -1 - died waiting for longjmp before > initialization, retry 0, exit code 0xC0000005, errno 11 > 7 [main] svn 2560 fork: child -1 - died waiting for longjmp before > initialization, retry 0, exit code 0xC0000005, errno 11 > svn: Can't create tunnel: Resource temporarily unavailable > > > Sometimes it fails with ?svn: Network connection closed unexpectedly.? > > myserver is an Ubuntu box. Cygwin ssh to myserver seems uneventful in all > other ways (i.e., it just works as expected). The cygwin host is Vista > (cygcheck output dutifully attached).
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. Corinna -- Corinna Vinschen Please, send mails regarding Cygwin to Cygwin Project Co-Leader cygwin AT cygwin DOT com Red Hat -- 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