Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Using -fsanitize=address as compile argument randomly gives testcase timed out for some reason #441

Open
boasbakker opened this issue May 31, 2024 · 1 comment

Comments

@boasbakker
Copy link

boasbakker commented May 31, 2024

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

afbeelding

Extension Version: v6.1.0

VS Code Version: 1.89.1

Browser Version: Not relevant

Operating System: Ubuntu 22.04 64-bit

@boasbakker
Copy link
Author

Any update on this?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant