Thanks for that, Gert.

AFAIK mosts GPUs from the last decade support textures up to size 16384.
And ideally all should at least support textures larger than the typical
screen resolution they support. If your GL_MAX_TEXTURE_SIZE is 2048 then
that's fairly old and uncommon. But certainly we should fix it.

My question is: what is the large actor 2560 pixels in size that the
machine is trying to offscreen? It's also a performance bug (for all
GPUs) if we're trying to offscreen any actor that large. Even if it
doesn't crash, gnome-shell still shouldn't be doing that.

Since I am working in the area
(https://gitlab.gnome.org/GNOME/mutter/merge_requests/117) the code is
still fresh in my mind and I will try to implement your suggested fix.
Thanks!


** Changed in: mutter (Ubuntu)
     Assignee: (unassigned) => Daniel van Vugt (vanvugt)

** Changed in: gnome-shell (Ubuntu)
     Assignee: (unassigned) => Daniel van Vugt (vanvugt)

** Summary changed:

- gnome-shell crashed with SIGSEGV in cogl_texture_get_height() from 
clutter_offscreen_effect_real_paint_target() from 
clutter_offscreen_effect_paint_texture() from clutter_offscreen_effect_paint() 
from clutter_actor_continue_paint()
+ gnome-shell crashed with SIGSEGV in cogl_texture_get_height(texture=0x0) from 
clutter_offscreen_effect_real_paint_target() from 
clutter_offscreen_effect_paint_texture() from clutter_offscreen_effect_paint() 
from clutter_actor_continue_paint()

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-shell in Ubuntu.
https://bugs.launchpad.net/bugs/1795774

Title:
  gnome-shell crashed with SIGSEGV in
  cogl_texture_get_height(texture=0x0) from
  clutter_offscreen_effect_real_paint_target() from
  clutter_offscreen_effect_paint_texture() from
  clutter_offscreen_effect_paint() from clutter_actor_continue_paint()

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-shell/+bug/1795774/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

Reply via email to