Re: Segmentation fault with subversion
From: Philip Martin <philip_at_codematters.co.uk>
Date: 2006-02-16 23:12:50 CET
"Guenther Sohler" <guenther.sohler@gmx.at> writes:
> I have successfully running apache httpd-2.2.0 with php-5.1.2.
Subversion 1.1.4 is very old, it certainly pre-dates Apache 2.2, you
> [gigl_at_pc gigl]$ svn co http://192.168.10.1/svn
You need to debug the httpd process. In one terminal run the server
$ gdb /path/to/httpd
In another terminal run the client:
$ svn co http://...
and gdb should catch the server crash, then you can get a server stack
(gdb) bt
Building Apache and Subversion with debug symbols will make this
-- Philip Martin --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org For additional commands, e-mail: dev-help@subversion.tigris.orgReceived on Thu Feb 16 23:15:20 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.