[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: Guenther Sohler <guenther.sohler_at_gmx.at>
Date: 2006-02-18 18:42:48 CET

Dear Philip Martin,

I have now installed apache-2.0.55 and built all the rest again!
Now it works!
Thank you very much for your helo and support.

> --- Ursprüngliche Nachricht ---
> Von: Philip Martin <philip@codematters.co.uk>
> An: "Guenther Sohler" <guenther.sohler@gmx.at>
> Kopie: dev@subversion.tigris.org
> Betreff: Re: Segmentation fault with subversion
> Datum: Sat, 18 Feb 2006 13:51:21 +0000
>
> "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
>

-- 
Telefonieren Sie schon oder sparen Sie noch?
NEU: GMX Phone_Flat http://www.gmx.net/de/go/telefonie
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sat Feb 18 18:43:39 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.