Hi, we are part of the MSVC test team. Recently, we encountered a memory access violation when running the boost test module.
According to the log, the following tests failed and resulted in the same exit status: -1073741819 (access violation error):
operations_test_static.run (static link version)
operations_test_v3.run
operations_test.run
The exit status of these tests is -1073741819, indicating that memory access violation problems were encountered in these tests. Plz refer test.log for more detail.
Test.logfilesystem-Test.log
Hi, we are part of the MSVC test team. Recently, we encountered a memory access violation when running the boost test module. According to the log, the following tests failed and resulted in the same exit status: -1073741819 (access violation error):
operations_test_static.run (static link version) operations_test_v3.run operations_test.run The exit status of these tests is -1073741819, indicating that memory access violation problems were encountered in these tests. Plz refer test.log for more detail. Test.log filesystem-Test.log
Steps to repro: