Opened 14 years ago
Last modified 14 years ago
#2820 closed defect
glibc issues with --enable-kernel=2.6.22.5 — at Initial Version
Reported by: | bigorneault | Owned by: | |
---|---|---|---|
Priority: | normal | Milestone: | 6.8 |
Component: | Book | Version: | SVN |
Severity: | normal | Keywords: | |
Cc: |
Description
When building glibc 2.12.1 and 2.12.2 on x86_64 linux with --enable-kernel=2.6.22.5, the following tests fail:
make[2]: * build/glibc-build/nptl/tst-rwlock6.out Error 1 make[2]: * build/glibc-build/nptl/tst-rwlock7.out Error 1 make[2]: * build/glibc-build/nptl/tst-rwlock9.out Error 1 make[2]: * build/glibc-build/nptl/tst-rwlock11.out Error 1 make[2]: * build/glibc-build/nptl/tst-rwlock12.out Error 11 make[2]: * build/glibc-build/nptl/tst-rwlock14.out Error 1 make[2]: * build/glibc-build/nptl/tst-abstime.out Error 1
This issues does not occur on i686. If I build glibc with --enable-kernel=2.6.29 or later, all tests pass.