Skip to content
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

Crash when executing test 139 on NVIDIA GTX 1080 #32

Open
ceeac opened this issue Oct 5, 2024 · 0 comments
Open

Crash when executing test 139 on NVIDIA GTX 1080 #32

ceeac opened this issue Oct 5, 2024 · 0 comments

Comments

@ceeac
Copy link

ceeac commented Oct 5, 2024

vkoverhead seems to abort due to a failure to allocate host cached memory for an image with R32_UINT format (?)

Running ./vkoverhead -test 139 results in this backtrace:

Thread 1 (Thread 0x7ffff7ca7740 (LWP 42104) "vkoverhead"):
#0  0x00007ffff7d403f4 in ?? () from /usr/lib/libc.so.6
#1  0x00007ffff7ce7120 in raise () from /usr/lib/libc.so.6
#2  0x00007ffff7cce4c3 in abort () from /usr/lib/libc.so.6
#3  0x0000555555582166 in create_memory (size=4194304, memoryTypeBits=0, alignment=1024, host=true, cached=true) at ../src/buffer.c:51
#4  0x0000555555582c67 in create_hic_image (format=VK_FORMAT_R32_UINT, width=1024, height=1024, cached=true) at ../src/buffer.c:258
#5  0x000055555559354d in perf_run (case_idx=155, base_rate=0, duration=1) at ../src/vkoverhead.c:3053
#6  0x0000555555596d3c in main (argc=3, argv=0x7fffffffdc38) at ../src/vkoverhead.c:3699

I'm using driver version 560.35.03 if that matters.

$ kinfo
Operating System: Arch Linux 
KDE Plasma Version: 6.1.5
KDE Frameworks Version: 6.6.0
Qt Version: 6.7.3
Kernel Version: 6.11.1-arch1-1 (64-bit)
Graphics Platform: X11
Processors: 8 × Intel® Core™ i7-6700K CPU @ 4.00GHz
Memory: 15.6 GiB of RAM
Graphics Processor: NVIDIA GeForce GTX 1080/PCIe/SSE2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant