Re: SIGSYS annoyance

2016-06-10 Thread Mikael Pettersson
Andy Lutomirski writes: > On Mon, Jun 6, 2016 at 9:03 AM, Kees Cook wrote: > > On Fri, Jun 3, 2016 at 10:16 PM, Andy Lutomirski > > wrote: > >> https://bugzilla.mozilla.org/show_bug.cgi?id=1176099 > >> > >> Should SIGSYS be delivered to the

Re: SIGSYS annoyance

2016-06-10 Thread Mikael Pettersson
Andy Lutomirski writes: > On Mon, Jun 6, 2016 at 9:03 AM, Kees Cook wrote: > > On Fri, Jun 3, 2016 at 10:16 PM, Andy Lutomirski > > wrote: > >> https://bugzilla.mozilla.org/show_bug.cgi?id=1176099 > >> > >> Should SIGSYS be delivered to the handler even if blocked? What, if > >>

Re: SIGSYS annoyance

2016-06-09 Thread Andy Lutomirski
On Mon, Jun 6, 2016 at 9:03 AM, Kees Cook wrote: > On Fri, Jun 3, 2016 at 10:16 PM, Andy Lutomirski wrote: >> https://bugzilla.mozilla.org/show_bug.cgi?id=1176099 >> >> Should SIGSYS be delivered to the handler even if blocked? What, if >> anything,

Re: SIGSYS annoyance

2016-06-09 Thread Andy Lutomirski
On Mon, Jun 6, 2016 at 9:03 AM, Kees Cook wrote: > On Fri, Jun 3, 2016 at 10:16 PM, Andy Lutomirski wrote: >> https://bugzilla.mozilla.org/show_bug.cgi?id=1176099 >> >> Should SIGSYS be delivered to the handler even if blocked? What, if >> anything, does POSIX say? All I can find is in

Re: SIGSYS annoyance

2016-06-06 Thread Kees Cook
On Fri, Jun 3, 2016 at 10:16 PM, Andy Lutomirski wrote: > https://bugzilla.mozilla.org/show_bug.cgi?id=1176099 > > Should SIGSYS be delivered to the handler even if blocked? What, if > anything, does POSIX say? All I can find is in pthread_sigmask(3p): > > If any of the

Re: SIGSYS annoyance

2016-06-06 Thread Kees Cook
On Fri, Jun 3, 2016 at 10:16 PM, Andy Lutomirski wrote: > https://bugzilla.mozilla.org/show_bug.cgi?id=1176099 > > Should SIGSYS be delivered to the handler even if blocked? What, if > anything, does POSIX say? All I can find is in pthread_sigmask(3p): > > If any of the SIGFPE, SIGILL, SIGSEGV,

SIGSYS annoyance

2016-06-03 Thread Andy Lutomirski
https://bugzilla.mozilla.org/show_bug.cgi?id=1176099 Should SIGSYS be delivered to the handler even if blocked? What, if anything, does POSIX say? All I can find is in pthread_sigmask(3p): If any of the SIGFPE, SIGILL, SIGSEGV, or SIGBUS signals are generated while they are blocked, the result

SIGSYS annoyance

2016-06-03 Thread Andy Lutomirski
https://bugzilla.mozilla.org/show_bug.cgi?id=1176099 Should SIGSYS be delivered to the handler even if blocked? What, if anything, does POSIX say? All I can find is in pthread_sigmask(3p): If any of the SIGFPE, SIGILL, SIGSEGV, or SIGBUS signals are generated while they are blocked, the result