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 -fsanitize=address as compile argument randomly gives testcase timed out for some reason
When retrying the testcase it doesn´t fail anymore. Mainly happens when testing multiple testcases at a time.
So with "cph.language.cpp.Args": "-D_GLIBCXX_DEBUG -fsanitize=undefined -ftrapv -g3 -ggdb3 -O0 -Wall -Wextra -Wpedantic -Wshadow -Wno-sign-compare", it runs fine, and with
"cph.language.cpp.Args": "-D_GLIBCXX_DEBUG -fsanitize=address,undefined -ftrapv -g3 -ggdb3 -O0 -Wall -Wextra -Wpedantic -Wshadow -Wno-sign-compare", it sometimes works and sometimes doesn´t with exactly the same code and testcase
Extension Version: v6.1.0
VS Code Version: 1.89.1
Browser Version: Not relevant
Operating System: Ubuntu 22.04 64-bit
The text was updated successfully, but these errors were encountered:
Using -fsanitize=address as compile argument randomly gives testcase timed out for some reason
When retrying the testcase it doesn´t fail anymore. Mainly happens when testing multiple testcases at a time.
So with "cph.language.cpp.Args": "-D_GLIBCXX_DEBUG -fsanitize=undefined -ftrapv -g3 -ggdb3 -O0 -Wall -Wextra -Wpedantic -Wshadow -Wno-sign-compare", it runs fine, and with
"cph.language.cpp.Args": "-D_GLIBCXX_DEBUG -fsanitize=address,undefined -ftrapv -g3 -ggdb3 -O0 -Wall -Wextra -Wpedantic -Wshadow -Wno-sign-compare", it sometimes works and sometimes doesn´t with exactly the same code and testcase
Extension Version: v6.1.0
VS Code Version: 1.89.1
Browser Version: Not relevant
Operating System: Ubuntu 22.04 64-bit
The text was updated successfully, but these errors were encountered: