At 10:18 PM -0400 6/26/06, Peter Prymmer wrote:
>Does anyone else have a build of
>
>http://search.cpan.org/~lbaxter/Sys-SigAction-0.04/
>
>With test results like this:
>
>$ perl "-Mblib" t/attrs.t
>1..7
>ok 1 - sigHUP called
>ok 2 - sig mask delayed INT and USR1
>not ok 3 - sigHUP_2 called
>#   Failed test 'sigHUP_2 called'
>#   in t/attrs.t at line 51.
>not ok 4 - no mask/safe=0 INT_2 called before exit of HUP_2
>#   Failed test 'no mask/safe=0 INT_2 called before exit of HUP_2'
>#   in t/attrs.t at line 54.
># Looks like you planned 7 tests but only ran 4.
># Looks like you failed 2 tests of 4 run.
>%SYSTEM-F-ABORT, abort
>
>?  I used perl 5.8.7 in this case.  I do not see a test failure for the
>same
>module under Alpha perl 5.8.7.

What kill() method does your Perl on Itanium use?  Does it have:

$ sea config.h sigprc
#define KILL_BY_SIGPRC

I've never used Sys::SigAction, but from glancing at the test it does
appear that masking of signals is not working in your Perl.
-- 
________________________________________
Craig A. Berry
mailto:[EMAIL PROTECTED]

"... getting out of a sonnet is much more
 difficult than getting in."
                 Brad Leithauser

Reply via email to