-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
readbytes stops prematurely #10282
Comments
Hm, it doesn't seem to have anything to do with the download or the pipe, I can replicate the same behavior with a local file:
Smaller files work, so this is probably hitting an OS limit? |
I can reproduce on linux, but I believe this is a dupe of #8789. |
i.e. the problem is an OS limitation on writing and reading in the same kernel thread as in #8789? However, in this case the writing is being done by a separate process; can't that be run asynchronously in a different kernel thread? |
closing as a dupe of #8789 |
I think this is actually a dupe of #10655 :) |
I cannot get the following command the complete:
It works without zcat. It works with smaller files (the file causing the problem above is ~9MB). It works in regular shell outside of Julia. I replicated the behavior on v0.3, v0.4 on linux and osx.
The text was updated successfully, but these errors were encountered: