This is the mail archive of the systemtap@sourceware.org mailing list for the systemtap project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug translator/3630] kernet.statement broken on x86_64


------- Additional Comments From fche at redhat dot com  2006-12-01 17:35 -------
One problem here is that elfutils' dwfl_addrmodule() function is
being used to request a mapping of a kernel run-time address to
the kernel dwfl module, and instead it is returning 0.  Roland,
any advice on this?

It turns out that we probably should not use this routine at all
anyway, since for the kernel, we can look it up by name, and
for modules, incoming addresses are text-offset and not absolute.


-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |roland at redhat dot com


http://sourceware.org/bugzilla/show_bug.cgi?id=3630

------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]