-
Notifications
You must be signed in to change notification settings - Fork 13
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
Panic: &dev->struct_mutex not exclusively locked #169
Comments
This seems to only happen when using |
If possible can you verify of glamorgl is enabled when using modesetting? In my experience modesetting+glamorgl tends to be pretty stable compared to the intel driver which is deprecated upstream by Xorg I believe. For example, if I remove my pre-existing xorg.conf configuration X will autodetect things and setup modesetting+glamorgl correctly. |
This is without any xorg.conf at all.
Further down the log:
|
hrm weird - dumb question, do you have the mesa-dri pkg installed? |
Yes I do. Pulled in as a dependency of xorg-server actually. |
Just somehow got GLX to work under |
Can you try regular drm-next? I frequently see a similar crash when using VAAPI that only affects drm-next-4.10. |
I'll give it a whirl when drm-next gets resynced with -CURRENT. Haven't had a panic since my last comment, though. I can semi-reliably trigger it by rendering a video in Blender; the panic has occurred just over four hours in. |
After using the workaround in #163 to allow use of i915kms at all on my machine, occasionally I will get random panics which first manifest as X and the rest of the operating system hanging for a few seconds, then an indefinite black screen. This tends to happen when I have the Intel chip under quite a bit of load, though again, this can happen at any time. I have not been able to get an automatic core dump until now.
Note that this is the tip of
drm-next-4.10
as of this writing. I am suredrm-next
is afflicted the same way.The text was updated successfully, but these errors were encountered: