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
Using some variable with the name tcache in the c code and compile with debug symbols, will cause errors in the output of heap bins.
I am not sure, if this problem also occurs for other variable names.
Do you read the docs and look at previously closed issues/PRs for similar cases?
No
Architecture impacted
X86
X64
ARM
ARM64
MIPS
MIPS64
PPC
PPC64
RISCV
Describe your issue. Without a proper reproduction step-by-step, your issue will be ignored.
Compiling with -g causes problems when using command heap bins:
GEF+GDB version
Operating System
Arch Linux
Describe the issue you encountered
Using some variable with the name tcache in the c code and compile with debug symbols, will cause errors in the output of
heap bins
.I am not sure, if this problem also occurs for other variable names.
Do you read the docs and look at previously closed issues/PRs for similar cases?
No
Architecture impacted
Describe your issue. Without a proper reproduction step-by-step, your issue will be ignored.
Compiling with -g causes problems when using command
heap bins
:But renaming tcache variable, will fix the problem again.
Minimalist test case
Use this field for a minimal code to compile and spot the issue:
Additional context?
The text was updated successfully, but these errors were encountered: