Thanks a lot. I will notify Moose's upstream.

2008/4/17, Niko Tyni <[EMAIL PROTECTED]>:

>  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:[EMAIL PROTECTED]
`. `'     mailto:[EMAIL PROTECTED]
  `-



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to