Running executable compiled with "-fsanitize=address" produces error message #764
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
I use Clang's
-fsanitize=address
option frequently to help with debugging memory errors. Unlike other terminal emulators, which produce no error message, using this option inside Cool Retro Terminal produces the error messagemalloc: nano zone abandoned due to inability to preallocate reserved vm space
. The program functionality and address sanitizer functionality both seem untouched. What is the cause of this error, and how to get rid of it?upd: It seems to be problem related with clang- compiling in CRT will cause the message to be shown on other terminals as well