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

crashes on Linux/NVidia from ctest --tests-regex Semaphore -j 20 #4821

Open
jeremyg-lunarg opened this issue Nov 17, 2022 · 1 comment
Open
Labels
CI/Tests Anything related to CI or testing

Comments

@jeremyg-lunarg
Copy link
Contributor

Running ctest --tests-regex Semaphore -j 20 causes many tests to segfault:

The following tests FAILED:
	478 - VkLayerTest.ExternalTimelineSemaphore (SEGFAULT)
	548 - VkLayerTest.QueueSubmitTimelineSemaphoreBadValue (SEGFAULT)
	549 - VkLayerTest.QueueBindSparseTimelineSemaphoreBadValue (SEGFAULT)
	551 - VkLayerTest.QueueSubmitBinarySemaphoreNotSignaled (SEGFAULT)
	553 - VkLayerTest.InvalidExternalSemaphore (SEGFAULT)
	557 - VkLayerTest.Sync2InvalidSignalSemaphoreValue (SEGFAULT)
	558 - VkLayerTest.InvalidSemaphoreCounterType (SEGFAULT)
	580 - VkLayerTest.InvalidVkSemaphoreTypeCreateInfoCore (SEGFAULT)
	602 - VkLayerTest.QueueSubmitWaitingSameSemaphore (SEGFAULT)
	1041 - VkLayerTest.SwapchainAcquireImageNoBinarySemaphore (SEGFAULT)
	1042 - VkLayerTest.SwapchainAcquireImageNoBinarySemaphore2KHR (SEGFAULT)
	1056 - VkLayerTest.SwapchainAcquireImageWithSignaledSemaphore (SEGFAULT)
	1496 - VkPositiveLayerTest.LongSemaphoreChain (SEGFAULT)

These all crash because vkCreateDevice() returns VK_ERROR_INITIALIZATION_FAILED. I suspect we're violating some sort of resource limit in this driver. Linux / RADV and Windows / NVidia cannot reproduce this problem.

@spencer-lunarg
Copy link
Contributor

@artem-lunarg I see this CI issue is older then I realized lol

@jeremyg-lunarg jeremyg-lunarg removed their assignment Mar 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CI/Tests Anything related to CI or testing
Projects
None yet
Development

No branches or pull requests

2 participants