# New Ticket Created by  Will Coleda 
# Please include the string:  [perl #57824]
# in the subject line of all future correspondence about this issue. 
# <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=57824 >


The following causes a segfault:

$ cat foo.pir
.sub main
 $P0 = getinterp
 $P1 = $P0['namespace';0]
 $P2 = iter $P1
 $P3 = shift $P2
.end
$ ../../parrot foo.pir
Segmentation fault


-- 
Will "Coke" Coleda

Reply via email to