Tim Peters added the comment:

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.

----------
nosy: +tim.peters
stage:  -> committed/rejected

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue18897>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to