bug-gnulib
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: sigaction test failure on FreeBSD 9.1 when pthread is used


From: Ed Maste
Subject: Re: sigaction test failure on FreeBSD 9.1 when pthread is used
Date: Mon, 29 Apr 2013 15:09:14 -0400

On 25 April 2013 16:23, Paul Eggert <address@hidden> wrote:
>
> I guess my test case wasn't a correct simplification of
> the gnulib test case.  Could you please try the following
> test case instead?  Thanks.

If my understanding is correct your replacement test case should still
pass even with the following change:

-  sa.sa_flags = SA_RESETHAND | SA_NODEFER;
+  sa.sa_flags = SA_RESETHAND | SA_NODEFER | SA_SIGINFO;

On FreeBSD if I make that change then the test fails the same way as
before ("wrongly reports SA_SIGINFO") even without -lpthread, which
suggests a kernel change on the FreeBSD side.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]