You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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 methodtest_variable_scopes
.The text was updated successfully, but these errors were encountered: