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
Adds ignoring of kernels labeling DR's .bss as "[heap]", to avoid
unnecessary reloading at startup.
Fixes failures to unmap the executable's headers on a reload.
Fixes#3799
Adds ignoring of kernels labeling DR's .bss as "[heap]", to avoid
unnecessary reloading at startup.
Fixes failures to unmap the executable's headers on a reload.
Fixes#3799
After software updates on a particular Linux machine, every time I launch
DR in gdb it hits this assert:
I tracked the problem down to the kernel marking DR's .bss as "[heap]":
This triggers a reload of DR, and we have a failure on that path to free
the initial mapping of the executable done in elf_loader_read_headers.
So two bugs:
The text was updated successfully, but these errors were encountered: