delorie.com/archives/browse.cgi   search  
Mail Archives: cygwin/2015/09/11/05:32:15

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: <cygwin.cygwin.com>
List-Subscribe: <mailto:cygwin-subscribe AT cygwin DOT com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin AT cygwin DOT com>
List-Help: <mailto:cygwin-help AT cygwin DOT com>, <http://sourceware.org/ml/#faqs>
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: <CALeH8PAbX+0p6BSA7udSRR3ZaJ8wTLkW9ofLEoqbUjbUFRJ9uA@mail.gmail.com>
Subject: Re: svn1.9.1, segmentation fault when calling "svn diff -c .", on MS Windows7
From: Wb Yang <wenbo DOT yangcn AT gmail DOT com>
To: cygwin AT cygwin DOT com

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 <http://gnu.org/licenses/gpl.html>
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:
<http://www.gnu.org/software/gdb/bugs/>.
Find the GDB manual and other documentation resources online at:
<http://www.gnu.org/software/gdb/documentation/>.
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

- Raw text -


  webmaster     delorie software   privacy  
  Copyright © 2019   by DJ Delorie     Updated Jul 2019