github-actions[bot] commented on Issue #2070:
Subscribe to Label Action
cc @kubkon
<details>
This issue or pull request has been labeled: "wasi"Thus the following users have been cc'd because of the following labels:
- kubkon: wasi
To subscribe or unsubscribe from this label, edit the <code>.github/subscribe-to-label.json</code> configuration file.
Learn more.
</details>
kubkon commented on Issue #2070:
@ueno the failure on Windows looks...weird. I can help out here with debugging, but won't be able to look at this until evening today.
ueno commented on Issue #2070:
@ueno the failure on Windows looks...weird. I can help out here with debugging, but won't be able to look at this until evening today.
I suspect that this is because on Windows
fd_pwrite
returns after writing each iovec, as I see the similar behavior infd_pread
.
Let me try to callfd_pwrite
in a loop to ensure that everything is written.
kubkon commented on Issue #2070:
@ueno the failure on Windows looks...weird. I can help out here with debugging, but won't be able to look at this until evening today.
I suspect that this is because on Windows
fd_pwrite
returns after writing each iovec, as I see the similar behavior infd_pread
.
Let me try to callfd_pwrite
in a loop to ensure that everything is written.FWIW, if this is the case, we should probably unify the interface in WASI though. I'm happy for us to do this in a subsequent PR so that we don't block virtfs fixes and improvements in this one though.
Last updated: Nov 22 2024 at 16:03 UTC