-
Notifications
You must be signed in to change notification settings - Fork 32
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
Panagement/CliptIt crashing on Arch Linux #439
Comments
|
This is really looking like a bad fix inside Panagement, except one report even say:
which is something different... |
|
Lots of users are reporting normal function, except some on Arch mostly. |
|
https://forum.audacityteam.org/viewtopic.php?f=48&t=108249 Two reports of Audacity crash, this time with a trace. |
|
Bug with audacity reproduced: I just though XInitThreads was to be called by the host and not the plugin... |
|
I think our own mutex should go and we should use XLockDisplay / XUnlockDispla+ our own mutex ( in case XInitThreads wasn't called) |
|
X11 Race regression fixed in v9.1.8. This fixed at least the Audacity crash. I suspect other crashes are due to the same race, but maybe with some Arch specifics, difficult to know without testing on Arch. |
|
Probably fixed since v9.1.8, should test when given the chance. |
|
How can I help with tests here? I use Arch |
|
Hello, If you can build a LV2 plug-in using the latest Dplug ~master and it works in Ardour, I think will prove that Dplug plug-ins work on Arch. |
|
Ok, from what I've tried:
In Reaper / VST3:
I will try more tomorrow. |
|
Hello, Would it work with ClipIt if you comment out the Thanks for the praise :) We're trying to stay practical |
|
Ok, I'm still learning the internals of the Dplug. |
|
Basically both bugs are the same it's a race condition in |
|
Found a bug with ClipIT + Ardour6 + LDC + LV2 + debug build on Manjaro + KDE
|
|
To fix it, XEvent from the dead window needs to be pulled from the queue manually before the other window can call XCheckEventWindow. |

Probably Panagement-related but:
Panagement + LV2 + Arch + Ardour5 => crash after a few seconds
Panagement + LV2 + XUbuntu 18.04 + Bitwig => crash after a few seconds
The text was updated successfully, but these errors were encountered: