Debugging a deadlock in Tokio
29 Dec
2023
29 Dec
'23
11:09
Hi all, While working on using our network service in Agama's web UI, I got trapped by a deadlock in our Rust code. You know, once you find the issue, it looks obvious. But it took me a while to figure it out :-) In the process, I decided to use tokio-console[1], a tool that collects and displays information about your asynchronous tasks and resources. If you want more details (and even a screenshot), please check the fix's description[2]. Regards, Imo [1] https://docs.rs/tokio-console/latest/tokio_console/ [2] https://github.com/openSUSE/agama/pull/966
370
Age (days ago)
370
Last active (days ago)
0 comments
1 participants
participants (1)
-
Imobach Gonzalez Sosa