Messages in this thread |  | | Date | Wed, 9 Apr 2008 00:06:23 -0700 (PDT) | | From | Davide Libenzi <> | | | Subject | Re: signalfd() not handling sigqueue() sigval data correctly |
On Wed, 9 Apr 2008, Michael Kerrisk wrote:
> On Wed, Apr 9, 2008 at 1:37 AM, Davide Libenzi <davidel@xmailserver.org> wrote:
> > On Tue, 8 Apr 2008, Michael Kerrisk wrote:
> >
> > > Hi Davide,
> > >
> > > I was doing some playing about with signalfd(), and seem to have encountered a
> > > bug: when a signalfd read() fetches data for a signal that was sent by
> > > sigqueue(), the data accompanying the signal is not returned. Instead
> > > ssi_int/ssi_ptr is zero.
> >
> > Are you able to fetch those info with, say, sigtimedwait(2)?
>
> Yes.
Okie, found it. Tomorrow I'll post a patch. Thank you for reporting.
- Davide
|  |