I wrote: > XPUSHs(cxstack[cxstack_ix].blk_sub.cv); Trying again: XPUSHs(sv_2mortal(newRV_noinc((SV*)cxstack[cxstack_ix].blk_sub.cv))); -zefram