Stuart Longland <stuartl@longlandclan.hopto.org> writes:
> $ rm -fr atomiclinux/.svn
> $ svn co http://localhost:1280/svn/atomiclinux/
> Checked out revision 0.
> $ cd atomiclinux
> $ svn add LICENCE
> A LICENCE
> $ svn commit
>
> Log message unchanged or not specified
> a)bort, c)ontinue, e)dit
> c
> Authentication realm: <http://localhost:1280> Atomic Linux Subversion
> Repository
> stuartl's password:
> subversion/libsvn_client/commit.c:735: (apr_err=175002)
> svn: RA layer request failed
> svn: Commit failed (details follow):
> subversion/libsvn_ra_dav/util.c:257: (apr_err=175002)
> svn: MKACTIVITY of
> /svn/atomiclinux/!svn/act/486bf925-82c6-0310-af05-b039ed03e2e9: Could
> not read status line: connection was closed by server.
> (http://localhost:1280)
>
> Inside the server's log files, I record the following messages...
> /usr/local/apache2/logs/error_log:
>
> [Fri Sep 05 00:53:47 2003] [notice] child pid 4078 exit signal
> Segmentation fault (11)
> [Fri Sep 05 00:53:47 2003] [notice] child pid 4052 exit signal
> Segmentation fault (11)
>
> I get similar results using the latest version of TortiseSVN under Windows.
>
> Some module somewhere in the system did not respond well to the upgrade,
> and hence, all hell has broken loose. Is there anywhere I can look to
> get this problem fixed?
I assume you restarted apache after doing a 'make install' of svn.
Try running apache under gdb:
$ su
$ gdb /usr/local/apache2/bin/httpd
(gdb) run -X
Then attempt your commit again, and see where apache is segfaulting.
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Thu Sep 4 17:25:58 2003