-
Notifications
You must be signed in to change notification settings - Fork 43
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
Flaky SEH exceptions in tests involving bullet in Windows CI #520
Comments
I've done some reading about SEH exceptions here and here, and it appears that they are a Microsoft extension to C and C++. Using the Seeing that this happens when using bullet in the two jenkins jobs listed above makes me think that perhaps the version of bullet we are using from vcpkg is not compiled with |
The (windows toolchain uses EHsc as part of the CMAKE_CXX_FLAGS](https://github.com/microsoft/vcpkg/blob/21bbb14c4113b89cd06402e852e075341722304f/scripts/toolchains/windows.cmake#L59]. Need to check the system logs to be fully sure that it is in use, I don't see anything in the port files that disable it. |
|
ok, well that's good to know. The only other clue I see in the log files is
early in the test, which I believe is from gz-common's Console.cc, but I don't know why that would cause memory access error |
I think this is fixed by #539 |
Environment
Description
Example 1
Example 2
Steps to reproduce
Output
The text was updated successfully, but these errors were encountered: