GNOME Bugzilla – Bug 707563
Crash with BadValue when running under VirtualBox (XRRChangeOutputProperty)
Last modified: 2013-09-11 21:29:53 UTC
The XRRChangeOutputProperty call will sometimes return a BadValue exception when running under VirtualBox (noticed with the current latest 4.2.16 + kernel 3.9.8). This is an uncaught exception and results in mutter (and thus gnome-shell) crashing. I will attach a patch that masks this problem.
Created attachment 254180 [details] [review] MonitorXrandr: Mask a BadValue error on VirtualBox.
Review of attachment 254180 [details] [review]: I still don't know why it would report BadValue, but this looks good to me.
Attachment 254180 [details] pushed as 4883b96 - MonitorXrandr: Mask a BadValue error on VirtualBox.