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