-
Notifications
You must be signed in to change notification settings - Fork 21
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Handle vDSO frames correctly on i686 #163
Comments
Is this related to d06baf1? It works with eu-stack which does not contain any explicit dwfl_linux_proc_maps_report() call. Why does satyr need it? Is there a reproducer/testcase? |
May or may not be elfutils bug: https://bugzilla.redhat.com/show_bug.cgi?id=1129756 Fixes #163. Signed-off-by: Martin Milata <[email protected]>
@jankratochvil I believe this affected version of satyr which did not yet use the |
It looks like the fix (for rhbz#1129756, #163) in 2543c33 was incomplete. Fixes rhbz#1191586. Signed-off-by: Martin Milata <[email protected]>
Virtual DSOs do not have backing file on the filesystem. However elfutils knows the name of the shared object (e.g. linux-gate.so.1) and this is what we can use if the filename cannot be determined. Fixes rhbz#1191586, related to #163. Signed-off-by: Martin Milata <[email protected]>
Virtual DSOs do not have backing file on the filesystem. However elfutils knows the name of the shared object (e.g. linux-gate.so.1) and this is what we can use if the filename cannot be determined. Fixes rhbz#1191586, related to #163. Signed-off-by: Martin Milata <[email protected]>
eu-stack
seems to get it right.Related to #127.
The text was updated successfully, but these errors were encountered: