On Thursday 31 January 2008 14:21:27 Zev Benjamin wrote: > The attached code makes parrot segfault (invoked as "./parrot > segfault.pir"). I attempted to debug, but wasn't able to get to the > root of the problem. It seems as though VTABLE_get_class() on line 64 > of src/ops/objects.ops is returning uninitialized memory, but I'm not > sure much beyond that.
That's exactly it. Fixed in r25399, and your test case added to t/pmc/object-meths.t. Thanks! -- c