Replies: 2 comments
-
Assuming that you compiled your program with all of the debug symbols, this is possible although very, very hard. |
Beta Was this translation helpful? Give feedback.
-
Hello, Thank you for your answer, I was fearing the same. |
Beta Was this translation helpful? Give feedback.
-
Hello,
I am looking for some insight/guidance regarding how to debug tokio program with only access to a coredump.
I have a program that mysteriously stop doing anything useful, after some investigation, it seems that the task responsible for running the useful stuff is never becoming ready/never scheduled.
I have a coredump of this application, and I would like to know where should I look inside tokio to find my task and poke at its internal in order to try to understand its current state.
Is that even possible ?
Any information regarding how to debug current state with a debugger will be welcome 🙏
P.s: Thank you for tokio it is an awesome framework/library for concurrent programming.
Beta Was this translation helpful? Give feedback.
All reactions