Re: svn1.9.1, segmentation fault when calling "svn diff -c .", on MS Windows7

2015-09-11 Thread David Rothenberger
Wb Yang wrote: > 3. I also tried to run this with gdb this afternoon. How ever, since > the 1.9.1-1's "subversion-debuginfo" is not available from the > setup-x86_64.exe yet, I was not able to figure out the exact exception > source. Do you know where-else can I download a copy of the debug >

Re: svn1.9.1, segmentation fault when calling "svn diff -c .", on MS Windows7

2015-09-11 Thread Wb Yang
Thanks Dave, 1. I didn't type in the command correctly, it was like "svn diff -c 12345 MY-REPO-URL"; 2. Your recipe works fine here; 3. I also tried to run this with gdb this afternoon. How ever, since the 1.9.1-1's "subversion-debuginfo" is not available from the setup-x86_64.exe yet, I was

Re: svn1.9.1, segmentation fault when calling "svn diff -c .", on MS Windows7

2015-09-10 Thread Wb Yang
This is the "cygcheck.out". I removed the information under "id.exe" and "UATDATA" since it's my company's working desktop: /// Cygwin Configuration Diagnostics Current System Time: Thu Sep 10 07:50:41

svn1.9.1, segmentation fault when calling "svn diff -c .", on MS Windows7

2015-09-10 Thread Wb Yang
Segmentation fault happens 100% when calling: svn diff -c . In "svn.exe.stackdump": / Exception: STATUS_ACCESS_VIOLATION at rip=00180198BAD

Re: svn1.9.1, segmentation fault when calling "svn diff -c .", on MS Windows7

2015-09-10 Thread David Rothenberger
Wb Yang wrote: > Segmentation fault happens 100% when calling: > > svn diff -c . "svn diff -c ." is not a valid command. The "-c" switch expects a numeric argument. I get an error message when I try it, not a segfault. Does this recipe work for you? % mkdir /tmp/svn % cd /tmp/svn % svnadmin