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

Re: Breakage on trunk?

From: Philip Martin <philip.martin_at_wandisco.com>
Date: Fri, 04 Mar 2011 13:09:06 +0000

John Beranek <john_at_redux.org.uk> writes:

>> That could be tricky. You are using 64-bit Fedora 14, what version of
>> gcc and APR are you using? I can't reproduce it on my Debian/oldstable
>> box. Fedora 14 is a cutting edge distribution, could it be a compiler
>> bug?
>
> Fedora 14 is almost halfway to being obsolete, in Fedora's mind. ;)
>
> I've answered for gcc already, and:
>
> $ rpm -q apr
> apr-1.3.9-3.fc13.x86_64

One thing you could try is identifying which revision causes the
problem. I'm guessing that r1072301 will PASS, it would be good to
know which is the first revision to FAIL.

The crash might involve the caching's pointer twiddling code, so I
suppose it might be a signed integer overflow bug. Perhaps compiling
with EXTRA_CFLAGS='-O2 -fno-strict-overflow' would PASS?

It's difficult because I can't reproduce it.

-- 
Philip
Received on 2011-03-04 14:09:41 CET

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.