Bug#476579: libmoose-perl: perl core dumps with Moose and threads
Piotr Roszatycki
dexter at debian.org
Fri Apr 18 08:34:46 UTC 2008
Thanks a lot. I will notify Moose's upstream.
2008/4/17, Niko Tyni <ntyni at debian.org>:
> I can reproduce the crash with just
>
> #!/usr/bin/perl
> use threads;
> use re 'eval';
> my $a = qr{(??{a})};
> print "match\n" if "bc" =~ /(??{b})/;
> my $thr = threads->create(sub { });
> $thr->join();
> __END__
--
.''`. Piotr Roszatycki
: :' : mailto:Piotr.Roszatycki at gmail.com
`. `' mailto:dexter at debian.org
`-
More information about the pkg-perl-maintainers
mailing list