Comment on Using /proc to get a process' current stack traceparentComments−monocasa7yThis is about the kernel's stack trace during a system call, not the user space stack trace.−scott_s7yYes, and if you want to know the user space stack, you may be able to attach gdb to the process: https://stackoverflow.com/questions/2308653/can-i-use-gdb-to...
Comments
This is about the kernel's stack trace during a system call, not the user space stack trace.
Yes, and if you want to know the user space stack, you may be able to attach gdb to the process: https://stackoverflow.com/questions/2308653/can-i-use-gdb-to...