Issue #1876: Sandbox does not work in 2.4.0? (pypy/pypy)
30 Sep
2014
30 Sep
'14
9:04 a.m.
New issue 1876: Sandbox does not work in 2.4.0? https://bitbucket.org/pypy/pypy/issue/1876/sandbox-does-not-work-in-240 Konstantin Lopuhin: 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 (double-checking now)
3692
Age (days ago)
3692
Last active (days ago)
0 comments
1 participants
participants (1)
-
Konstantin Lopuhin