Am Freitag, 9. Juni 2006 21:19 schrieb chromatic:
> Oddly, I see these only when running through the Pheme interpreter, not
> when dumping out the raw PIR code and executing that.

(gdb) r -G pheme.pbc t/cdr.t 
1..2
ok 1 - tail of three elem list should be two elem list
ok 2 - tail of two elem list should be one elem list

When GC is enabled, I see the same error as shown in the backtrace. Looks like 
a GC bug to me. For some strange reason, the key in the multi signature has 
the key_number bit set, which is leading to the segfault. 

For now I'd suggest to disable DOD/GC for runtime by emitting sweepoff & 
collectoff opcodes.

leo

Reply via email to