Vulkan-Samples: All samples crash on Linux on resize when VALIDATION_CHECK_ENABLE_SYNCHRONIZATION_VALIDATION_QUEUE_SUBMIT is set

hello_triangle and all other samples I tried segfault with [info] Recreated swapchain [info] Depth format selected: VK_FORMAT_D32_SFLOAT [1] 12219 segmentation fault (core dumped) ./build/linux/app/bin/Debug/x86_64/vulkan_samples sample instancing When VALIDATION_CHECK_ENABLE_SYNCHRONIZATION_VALIDATION_QUEUE_SUBMIT is enabled.

I am on Ubuntu 22.04 SDK version 1.3.236. On nvidia RTX 3070 (nvidia-drivers-525), all examples crash. On integrated intel GPU, only hello_triangle crashes.

There is a good chance that this is a validation layer issue but I thought I’d put it here for the time being until that is clarified.

About this issue

  • Original URL
  • State: closed
  • Created a year ago
  • Comments: 18 (6 by maintainers)

Most upvoted comments

Could I ask a followup as when was the last time those observations were attempted?

I ask because I use wayland in multi-monitor setup (actually two of those monitors are custom mode line lightfield displays with two standard desktop monitors; those are running from an NVIDIA driver). I also use slack, zoom screen sharing and haven’t heard complaints. The custom color profiles I’ll admit I haven’t run into problems with due to not using them so I have no direct knowledge of.

Anyway, lemme know if running in X11 was the cause of the crash. If it was, then #250 is likely the same bug.