-
Notifications
You must be signed in to change notification settings - Fork 577
Weird, underspecified, BSD error #4420
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
Comments
From [email protected]I'm trying to run down a problem where a perl script is invoking At this point, I'm not providing a test case, since I believe that The test case is included in pragma/warnings as test case #303 In other words, when using a higher version level of perl v5.6.1, Since it's two different versions of perl, running on the same OS, The program in question functions perfectly when using perl Ultimately, it would be nice to see perl v5.6.1 fixed so that it I'm willing to try and provide more information and/or run tests to Perl Info
|
@smpeters - Status changed from 'open' to 'stalled' |
From @HugmeirOn Mon Sep 17 18:54:50 2001, don@resun.com wrote:
PATH=/home/resun/don/bin:/usr/local/sbin:/usr/local/bin:/usr/pkg/bin:/usr/pkg/sbin:/sbin:/usr/sbin:/bin:/usr/bin:/etc:/usr/games:/usr/X11R6/bin
Since neither NetBSD 1.5.2 nor Perl 5.6 are supported, and newer Perls |
The RT System itself - Status changed from 'stalled' to 'open' |
@cpansprout - Status changed from 'open' to 'resolved' |
From @nwc10On Mon, Apr 30, 2012 at 12:02:21AM -0700, Brian Fraser via RT wrote:
I believe that the test referenced here is the commented out read in ######## The test for read was commented out in commit 37bd139 ./perl -we 'open FOO, ">/dev/null"; $SIG{__WARN__} = sub {die @_}; read FOO,$FOO, 1'
However, that construction didn't warn at all until commit af8c498 Also, the original commit that mentions failures on *BSD too is this: commit 88c07c3 Mention that also *BSD systems with glibc are known to stumble. p4raw-id: //depot/cfgperl@3886 so it seems to be a glibc thing, not a general cross-platform weakness. The commented-out read warning test was removed by this commit: commit 977289e Re: FreeBSD hangs when reading from dup'd STDOUT/ERR w/o perlio I don't think that that was intentional. I don't think that we're testing
It's unfortunate that we didn't take up this offer at the time.
I've tried on everything old that I have access to, and I can't replicate Nicholas Clark |
Migrated from rt.perl.org#7698 (status was 'resolved')
Searchable as RT7698$
The text was updated successfully, but these errors were encountered: