You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
At the moment using the latest WSL kernel, the fd passing sendmsg examples are failing with EINVAL. Not sure if this is an issue in the C stubs or something quirky with WSL.
┌──────────────────────────────────────────────────────────────────────────────┐
│ [FAIL] uring 12 send_msg. │
└──────────────────────────────────────────────────────────────────────────────┘
File "ocaml-uring/tests/main.ml", line 387, character 13:
Expected: `2'
Received: `-22'
The text was updated successfully, but these errors were encountered:
@patricoferris when you opened this issue, the latest kernel for WSL2 was 5.10.93.2 in which fd passing was still banned. By now, you can get 5.15 kernels for WSL2. Can you try it with that?
At the moment using the latest WSL kernel, the fd passing
sendmsg
examples are failing withEINVAL
. Not sure if this is an issue in the C stubs or something quirky with WSL.The text was updated successfully, but these errors were encountered: