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 neologix
Recipients Trundle, breun, neologix, pitrou
Date 2011-04-24.10:25:30
SpamBayes Score 0.0011420172
Marked as misclassified No
Message-id <1303640732.75.0.0701123932415.issue11912@psf.upfronthosting.co.za>
In-reply-to
Content
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".
History
Date User Action Args
2011-04-24 10:25:32neologixsetrecipients: + neologix, pitrou, Trundle, breun
2011-04-24 10:25:32neologixsetmessageid: <1303640732.75.0.0701123932415.issue11912@psf.upfronthosting.co.za>
2011-04-24 10:25:30neologixlinkissue11912 messages
2011-04-24 10:25:30neologixcreate