[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

svn blame segfault - Subversion 0.33.0/Cygwin

From: Matthew Gregan <kinetik_at_orcon.net.nz>
Date: 2003-11-24 22:24:22 CET

Subversion 0.33.0 on Cygwin is crashing when I run 'svn blame' against
any file in my working copy. I've built a Linux client from the same
source and 'svn blame' works fine.

Both the Cygwin and Linux client are accessing the repository using svn+ssh.
The server is running 0.33.0 built from the same source.

Please let me know if there's anything I can try, or any more information I can provide.

Version:
svn, version 0.33.0 (r7737)
   compiled Nov 21 2003, 14:19:08

Copyright (C) 2000-2003 CollabNet.
Subversion is open source software, see http://subversion.tigris.org/

The following repository access (RA) modules are available:

* ra_dav : Module for accessing a repository via WebDAV (DeltaV) protocol.
  - handles 'http' schema
  - handles 'https' schema
* ra_svn : Module for accessing a repository using the svn network protocol.
  - handles 'svn' schema

GDB backtrace:
(gdb) run blame Makefile
Starting program: /usr/local/bin/svn.exe blame Makefile

Program received signal SIGSEGV, Segmentation fault.
0x004657e3 in ra_svn_get_repos_root (sess=0x10058b18, url=0x22faac,
    pool=0x10050000) at subversion/libsvn_ra_svn/client.c:675
675 if (!conn->repos_root)
(gdb) bt
#0 0x004657e3 in ra_svn_get_repos_root (sess=0x10058b18, url=0x22faac,
    pool=0x10050000) at subversion/libsvn_ra_svn/client.c:675
#1 0x00415832 in svn_client_blame (target=0x100470a0 "Makefile",
    start=0x22fcd8, end=0x22fce8, strict_node_history=0,
    receiver=0x40127e <blame_receiver>, receiver_baton=0x10047118,
    ctx=0x22fcb8, pool=0x10050000) at subversion/libsvn_client/blame.c:403
#2 0x004014bf in svn_cl__blame (os=0x10045e60, baton=0x22fbc8,
    pool=0x10045e28) at subversion/clients/cmdline/blame-cmd.c:103
#3 0x0040cbf6 in main (argc=3, argv=0x10041c28)
    at subversion/clients/cmdline/main.c:1207

Cygwin stackdump:
Exception: STATUS_ACCESS_VIOLATION at eip=004657E3
eax=100576A8 ebx=10044728 ecx=00000000 edx=00466C50 esi=00000000
edi=0022FE18
ebp=0022FAF8 esp=0022FAE0 program=d:\cygwin\usr\local\bin\svn.exe
cs=001B ds=0023 es=0023 fs=0038 gs=0000 ss=0023
Stack trace:
Frame Function Args
0022FAF8 004657E3 (100576A8, 0022FBEC, 1004EB90, 0022FB84)
0022FBF8 00415832 (100459B8, 0022FE18, 0022FE28, 00000000)
0022FC48 004014BF (10044728, 0022FD08, 100446F0, 0040B416)
0022FEF0 0040CBF6 (00000003, 61602174, 10040330, 0022FF24)
0022FF40 61005018 (610CFEE0, FFFFFFFE, 000007F0, 610CFE04)
0022FF90 610052ED (00000000, 00000000, 00000001, 00000000)
0022FFB0 004B1571 (0040B4AE, 037F0009, 0022FFF0, 77E814C7)
0022FFC0 0040103C (00000001, 0000001F, 7FFDF000, EF9B8CF0)
0022FFF0 77E814C7 (00401000, 00000000, 78746341, 00000020)
End of stack trace

Cheers,
-mjg

-- 
Matthew Gregan                     |/
                                  /|                kinetik@orcon.net.nz
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Mon Nov 24 22:25:12 2003

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.