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

crash on checkout

From: Ask Bjoern Hansen <ask_at_develooper.com>
Date: 2003-03-28 03:34:39 CET

Running svn 5418@trunk on RedHat 7.3.

$ gdb svn
GNU gdb Red Hat Linux (5.2-2)
[...]
(gdb) run co http://svn.develooper.com/repos/jobs/trunk/ jobs
Starting program: /home/perl/svn/bin/svn co http://svn.develooper.com/repos/jobs/trunk/ jobs[New Thread 1024 (LWP 18817)]
ask's password:
A jobs/docs

Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread 1024 (LWP 18817)]
0x40141abb in fetch_file (sess=0x807d2c8, rsrc=0x8086b38, dir_baton=0x809f490,
    editor=0x8071450, edit_path=0x80874f8 "docs/overview.pod", compression=1,
    pool=0x80819c0) at ../svn/subversion/libsvn_ra_dav/fetch.c:738
738 ../svn/subversion/libsvn_ra_dav/fetch.c: No such file or directory.
        in ../svn/subversion/libsvn_ra_dav/fetch.c
(gdb) bt
#0 0x40141abb in fetch_file (sess=0x807d2c8, rsrc=0x8086b38, dir_baton=0x809f490,
    editor=0x8071450, edit_path=0x80874f8 "docs/overview.pod", compression=1,
    pool=0x80819c0) at ../svn/subversion/libsvn_ra_dav/fetch.c:738
#1 0x4014285b in svn_ra_dav__do_checkout (session_baton=0x80715a0, revision=-1,
    recurse=1, editor=0x8071450, edit_baton=0x8071488, pool=0x8071348)
    at ../svn/subversion/libsvn_ra_dav/fetch.c:1376
#2 0x4001d5cd in svn_client__checkout_internal (
    URL=0x805efa0 "http://svn.develooper.com/repos/jobs/trunk", path=0x805f018 "jobs",
    revision=0xbffff780, recurse=1, timestamp_sleep=0x0, ctx=0xbffff750, pool=0x8071348)
    at ../svn/subversion/libsvn_client/checkout.c:112
#3 0x4001d647 in svn_client_checkout (
    URL=0x805efa0 "http://svn.develooper.com/repos/jobs/trunk", path=0x805f018 "jobs",
    revision=0xbffff780, recurse=1, ctx=0xbffff750, pool=0x8071348)
    at ../svn/subversion/libsvn_client/checkout.c:152
#4 0x0804b41e in svn_cl__checkout (os=0x805e588, baton=0xbffff5f0, pool=0x805e468)
    at ../svn/subversion/clients/cmdline/checkout-cmd.c:133
#5 0x0804e033 in main (argc=4, argv=0xbffff894)
    at ../svn/subversion/clients/cmdline/main.c:1082
#6 0x40300657 in __libc_start_main (main=0x804d308 <main>, argc=4, ubp_av=0xbffff894,
    init=0x804a558 <_init>, fini=0x8050c80 <_fini>, rtld_fini=0x4000dcd4 <_dl_fini>,
    stack_end=0xbffff88c) at ../sysdeps/generic/libc-start.c:129
(gdb)

 - ask

-- 
ask bjoern hansen, http://www.askbjoernhansen.com/ !try; do();
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Fri Mar 28 03:35:26 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.