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/10318] Bad address reading arg from mark probe


------- Additional Comments From roland at gnu dot org  2009-06-24 10:53 -------
The kernel-mode definitions of fetch_register() et al (not to mention deref!)
are wholly inappropriate for dealing with user-mode register states, especially
32-bit ones on 64-bit kernels.  You need an entirely different regime of runtime
calls (should use user_regset calls) for dealing with user-mode registers.

-- 


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

------- 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]