Chris Fields wrote:
There appears to be a possible GC-related bug introduced to Parrot prior to r27449 which is showing up in Rakudo. Using the following script (courtesy of Jonathan W):<snip>
After investigating a little, the breakage occurred in: http://www.parrotvm.org/svn/parrot/revision?rev=27447
Basically, protoobjects didn't handle the switch-over to using the new copy opcode for :pasttype('copy') nodes properly. Fixed in r27539, so this example runs again.
Thanks, Jonathan