Chromatic <[EMAIL PROTECTED]> wrote:

> The current CVS HEAD has failed for about a week or so at the point
> where Parrot tries to generate its configuration library.

Strange.

> (gdb) bt
> #0  0x100b74f0 in pobject_lives (interpreter=0x103ac910, obj=0x35)
>     at src/dod.c:196
> #1  0x10278d7c in Parrot_SArray_mark (interpreter=0x103ac910,
> pmc=0x1056c540)
>     at classes/sarray.c:276

At that point we have AFAIK two SArrays around: the @ARGV array, which
should be visible in REG_PMC(5) and the interpreter->iglobals array,
see src/global_setup.c.

Could you please check, which of these two PMCs is marked and at what
index of the array the bogus object is marked.

leo

Reply via email to