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

Multiple GUI instances of Vital open causes deadlock if the host also uses OpenGL on Linux with NVidia #27

Open
jcelerier opened this issue Aug 14, 2021 · 0 comments

Comments

@jcelerier
Copy link

jcelerier commented Aug 14, 2021

Hello,
as the title says:

  • My host (https://ossia.io) uses OpenGL for rendering under Linux (in the main thread)
  • I can run one instance of vital without issues (but maybe I've just been lucky)
  • However, if I open a second vital UI, I get a deadlock of the whole software very quickly:

main thread:
lock1

vital:
lock2

Thus my question, as this smells a bit like a driver issue which is not directly addressable: is it possible in some way to have a way to make Vital's UI driven in the main thread instead to avoid that case ?

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