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

Two problems w/ subversion

From: Jon Trowbridge <trow_at_ximian.com>
Date: 2001-07-09 04:37:46 CEST

OK, now I can build it, but I've found a few glitches

(1) A minor problem.

The test scripts (basic-tests.py in particular) seem to require python
2.0. On my machine (running debian Woody), "python" invokes python
1.5.2 and "python2" runs 2.0. Thus things like basic-tests.py won't run
for me unless I manually run them from the command line with "python2
./basic-tests.py".

(2) A larger problem

svnadmin segfaults when I try to create a repository. Here is a
backtrace

(gdb) run create /home/trow/svn-test-repos
Starting program: /home/trow/bin/svnadmin create
/home/trow/svn-test-repos

Program received signal SIGSEGV, Segmentation fault.
0x0 in ?? ()
(gdb) bt
#0 0x0 in ?? ()
#1 0x804ad77 in cleanup_fs (fs=0x80736a4) at
subversion/libsvn_fs/fs.c:143
#2 0x804b572 in svn_fs_create_berkeley (fs=0x80736a4,
    path=0x7ffffa22 "/home/trow/svn-test-repos")
    at subversion/libsvn_fs/fs.c:436
#3 0x804a5f3 in main (argc=3, argv=0x7ffff8c4)
    at subversion/svnadmin/main.c:159

I'm using the db3 packages provided by debian.

-JT

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sat Oct 21 14:36:33 2006

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.