Sandbox does not work in 2.4.0?
Created originally on Bitbucket by kostialopuhin (Konstantin Lopukhin)
Building sandbox from 2.4.0 source on Ubuntu 12.04:
#!bash
~/pypy-2.4.0-src/pypy/goal $ ~/pypy-2.4-beta1-linux64/bin/pypy ../../rpython/bin/rpython -O2 --sandbox targetpypystandalone.py --withmod-time --withmod-struct
Trying to run:
#!bash
~/pypy-2.4.0-src/pypy/goal $ ../sandbox/pypy_interact.py pypy-c
debug: OperationError:
debug: operror-type: RuntimeError
debug: operror-value: None
[Subprocess exit code: 1]
2.3.1 worked, and also 2.3.1 + fix from #1833 (closed) (double-checking now)