On Fri, 2006-02-03 at 17:42 +0100, Nicolas Cannasse wrote: > In order to check that it's actually a bug inside a GC call, could you > wrap calls in "alloc.c" with printf before/after ? Maybe only needed in > the case of alloc_object if you crash on a $new call.
How about just turning off garbage collection? Boehm has a 'leak detection' mode which doesn't free anything -- we used that on my box getting the 64 bit version running. BTW: Doug, you're building with MSYS? Have you tried using Cygwin with gcc -mnocygwin? -- John Skaller <skaller at users dot sf dot net> Felix, successor to C++: http://felix.sf.net -- Neko : One VM to run them all (http://nekovm.org)
