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

[fix] pstack and firefox #2

Open
wants to merge 10 commits into
base: master
Choose a base branch
from

Conversation

mizhka
Copy link

@mizhka mizhka commented Jul 27, 2017

Hi,

This fix allows to load information about shared libraries correctly if base address is ZERO and virtual load address is ZERO. kern/imgact_elf will use ET_DYN_LOAD_ADDR as load address (https://svnweb.freebsd.org/base/head/sys/kern/imgact_elf.c?revision=320481&view=markup#l895) in this case.
For testing purpose on 11.1 and 12-current, patch on libthr is required: https://reviews.freebsd.org/D11738

There are few cosmetic changes to improve verbose mode.

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

Successfully merging this pull request may close these issues.

1 participant