You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by Jonathan Augenstine <ja...@stoneeyes.com> on 2004/07/27 23:16:18 UTC

svn seg fault

I am new to subversion.  I have downloaded and built the package from 
source.  I upgraded Apache and am running on Redhat 9.  Everything seems to 
have built successfully and running the 'make check' reported all tests 
completed successfully.  When I run the executables in the bin directory to 
report the command line options, they all report successfully except 
svn.  When I run svn with no args it responds with an instruction to use 
'svn help' to see the command line options.

If I use any args 'svn help', 'svn --help', or 'svn --version' I get a seg 
fault.  When I run svn in gdb and set the args to '--version', I get the 
following stack trace:

(gdb) bt
#0  0x4006fadf in apr_palloc () from /usr/local/lib/libsvn_client-1.so.0
#1  0x40067ba2 in apr_pstrdup () from /usr/local/lib/libsvn_client-1.so.0
#2  0x4006f7cd in apr_uid_name_get () from /usr/local/lib/libsvn_client-1.so.0
#3  0x40059ab6 in svn_config__user_config_path ()
    from /usr/local/lib/libsvn_client-1.so.0
#4  0x40059ea9 in svn_config_ensure () from /usr/local/lib/libsvn_client-1.so.0
#5  0x0804ea4a in main (argc=0, argv=0xbffff104)
     at subversion/clients/cmdline/main.c:1028
#6  0x42015504 in __libc_start_main () from /lib/tls/libc.so.6
(gdb)

I have searched the mail list archives and google with no success in 
finding a solution.  Has anyone encountered this problem?  Can anyone help 
me with what is happening?

Jonathan
jaugenstine@stoneeyes.com



---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org