From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 23108 invoked by alias); 11 Sep 2015 09:31:59 -0000 Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner@cygwin.com Mail-Followup-To: cygwin@cygwin.com Received: (qmail 23095 invoked by uid 89); 11 Sep 2015 09:31:59 -0000 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 Received: from mail-la0-f52.google.com (HELO mail-la0-f52.google.com) (209.85.215.52) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-GCM-SHA256 encrypted) ESMTPS; Fri, 11 Sep 2015 09:31:57 +0000 Received: by lagj9 with SMTP id j9so44941063lag.2 for ; Fri, 11 Sep 2015 02:31:54 -0700 (PDT) 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) Received: by 10.114.81.197 with HTTP; Fri, 11 Sep 2015 02:31:54 -0700 (PDT) Date: Fri, 11 Sep 2015 09:31:00 -0000 Message-ID: Subject: Re: svn1.9.1, segmentation fault when calling "svn diff -c .", on MS Windows7 From: Wb Yang To: cygwin@cygwin.com Content-Type: text/plain; charset=UTF-8 X-SW-Source: 2015-09/txt/msg00178.txt.bz2 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