https://bugzilla.redhat.com/show_bug.cgi?id=1345788 Bug ID: 1345788 Summary: perl segmentation fault when using PerlIO Layer :locale and threads Product: Fedora Version: 24 Component: perl Assignee: jplesnik@xxxxxxxxxx Reporter: ppisar@xxxxxxxxxx QA Contact: extras-qa@xxxxxxxxxxxxxxxxx CC: asadawar@xxxxxxxxxx, cweyl@xxxxxxxxxxxxxxx, g.zumstrull@xxxxxxxxxxxxxxxx, iarnell@xxxxxxxxx, jplesnik@xxxxxxxxxx, kasal@xxxxxx, perl-devel@xxxxxxxxxxxxxxxxxxxxxxx, ppisar@xxxxxxxxxx, psabata@xxxxxxxxxx, rc040203@xxxxxxxxxx, tcallawa@xxxxxxxxxx +++ This bug was initially created as a clone of Bug #1344749 +++ Description of problem: perl segmentation fault when using PerlIO Layer :locale and threads [...] How reproducible: ~~~~ [root@dhcp7-145 abhi]# perl use open IO => ':locale'; use threads; sub loop {for ($x = 1; $x < 1000000000000; $x++) {}} $thr = threads->create(\&loop); ^d Segmentation fault (core dumped) ~~~~ [...] https://rt.perl.org/Public/Bug/Display.html?id=44887 ------- Fedora ≤ 24 (perl-5.22.2-359.fc24.x86_64, perl-encoding-3:2.17-8.fc24.x86_64) is affected. -- You are receiving this mail because: You are on the CC list for the bug. -- Fedora Extras Perl SIG http://www.fedoraproject.org/wiki/Extras/SIGs/Perl perl-devel mailing list perl-devel@xxxxxxxxxxxxxxxxxxxxxxx https://lists.fedoraproject.org/admin/lists/perl-devel@xxxxxxxxxxxxxxxxxxxxxxx