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

Don't use unreliable functions for function names #475

Open
labbott opened this issue Oct 26, 2015 · 0 comments
Open

Don't use unreliable functions for function names #475

labbott opened this issue Oct 26, 2015 · 0 comments

Comments

@labbott
Copy link

labbott commented Oct 26, 2015

In the kernel, functions found on the stack may be unreliable and marked with a "?" before the name. These functions should not be used for determining the stacktrace. These functions are still being used e.g.

https://retrace.fedoraproject.org/faf/problems/bthash/?bth=1c41bc0506d4330bf460b1ad8fb4f9a65c49f484 has __acpi_map_table as the function but that function is marked as unreliable. Unreliable functions should not be used anywhere.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants