On Sunday 29 June 2008 16:03:08 Patrick R. Michaud wrote:
> [Oops! I accidentally sent this message to the wrong ticket (#54116) --
> this resends it to the correct one.]
>
> Some updates as of r28833, (kubuntu 8.04, x86)
>
> Simple ranges seem to work:
>
> $ ./parrot perl6.pbc -e '1..1000' # works
>
> $ ./parrot perl6.pbc -e 'say 1..1000' # works
>
> The original test case segfaults after 214 iterations:
>
> $ cat x
> for 1..1000 -> $a { say $a }
> $ ./parrot perl6.pbc x
> To turn the generated .pir file into standalone executable,
> add a load_bytecode 'perl6.pbc' opcode inside of the first
> sub. This then segfaults after 352 iterations:
Fixed in r28836. Thanks for the instructions on how to reproduce it!
-- c