Changes by Pavel Labushev :
--
nosy: +Arach
___
Python tracker
<http://bugs.python.org/issue13703>
___
___
Python-bugs-list mailing list
Unsubscribe:
Pavel Labushev added the comment:
How to reproduce:
# mkdir /mnt/readonly
# mount --bind / /mnt/readonly
# mount -o remount,ro /mnt/readonly
# mount -t proc proc /mnt/readonly/proc
# chroot /mnt/readonly python3.2 -c "import ctypes"
Segmentation fault
If your python build expect
New submission from Pavel Labushev :
"import ctypes" causes segfault on read-only filesystem
This regression was introduced in python-2.6.6 and exists in all the later
versions.
To reproduce run python -c "import ctypes" on read-only filesystem:
(gdb) file python3.2
Pavel Labushev added the comment:
Note that the removing of PROT_EXEC flag doesn't break any ctypes test.
--
nosy: +Arach
___
Python tracker
<http://bugs.python.org/i