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

Checkout core-dump

From: <cmpilato_at_collab.net>
Date: 2003-03-12 20:10:24 CET

Quicky bug report. First person to fix it gets ... um, the adoration
of the masses. I just ran 'svn co http://localhosts/tests/foo foo-wc'
where "/tests/foo" is valid repos URL for my machine, but obviously
"localhosts" (note the second 's') is not my machine. The client
core-dumped. Here's some stack to play with:

   #0 0x400b3cf4 in ne_addr_first (addr=0x8089cc8) at ne_socket.c:635
   #1 0x400afcfe in do_connect (req=0x808a6d8, host=0x807ef10,
       err=0x400bbc29 "Could not connect to server") at ne_request.c:1322
   #2 0x400afeba in open_connection (req=0x808a6d8) at ne_request.c:1389
   #3 0x400af3d5 in send_request (req=0x808a6d8, request=0x808cc70)
       at ne_request.c:953
   #4 0x400af9a6 in ne_begin_request (req=0x808a6d8) at ne_request.c:1165
   #5 0x400afbad in ne_request_dispatch (req=0x808a6d8) at ne_request.c:1248
   #6 0x400b7460 in propfind (handler=0x8089230,
       results=0x400abf08 <process_results>, userdata=0xbffff4d0)
       at ne_props.c:134
   #7 0x400ac35d in svn_ra_dav__get_props (results=0xbffff540,
       sess=0x807ef00, url=0x80732c8 "/tests", depth=0, label=0x0,
       which_props=0x400bf4d4, pool=0x8072f80) at
       subversion/libsvn_ra_dav/props.c:356
   #8 0x400ac489 in svn_ra_dav__get_props_resource (rsrc=0xbffff60c,
       sess=0x807ef00, url=0x8073210 "/tests", label=0x0,
       which_props=0x400bf4d4, pool=0x8072f80) at
       subversion/libsvn_ra_dav/props.c:394
   #9 0x400ac6a1 in svn_ra_dav__get_starting_props (rsrc=0xbffff60c,
       sess=0x807ef00, url=0x8073210 "/tests", label=0x0, pool=0x8072f80)
       at subversion/libsvn_ra_dav/props.c:473
   #10 0x400ac72e in svn_ra_dav__get_baseline_props (bc_relative=0xbffff648,
       bln_rsrc=0xbffff65c, sess=0x807ef00, url=0x806eec8 "/tests/foo",
       revision=-1, which_props=0x400bf4fc, pool=0x8072f80)
       at subversion/libsvn_ra_dav/props.c:533
   #11 0x400acaa4 in svn_ra_dav__get_baseline_info (is_dir=0xbffff6a8,
       bc_url=0xbffff6a0, bc_relative=0xbffff698, latest_rev=0xbffff71c,
       sess=0x807ef00, url=0x806eec8 "/tests/foo", revision=-1, pool=0x8072f80)
       at subversion/libsvn_ra_dav/props.c:729
   #12 0x400a70fd in begin_checkout (ras=0x8073190, revision=-1,
       activity_coll=0xbffff720, target_rev=0xbffff71c, bc_root=0xbffff718)
       at subversion/libsvn_ra_dav/fetch.c:784
   #13 0x400a7dcd in svn_ra_dav__do_checkout (session_baton=0x8073190,
       revision=-1, recurse=1, editor=0x807cf48, edit_baton=0x807cf80)
       at subversion/libsvn_ra_dav/fetch.c:1289
   #14 0x4001c252 in svn_client__checkout_internal (
       URL=0x8060a00 "http://localhosts/tests/foo", path=0x8060ab8 "foo-wc",
       revision=0xbffff9e0, recurse=1, timestamp_sleep=0x0, ctx=0xbffff9b0,
       pool=0x8072f80) at subversion/libsvn_client/checkout.c:112
   #15 0x4001c2e7 in svn_client_checkout (
       URL=0x8060a00 "http://localhosts/tests/foo", path=0x8060ab8 "foo-wc",
       revision=0xbffff9e0, recurse=1, ctx=0xbffff9b0, pool=0x8072f80)
       at subversion/libsvn_client/checkout.c:151
   #16 0x0804b3bc in svn_cl__checkout (os=0x80601c0, baton=0xbffff8c0,
       pool=0x80600a0) at subversion/clients/cmdline/checkout-cmd.c:133
   #17 0x0804ebaa in main (argc=4, argv=0xbffffaf4)
       at subversion/clients/cmdline/main.c:1034
   #18 0x40341336 in __libc_start_main (main=0x804dc84 <main>, argc=4,
       ubp_av=0xbffffaf4, init=0x804a3c8 <_init>, fini=0x80525b0 <_fini>,
       rtld_fini=0x4000d2fc <_dl_fini>, stack_end=0xbffffaec)
       at ../sysdeps/generic/libc-start.c:129

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Wed Mar 12 20:13:01 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.