In message <[email protected]>, Nobody wrote:
> I imagine that your extension code is trashing the heap, in which case, > valgrind is probably the answer. Something simpler to try first is to run the code with the MALLOC_CHECK_ environment variable set to 2 or 3. That might give a few more clues. -- http://mail.python.org/mailman/listinfo/python-list
