I don't know if this is related however adding this as a trace:

The following script crashes with a segmentation fault in lucid.

#!/usr/bin/perl

use encoding 'utf-8';

use threads;

threads->create( 'Test' );

sub Test
{
   print "OK\n";
}

Please see http://rt.perl.org/rt3//Public/Bug/Display.html?id=41121 for
more information.   Removing encoding script does not segfault.

** Bug watch added: rt.perl.org/rt3//Public/ #41121
   http://rt.perl.org/rt3//Public/Ticket/Display.html?id=41121

-- 
perl crashed with SIGSEGV
https://bugs.launchpad.net/bugs/537685
You received this bug notification because you are a member of Ubuntu
Bugs, which is a direct subscriber.

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to