On Sunday 09 September 2007 21:40:56 Will Coleda via RT wrote: > > Program received signal EXC_BAD_ACCESS, Could not access memory. > Reason: KERN_INVALID_ADDRESS at address: 0xdeadbef3 > 0x00010b42 in clone_key_arg (interp=0x31003b0, st=0xbfffef3c) at > src/inter_call.c:641 641 if (key && key->vtable->base_type == > enum_class_Key) {
p key p key->vtable (my guess is the latter is 0xdeadbef3, which is really odd; collected vtables should be 0xdeadbeef). -- c