public inbox for systemtap@sourceware.org
 help / color / mirror / Atom feed
* How to interpret stacktrace
@ 2012-10-06 10:19 domenico.dileo
  0 siblings, 0 replies; only message in thread
From: domenico.dileo @ 2012-10-06 10:19 UTC (permalink / raw)
  To: systemtap

When executing the command print_stack we get something like:

0xc0191730 : fget_light+0x0/0xb0 [kernel]
0xc04f4243 : kretprobe_trampoline+0x0/0x3d [kernel]
0xda64efa0

0xc019cfd9 : do_sys_poll+0x179/0x380 [kernel]
0xc019cfd9 : do_sys_poll+0x179/0x380 [kernel]
0xc04f4243 : kretprobe_trampoline+0x0/0x3d [kernel]

0xc018c880 : kmem_cache_alloc+0x0/0x110 [kernel]
0xc04f4243 : kretprobe_trampoline+0x0/0x3d [kernel]
0xc04f4243 : kretprobe_trampoline+0x0/0x3d [kernel]
0xdde8bdc8
0xddd06388

Firstly, what addresses 0xd... refer to?
I tried to find them among the kernel symbols with no success.
Sometimes I also have addresses like 0xc... that I can't find among symbols.

Secondly, Why do_sys_poll (similarly other functions) appear twice?
Thank you.


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2012-10-06 10:19 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-10-06 10:19 How to interpret stacktrace domenico.dileo

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).