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 mmokrejs
Recipients amaury.forgeotdarc, mmokrejs, tim.peters, vstinner
Date 2013-08-29.20:54:25
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1377809665.89.0.641408402214.issue18843@psf.upfronthosting.co.za>
In-reply-to
Content
Sorry, I should explain a bit more. Gentoo Linux uses a tool named emerge to handle packages. It is written in python. So, by that command I initiated re-compilation of python itself but it crashed quickly. At that moment emerge called the python available on the system at that time which was configured using --with-pydebug.


Meanwhile I went to install DUMA http://duma.sourceforge.net/ and started to re-run emerge.

# emerge duma
# export LD_PRELOAD=/usr/lib64/libduma.so.0.0.0
# sysctl -w vm.max_map_count=1000000
# emerge dev-lang/python:2.7 


Thanks for your analysis, will try to stitch something.
History
Date User Action Args
2013-08-29 20:54:25mmokrejssetrecipients: + mmokrejs, tim.peters, amaury.forgeotdarc, vstinner
2013-08-29 20:54:25mmokrejssetmessageid: <1377809665.89.0.641408402214.issue18843@psf.upfronthosting.co.za>
2013-08-29 20:54:25mmokrejslinkissue18843 messages
2013-08-29 20:54:25mmokrejscreate