New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
OpenBSD 6 does not provide pid or uid in SA_SIGINFO #15664
Comments
From afresh1@openbsd.orgCreated by afresh1@openbsd.orgOpenBSD 6 still does not support returning pid, gid, or uid with SA_SIGINFO. I didn't talk to many folks about it, but I don't think there is much interest in fixing this, so probably easiest just to continue skipping those. Inline Patch--- ext/POSIX/t/sigaction.t.orig Sat Sep 24 21:22:49 2016
+++ ext/POSIX/t/sigaction.t Sat Sep 24 21:32:58 2016
@@ -202,7 +202,7 @@
$skip{pid}{$^O} = $skip{uid}{$^O} = "not set for kill()"
if (($^O.$Config{osvers}) =~ /^darwin[0-8]\./
||
- ($^O.$Config{osvers}) =~ /^openbsd[0-5]\./);
+ ($^O.$Config{osvers}) =~ /^openbsd[0-6]\./);
my $tests = keys %{{ %siginfo, %opt_val }};
eval 'use POSIX qw(SA_SIGINFO); SA_SIGINFO';
skip("no SA_SIGINFO", $tests) if $@; Perl Info
|
From @tonycozOn Sun Oct 16 11:20:25 2016, afresh1@openbsd.org wrote:
Thanks, applied as c1b1197. Tony |
The RT System itself - Status changed from 'new' to 'open' |
@tonycoz - Status changed from 'open' to 'pending release' |
From @khwilliamsonThank you for filing this report. You have helped make Perl better. With the release today of Perl 5.26.0, this and 210 other issues have been Perl 5.26.0 may be downloaded via: If you find that the problem persists, feel free to reopen this ticket. |
@khwilliamson - Status changed from 'pending release' to 'resolved' |
Migrated from rt.perl.org#129895 (status was 'resolved')
Searchable as RT129895$
The text was updated successfully, but these errors were encountered: