This is the mail archive of the glibc-bugs@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug libc/20647] GLIBC quitting every program - glibc on Pentium-S leads to assertion: "maxidx >= 2"


https://sourceware.org/bugzilla/show_bug.cgi?id=20647

--- Comment #11 from cvs-commit at gcc dot gnu.org <cvs-commit at gcc dot gnu.org> ---
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU C Library master sources".

The branch, master has been updated
       via  6a824767d8948faf10d8d3a602eb4f2a59431601 (commit)
      from  5e9d98a3d9eec0a18e6875f6e86a3886fbb7e543 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=6a824767d8948faf10d8d3a602eb4f2a59431601

commit 6a824767d8948faf10d8d3a602eb4f2a59431601
Author: H.J. Lu <hjl.tools@gmail.com>
Date:   Wed Oct 12 08:22:52 2016 -0700

    X86: Don't assert on older Intel CPUs [BZ #20647]

    Since the maximum CPUID level of older Intel CPUs is 1, change
    handle_intel to return -1, instead of assert, when the maximum
    CPUID level is less than 2.

        [BZ #20647]
        * sysdeps/x86/cacheinfo.c (handle_intel): Return -1 if the
        maximum CPUID level is less than 2.

-----------------------------------------------------------------------

Summary of changes:
 ChangeLog               |    6 ++++++
 sysdeps/x86/cacheinfo.c |    4 +++-
 2 files changed, 9 insertions(+), 1 deletions(-)

-- 
You are receiving this mail because:
You are on the CC list for the bug.

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]