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

Re: svn blame segfault - Subversion 0.33.0/Cygwin

From: Matthew Gregan <kinetik_at_orcon.net.nz>
Date: 2003-11-25 02:58:48 CET

On Tue, Nov 25, 2003 at 10:24:22AM +1300, Matthew Gregan wrote:
> 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.

I've checked out a copy of HEAD (r7839) and rebuilt my Cygwin svn
client. It still crashes running 'svn blame', but at a different place.

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

Program received signal SIGSEGV, Segmentation fault.
0x610ba4c1 in strlen () from /usr/bin/cygwin1.dll
(gdb) bt
#0 0x610ba4c1 in strlen () from /usr/bin/cygwin1.dll
#1 0x004154d6 in log_message_receiver (baton=0x22fa70,
    changed_paths=0x10035690, revision=57, author=0x10035558 "kinetik",
    date=0x10035590 "2003-11-06T02:25:56.019935Z",
    message=0x10035660 "Begin repository reorganisation.\n", pool=0x10034840)
    at subversion/libsvn_client/blame.c:280
#2 0x00466589 in ra_svn_log (baton=0x10038b28, paths=0x100392e8, start=103,
    end=1, discover_changed_paths=1, strict_node_history=0,
    receiver=0x41536a <log_message_receiver>, receiver_baton=0x22fa70,
    pool=0x10030010) at subversion/libsvn_ra_svn/client.c:1058
#3 0x00415ac6 in svn_client_blame (target=0x100270b0 "Makefile",
    start=0x22fcc8, end=0x22fcd8, receiver=0x40127e <blame_receiver>,
    receiver_baton=0x10027128, ctx=0x22fca8, pool=0x10030010)
    at subversion/libsvn_client/blame.c:400
#4 0x004014b5 in svn_cl__blame (os=0x10025e70, baton=0x22fbb8,
    pool=0x10025e38) at subversion/clients/cmdline/blame-cmd.c:102
#5 0x0040cd79 in main (argc=3, argv=0x10021c38)
    at subversion/clients/cmdline/main.c:1231

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 Tue Nov 25 02:59:32 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.