-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
v0.6.0: symbolize unit test fails again in Release mode #870
Comments
Our CI runs tests both in debug and release mode and does not exhibit the described problem. The failure is likely specific to your setup and therefore we need a full reproducer. |
I'm running it in a basic VSCode Devcontainer: devcontainer.json:
and CMakeLists.txt:
|
Thanks. This issue is duplicate of #630. |
Oh, ok. However, here I think |
|
When building and testing glog v0.6.0 in
Release
mode, the unit test ofsymbolize
fails. If I build and test inDebug
mode, it succeeds. This was previously mentioned in this issue #435 and was fixed in v0.5.0. I also tried it in v0.5.0 and there, it succeeds in bothRelease
andDebug
mode.Built with Ubuntu 20.04.5, g++-9.
The text was updated successfully, but these errors were encountered: