X-Recipient: archive-cygwin AT delorie DOT com DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:mime-version:date:message-id:subject:from:to :content-type; q=dns; s=default; b=B9i9mCOhble0HQwJu0PXRXYXpeU2t d76I8mfncpdZvvTCQSQxUG6bs2dQSJuYN348iF4pdjZpYtwLJl3yJ/CDkEtmUeG/ aOmDLvLJgtgrQTPZbJ9aNnj343/RCyuJ5HwYbZHrCJt7V6QVwZigRHCShL5849hx dSKEXgVEB3DpY4= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:mime-version:date:message-id:subject:from:to :content-type; s=default; bh=9U0pc4V2v2+G23ItpLmi01MLB7c=; b=YO1 /jfm2kF+zZvYA3j+6uXUXw2xreMXIaK3SZiVd3mJujbi4ND03dfqrdskQPrOq4Pp SULE4Xej+ivOYlpY1TjDYzne1jN31QlUmJ0SiqkCKgXNzpK9g16FNqC7NR6hDjgd 6RBxHEq3X8fFLsIWcXHIqDI8VQHZ1wHauk9xUtlI= Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-0.5 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 X-HELO: mail-la0-f52.google.com MIME-Version: 1.0 X-Received: by 10.152.36.161 with SMTP id r1mr40871471laj.82.1441963914061; Fri, 11 Sep 2015 02:31:54 -0700 (PDT) Date: Fri, 11 Sep 2015 17:31:54 +0800 Message-ID: Subject: Re: svn1.9.1, segmentation fault when calling "svn diff -c .", on MS Windows7 From: Wb Yang To: cygwin AT cygwin DOT com Content-Type: text/plain; charset=UTF-8 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 not able to figure out the exact exception source. Do you know where-else can I download a copy of the debug info? ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// $ gdb --args svn diff --internal-diff -c 123456 http://subversion.TestProjX.com/projX/trunk GNU gdb (GDB) 7.8 Copyright (C) 2014 Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3 or later This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. Type "show copying" and "show warranty" for details. This GDB was configured as "x86_64-pc-cygwin". Type "show configuration" for configuration details. For bug reporting instructions, please see: . Find the GDB manual and other documentation resources online at: . For help, type "help". Type "apropos word" to search for commands related to "word"... Reading symbols from svn...done. (gdb) break main Breakpoint 1 at 0x10041b477: file /usr/src/debug/subversion-1.9.1-1/subversion/svn/svn.c, line 3112. (gdb) run Starting program: /usr/bin/svn diff --internal-diff -c 123456 http://subversion.TestProjX.com/projX/trunk [New Thread 44912.0xad34] [New Thread 44912.0xad30] [New Thread 44912.0xaf78] [New Thread 44912.0xae5c] Breakpoint 1, main (argc=6, argv=0x22cab0) at /usr/src/debug/subversion-1.9.1-1/subversion/svn/svn.c:3112 3112 /usr/src/debug/subversion-1.9.1-1/subversion/svn/svn.c: No such file or directory. (gdb) n 3114 in /usr/src/debug/subversion-1.9.1-1/subversion/svn/svn.c (gdb) n 3118 in /usr/src/debug/subversion-1.9.1-1/subversion/svn/svn.c (gdb) n 3119 in /usr/src/debug/subversion-1.9.1-1/subversion/svn/svn.c (gdb) n 3118 in /usr/src/debug/subversion-1.9.1-1/subversion/svn/svn.c (gdb) n 3124 in /usr/src/debug/subversion-1.9.1-1/subversion/svn/svn.c (gdb) n 3126 in /usr/src/debug/subversion-1.9.1-1/subversion/svn/svn.c (gdb) n 3124 in /usr/src/debug/subversion-1.9.1-1/subversion/svn/svn.c (gdb) n 3126 in /usr/src/debug/subversion-1.9.1-1/subversion/svn/svn.c (gdb) n [New Thread 44912.0xaff8] [New Thread 44912.0xae0c] 0 [main] svn 44912 cygwin_exception::open_stackdumpfile: Dumping stack trace to svn.exe.stackdump [Thread 44912.0xaff8 exited with code 35584] [Thread 44912.0xae0c exited with code 35584] [Thread 44912.0xad30 exited with code 35584] [Thread 44912.0xaf78 exited with code 35584] [Inferior 1 (process 44912) exited with code 0105400] (gdb) -- 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