Skip to content

Conversation

@apaz-cli
Copy link
Member

I noticed this when I was yoinking the code for my own project. When read() fails and errno is EINTR, it re-reads from the wrong position.

I noticed this when I was yoinking the code for my own project. When `read()` fails and `errno` is `EINTR`, it re-reads from the wrong position.
@gbaraldi gbaraldi requested a review from vtjnash March 27, 2023 21:49
@oscardssmith oscardssmith added the io Involving the I/O subsystem: libuv, read, write, etc. label Mar 28, 2023
@vtjnash vtjnash added the merge me PR is reviewed. Merge when all tests are passing label Mar 28, 2023
@DilumAluthge DilumAluthge merged commit 39fd7dd into JuliaLang:master Mar 28, 2023
@DilumAluthge DilumAluthge removed the merge me PR is reviewed. Merge when all tests are passing label Mar 28, 2023
Xnartharax pushed a commit to Xnartharax/julia that referenced this pull request Apr 19, 2023
I noticed this when I was yoinking the code for my own project. When `read()` fails and `errno` is `EINTR`, it re-reads from the wrong position.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

io Involving the I/O subsystem: libuv, read, write, etc.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants