Hello.

On Thu, Dec 8, 2011 at 8:22 PM, Stefan Seifert <[email protected]> wrote:
> I found futher indications that the source of the problem really lies in the
> Parrot_Pointer_Array. The pointer array essentially seems to be a linked list
> of array chunks. On deleting an element in the array the slot in the chunk is
> marked as empty by setting the least significant bit. Parrot_pa_insert later
> tries to re-use this slot. If I deactivate the mechanism by the following
> patch, my problem disappears and my test program runs stable:

You are just hiding original problem with this patch (and introduce
memory leak).

-- 
Bacek.
_______________________________________________
http://lists.parrot.org/mailman/listinfo/parrot-dev

Reply via email to