Re: [pypy-dev] Sandbox missing functions like 'fcntl'

2015-06-09 Thread Dmitry Sagalovskiy
Thank you for the explanation, Armin. It's as I thought. OK, then a brief announcement for potential sandbox champions on this list :) Our early-stage startup (Grist Labs ) is looking for an engineer who can also be a pypy sandbox champion! Competitive salary, benef

Re: [pypy-dev] Sandbox missing functions like 'fcntl'

2015-06-08 Thread Armin Rigo
Hi Dmitry, On 9 June 2015 at 05:10, Dmitry Sagalovskiy wrote: > More generally, my team needs to decide if we can rely on the pypy sandbox to > use in our product. It seems brilliantly designed, fast, and overall > impressive. But there are these gaps in missing sandbox wrappers (there are > o

Re: [pypy-dev] Sandbox missing functions like 'fcntl'

2015-06-08 Thread Dmitry Sagalovskiy
Here is a far more baffling one: Not Implemented: sandboxing for external function 'pypy_jit_depthmap_add' That's certainly not something I would expect the controller process to implement. It seems to happen after a bunch of repetitive commands (when I suppose JIT is kicking in). BTW, I did not

[pypy-dev] Sandbox missing functions like 'fcntl'

2015-06-08 Thread Dmitry Sagalovskiy
Hi! I am getting this error from the sandbox: Not Implemented: sandboxing for external function 'fcntl' I am using a custom controller process, and getting this in fdopen (pypy_interact bombs on something else before it gets to that point). After much digging, I think this is due to _check_fd_mo