I have not encountered this bug since https://github.com/mixxxdj/mixxx/pull/1923 was merged. To confirm that did hack around the issue, I applied the workaround to the testcase from https://bugs.freedesktop.org/show_bug.cgi?id=59361 and it does seem to work. Commenting out this line in the attached test case:
applyXDeadlockFix(dpy);
reproduces the bug.
Build the test case with: gcc -I/usr/include testCase.c -o testCase -lX11-xcb -lX11 -lxcb
I have not encountered this bug since https:/ /github. com/mixxxdj/ mixxx/pull/ 1923 was merged. To confirm that did hack around the issue, I applied the workaround to the testcase from https:/ /bugs.freedeskt op.org/ show_bug. cgi?id= 59361 and it does seem to work. Commenting out this line in the attached test case:
applyXDeadlockF ix(dpy) ;
reproduces the bug.
Build the test case with:
gcc -I/usr/include testCase.c -o testCase -lX11-xcb -lX11 -lxcb