Brendan Gregg 3/16/2024

The Return of the Frame Pointers

Read Original

This technical blog post details a common issue where profilers and debuggers produce broken stack traces and misleading flame graphs. The problem occurs when system libraries like libc are compiled without frame pointers, causing stack walking to fail and group many samples incorrectly under '[unknown]'.

The Return of the Frame Pointers

Comments

No comments yet

Be the first to share your thoughts!

Browser Extension

Get instant access to AllDevBlogs from your browser

Top of the Week

No top articles yet