# New Ticket Created by mbere...@flashmail.com # Please include the string: [perl #62376] # in the subject line of all future correspondence about this issue. # <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=62376 >
in parrot/languages/perl6: ../../parrot perl6.pbc --target=pir --output=Test.pir Test.pm # always works ./perl6 --target=pir --output=Test.pir Test.pm # segfaults The first form is regularly tested in 'make spectest', the second never. This may be related to the segfault reported in RT#62364. moritz_ commented: "perl6 is more strict with memory checking than parrot perl6.pbc" (http://irclog.perlgeek.de/perl6/2009-01-14#i_830961) Revisions tested (bisected) on Debian sid Linux 2.6.26-1-amd64 SMP: r35000 r35200 r35210 r35220 r35230 r35235 r35237 good r35238 r35240 r35290 r35307 r35522 r35550 r35568 bad Suggestion: execute 'perl6' instead of 'parrot perl6.pbc' in some tests. PS - apologies for erroneous report sent a few minutes ago