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/12108] New: psiginfo() treats realtime signals inconsistently


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

           Summary: psiginfo() treats realtime signals inconsistently
           Product: glibc
           Version: 2.12
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: libc
        AssignedTo: drepper.fsp@gmail.com
        ReportedBy: mtk.manpages@gmail.com


When psiginfo() is given a siginfo_t for a nonrealtime signal, it prints
details of the siginfo() structure. But when is given a siginfo_t for a
realtime signal in the same circumstances, all it prints is "Unknown signal
NN".

This is inconsistent. Nonrealtime signals should be displayed in the same way
as realtime signals.

-- 
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.


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