Changes between Initial Version and Version 3 of Ticket #2820
- Timestamp:
- 01/19/2011 05:20:29 AM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #2820 – Description
initial v3 1 1 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: 2 2 {{{ 3 3 make[2]: *** [/build/glibc-build/nptl/tst-rwlock6.out] Error 1 4 4 make[2]: *** [/build/glibc-build/nptl/tst-rwlock7.out] Error 1 … … 8 8 make[2]: *** [/build/glibc-build/nptl/tst-rwlock14.out] Error 1 9 9 make[2]: *** [/build/glibc-build/nptl/tst-abstime.out] Error 1 10 10 }}} 11 11 This issues does not occur on i686. If I build glibc with --enable-kernel=2.6.29 or later, all tests pass.