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

STATUS_HEAP_CORRUPTION on Windows 11 ARM Debug64 tests #448

Open
lunarpapillo opened this issue Jan 4, 2025 · 0 comments
Open

STATUS_HEAP_CORRUPTION on Windows 11 ARM Debug64 tests #448

lunarpapillo opened this issue Jan 4, 2025 · 0 comments

Comments

@lunarpapillo
Copy link
Contributor

On Windows 11 ARM machines, which are routinely tested for Release64 builds but not Debug64 builds, shows a failure when attempting to execute tests after building in Debug64: http://tcubuser.lunarg.localdomain:8080/view/Manual/job/manual-Vulkan-ExtensionLayer/44/console

INFO: testing extension layer tests...
INFO: set VK_LAYER_PATH=C:\j\mvel0\Vulkan-ExtensionLayer\dbuild\layers\Debug
INFO: cd C:\j\mvel0\Vulkan-ExtensionLayer
INFO: executing #8: C:\j\mvel0\Vulkan-ExtensionLayer\dbuild\install\bin\vk_extension_layer_tests.exe --gtest_catch_exceptions=0
ERROR: execute() call failed after 0.89 seconds (0.89 seconds): returncode=3221226356 (0xc0000374=STATUS_HEAP_CORRUPTION); execution log index: 8, working directory: C:\j\mvel0\Vulkan-ExtensionLayer
ERROR: ----stdout---------------------------------------------------
[==========] Running 25 tests from 4 test suites.
[----------] Global test environment set-up.
[----------] 9 tests from ShaderObjectTest
[ RUN      ] ShaderObjectTest.VertFragShader
ERROR: -------------------------------------------------------------
ERROR: FAIL during test after 0.89 seconds (0.89 seconds) with execute(C:\j\mvel0\Vulkan-ExtensionLayer\dbuild\install\bin\vk_extension_layer_tests.exe --gtest_catch_exceptions=0) failed after 0.89 seconds (0.89 seconds) with returncode=3221226356 (0xc0000374=STATUS_HEAP_CORRUPTION)
INFO: Test run complete after 1.65 minutes (98.99 seconds)

For a comparison, a test of the same commit but with a Release64 build passes: http://tcubuser.lunarg.localdomain:8080/view/Manual/job/manual-Vulkan-ExtensionLayer/45/console

INFO: -- Starting test
INFO: testing that this Windows machine is configured correctly...
INFO: testing extension layer tests...
INFO: set VK_LAYER_PATH=C:\j\mvel0\Vulkan-ExtensionLayer\build\layers\Release
INFO: cd C:\j\mvel0\Vulkan-ExtensionLayer
INFO: executing #8: C:\j\mvel0\Vulkan-ExtensionLayer\build\install\bin\vk_extension_layer_tests.exe --gtest_catch_exceptions=0
INFO: Tests PASS
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

No branches or pull requests

1 participant