-
Notifications
You must be signed in to change notification settings - Fork 558
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
Problem with Sys::Hostname. #88
Comments
From @muirCreated by @muirDavid, Do you still maintain Sys::Hostname? If so, I would like to bring On FreeBSD, the following hangs forever with an infinate loop in sh. perl -MSys::Hostname -e '$SIG{"CHLD"} = "IGNORE"; hostname();' The fix is pretty simple: make $SIG{CHLD} local. retrieving revision 1.1.1.1 This is a bug report for perl from muir@idiom.com, Perl Info
|
From @muirCreated by @muirDavid, Do you still maintain Sys::Hostname? If so, I would like to bring On FreeBSD, the following hangs forever with an infinate loop in sh. perl -MSys::Hostname -e '$SIG{"CHLD"} = "IGNORE"; hostname();' The fix is pretty simple: make $SIG{CHLD} local. retrieving revision 1.1.1.1 This is a bug report for perl from muir@idiom.com, Perl Info
|
1 similar comment
From @muirCreated by @muirDavid, Do you still maintain Sys::Hostname? If so, I would like to bring On FreeBSD, the following hangs forever with an infinate loop in sh. perl -MSys::Hostname -e '$SIG{"CHLD"} = "IGNORE"; hostname();' The fix is pretty simple: make $SIG{CHLD} local. retrieving revision 1.1.1.1 This is a bug report for perl from muir@idiom.com, Perl Info
|
From [Unknown Contact. See original ticket]Isn't this illustrative of a more general problem of mixing zombies, --tom |
From @muir* Isn't this illustrative of a more general problem of mixing zombies, Is that backwards? I would tend to think that the CPAN and Core Don't change $SIG{CHLD} if you use Sys::Hostname or anything Much better IMHO to fix Sys::Hostname so that it always works. That said, there are things that module writers should not need -Dave |
From [Unknown Contact. See original ticket]
That's what I meant for us to go look for. --tom |
From [Unknown Contact. See original ticket]fixed in perl 5.6.0 |
From The RT System itselffixed in perl 5.6.0 |
Migrated from rt.perl.org#892 (status was 'resolved')
Searchable as RT892$
The text was updated successfully, but these errors were encountered: