[issue28772] Bus error in Python 3.6.0beta

2016-11-25 Thread SilentGhost
Changes by SilentGhost : -- resolution: not a bug -> third party stage: -> resolved ___ Python tracker ___ ___ Python-bugs-list maili

[issue28772] Bus error in Python 3.6.0beta

2016-11-24 Thread Stefan Scherfke
Stefan Scherfke added the comment: The cause for this issue was a backwards incompatible change between conda-build v1 and conda-build v2. -- resolution: -> not a bug status: open -> closed ___ Python tracker ___

[issue28772] Bus error in Python 3.6.0beta

2016-11-22 Thread Julien Palard
Julien Palard added the comment: I can't reproduce the issue: $ ./python Python 3.6.0b4+ (default, Nov 23 2016, 00:23:59) [GCC 5.4.1 20160904] on linux Type "help", "copyright", "credits" or "license" for more information. >>> open('./python', 'rb') <_io.BufferedReader name='./

[issue28772] Bus error in Python 3.6.0beta

2016-11-22 Thread Chi Hsuan Yen
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

[issue28772] Bus error in Python 3.6.0beta

2016-11-22 Thread Stefan Scherfke
New submission from Stefan Scherfke: Hi all, I am trying to build a custom Conda installer for Python 3.6.0b4. I could successfully build an run Python. However, when I run the generated Conda installer, it dies with a "Bus error". It happens when Conda's meta-installer script tries to replac