-
Notifications
You must be signed in to change notification settings - Fork 28
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
Validation layer trigger segment fault when create instance on ubuntu 22.04 #234
Comments
@christophe-lunarg can you take a look since this is in @Zieng I am curious what you have in the I did recently add KhronosGroup/Vulkan-ValidationLayers#8405 so hopefully if you are passing in invalid things into |
Hi @spencer-lunarg , thanks for your response. I've not checked the content in my I change the to avoid the later crash when convert std::string to std::filesystem::path. I'll continue my work, but when I've spare time, I'll help check why my Wishing this community continued growth and success! |
Ok, so I added a test here KhronosGroup/Vulkan-ValidationLayers#8543 I don't want to go I am moving this over to the VUL repo as this clearly is an issue inside ... It does seem this might be a compiler bug, but not sure how to work around it neither then |
Environment:
Describe the Issue
When enable the vulkan validation layer, the vulkan program will crash because a segmentation fault inside the vulkan validation layer(to be more specific, the Vulkan-Utility-Libraries it used):
The segmentation fault happens when try to convert a std::string to std::filesystem::path.
After a quick investigation, it seems this bug is related to https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90050
Expected behavior
program should not crash.
Valid Usage ID
No valid usage ID.
Additional context
Local g++ version:
The validation layer is built by
The program I run is:
Then to know the backtrace I build the validation layer from source code, and then run
The text was updated successfully, but these errors were encountered: