HuangShumin
HuangShumin
No, antivirus or anti-malware application installed. I tested at least two Win10 hosts with same symptons. I think it's easy to reproduce, could you have a Win10 host to practice?
this is my workaround to build busybox using w64devkit in air-gapped Windows: 0. extract latest busybox-w32-master.zip to C:\ and run w64devkit's busybox ash console 1. cd C:/busybox-w32-master in w64devkit console...
vfork can be emulated on top of CreateProcess() syscall, by creating a new process running the busybox httpd, and copies all writable pages (data sections, heap, stack, etc.) before resuming...
Awesome, let's try it.
I found most parts of compats.c is not portable. Maybe we need a refact for this one.
I recommend to fix librpma static building as well. And then to review the pulling request to remove librpma. How do you think? So far there does exist static building...
New pull reqest is submited in #1816
I just figure out this issue by static probe the libiberbs/librdmacm/librpma library, as below: ``` if test "$disable_rdma" != "yes" && compile_prog "" "-libverbs -lnl-3 -lnl-route-3" "libverbs" ; then libverbs="yes"...
I suffer from running fio on different arch&distro as well, a statically-linked binary with rdma/nfs engine is required. Personally I use latest Debian 12.8 to build fio statically, however some...