[pypy-issue] Issue #1876: Sandbox does not work in 2.4.0? (pypy/pypy)

Konstantin Lopuhin issues-reply at bitbucket.org
Tue Sep 30 16:04:38 CEST 2014


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)




More information about the pypy-issue mailing list