IsaacDynamo
IsaacDynamo
From a users perspective the timeout in `recv_timeout()` should apply to reception of notification, and be decoupled from timeouts of connections that are managed inside the stack. If `try_recv()` gets...
I'm also affected by this. I'm using the same hello world snippet. `roc dev` hangs and `roc run` segfaults. ``` ~/roc 15:43:15 WSL $ ./roc_nightly-linux_x86_64-2023-10-04-b00f25b/roc version roc nightly pre-release, built...
``` WSL $ uname -a Linux PC 4.19.128-microsoft-standard #1 SMP Tue Jun 23 12:58:10 UTC 2020 x86_64 x86_64 x86_64 GNU/Linux WSL $ lsb_release -a No LSB modules are available. Distributor...
Running on an other machine with a newer kernel does work. So it seem to be related to the kernel. 🤨 ``` WSL $ uname -a Linux LT 5.10.16.3-microsoft-standard-WSL2 #1...
The binaries from 4.19+20.04 and 4.19+22.04 run fine when copied to 5.10+22.04. I would rather not upload them, because they will contain private data. But let me known if you...
Have you seen the `dmesg` message? ``` WSL $ ./hello Segmentation fault WSL $ dmesg | tail -1 [ 5788.699342] 20029 (hello): Uhuuh, elf segment at 00007fb104ebf000 requested but the...