[issue28772] Bus error in Python 3.6.0beta

Chi Hsuan Yen report at bugs.python.org
Tue Nov 22 11:38:45 EST 2016


Chi Hsuan Yen added the comment:

A common cause of bus error is mis-aligned memory access. Which architecture are you on and how did you compile Python? (compiler flags, etc.)

FWIW, configure python with --with-pydebug may bring you more debugging information

----------
nosy: +Chi Hsuan Yen

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


More information about the Python-bugs-list mailing list