[perl #92258] <$fh> hangs on a glob copy
authorFather Chrysostomos <sprout@cpan.org>
Mon, 6 Jun 2011 05:37:54 +0000 (22:37 -0700)
committerFather Chrysostomos <sprout@cpan.org>
Mon, 6 Jun 2011 05:37:54 +0000 (22:37 -0700)
commit71edc89419f11505f2cdaba9b13be65582d7f011
treecf31dd4ce22fa560605fb40843d1a50e8e77e102
parentc0b72abc47a28e2094e4ffc331df81433920bb63
[perl #92258] <$fh> hangs on a glob copy

Opening a file handle to \$glob causes assertion failures
(under debugging) or hangs or other erratic behaviour without
debugging. This might even crash in some cases.

It never really worked properly, but it didn’t start hanging
apparently until 5.12.2 and 5.14.0.
ext/PerlIO-scalar/scalar.xs
t/io/perlio.t