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/10183] New: tst-cpucount fails if CPU_SETSIZE < 129


posix/tst-cpucount.c assumes that CPU_SETSIZE is > 128 (by hardcoding the test 
value to 129) which is not true on some systems.

The best solution is to set the value to CPU_SETSIZE, so that all values are 
actually tested. The test is still really fast. A patch will follow.

-- 
           Summary: tst-cpucount fails if CPU_SETSIZE < 129
           Product: glibc
           Version: unspecified
            Status: NEW
          Severity: normal
          Priority: P2
         Component: libc
        AssignedTo: drepper at redhat dot com
        ReportedBy: aurelien at aurel32 dot net
                CC: glibc-bugs at sources dot redhat dot com
 GCC build triplet: i686-unknown-kfreebsd7.1-gnu
  GCC host triplet: i686-unknown-kfreebsd7.1-gnu
GCC target triplet: i686-unknown-kfreebsd7.1-gnu


http://sourceware.org/bugzilla/show_bug.cgi?id=10183

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


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