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 nptl/2796] New: pthread_mutexattr_getprioceiling() returns prioceiling out of range


As specified in
http://www.opengroup.org/onlinepubs/000095399/functions/pthread_mutexattr_getprioceiling.html, the prioceiling value shall be in range defined by SCHED_FIFO, but
when calling it on a new mutexattr it is zero while the SCHED_FIFO range is
1..99.

The same applies to phtread_mutex_getprioceiling().

This also causes the LTP testsuite to fail.

-- 
           Summary: pthread_mutexattr_getprioceiling() returns prioceiling
                    out of range
           Product: glibc
           Version: unspecified
            Status: NEW
          Severity: normal
          Priority: P2
         Component: nptl
        AssignedTo: drepper at redhat dot com
        ReportedBy: pasky at suse dot cz
                CC: glibc-bugs at sources dot redhat dot com


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

------- 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]