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

Re: Problems with diff over DAV, but ci, co, log, etc. work fine, all is well with svnserve

From: Ben Collins-Sussman <sussman_at_collab.net>
Date: 2005-03-31 07:04:13 CEST

On Mar 30, 2005, at 7:20 PM, Christopher Nehren wrote:
>
> I'd *really* like to avoid having to rebuild Subversion and Apache with
> debug symbols, considering that

When httpd segfaults, there's really nothing to do but run httpd in gdb
and see why it's segfaulting. Most often it's because of a messed up
server installation -- mismatched libraries, for example. We have no
known segfault bugs. :-)

So yeah, rebuild all the svn libraries (and mod_dav_svn) with
--enable-maintainer-mode, then fire up gdb on the httpd binary, and
tell gdb to 'run -X'. Get a detailed backtrace of the segfault,
assuming you can still reproduce the crash.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Thu Mar 31 07:07:03 2005

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.