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)


_______________________________________________
pypy-issue mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-issue

Reply via email to