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

svnadmin --version -> Segmentation FAULT was: 1.3.1 tarballs up for testing/signing (Again)

From: Johannes Holzer <hl-svn_at_arcor.de>
Date: 2006-03-21 12:46:38 CET

Am Mittwoch, 15. März 2006 22:23 schrieb David Anderson:
> Subversion 1.3.1 is up for testing and signing. The magic revision is
> r18866.

Hi

I just tested the (unsupported - i know!) Release candidate. I downloaded

http://lolut.utbm.info/pub/subversion/1.3.1/raptor/subversion-1.3.1.tar.bz2

and i have a SuSE 9.3box (Linux, gcc 3.3.5, UTF-8 encoding by default)

I compiled with

../subversion-1.3.1_RC/configure --enable-static --disable-shared
--prefix=`pwd`/../subversion-1.3.1_RC-dist --enable-all-static --disable-nls
--disable-debug

make

make install

Now if i call "svnadmin --version " or "svnserve --version", i get a
segmentation fault. Other commands, like "svnadmin create REP" seem

$> svnadmin --version
Segmentation fault

$> svnserve --version
Segmentation fault

$> ./svn --version
svn, version 1.3.1 (r18866)
   compiled Mar 21 2006, 11:34:01

Copyright (C) 2000-2006 CollabNet.
Subversion is open source software, see http://subversion.tigris.org/
This product includes software developed by CollabNet
(http://www.Collab.Net/).

The following repository access (RA) modules are available:

* ra_dav : Module for accessing a repository via WebDAV (DeltaV) protocol.
  - handles 'http' scheme
* ra_svn : Module for accessing a repository using the svn network protocol.
  - handles 'svn' scheme
* ra_local : Module for accessing a repository on local disk.
  - handles 'file' scheme

Just for reference: Output of make check:

$> make check
Running all tests in compat-test...success
Running all tests in config-test...success
Running all tests in diff-diff3-test...success
Running all tests in fs-test...success
Running all tests in hashdump-test...success
Running all tests in locks-test...success
Running all tests in opt-test...success
Running all tests in path-test...success
Running all tests in ra-local-test...success
Running all tests in random-test...success
Running all tests in repos-test...success
Running all tests in stream-test...success
Running all tests in string-test...success
Running all tests in time-test...success
Running all tests in translate-test...success
Running all tests in utf-test...success
Running all tests in target-test.py...success
Running all tests in getopt_tests.py...success
Running all tests in basic_tests.py...success
Running all tests in commit_tests.py...success
Running all tests in update_tests.py...success
Running all tests in switch_tests.py...success
Running all tests in prop_tests.py...success
Running all tests in schedule_tests.py...success
Running all tests in log_tests.py...success
Running all tests in copy_tests.py...success
Running all tests in diff_tests.py...success
Running all tests in export_tests.py...success
Running all tests in externals_tests.py...success
Running all tests in merge_tests.py...success
Running all tests in revert_tests.py...success
Running all tests in stat_tests.py...success
Running all tests in trans_tests.py...success
Running all tests in autoprop_tests.py...success
Running all tests in blame_tests.py...success
Running all tests in special_tests.py...success
Running all tests in svnadmin_tests.py...success
Running all tests in svnlook_tests.py...success
Running all tests in svnversion_tests.py...success
Running all tests in utf8_tests.py...success
Running all tests in history_tests.py...success
Running all tests in lock_tests.py...success
Running all tests in cat_tests.py...success
Running all tests in import_tests.py...success
At least one test was SKIPPED,
checking /media/ldata/tmp/hl/src/subversion-1.3.1_RC-build/tests.log
SKIP: utf8_tests.py 1: conversion of paths and logs to/from utf8

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Tue Mar 21 12:47:28 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.