-
Notifications
You must be signed in to change notification settings - Fork 18
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
Failing FIFO assertion in updateAllGuis() #49
Comments
Since this hasten in a POSIX |
Well, it is triggered by FL's |
On a second system, I'm getting this assertion failure from the same code:
This can mean for example that the mutex is not initialized properly when lock is called, so this is the responsibility of FaustLive. |
The issue only seems to happen on Wayland, but with both |
So could we close it? |
No, I was just providing hints to reproduce it. Obviously this may be a big issue for Wayland users. Please reopen 🙏 |
Faced a crash on startup that I could not reproduce inside gdb (and weirdly, did not occur after that). FL is compiled with
-Wp,-D_GLIBCXX_ASSERTIONS
by Arch Linux defaults. Still, here's a backtrace from the core dump, there seems to be a failed FIFO assertion. This assertion might hint at a potential bug so even if it's not currently affecting most users, it could be worth looking into.The text was updated successfully, but these errors were encountered: