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
[ RUN ] Allocation.CreateInstanceDeviceIntentionalAllocFail
C:\Dev\_GitHub\Vulkan-LoaderAndValidationLayers\tests\loader_validation_tests.cpp(1454): error: Value of: VK_SUCCESS
Actual: 0
Expected: result
Which is: -3
[ FAILED ] Allocation.CreateInstanceDeviceIntentionalAllocFail (1639 ms)
This is on Windows 10 x64, AMD R9 280X, Radeon Software 17.9.1.
UPDATE: still in 17.11.1.
The text was updated successfully, but these errors were encountered:
The instance give to the layer entry points appears to be an internal
loader structure. While running with RenderDoc, I would hit a crash
where Renderdoc doesn't get the right pointer to find its own private
structures :
#0 VK_LAYER_RENDERDOC_CaptureGetInstanceProcAddr (instance=0x7fffe4006d00, pName=0x7ffff56dc2bb "vkSetDebugUtilsObjectNameEXT") at /home/djdeath/src/mesa-src/renderdoc/renderdoc/driver/vulkan/vk_layer.cpp:376
KhronosGroup#1 0x00007ffff56a8dbb in loader_init_device_extension_dispatch_table (dev_table=0x7fffe42ea6a0, gipa=0x7ffff73ca734 <VK_LAYER_RENDERDOC_CaptureGetInstanceProcAddr(VkInstance, char const*)>, gdpa=0x7ffff73c7d70 <VK_LAYER_RENDERDOC_CaptureGetDeviceProcAddr(VkDevice, char const*)>, inst=0x7fffe4006d00,
dev=0x7ffff3bd8fe0) at /home/djdeath/src/mesa-src/Vulkan-Loader/build/loader/vk_loader_extensions.c:572
KhronosGroup#2 0x00007ffff56c62cc in vkCreateDevice (physicalDevice=0x7fffe42c31b0, pCreateInfo=0x7ffff1324670, pAllocator=0x0, pDevice=0x7fffe4005c80) at /home/djdeath/src/mesa-src/Vulkan-Loader/loader/trampoline.c:851
KhronosGroup#3 0x00000000007fc6b0 in ?? ()
This test passes on most systems (include the Linux mesa AMD drivers). On top of that, the error happens when counting that every allocation was freed. And since this doesn't happen on any other system, I believe this is a driver issue. As such I'm closing this.
Issue by krOoze (MIGRATED)
Tuesday Sep 19, 2017 at 17:38 GMT
Originally opened as KhronosGroup/Vulkan-LoaderAndValidationLayers#2078
Running
vk_loader_validation_tests
I get:This is on Windows 10 x64, AMD R9 280X, Radeon Software 17.9.1.
UPDATE: still in 17.11.1.
The text was updated successfully, but these errors were encountered: