Sorry for missing stack trace:
(gdb) r load /home/abel/svtt < /dev/null
Starting program: /mnt/dsk2/opt/svn/bin/svnadmin load /home/abel/svtt <
/dev/null
[Thread debugging using libthread_db enabled]
[New Thread -1084708320 (LWP 16781)]
Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread -1084708320 (LWP 16781)]
apr_palloc (pool=0x4cb638, size=5027384) at apr_pools.c:632
632 apr_pools.c: No such file or directory.
in apr_pools.c
(gdb) bt
#0 apr_palloc (pool=0x4cb638, size=5027384) at apr_pools.c:632
#1 0x004c979a in svn_stringbuf_ncreate ()
from /opt/svn/lib/libsvn_repos-1.so.0
#2 0x004c97f7 in svn_stringbuf_create () from
/opt/svn/lib/libsvn_repos-1.so.0
#3 0x004c9062 in svn_stream_readline () from /opt/svn/lib/libsvn_repos-1.so.0
#4 0x004a983f in svn_repos_parse_dumpstream (stream=0x935c008,
parse_fns=0x935c078, parse_baton=0x935c0a0,
cancel_func=0x8049680 <check_cancel>, cancel_baton=0x0, pool=0x935b920)
at subversion/libsvn_repos/load.c:404
#5 0x004aa6d5 in svn_repos_load_fs (repos=0x935be10, dumpstream=0x935c008,
feedback_stream=0x935c068, uuid_action=svn_repos_load_uuid_default,
parent_dir=0x0, cancel_func=0x8049680 <check_cancel>, cancel_baton=0x0,
pool=0x935b920) at subversion/libsvn_repos/load.c:1050
#6 0x08049cd0 in subcommand_load (os=0x935b958, baton=0xbfe93000,
pool=0x935b920) at subversion/svnadmin/main.c:515
#7 0x0804a73f in main (argc=15, argv=0xbfe930f4)
at subversion/svnadmin/main.c:1051
(gdb)
(gdb) p *pool
$1 = {parent = 0x5555000a, child = 0x203a4449, sibling = 0xa0a7325,
ref = 0x44002f00, cleanups = 0x65706d75, allocator = 0x202a0064,
subprocesses = 0x72207325, abort_fn = 0x73697665, user_data = 0x206e6f69,
tag = 0x2e646c25 <Address 0x2e646c25 out of bounds>, active = 0x6556000a,
self = 0x69666972, self_first_avail = 0x6465 <Address 0x6465 out of bounds>}
(gdb) p *(pool->active)
Cannot access memory at address 0x6556000a
--
Alexander L. Belikoff GPG f/pr: 0D58 A804 1AB1 4CD8 8DA9
Bloomberg L.P. 424B A86E CD0D 8424 2701
abel *at* vallinor4 *dot* com (http://pgp5.ai.mit.edu for the key)
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Tue Jan 20 04:19:47 2004