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

Add a workaround for some Linux drivers. #1896

Merged
merged 1 commit into from
May 22, 2018

Conversation

AWoloszyn
Copy link
Contributor

We can get a crash when cleaning an instance in some
circumstances with Vulkan drivers on Linux.

If we force the Loader to keep an instance alive, then
we won't run into this problem. The downside is that we
leak a single instance.

Copy link
Contributor

@ben-clayton ben-clayton left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can we do this with another driver blacklist?

We can get a crash when cleaning an instance in some
circumstances with Vulkan drivers on Linux.

If we force the Loader to keep an instance alive, then
we won't run into this problem. The downside is that we
leak a single instance.
Copy link
Contributor

@ben-clayton ben-clayton left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks

@AWoloszyn AWoloszyn merged commit d88f76e into google:master May 22, 2018
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

Successfully merging this pull request may close these issues.

2 participants