$ mesa debug gdb --args ./deqp-vk --deqp-case=dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.3d.optimal.single_layer.a4r4g4b4_unorm_pack16_55x21x11 GNU gdb (Fedora Linux) 16.3-1.fc41 Copyright (C) 2024 Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3 or later This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. Type "show copying" and "show warranty" for details. This GDB was configured as "x86_64-redhat-linux-gnu". Type "show configuration" for configuration details. For bug reporting instructions, please see: . Find the GDB manual and other documentation resources online at: . For help, type "help". Type "apropos word" to search for commands related to "word"... Reading symbols from ./deqp-vk... (gdb) r Starting program: /home/idr/devel/graphics/vk-gl-cts/build/external/vulkancts/modules/vulkan/deqp-vk --deqp-case=dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.3d.optimal.single_layer.a4r4g4b4_unorm_pack16_55x21x11 [Thread debugging using libthread_db enabled] Using host libthread_db library "/lib64/libthread_db.so.1". Writing test log into TestResults.qpa dEQP Core vulkan-cts-1.4.2.0-rc0-36-g57854cfe3f6c013a2557ea0c04d844f33ebeb8bf (0x57854cfe) starting.. target implementation = 'Default' MESA: warning: Support for this platform is experimental with Xe KMD, bug reports may be ignored. MESA: warning: Support for this platform is experimental with Xe KMD, bug reports may be ignored. [New Thread 0x7ffff2dff6c0 (LWP 78344)] Test case 'dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.3d.optimal.single_layer.a4r4g4b4_unorm_pack16_55x21x11'.. deqp-vk: ../../SOURCE/master/src/intel/blorp/blorp_clear.c:530: blorp_fast_clear: Assertion `surf->surf->tiling == ISL_TILING_4 || surf->surf->tiling == ISL_TILING_Y0' failed. Thread 1 "deqp-vk" received signal SIGABRT, Aborted. 0x00007ffff7799f54 in __pthread_kill_implementation () from /lib64/libc.so.6 Missing rpms, try: dnf --enablerepo='*debug*' install libglvnd-glx-debuginfo-1.7.0-5.fc41.x86_64 libSM-debuginfo-1.2.5-1.fc41.x86_64 libICE-debuginfo-1.1.2-1.fc41.x86_64 libX11-debuginfo-1.8.11-1.fc41.x86_64 libXext-debuginfo-1.3.6-2.fc41.x86_64 libxcb-debuginfo-1.17.0-3.fc41.x86_64 libwayland-client-debuginfo-1.23.0-2.fc41.x86_64 libwayland-server-debuginfo-1.23.0-2.fc41.x86_64 libwayland-egl-debuginfo-1.23.0-2.fc41.x86_64 libwayland-cursor-debuginfo-1.23.0-2.fc41.x86_64 libpng-debuginfo-1.6.40-4.fc41.x86_64 zlib-ng-compat-debuginfo-2.2.3-2.fc41.x86_64 libstdc++-debuginfo-14.3.1-1.fc41.x86_64 glibc-debuginfo-2.40-25.fc41.x86_64 libgcc-debuginfo-14.3.1-1.fc41.x86_64 libglvnd-debuginfo-1.7.0-5.fc41.x86_64 libuuid-debuginfo-2.40.4-1.fc41.x86_64 libXau-debuginfo-1.0.11-7.fc41.x86_64 libffi-debuginfo-3.4.6-3.fc41.x86_64 vulkan-loader-debuginfo-1.4.309.0-1.fc41.x86_64 libdrm-debuginfo-2.4.124-1.fc41.x86_64 libzstd-debuginfo-1.5.7-1.fc41.x86_64 libX11-xcb-debuginfo-1.8.11-1.fc41.x86_64 libxshmfence-debuginfo-1.3.2-5.fc41.x86_64 systemd-libs-debuginfo-256.15-1.fc41.x86_64 expat-debuginfo-2.7.1-1.fc41.x86_64 spirv-tools-libs-debuginfo-2025.1-1.fc41.x86_64 libubsan-debuginfo-14.3.1-1.fc41.x86_64 libcap-debuginfo-2.70-4.fc41.x86_64 mesa-vulkan-drivers-debuginfo-25.0.7-3.fc41.x86_64 (gdb) bt #0 0x00007ffff7799f54 in __pthread_kill_implementation () from /lib64/libc.so.6 #1 0x00007ffff7740f9e in raise () from /lib64/libc.so.6 #2 0x00007ffff7728942 in abort () from /lib64/libc.so.6 #3 0x00007ffff772885e in __assert_fail_base.cold () from /lib64/libc.so.6 #4 0x00007ffff77390c7 in __assert_fail () from /lib64/libc.so.6 #5 0x00007ffff64d4e61 in blorp_fast_clear (batch=0x7fffffffd140, surf=0x7fffffffcf30, format=ISL_FORMAT_B4G4R4A4_UNORM, swizzle=..., level=0, start_layer=0, num_layers=1, x0=0, y0=0, x1=55, y1=21) at ../../SOURCE/master/src/intel/blorp/blorp_clear.c:530 #6 0x00007ffff4822fe2 in exec_ccs_op (cmd_buffer=0x609bd20, batch=0x7fffffffd140, image=0x6094950, format=ISL_FORMAT_B4G4R4A4_UNORM, swizzle=..., aspect=VK_IMAGE_ASPECT_COLOR_BIT, level=0, base_layer=0, layer_count=1, ccs_op=ISL_AUX_OP_FAST_CLEAR, clear_value=0x7fffffffd090) at ../../SOURCE/master/src/intel/vulkan/anv_blorp.c:1427 #7 0x00007ffff4823862 in anv_CmdClearColorImage (commandBuffer=0x609bd20, _image=0x6094950, imageLayout=VK_IMAGE_LAYOUT_TRANSFER_DST_OPTIMAL, pColor=0x5e1d0bc, rangeCount=1, pRanges=0x6092350) at ../../SOURCE/master/src/intel/vulkan/anv_blorp.c:1582 #8 0x0000000002faa486 in vk::DeviceDriver::cmdClearColorImage(vk::VkCommandBuffer_s*, vk::Handle<(vk::HandleType)9>, vk::VkImageLayout, vk::VkClearColorValue const*, unsigned int, vk::VkImageSubresourceRange const*) const () #9 0x00000000007fc41a in vkt::api::(anonymous namespace)::ClearColorImageTestInstance::iterate() () #10 0x000000000041241d in vkt::TestCaseExecutor::iterate(tcu::TestCase*) () #11 0x0000000003852c5e in tcu::TestSessionExecutor::iterateTestCase(tcu::TestCase*) () #12 0x000000000385194a in tcu::TestSessionExecutor::iterate() () #13 0x0000000003812710 in tcu::App::iterate() () #14 0x0000000000403413 in main () (gdb)