GNOME Bugzilla – Bug 662950
Crashes anytime I put my mouse in the upper-left corner (sic)
Last modified: 2011-10-28 17:30:18 UTC
Created attachment 200192 [details] Backtrace (all threads) + JS stack (empty...) The box is a debian/unstable, using gnome-shell (3.0.2-5). The chipset is an ATI Radeon Mobility 9200 (M9+) 5C61 (AGP), which AIGLX recognizes as an r200. When I do nothing, gnome-shell puts out the following repeatedly in .xsession-errors: (gnome-shell:4593): Cogl-WARNING **: ./cogl-framebuffer.c:924: Failed to create an OpenGL framebuffer When I start trying to do anything, for example putting my mouse in the upper-left corner, I get a crash with: (gnome-shell:4733): St-CRITICAL **: setup_framebuffers: assertion `priv->old_offscreen != COGL_INVALID_HANDLE' failed I used http://live.gnome.org/GnomeShell/Debugging to create a backtrace, attached.
This problem has been fixed in our software repository. The fix will go into the next software release. Thank you for your bug report.
(See bug 659676)
I find that surprising since I spent quite a long time seeking for a duplicate before reporting that one, and I saw bug #659676, and it didn't look like the one I have at all. Could you tell me more?
From the trace attached to bug 659676:
+ Trace 228934
Your trace is lacking the information whether cogl_material_set_layer_combine_constant() is indeed called with material=NULL, but (gnome-shell:4733): St-CRITICAL **: setup_framebuffers: assertion `priv->old_offscreen != COGL_INVALID_HANDLE' failed very much suggests so.
Let's mark it as a dup, rather than as FIXED, because as Owen says, the code is still wrong. *** This bug has been marked as a duplicate of bug 659676 ***