Vitali Lovich
Vitali Lovich
These are all fantastic tips. Thanks so much! I'll definitely try this out shortly.
When I turn off syscall buffering (`rr -n`) the issue appears to disappear. I haven't had luck investigating getting the buffer usage via `lsof` - do I need to add...
edge-triggered epoll
> Are you sure your design here is correct? The design & implementation seem to handle the corner cases I've read about. As best I can tell the issue isn't...
The trace doesn't show `EINTR` on the signalled fd FWIW. I've also found that a pure `fork` doesn't work - exec needs to be in the middle there. The trace...
Granted. I built against capnp master. `lexer.capnp.h` was just a random capnp file I had laying around in source folder - might be able to just grab it from master?....
Hmm.... Damn it. Let me check `rr dump` on my side on the more complete binary.
I want to try my hand here. Organizationally, does this get added to src/os/windows/fs.rs and src/os/unix/fs.rs?
Came across this repo while searching around for something else. Since this is still open, I figured it might be worth updating the state of things that have changed since...
This is with 0.8.0