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

Re: Segmentation fault with subversion

From: Philip Martin <philip_at_codematters.co.uk>
Date: 2006-02-17 16:02:01 CET

Guenther Sohler <guenther.sohler@wipro.com> writes:

> is it straight-forward to debug the httpd daemon, because it forks
> itself many times. Is it possible to start just one httpd process
> and watch until it gets a segfault ?

[...]

>>> What can I check, how can I trace the error ?
>>
>> You need to debug the httpd process. In one terminal run the server
>> under gdb:
>>
>> $ gdb /path/to/httpd
>> (gdb) r -X

Use -X

-- 
Philip Martin
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Fri Feb 17 16:07:51 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.