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 _______________________________________________ http://lists.parrot.org/mailman/listinfo/parrot-dev
