[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-18 14:51:21 CET

"Guenther Sohler" <guenther.sohler@gmx.at> writes:

> Hallo, I have done improvement
>
> Enabling the maintainer-mode for svn and apache made tings clearer.
>
> No I have a different error in the httpd.log file. it says:
>
> [Tue Feb 14 01:25:36 2006] [error] [client 192.168.10.2] A failure occurred
> while driving the update report editor [500, #22]
> [Tue Feb 14 01:25:36 2006] [error] [client 192.168.10.2] Can't set position
> pointer in file '/tmp/report.2.tmp': Invalid argument [500, #22]
>
> But I still dont know, how to continue.

Debug httpd with gdb and find out which argument is invalid.

Taking a bit of a guess, "Invalid argument" errors are often a sign
that you have more than one version of apr/apr-util on your system,
one with large file support and one without. Subversion tarballs come
with apr/apr-util 0.9.x (which doesn't have largefile support by
default) for Apache 2.0 compatibility, but you are using Apache 2.2
that comes with apr/apr-util 1.2.x (which does have largefile
support). You need to make sure that you are building Subversion
against the 1.2.x apr/apr-util used by Apache.

-- 
Philip Martin
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sat Feb 18 14:51:40 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.