How to check your debuginfo status in Polar Signals Cloud

A faster and easier way to troubleshoot debuginfo processing in Polar Signals Cloud.

January 22, 2026

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:

  1. Open a profile in the Profile Explorer as a flamgraph
  2. Find the frame you want to investigate (e.g., one showing memory addresses instead of a function names)
  3. Right-click on the frame and select "Check debuginfo status"
  4. A sidebar drawer slides in showing the debuginfo details

Debuginfo Status Sidebar
Debuginfo Status Sidebar

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:

FieldDescription
Build IDUnique identifier of the build
Typedebuginfo, executable, or sources
SourceHow it was obtained: "Uploaded at [timestamp]" or "Fetched from [debuginfod server]"
HashContent hash of the debuginfo file
First SeenWhen the debuginfo was first discovered from the profiles
Last SeenLast time this debuginfo was referenced by a profile
Processed TimeWhen we processed the debuginfo
StatusCurrent status of the debuginfo processing. More about it below.

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.

Discuss:
Sign up for the latest Polar Signals news