Hello. Long story short - "our packfiles handling suck". Major problem PackFile* interp->initial_pf (which is quite misleadig name for it) gets updated behind the scene. "Scene" is PtrObj created by new API.
Proper solution is to switch to Packfile PMCs internally. But it's quite big project (and we missed opportunity for gsocing it). For time being can you test packfile_wrap branch? -- Bacek On Fri, Apr 15, 2011 at 7:15 PM, Moritz Lenz <[email protected]> wrote: > On 04/15/2011 11:00 AM, Gerd Pokorra wrote: >> $ make spectest >> >> from today from current rakudo on top of current parrot on x86_64 >> configured without options finished fine. > > It only segfaults when parrot is configured with --gc=gms > > Cheers, > Moritz > _______________________________________________ > http://lists.parrot.org/mailman/listinfo/parrot-dev > _______________________________________________ http://lists.parrot.org/mailman/listinfo/parrot-dev
