
perlbug-followup at perl
May 26, 2012, 6:24 PM
Post #1 of 1
(39 views)
Permalink
|
|
[perl #17099] 'write' on closed filehandle dumps core at end of page
|
|
On Mon Sep 09 20:38:29 2002, mjd [at] plover wrote: > This is a bug report for perl from mjd [at] plover, > generated with the help of perlbug 1.33 running under perl v5.6.1. > > > ----------------------------------------------------------------- > [Please enter your report here] > > This program dumps core. > > #!/usr/bin/perl > > > while (1) { > write REPORT; > } > > format REPORT_TOP = > T > . > > format REPORT = > X > . > > When I run this as: perl -d 17099.pl, I get an indefinite series of warnings: write() on unopened filehandle REPORT at 17099.pl line 4. (perl 5.16.0) --- via perlbug: queue: perl5 status: open https://rt.perl.org:443/rt3/Ticket/Display.html?id=17099
|