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

Re: subversion 1.6.6 coredumping

From: Stefan Sperling <stsp_at_elego.de>
Date: Sun, 24 Jan 2010 11:23:23 +0100

On Sun, Jan 24, 2010 at 03:24:20AM +0100, troels knak-nielsen wrote:
> On Sun, Jan 24, 2010 at 2:05 AM, Hyrum K. Wright
> <hyrum_wright_at_mail.utexas.edu> wrote:
> > I cannot reproduce this using the recently released Subversion 1.6.9.
> >
> > -Hyrum
>
> So - Is it likely that I can remedy the issue by compiling from a
> source release? I'm not really comfortable about doing that on
> freebsd, but if you think it might work, I'll give it a try.

> >> # svn export http://svn.facebook.com/svnroot/platform/clients/php/trunk
> >> facebook-api
> >> svn: In file 'subversion/libsvn_ra_serf/update.c' line 1620: internal
> >> malfunction
> >> Abort trap: 6 (core dumped)

The error shows that you are using ra_serf for http:// access.
You should try ra_neon instead, ra_serf is experimental.

Put the line:

http-library = neon

into ~/.subversion/servers and the problem will likely
disappear even without upgrading svn.

Stefan
Received on 2010-01-24 11:24:21 CET

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.