You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I had an attempt before: #12588, including GDB, LLDB, and debugging symbols.
The motivation is somehow different: I was focusing on offline debugging there. For example, download the core dump from the production container, then import it into the corresponding debug image. Users will continue to deploy using the original image.
Here we mentioned "flame graph", so it's actually online debugging. It appears that we have to include those debug tools in the production image itself.
when trying to generate a CPU flame graph in a RW cluster, @MrCroxx suggested that
try to gather what debug tools are needed except the toolchain for CPU flame graph, please leave a message
we can create another build image pipeline on Buildkite later
The text was updated successfully, but these errors were encountered: