[Bug 1938494] Re: Control Center crashes with SIGTRAP (from X11 MIT-SHM BadAlloc) on Applications view, in XShmCreatePixmap() from _cairo_xlib_shm_surface_create(width=242, height=43972)

2021-09-15 Thread Daniel van Vugt
** Summary changed:

- Control Center crashes with SIGTRAP (from X11 MIT-SHM BadAlloc) on 
Applications view
+ Control Center crashes with SIGTRAP (from X11 MIT-SHM BadAlloc) on 
Applications view, in XShmCreatePixmap() from 
_cairo_xlib_shm_surface_create(width=242, height=43972)

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

Title:
  Control Center crashes with SIGTRAP (from X11 MIT-SHM BadAlloc) on
  Applications view, in XShmCreatePixmap() from
  _cairo_xlib_shm_surface_create(width=242, height=43972)

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


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

[Bug 1938494] Re: Control Center crashes with SIGTRAP (from X11 MIT-SHM BadAlloc) on Applications view

2021-09-15 Thread Sebastien Bacher
> I'm not sure what you mean by "which software is creating the
issue"--- the crashing process is gnome-control-center;

Right, but it seems it's failing to compute valid requests for one of
the items in the 'applications' list, knowing which one would perhaps
make it possible to get a testcase for others, it's always easier to fix
an issue when you can trigger it locally and poke at what is wrong

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

Title:
  Control Center crashes with SIGTRAP (from X11 MIT-SHM BadAlloc) on
  Applications view

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


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

[Bug 1938494] Re: Control Center crashes with SIGTRAP (from X11 MIT-SHM BadAlloc) on Applications view

2021-09-15 Thread Brent Spillner
I'm not sure what you mean by "which software is creating the issue"---
the crashing process is gnome-control-center; everything else on the
system is stable.

I agree that it's not completely surprising that a request for a
242x43972 pixbuf might fail; it is surprising to me that the Control
Center would request a 242x43972 pixbuf in the first place (screen
hardware resolution and virtual desktop are both 1920x1080), and it's
disappointing that the application doesn't deal more gracefully with a
failed pixbuf allocation for whatever reason.

i.e. I suspect that there are two separate bugs here, the failure to
check the return value from gdk_pixbuf_new() (or related helper
function), and the computation of the required pixbuf size in the first
place.  The request is probably for the application icon ribbon, but a
height of 43972 would be enough to stack 458 96-pixel icons--- surely
not all of those need to be in the display surface at one time.

I will open an upstream ticket; started here because I used the Ubuntu
crash reporter and it looked like it might be a library incompatibility
issue.

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

Title:
  Control Center crashes with SIGTRAP (from X11 MIT-SHM BadAlloc) on
  Applications view

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


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

[Bug 1938494] Re: Control Center crashes with SIGTRAP (from X11 MIT-SHM BadAlloc) on Applications view

2021-09-15 Thread Brent Spillner
s/pixbuf/window/, looking at the backtrace--- been so long I forgot the
details.

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

Title:
  Control Center crashes with SIGTRAP (from X11 MIT-SHM BadAlloc) on
  Applications view

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


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

[Bug 1938494] Re: Control Center crashes with SIGTRAP (from X11 MIT-SHM BadAlloc) on Applications view

2021-09-15 Thread Sebastien Bacher
Thank you for the report but it would be easier to debug knowing which
software is creating the issue. Could also maybe report it directly
upstream on https://gitlab.gnome.org/GNOME/gnome-control-center/-/issues
?

** Changed in: gnome-control-center (Ubuntu)
   Importance: Undecided => Low

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

Title:
  Control Center crashes with SIGTRAP (from X11 MIT-SHM BadAlloc) on
  Applications view

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


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

[Bug 1938494] Re: Control Center crashes with SIGTRAP (from X11 MIT-SHM BadAlloc) on Applications view

2021-08-02 Thread Daniel van Vugt
Looks like it's trying to create a window that's 242x43972 pixels so
unsurprising that might fail.

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

Title:
  Control Center crashes with SIGTRAP (from X11 MIT-SHM BadAlloc) on
  Applications view

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


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