[Bug runtime/14026] print_ubacktrace doesn't resolve the symbol name
mjw at redhat dot com
sourceware-bugzilla@sourceware.org
Wed May 2 15:34:00 GMT 2012
http://sourceware.org/bugzilla/show_bug.cgi?id=14026
--- Comment #12 from Mark Wielaard <mjw at redhat dot com> 2012-05-02 15:34:20 UTC ---
I am wondering whether we are using the data_alignment correctly.
Currently we are adjusting the offset in unwind_frame. Assuming
state->dataAlign always has to be used. But the DWARF spec says that some
DW_CFA operations (DW_CFA_def_cfa and DW_CFA_def_cfa_offset) take a
non-factored offset. So we should factor the offset in processCFI() instead
only when needed and not adjust in unwind_frame.
--
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the Systemtap
mailing list