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

Windows: Prevent assertion pop-up up when using Debug compiled libressl. #997

Merged
merged 1 commit into from
Feb 12, 2024

Conversation

RandomInEqualities
Copy link
Contributor

Hi,

I tried to run the test suite in Debug mode on windows and had an assertion window pop.

It happens when running the signertest, or the test project in #266. This was fixed in afcd4be for a release compiled library. To prevent the issue in debug mode, it looks like it is necessary to also disable the assertion window popup.

With this all tests pass when compiling and running them with a Debug, Release or RelWithDebInfo CMake build on windows (for me).

When running the signertest, or the test project in 
libressl#266 an assertion window
pops up. This was fixed in afcd4be for a release compiled library.
To prevent the issue in debug mode, it looks like it is necessary to 
also disable the assertion window popup. 

With this all tests pass when compiling and running them with a Debug,
Release or RelWithDebInfo CMake build on windows (for me).
@RandomInEqualities
Copy link
Contributor Author

It is this one that pops up:

image

when for example running the signertest.

@busterb busterb self-assigned this Feb 12, 2024
@busterb busterb merged commit 9da13ec into libressl:master Feb 12, 2024
35 checks passed
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

Successfully merging this pull request may close these issues.

2 participants