[issue7332] python script segment fault at PyMarshal_ReadLastObjectFromFile in import_submodule

Antoine Pitrou report at bugs.python.org
Sat Apr 17 16:50:24 CEST 2010


Antoine Pitrou <pitrou at free.fr> added the comment:

I agree that we can consider dropping the static buffer and always using PyMem_MALLOC().
It looks a bit strange for this bug to happen, though. Does Ubuntu use a small stack size?

----------
nosy: +pitrou, tim_one

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue7332>
_______________________________________


More information about the Python-bugs-list mailing list