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 vstinner
Recipients methane, python-dev, rhettinger, serhiy.storchaka, vstinner
Date 2016-09-08.19:17:52
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1473362272.42.0.138534428175.issue27350@psf.upfronthosting.co.za>
In-reply-to
Content
For an unknown reason, the code fails on a few buildbots, but not all of them.

* PPC64 Fedora 3.x: GNU/Linux ppc64 POWER7 Fedora 20 GCC Compile Farm host gcc110.fsffrance.org
* PPC64LE Fedora 3.x: GNU/Linux ppc64le POWER8 Fedora 21 GCC Compile Farm host gcc112.fsffrance.org
* s390x Debian 3.x: GNU/Linux s390x System Z Debian Jessie
* s390x RHEL 3.x: GNU/Linux s390x System Z RHEL 7.1
* s390x SLES 3.x: GNU/Linux s390x System Z SLES 12

These buildbot slaves use non-Intel CPU: POWER7, POWER8, s390x System Z (I don't know this platform at all!).

gcc -pthread   -o Programs/_freeze_importlib Programs/_freeze_importlib.o (...) -lpthread -ldl  -lutil   -lm  
./Programs/_freeze_importlib \
    ./Lib/importlib/_bootstrap.py Python/importlib.h
_freeze_importlib: Objects/dictobject.c:805: lookdict_unicode_nodummy: Assertion `ep->me_key != ((void *)0)' failed.
History
Date User Action Args
2016-09-08 19:17:52vstinnersetrecipients: + vstinner, rhettinger, methane, python-dev, serhiy.storchaka
2016-09-08 19:17:52vstinnersetmessageid: <1473362272.42.0.138534428175.issue27350@psf.upfronthosting.co.za>
2016-09-08 19:17:52vstinnerlinkissue27350 messages
2016-09-08 19:17:52vstinnercreate