RapidsOfficial / Rapids

Rapids Core Integration
https://rapidsnetwork.io
MIT License
60 stars 27 forks source link

Daemon runs into DEADLOCK and crashes #50

Open nibbles83 opened 1 year ago

nibbles83 commented 1 year ago

Describe the issue

Daemon randomly crashes and debug log contains the below output.

What version of Rapids Core are you using?

v4.0.6.0-cddbdb95

Machine specs:

Any extra information that might be useful in the debugging process.

2023-08-11 00:35:02 ProcessNewBlock : ACCEPTED Block 2445666 in 4 milliseconds with size=462 2023-08-11 00:35:36 POTENTIAL DEADLOCK DETECTED 2023-08-11 00:35:36 Previous lock order was: 2023-08-11 00:35:36 (1) pnode->cs_vSend net.cpp:1154 (TRY) (in thread ) 2023-08-11 00:35:36 (2) pnode->cs_inventory net.cpp:1156 (TRY) (in thread ) 2023-08-11 00:35:36 Current lock order is: 2023-08-11 00:35:36 pnode->cs_sendProcessing net.cpp:1901 (in thread ) 2023-08-11 00:35:36 cs_main main.cpp:6351 (TRY) (in thread ) 2023-08-11 00:35:36 (2) pto->cs_inventory main.cpp:6440 (in thread ) 2023-08-11 00:35:36 (1) pnode->cs_vSend net.cpp:2571 (in thread )