#1105867 vkmark: works with Intel iGPU but segfaults with Nvidia dGPU

Package:
vkmark
Source:
vkmark
Description:
Vulkan benchmarking tool
Submitter:
Celejar
Date:
2025-05-29 02:07:01 UTC
Severity:
normal
#1105867#5
Date:
2025-05-16 12:04:10 UTC
From:
To:
~$ vkmark -L
=== Physical Device 0 ===
    Vendor ID:      0x8086
    Device ID:      0x9A60
    Device Name:    Intel(R) UHD Graphics (TGL GT1)
    Driver Version: 104857605
    Device UUID:    73eaaa764fde09d6ed1a58a171cf7249
=== Physical Device 1 ===
    Vendor ID:      0x10DE
    Device ID:      0x1FBC
    Device Name:    NVIDIA T1200 Laptop GPU
    Driver Version: 2247999552
    Device UUID:    3a9cdaba4ae6165f9b57921caa714bbd
=== Physical Device 2 ===
    Vendor ID:      0x10005
    Device ID:      0x0
    Device Name:    llvmpipe (LLVM 19.1.7, 256 bits)
    Driver Version: 1
    Device UUID:    32352e302e352d316161616161616161


~$ vkmark -D 73eaaa764fde09d6ed1a58a171cf7249
=======================================================
    vkmark 2025.01
=======================================================
    Vendor ID:      0x8086
    Device ID:      0x9A60
    Device Name:    Intel(R) UHD Graphics (TGL GT1)
    Driver Version: 104857605
    Device UUID:    73eaaa764fde09d6ed1a58a171cf7249
=======================================================
[vertex] device-local=true:^C FPS: 13445 FrameTime: 0.074 ms
=======================================================
                                   vkmark Score: 13445
=======================================================

=========================================

~$ vkmark -D 3a9cdaba4ae6165f9b57921caa714bbd
Segmentation fault (core dumped)

My post to debian-user:
https://lists.debian.org/debian-user/2025/05/msg00242.html

#1105867#10
Date:
2025-05-29 02:04:12 UTC
From:
To:
Apparently this is a longstanding issue involving Wayland - here's the upstream issue:

https://github.com/vkmark/vkmark/issues/56