On 02/09/2016 08:55 PM, Andrey Repin wrote: > Greetings, Greg Chicares! > >> 'svn' segfaulted on a routine command: > >> zsh: segmentation fault (core dumped) > > So, was it svn or zsh that crashed?
It was svn that crashed. I was running it in zsh, which trapped the segfault and printed this: zsh: segmentation fault (core dumped) Usually, zsh prints the failed command at the end of that message, as in this session: $bash -c 'inf() { inf; }; inf' zsh: segmentation fault (core dumped) bash -c 'inf() { inf; }; inf' but in this case it did not, and the omission does make the message potentially confusing. But the stackdump contains: program=C:\cygwin-lmi\bin\svn.exe, pid 1736, thread main so it's surely svn that crashed. -- 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