Charles-Francois Natali <neolo...@free.fr> added the comment:

PaX doesn't block mprotect in itself, but prevents pages from being both 
writable and executable.
Andreas's right, it's probably due to a dlopen of an object requiring 
executable stack via ctypes.
So you should report this to iotop's developpers. In the meantime, you could 
use "paxctl -m /usr/bin/python".

----------

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

Reply via email to