Skip to content
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

Doesn't fix addresses for assembly functions? #32

Open
glandium opened this issue Jul 23, 2020 · 0 comments
Open

Doesn't fix addresses for assembly functions? #32

glandium opened this issue Jul 23, 2020 · 0 comments

Comments

@glandium
Copy link
Contributor

I have a stack fixed by fix-stacks that contains these:

#04: ??? (/tmp/gecko/obj-x86_64-pc-linux-gnu/dist/bin/libxul.so + 0x68fa03e)
#19: ??? (/tmp/gecko/obj-x86_64-pc-linux-gnu/dist/bin/libxul.so + 0x68fa16b)

However, addr2line is able to resolve them:

$ addr2line -f -e /tmp/gecko/obj-x86_64-pc-linux-gnu/dist/bin/libxul.so 0x68fa03e
NS_InvokeByIndex
/tmp/gecko/xpcom/reflect/xptcall/md/unix/xptcinvoke_asm_x86_64_unix.S:110
$ addr2line -f -e /tmp/gecko/obj-x86_64-pc-linux-gnu/dist/bin/libxul.so 0x68fa16b
SharedStub
xptcstubs_x86_64_linux.cpp:?
gabrielesvelto pushed a commit to gabrielesvelto/fix-stacks that referenced this issue Feb 3, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant