Mysterious Branch Failures with PPC/Darwin Make

Vasily Chekalkin bacek at bacek.com
Thu May 5 11:35:29 UTC 2011


Hello.

> 1..7
> # Parsing src/ops/core.ops...
> src/gc/gc_gms.c:1231: failed assertion '!PObj_on_free_list_TEST(pmc) ||
> !"Resurrecting of dead objects is not supported"'

This is definitely GC-related failure. Can you try few tips from
https://github.com/parrot/parrot/blob/master/docs/project/hacking_tips.pod?
Espcially about "reducing nondeterminism".

Also, something like replacing dinamic selection of gc_threshold in
gc_gms.c (line 780 or something) with constant will help a lot.

-- 
Bacek


More information about the parrot-dev mailing list