[Bug runtime/10514] time-warped address->symbol mappings

vibrysec at gmail dot com sourceware-bugzilla@sourceware.org
Sun Jan 14 19:50:00 GMT 2018


https://sourceware.org/bugzilla/show_bug.cgi?id=10514

Mat <vibrysec at gmail dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |vibrysec at gmail dot com

--- Comment #2 from Mat <vibrysec at gmail dot com> ---
as a workaroundone can remember verbose stacktrace in an extra association map,
once for each stack trace:

           theTrace = ucallers(10)
           if (theTrace in stack_traces) next;
           stack_traces[theTrace] = sprint_ubacktrace()

then, (much) later, at print time, refer to stack_traces[] for verbose stack
trace:

           printf ("%s\n", stack_traces[trace])

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


More information about the Systemtap mailing list