Skip Menu |

This queue is for tickets about the forks CPAN distribution.

Report information
The Basics
Id: 64176
Status: stalled
Priority: 0/
Queue: forks

People
Owner: RYBSKEJ [...] cpan.org
Requestors: vindex [...] apartia.org
Cc:
AdminCc:

Bug Information
Severity: Important
Broken in: (no value)
Fixed in: (no value)



Subject: segfault in libperl.so.5.10.1
Hi, I'm trying to use forks.pm as a drop-in replacement of threads.pm but it makes my script segfault: Dec 23 14:18:42 sylla kernel: test.pl[12835]: segfault at 0 ip 00007f680176ddfd sp 00007fffcd93b660 error 4 in libperl.so.5.10.1[7f68016bf000+164000] This is on debian/testing with forks.pm and the following modules in my script: use forks; use warnings; use strict; use WWW::Mechanize::GZip; use WWW::Mechanize::Plugin::Display; use JSON; use JSON::DWIW; use HTML::TreeBuilder::XPath; use Data::Dumper; use URI::Escape; use DBI; use List::Util qw(first max maxstr min minstr reduce shuffle sum); use List::MoreUtils; use Perl6::Junction qw/all any none one/; use Getopt::Std; use Finance::Quote; use Regexp::Common; use POSIX; use DateTime::Format::Strptime; use Sys::Hostname; use IO::Tee;
On Thu Dec 23 08:23:53 2010, vindex wrote: Show quoted text
> > Hi, > > I'm trying to use forks.pm as a drop-in replacement of threads.pm but it > makes my script segfault: > > Dec 23 14:18:42 sylla kernel: test.pl[12835]: segfault at 0 ip > 00007f680176ddfd sp 00007fffcd93b660 error 4 in > libperl.so.5.10.1[7f68016bf000+164000] > > This is on debian/testing with forks.pm and the following modules in my > script: > > use forks; > use warnings; > use strict; > use WWW::Mechanize::GZip; > use WWW::Mechanize::Plugin::Display; > use JSON; > use JSON::DWIW; > use HTML::TreeBuilder::XPath; > use Data::Dumper; > use URI::Escape; > use DBI; > use List::Util qw(first max maxstr min minstr reduce shuffle sum); > use List::MoreUtils; > use Perl6::Junction qw/all any none one/; > use Getopt::Std; > use Finance::Quote; > use Regexp::Common; > use POSIX; > use DateTime::Format::Strptime; > use Sys::Hostname; > use IO::Tee;
This was reported 3.5 years ago. Perl 5.10 is now widely distributed by major linux vendors. Is this still an issue?