https://bugzilla.redhat.com/show_bug.cgi?id=1007199
Bug ID: 1007199 Summary: perl segfaults when pushing a glob to thread-shared array Product: Fedora Version: 18 Component: perl Assignee: jplesnik@redhat.com Reporter: ppisar@redhat.com QA Contact: extras-qa@fedoraproject.org CC: cweyl@alumni.drew.edu, iarnell@gmail.com, jplesnik@redhat.com, kasal@ucw.cz, perl-devel@lists.fedoraproject.org, ppisar@redhat.com, psabata@redhat.com, rc040203@freenet.de, tcallawa@redhat.com
$ perl -Mthreads -Mthreads::shared -e 'my @a :shared; push @a, *STDOUT' Segmentation fault
This crash has been reported to upstream https://rt.perl.org/rt3//Public/Bug/Display.html?id=119719.
All Fedoras are affected. (Tested with perl-libs-5.16.3-265.fc19.x86_64, perl-threads-1.87-1.fc19.x86_64, perl-threads-shared-1.43-2.fc19.x86_64.)