public inbox for cygwin@cygwin.com
 help / color / mirror / Atom feed
* svn1.9.1, segmentation fault when calling "svn diff -c .", on MS Windows7
@ 2015-09-10  7:24 Wb Yang
  2015-09-10  7:30 ` Wb Yang
  2015-09-10 17:29 ` David Rothenberger
  0 siblings, 2 replies; 5+ messages in thread
From: Wb Yang @ 2015-09-10  7:24 UTC (permalink / raw)
  To: cygwin

Segmentation fault happens 100% when calling:

svn diff -c .

In "svn.exe.stackdump":
/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
Exception: STATUS_ACCESS_VIOLATION at rip=00180198BAD

rax=0000000000000000 rbx=00000006002409F8 rcx=0000000000000000

rdx=00000006002409F8 rsi=00000006000571D8 rdi=000000000022B848

r8 =00000006002409F8 r9 =00000006002409F8 r10=FEFEFEFEFEFEFEFF

r11=000000000000000F r12=0000000000000000 r13=000000000022B8F0

r14=0000000600242130 r15=000000000022B848

rbp=0000000000000000 rsp=000000000022B708

program=C:\cygwin64\bin\svn.exe, pid 4812, thread main

cs=0033 ds=002B es=002B fs=0053 gs=002B ss=002B

Stack trace:

Frame        Function    Args

00000000000  00180198BAD (006000B1FA8, 00000000000, 006000B21C0, 00600242130)

00000000000  003EFFC6D47 (00600241F48, 003F1840980, 006002409F8, 006002409F8)

00600242130  003F1836398 (006002409F8, 000000277D0, 00600240B18, 006002409F8)

006002409F8  003F182C729 (00000000018, 000000277D0, 003EFFB0D3F, 000000277D0)

00000000000  003F1825272 (00600214588, 0000022BA48, 0000022BA50, 00000000000)

006002409F8  003F1C92CBF (00600214600, 0000000000F, 003F213111A, 006000EF31C)

006002409F8  003F1C92D9B (0060021F0E8, 00600214588, 00000000000, 0060023CFD0)

0060023CEC8  003F18311E6 (00000000005, 00600214600, 006000EFBD2, 00600214588)

0060021F0E8  003F18332B8 (00600000000, 017FFFFFFE8, 006000EFB88, 006000A2F48)

006000EFBD2  003F183717D (00180300778, 00000010000, 00000001B20, 006000EFBC0)

0060020B5D0  003FBFB7937 (00000000400, 00000000004, 0060023F448, 0060023FD61)

006000ED6B8  003FBFB85D3 (006000DC85C, 00000000004, 0000022BF90, 006000ED6B8)

006000ED6B8  003FBFBA52F (006000EAF28, 00000000000, 346DC5D63886594B,
00000000008)

006000ED6B8  003F1837A7B (00000000000, 006000ED6B8, 006000AAF88, 006000A1A38)

00600201358  003F1833AD8 (006000DA8A8, 006000B8068, 003F2504E09, 006000B5FD8)

006000ED6B8  003F1835EC0 (003F2503143, 00000000008, 006000AAF88, 00600218DD8)

End of stack trace (more stack frames may be present



In "cygcheck.out"
/////////////////////////////////////////////////////////////////

--
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

^ permalink raw reply	[flat|nested] 5+ messages in thread
* Re: svn1.9.1, segmentation fault when calling "svn diff -c .", on MS Windows7
@ 2015-09-11  9:31 Wb Yang
  2015-09-11 17:14 ` David Rothenberger
  0 siblings, 1 reply; 5+ messages in thread
From: Wb Yang @ 2015-09-11  9:31 UTC (permalink / raw)
  To: cygwin

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

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2015-09-11 17:14 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-09-10  7:24 svn1.9.1, segmentation fault when calling "svn diff -c .", on MS Windows7 Wb Yang
2015-09-10  7:30 ` Wb Yang
2015-09-10 17:29 ` David Rothenberger
2015-09-11  9:31 Wb Yang
2015-09-11 17:14 ` David Rothenberger

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).