procfs icon indicating copy to clipboard operation
procfs copied to clipboard

process stacks

Open eminence opened this issue 7 years ago • 1 comments

Some good info here https://ops.tips/blog/using-procfs-to-get-process-stack-trace/

eminence avatar Oct 15 '18 17:10 eminence

For anybody else finding this, the link is dead but it's archived here: https://web.archive.org/web/20220604093308/https://ops.tips/blog/using-procfs-to-get-process-stack-trace/.

Also it's referring to /proc/<pid>/stack, which is the kernel stack trace. I've been working with thread stacks recently, which are different (and have been removed from all the places I can find in /proc over time; the numbers are still there but they're all 0).

bsilver8192 avatar Mar 13 '23 22:03 bsilver8192