Y
Hacker News
new
|
ask
|
show
|
jobs
by
monocasa
2804 days ago
This is about the kernel's stack trace during a system call, not the user space stack trace.
1 comments
scott_s
2804 days ago
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...
link