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 vstinner
Recipients Arfrever, jonash, pitrou, python-dev, vapier, vstinner
Date 2011-04-25.01:09:59
SpamBayes Score 2.9303603e-05
Marked as misclassified No
Message-id <1303693799.89.0.823991089847.issue11915@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2011-04-25 01:09:59vstinnersetrecipients: + vstinner, pitrou, vapier, Arfrever, jonash, python-dev
2011-04-25 01:09:59vstinnersetmessageid: <1303693799.89.0.823991089847.issue11915@psf.upfronthosting.co.za>
2011-04-25 01:09:59vstinnerlinkissue11915 messages
2011-04-25 01:09:59vstinnercreate