FreeBSDDesktop / DEPRECATED-freebsd-base-graphics

Fork of FreeBSD's base repository to work on graphics-stack-related projects
Other
49 stars 13 forks source link

panic on resume using XFCE4 #138

Closed nomadlogic closed 7 years ago

nomadlogic commented 7 years ago

I can reproduce a panic under the following conditions:

panic: mutex Gian owned at /usr/home/pwright/git/freebsd-base-graphics/sys/kern/kern_synch.c:394

Interestingly enough I can not reproduce this panic with Mate. Here is a screenshot of the panic: https://goo.gl/photos/ASKBvJi3erBrWCvVA

markjdb commented 7 years ago

Could you please give this patch a try? https://people.freebsd.org/~markj/patches/linuxkpi_drop_giant.diff

nomadlogic commented 7 years ago

Rad, this seems to fix it up. I'll dog-food XFCE4 for a couple days to be sure, but I am unable to reproduce this after applying your patch.

Thanks!

markjdb commented 7 years ago

Excellent, thanks for testing.

markjdb commented 7 years ago

The change was committed to FreeBSD as r317148. It'll get picked up in the next merge.