Skip to content

extern string addr is not loaded in cle #20

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

Open
ducorduck opened this issue Dec 8, 2022 · 1 comment
Open

extern string addr is not loaded in cle #20

ducorduck opened this issue Dec 8, 2022 · 1 comment
Labels
enhancement New feature or request wontfix This will not be worked on

Comments

@ducorduck
Copy link
Collaborator

ducorduck commented Dec 8, 2022

Description

i guess you're already aware of the bug. in various_variable.c extern char string[]; in line 83, the address is not loaded from cle.

Example can be found in test_dwarf_variable.py in method test_variable_scopes.

@ducorduck ducorduck added the bug Something isn't working label Dec 8, 2022
@lks9
Copy link
Owner

lks9 commented Dec 8, 2022

Thanks!

Note that this is a very rare corner case (that one introduces an extern variable with local visibility in a function). Furthermore, a fix seems to be difficult, so I add the wontfix label.

@lks9 lks9 added wontfix This will not be worked on enhancement New feature or request and removed bug Something isn't working labels Dec 8, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request wontfix This will not be worked on
Projects
None yet
Development

No branches or pull requests

2 participants