Martin Stjernholm wrote:
Please use a pike fresh from cvs as I've made a few more tweaks there. I
Ok, picked up latest version.
Compile with the GC_MARK_DEBUG define (it's outcommented in gc.h). It
Done.
the queue. If you have the opportunity to debug in a live process, please try
(gdb) call describe(b->entries[e].in)
before you kill it.
Hmmm, that will be difficult. I usually get coredumps, but I'll give it a try to see if I can wait for a coredump while still in gdb.
You can also compile with GC_DEBUG (now outcommented in gc.c). That adds
Turned on. Waiting for results.