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

Re: Subversion test results.

From: Philip Martin <philip.martin_at_wandisco.com>
Date: Thu, 12 Nov 2009 14:15:09 +0000

Gavin Baumanis <gavinb_at_thespidernet.com> writes:

> CMD: svnadmin create svn-test-work/local_tmp/repos --bdb-txn-nosync
> <TIME = 0.067775>
> CMD: svn import -m "Log message for revision 1." svn-test-work/local_tmp/greekfiles file:///Users/beau/SUBVERSION/svn-src/subversion/tests/cmdline/svn-test-work/local_tmp/repos --config-dir /Users/beau/SUBVERSION/svn-src/subversion/tests/cmdline/svn-test-work/local_tmp/config --password rayjandom --no-auth-cache --username jrandom
> CMD: /Users/beau/SUBVERSION/svn-src/subversion/svn/svn import -m Log message for revision 1. svn-test-work/local_tmp/greekfiles file:///Users/beau/SUBVERSION/svn-src/subversion/tests/cmdline/svn-test-work/local_tmp/repos --config-dir /Users/beau/SUBVERSION/svn-src/subversion/tests/cmdline/svn-test-work/local_tmp/config --password rayjandom --no-auth-cache --username jrandom terminated by signal 11

Signal 11 is a SEGV. It appears that the svn command line program
doesn't work at all, although svnadmin does. In the root directory of
your build do:

$ rm -rf repo
$ subversion/svnadmin/svnadmin create repo
$ subversion/svn/svn import -mm Makefile file://`pwd`/repo

Does the import work or SEGV? If it SEGVs do

$ libtool --mode=execute gdb subversion/svn/svn
(gdb) r import -mm Makefile file://`pwd`/repo
Caught SEGV
(gdb) bt

to generate a backtrace.

-- 
Philip
------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=462&dsMessageId=2417052
Received on 2009-11-12 15:15:42 CET

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.