-
Notifications
You must be signed in to change notification settings - Fork 136
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Intermittent test failure on Nvidia + Vulkan #690
Comments
Is there a corresponding failure outside of running the tests? The fact that this applies on both Windows and Linux is concerning, because it suggests something is more fundamentally broken. Are you able to get a backtrace for either of the segfaults? |
I haven't encountered one so far, but I've only ran the ghostscript tiger splash with Here is a stacktrace from Win10:
And here is a stack trace from Ubuntu 22.04:
|
cargo nextest run
results in intermittent failure on tests from thecompare_gpu_cpu
orsnapshot
suite when using Vulkan as backend.exit code: 0xc0000005, STATUS_ACCESS_VIOLATION
, and Ubuntu 22.04signal: 11, SIGSEGV: invalid memory reference
AdapaterInfo
on Win10:AdapterInfo
on Ubuntu 22.04:Edit:
Most likely it has something to do with these warnings:WARNING: [Loader Message] Code 0 : loader_add_layer_properties: 'layers' tag not supported until file version 1.0.1, but /usr/share/vulkan/implicit_layer.d/nvidia_layers.json is reporting version 1
WARNING: [Loader Message] Code 0 : terminator_CreateInstance: Received return code -3 from call to vkCreateInstance in ICD /usr/lib/x86_64-linux-gnu/libvulkan_virtio.so. Skipping this driver.
which have been linked to issues in a variety of other projects.
See wgpu#5270
The text was updated successfully, but these errors were encountered: