STINNER Victor <victor.stin...@haypocalc.com> added the comment: If you would like to reproduce sandbox bug:
gcc sandbox_exec_bug.c -o sandbox_exec_bug gcc -static static.c -o static sandbox ./sandbox_exec_bug The bug doesn't occur if static.c is not compiled with -static. Note: I don't know if "sandbox ./sandbox_exec_bug" is the right command to run ./sandbox_exec_bug in the sandbox, I used directly LD_PRELOAD. ---------- Added file: http://bugs.python.org/file21768/static.c _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue11915> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com