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 koobs
Recipients koobs, vstinner
Date 2014-04-07.11:31:01
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1396870261.68.0.853750593113.issue21166@psf.upfronthosting.co.za>
In-reply-to
Content
Interestingly, I note the following lines from the gdb log:

#5  0x0000000801ae1e99 in PyModule_Create2 () from /usr/local/lib/libpython3.4m.so.1
#6  0x0000000801840de8 in PyInit__heapq () from /usr/local/lib/python3.4/lib-dynload/_heapq.so

I had installed Python 3.4 just prior to Victor reporting the issue.

If its at all relevant, Python 3.4 was built using clang (not gcc, which the buildbots use)

Removing Python 3.4 from the system and rebuilding makes the issue go away.

The question is, what is ./python from the buildbot build directory doing using, loading or otherwise interacting with the python installation on the system in the first place? Is a lack of isolation the root cause?
History
Date User Action Args
2014-04-07 11:31:01koobssetrecipients: + koobs, vstinner
2014-04-07 11:31:01koobssetmessageid: <1396870261.68.0.853750593113.issue21166@psf.upfronthosting.co.za>
2014-04-07 11:31:01koobslinkissue21166 messages
2014-04-07 11:31:01koobscreate