Changes between Initial Version and Version 3 of Ticket #2820


Ignore:
Timestamp:
01/19/2011 05:20:29 AM (14 years ago)
Author:
bdubbs@…
Comment:

I'm just guessing, but I suspect the failed tests depend on the kernel configuration.

Symbol: FUTEX [=y]                                                                             
 Prompt: Enable futex support                                                                   
   Defined at init/Kconfig:903                                                                  
     Depends on: EMBEDDED [=y]                                                                    
     Location:                                                                                    
       -> General setup                                                                           
         -> Configure standard kernel features (for small systems) (EMBEDDED [=y])                
     Selects: RT_MUTEXES [=y]

The 2.6.22.5 version is what we specify as the minimum.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #2820 – Description

    initial v3  
    11When 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{{{
    33make[2]: *** [/build/glibc-build/nptl/tst-rwlock6.out] Error 1
    44make[2]: *** [/build/glibc-build/nptl/tst-rwlock7.out] Error 1
     
    88make[2]: *** [/build/glibc-build/nptl/tst-rwlock14.out] Error 1
    99make[2]: *** [/build/glibc-build/nptl/tst-abstime.out] Error 1
    10 
     10}}}
    1111This issues does not occur on i686. If I build glibc with --enable-kernel=2.6.29 or later, all tests pass.