[Bug runtime/5637] Misaligned accesses in staprun for ia64 when stapio access denied
wcohen at redhat dot com
sourceware-bugzilla@sourceware.org
Mon Jan 21 16:43:00 GMT 2008
------- Additional Comments From wcohen at redhat dot com 2008-01-21 16:43 -------
It looks like there are some steps that could be generating pointers that are
unaligned in runtime/staprun/symbols.c:send_module:
len = get_sections(mname, data + sizeof(int32_t),
sizeof(data) - sizeof(int32_t));
This character pointer ("data_sizeof(int32_t)") above appears to be generating
an unaligned access in get_sections as it is type casted into a struct in
get_sections. What is the purposeof the adding "sizeof(int32_t)"?
--
http://sourceware.org/bugzilla/show_bug.cgi?id=5637
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
More information about the Systemtap
mailing list