On Sep 10, 2007, at 12:47 AM, chromatic wrote:
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
I'd already done an svn up, now at r21171, still segfaulting:
(gdb) p key
$1 = (PMC *) 0x1886030
(gdb) p key->vtable
$2 = (VTABLE *) 0xdeadbeef
(gdb) p key->vtable->base_type
Cannot access memory at address 0xdeadbef3
--
Will "Coke" Coleda
[EMAIL PROTECTED]