dxtao29

Results 6 comments of dxtao29

for me, it is due to a concurrency situation, after make it sequential, the problem solved. ### std::map is not current safe

mine got stuck after ``` Boot HART ID : 0 Boot HART Domain : root Boot HART Priv Version : v1.11 Boot HART Base ISA : rv64imafdc Boot HART ISA...

> Can you include the QEMU command line you are using? ```bash qemu-system-riscv64 -m 2G -smp 16 -nographic -machine xxx-machine -bios none -drive if=...img -drive file=... -device pcie-root-port,port=0x10,chassis=1,id=root_port1 ```

> ntirpc is an improvement of tirpc to fully support a multi-threaded server with an attempt at fairness among clients, support for non-blocking responses, and async/non-blocking request processing. are they...

> > > ntirpc is an improvement of tirpc to fully support a multi-threaded server with an attempt at fairness among clients, support for non-blocking responses, and async/non-blocking request processing....

So, if I have a program was linked against ntirpc, it is not guaranteed the program can be linked against tirpc , right?