On Mon Mar 17 15:55:32 2008, infinoid wrote:
> 114             (void)MD5_Init(c);
> (gdb) print c
> $1 = (MD5_CTX *) 0x0
> (gdb)

PMC_data(SELF) is set by md5.pmc's init() function.  I have verified
(with gdb breakpoints) that Parrot_MD5_init() is being called when
running t/dynpmc/digest_9.pir with most runcores, but it is *not* being
called when run under the -C or -S runcore.  That seems like a Bad Thing.

Mark

Reply via email to