How to check your debuginfo status in Polar Signals Cloud
A faster and easier way to troubleshoot debuginfo processing in Polar Signals Cloud.
When profiling your applications with Polar Signals Cloud, you might occasionally see memory addresses instead of human-readable function names in your flamegraphs. This happens when debug information (debuginfo) hasn't been uploaded or processed yet. But how do you know what's going on with your debuginfo?
In our previous blog post, we talked about how to check debuginfo processing lifecycle on Polar Signals Cloud. Since then, we've made some improvements to simplify this experience.
How to Check Debuginfo Status
Checking debuginfo status is now as simple as right-clicking on a frame:
- Open a profile in the Profile Explorer as a flamgraph
- Find the frame you want to investigate (e.g., one showing memory addresses instead of a function names)
- Right-click on the frame and select "Check debuginfo status"
- A sidebar drawer slides in showing the debuginfo details

Understanding the Debuginfo Status
When you click "Check debuginfo status," a drawer slides in from the right side of the screen. It displays detailed information about the debuginfo associated with that frame's build ID:
Statuses Explained
Here's what each status means:
Awaiting Upload
The binary is detected from a profile sample but hasn't uploaded the debuginfo yet. This typically means the binary is just discovered and agent is still uploading the debuginfo for this.
Processing Pending
The debuginfo has been uploaded but is still being processed. When a debuginfo file is uploaded, we perform a bunch of optimizations to make the debug information efficient for lookups and this may usually take a few minutes.
Success
Your debuginfo has been fully processed and symbols are available. You should see human-readable function names in your profiles.
Error
Something went wrong during the processing of the debuginfo file, could be an invalid format, corrupted debuginfo file or some internal processing error. We typically retry the processing a few times that should eventually resolve this, but if this state persists please get in touch with us.
I hope this sheds some light on how to check and interpret debuginfo processing status in Polar Signals Cloud! If you have any questions or feedback, please feel free to join our Discord.
Read more
Debug Artifacts Status Page
Provides an overview of the processing status of your project's debug artifacts, such as debuginfo, executables, or sources.
Fantastic Symbols and Where to Find Them - Part 2
How profilers and debuggers translate machine addresses to human-readable symbolic names

Keep up with Polar Signals
Receive new posts, product updates, and insights on performance engineering straight to your inbox.