Skip to content

[MSVC] Submodule filesystem test failed due to memory access violation #329

@brianGriifin114

Description

@brianGriifin114

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:

Open VS2022 x64 Native Tools command.
git clone https://github.com/boostorg/boost.git
cd boostorg\boost
git fetch --recurse-submodules=no --force
git -C "C:\gitP\boostorg\boost" submodule sync
git submodule foreach git reset --hard
git submodule foreach git clean -xdf
git submodule update --init --recursive
set CL=/DBOOST_TIMER_ENABLE_DEPRECATED %CL%
.\b2 -j16 variant=release --build-dir=C:\gitP\boostorg\boost\amd64 libs\filesystem\test address-model=64 2>&1

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions