subversion silently fails

Christopher Faylor cgf-use-the-mailinglist-please@cygwin.com
Sun Mar 30 19:48:00 GMT 2014


On Sun, Mar 30, 2014 at 09:11:36PM +0400, jaakov jaakov wrote:
>> As a stab in the dark, can you try running `rebaseall` per the instructions in
>> /usr/share/doc/rebase/README?
>
>Did not help either.  It might have even slightly worsened the
>installation, since before having rebased, the command
>
>strace svn help 1>>/tmp/svn.log 2>>/tmp/svn.log
>
>had not segfaulted, but had ran forever, having been continuously
>enlarging /tmp/svn.log with some repeated "...leave..." message.  Now
>the command does segfault, producing the output mentioned in a previous
>e-mail.

The way to capture strace output is:

strace -osomefile svn help

Then somefile will have only the strace data.

Presumably the "...leave..." message is coming from svn since I don't see
a string like that in Cygwin or svn sources.

--
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



More information about the Cygwin mailing list