You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Crashes at runtime with "Access violation - code c0000005" error in ssl_cipher_collect_ciphers function, with arm64-windows triplet and release build of the program. When compiling in debug mode the crash does not occur.
Environment
OS: Windows 11
Compiler: Microsoft (R) C/C++ Optimizing Compiler Version 19.42.34435 for ARM64
To Reproduce
Steps to reproduce the behavior:
./vcpkg install openssl:arm64-windows
Compile program above in release mode and run it
Expected behavior
Program does not crash.
Failure logs
Error message in WinDgb:
(6f4.788): Access violation - code c0000005 (first chance)
First chance exceptions are reported before any exception handling.
This exception may be expected and handled.
arm64_crash!ssl_cipher_collect_ciphers+0x34:
00007ff7`0111728c a903dff6 stp x22,x23,[sp,#0x38]
Additional context
I'm testing in in a Windows 11 VM on MacBook Air M1.
The text was updated successfully, but these errors were encountered:
Describe the bug
Following simple program:
Crashes at runtime with "Access violation - code c0000005" error in
ssl_cipher_collect_ciphers
function, with arm64-windows triplet and release build of the program. When compiling in debug mode the crash does not occur.Environment
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Program does not crash.
Failure logs
Error message in WinDgb:
Additional context
I'm testing in in a Windows 11 VM on MacBook Air M1.
The text was updated successfully, but these errors were encountered: