Comment 1 for bug 1101679

Revision history for this message
Matt Giuca (mgiuca) wrote :

This seems to be a memory corruption issue related to the garbage collector. Replacing all uses of GC_malloc with malloc resolves the issue.