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

__xray_function_address(...) returns the first address instead of the function's address #33688

Closed
llvmbot opened this issue Aug 28, 2017 · 1 comment
Labels
bugzilla Issues migrated from bugzilla xray

Comments

@llvmbot
Copy link
Collaborator

llvmbot commented Aug 28, 2017

Bugzilla Link 34340
Resolution FIXED
Resolved on Aug 27, 2017 21:09
Version unspecified
OS Linux
Reporter LLVM Bugzilla Contributor

Extended Description

XRay is erroneously returning the address of the instrumentation sled instead of the address of the function in the instrumentation map. This may lead to issues attempting to resolve symbols against the sled's address because this may not correspond to the actual function's start address at runtime.

@llvmbot
Copy link
Collaborator Author

llvmbot commented Aug 28, 2017

Fixed in https://reviews.llvm.org/rL311871.

@llvmbot llvmbot transferred this issue from llvm/llvm-bugzilla-archive Dec 10, 2021
This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bugzilla Issues migrated from bugzilla xray
Projects
None yet
Development

No branches or pull requests

1 participant