[Python-Dev] Bus error in transformer.py

"Martin v. Löwis" martin at v.loewis.de
Sat Jul 28 15:42:17 CEST 2007


> Any hints how to debug it further?

You should run it under gdb, or attach to the interpreter
from gdb.

Could it be that you get a stack overflow? To my knowledge,
stack space is very scarce on FreeBSD if you use threads.

Regards,
Martin



More information about the Python-Dev mailing list