Bug 103851

Summary: Intel Vulkan driver seg-faulting in LunarG Layer Validation Test
Product: Mesa Reporter: Mark Young <marky>
Component: Drivers/Vulkan/intelAssignee: Intel 3D Bugs Mailing List <intel-3d-bugs>
Status: RESOLVED DUPLICATE QA Contact: Intel 3D Bugs Mailing List <intel-3d-bugs>
Severity: normal    
Priority: medium CC: jason
Version: 17.2   
Hardware: x86-64 (AMD64)   
OS: Linux (All)   
Whiteboard:
i915 platform: i915 features:
Attachments: Vulkan Installation Analyzer System output

Description Mark Young 2017-11-22 22:44:00 UTC
Created attachment 135675 [details]
Vulkan Installation Analyzer System output

System Information captured in via.html (attached).

The test "vk_layer_validation_tests" is intended to make sure that the validation layers properly catch each error that we detect.  However, one of the tests is triggering a seg fault.  This test is working on AMD Windows, Nvidia Windows, Intel Windows, and Nvidia Linux, although I think it may be showing a few errors on some of those.

Repo steps:

1) Make sure Mesa Vulkan is loaded/installed on your system
2) Clone the Vulkan-LoaderAndValidationLayers [https://github.com/KhronosGroup/Vulkan-LoaderAndValidationLayers]
3) Follow build instructions in BUILD.md
4) cd to <build_folder>/tests
5) Run ./vk_layer_validation_tests

Expected, complete the test without crashing, ideally with no errors.  Actual results, seg faults running "CreatePipeline64BitAttributesPositive" sub-test.

"
...
[ RUN      ] VkPositiveLayerTest.CreatePipeline64BitAttributesPositive
Segmentation fault (core dumped)
"

This has happened for a while, but I've been negligent in logging it.
Word of warning, there's also a test called "vk_loader_validation_tests", that test runs fine, so make sure you run the "layer" version.
Comment 1 Jason Ekstrand 2017-12-02 17:13:10 UTC

*** This bug has been marked as a duplicate of bug 103241 ***

Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.