This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author yan12125
Recipients Stefan Scherfke, yan12125
Date 2016-11-22.16:38:45
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1479832725.96.0.637698507251.issue28772@psf.upfronthosting.co.za>
In-reply-to
Content
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
History
Date User Action Args
2016-11-22 16:38:45yan12125setrecipients: + yan12125, Stefan Scherfke
2016-11-22 16:38:45yan12125setmessageid: <1479832725.96.0.637698507251.issue28772@psf.upfronthosting.co.za>
2016-11-22 16:38:45yan12125linkissue28772 messages
2016-11-22 16:38:45yan12125create