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

Problem Creating a Repository with Subversion 1.0.0 (SIGSEGV from apr_palloc)

From: TBrowder <tbrowder_at_cox.net>
Date: 2004-03-07 14:19:17 CET

System: Dual AMD
OS: Fedore Core 1 (2.4.20-20.9smp)
Berkeley DB: 4.2.52
Apache: 2.0.48 (--enable-maintainer-mode; using BDB 4.2.52)
  make ; make install
svn: release 1.0.0 (using apr and apr-util in /usr/local/apache2/lib; using
BDB 4.2.52)
  make ; make install

I can't create a repository:

command: svnadmin create /usr/local/people/tbrowde/t
response: Segmentation fault (core dumped)
stack trace:

#0 in apr_palloc () from /usr/local/lib/libsbn_repos-1.so.0
  ...
#5 in svn_utf_cstring_to_utf8 () from /usr/local/lib/libsbn_repos-1.so.0
#6 in parse_local_repos_path (...params are non-null)

I've tried using gdb on svnadmin but I can't step into
svn_utf_cstring_to_utf8 without the SIGSEGV from apr_palloc (and I've
temporarily unwrapped the SVN_ERR macros to expose all svn functions in
between).

Any suggestions?

Thanks.

Tom Browder

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Sun Mar 7 14:19:39 2004

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.