[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: bug in autoconf-2.64
From: |
Eric Blake |
Subject: |
Re: bug in autoconf-2.64 |
Date: |
Wed, 23 Feb 2011 14:37:04 -0700 |
User-agent: |
Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.13) Gecko/20101209 Fedora/3.1.7-0.35.b3pre.fc14 Lightning/1.0b3pre Mnenhy/0.8.3 Thunderbird/3.1.7 |
On 02/23/2011 02:33 PM, Ralf Wildenhues wrote:
> * Ralf Wildenhues wrote on Wed, Feb 23, 2011 at 09:08:07PM CET:
>> I can confirm the issue, but my bisect ended at
>> 5e763da323f3927159b6c151f186569a9929ddbe instead.
>
>> I'm starting bisect over the gnulib update in above commit now,
>> which ranges from c0ebdfe226c38c72db7c1944113fd19ff534e362 to
>> b86f488e783121f54dbd44e17741fa3b29e9be9b.
>
> That converged at this gnulib commit on Debian GNU/Linux with glibc
> 2.11.2 installed:
>
> commit c823199df2cc03b6bd70d0a2fef5999af82792fe
> Author: Eric Blake <address@hidden>
> Date: Tue Oct 5 16:39:32 2010 -0600
>
> memmem, strstr, strcasestr: fix bug with long periodic needle
Are you on a machine with SSE4.2 instructions? glibc 2.12 has the
interesting problem of a strstr that is quadratic if you have SSE4.2,
but linear if you fall back to the C code (gnulib copies the C code
implementation). I wonder if there's yet another bug lurking in the C
code strstr implementation. :(
--
Eric Blake address@hidden +1-801-349-2682
Libvirt virtualization library http://libvirt.org
signature.asc
Description: OpenPGP digital signature
- bug in autoconf-2.64, Mike Stump, 2011/02/22
- Re: bug in autoconf-2.64, Eric Blake, 2011/02/22
- Re: bug in autoconf-2.64, Mike Stump, 2011/02/22
- Re: bug in autoconf-2.64, Eric Blake, 2011/02/22
- Re: bug in autoconf-2.64, Mike Stump, 2011/02/22
- Re: bug in autoconf-2.64, Eric Blake, 2011/02/22
- Re: bug in autoconf-2.64, Mike Stump, 2011/02/22
- Re: bug in autoconf-2.64, Peter O'Gorman, 2011/02/22
- Re: bug in autoconf-2.64, Ralf Wildenhues, 2011/02/23
- Re: bug in autoconf-2.64, Ralf Wildenhues, 2011/02/23
- Re: bug in autoconf-2.64,
Eric Blake <=
- Re: bug in autoconf-2.64, Mike Stump, 2011/02/23
- Re: bug in autoconf-2.64, Ralf Wildenhues, 2011/02/24
- Re: bug in autoconf-2.64, Ralf Wildenhues, 2011/02/24
- Re: bug in autoconf-2.64, Jim Meyering, 2011/02/24
- Re: bug in autoconf-2.64, Jim Meyering, 2011/02/24
- Re: bug in autoconf-2.64, Jim Meyering, 2011/02/24
- Re: bug in autoconf-2.64, Jim Meyering, 2011/02/24
- Re: bug in autoconf-2.64, Eric Blake, 2011/02/26
- Re: bug in autoconf-2.64, Ralf Wildenhues, 2011/02/27