-
Notifications
You must be signed in to change notification settings - Fork 4.7k
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
AddressSanitizer error example #2518
Comments
seems like false positive unless msvc string’s move is broken which I very much doubt. |
Hi, @ncnnnnn , I meet another crash of spdlog with VS2022 (pasted in #2902), which is a little bit similar with yours. I think @gabime previously gives a short answer, and I would like to paste some of my thought, maybe it can be helpful. Visual Studio 2022 has its concrete version, say, "17.2.0", "17.10.3", etc. VS2022 17.2.0 is released in 2022.05.10, https://devblogs.microsoft.com/visualstudio/visual-studio-2022-17-2-is-now-available/ , which is the starting version that introduce "Address Sanitizer Error: Container overflow" for The date when you create this issue is "Oct 18, 2022", it's possible that you were using a VS2022 >= 17.2.0 version. |
@ncnnnnn I think to investigate your crash when enable ASAN, build spdlog from source, instead of using vcpkg's, can help us find the root of that error. |
run example with AddressSanitizer
vcpkg install spdlog
(compiler: vs2022, WIN10. spdlog 1.10.0)
err:
The text was updated successfully, but these errors were encountered: