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 tim.peters
Recipients mmokrejs, pitrou, tim.peters, vstinner
Date 2013-08-31.23:25:16
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1377991516.33.0.278379786429.issue18897@psf.upfronthosting.co.za>
In-reply-to
Content
Note this line in your first post:

    DUMA Aborting: mprotect() failed: Cannot allocate memory.

Python never calls mprotect(), but DUMA() probably does.  Also note what it said after that:

   Check README section 'MEMORY USAGE AND EXECUTION SPEED'
   if your (Linux) system may limit the number of different page
   mappings per process

That is, it may be a limitation of your kernel.

In any case, there's no Python issue here, so closing this.
History
Date User Action Args
2013-08-31 23:25:16tim.peterssetrecipients: + tim.peters, mmokrejs, pitrou, vstinner
2013-08-31 23:25:16tim.peterssetmessageid: <1377991516.33.0.278379786429.issue18897@psf.upfronthosting.co.za>
2013-08-31 23:25:16tim.peterslinkissue18897 messages
2013-08-31 23:25:16tim.peterscreate