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

commit fails; apache child process seg fault

From: Robert W Anderson <rwa_at_alumni.princeton.edu>
Date: 2002-09-04 09:59:43 CEST

I've installed r3127 on both the client machine and the server machine.
 I believe I'm up to date on all CVS and svn controlled source code as
of 9/4.

When I check out a dir (across the network, using ssh tunneling - thanks
guys), make a trivial change, and try to commit, I get:

rwa@client(~/Dotfiles)$ svn commit -m "test"
subversion/libsvn_client/commit.c:660: (apr_err=175002, src_err=0)
svn: RA layer request failed
svn: Commit failed (details follow):
subversion/libsvn_ra_dav/util.c:81: (apr_err=175002, src_err=0)
svn: MKACTIVITY of
/svn/repos/!svn/act/f7e6954f-cda9-0310-8e67-9da0af87fdd6: Could not read
status line: connection was closed by server.

On the server side, I see:

rwa@server(../linux-packages/apache2/logs)$ tail -n2 access_log
127.0.0.1 - - [04/Sep/2002:07:18:45 +0000] "OPTIONS /svn/repos/Dotfiles
HTTP/1.1" 200 189
127.0.0.1 - - [04/Sep/2002:07:23:00 +0000] "OPTIONS /svn/repos/Dotfiles
HTTP/1.1" 200 189

and an obvious problem, although I don't know what the child process is,
or how to find out:

rwa@server(../linux-packages/apache2/logs)$ tail -n2 error_log
[Wed Sep 04 07:23:01 2002] [notice] child pid 22917 exit signal
Segmentation fault (11)
[Wed Sep 04 07:23:01 2002] [notice] child pid 22702 exit signal
Segmentation fault (11)

Any ideas?

Thanks,
Bob

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Wed Sep 4 09:59:58 2002

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.