Bug 776529 - gnome-shell crashed with signal 5 in _XIOError()
gnome-shell crashed with signal 5 in _XIOError()
Status: REOPENED
Product: gnome-shell
Classification: Core
Component: general
3.20.x
Other Linux
: Normal critical
: ---
Assigned To: gnome-shell-maint
gnome-shell-maint
:
Depends on:
Blocks:
  Show dependency tree
 
Reported: 2016-12-27 20:55 UTC by Cristian Aravena Romero
Modified: 2018-01-03 20:10 UTC (History)
3 users (show)

See Also:
GNOME target: ---
GNOME version: ---


Attachments

Description Cristian Aravena Romero 2016-12-27 20:55:13 UTC
Open bug in Launchpad.net
https://bugs.launchpad.net/bugs/1505409



"Occurred during start-up, before I did anything special...

1 Ubuntu Wily Werewolf (development branch) 15.10
2 3.16.3-1ubuntu6
3&4 not applicable"



BackTrace:
  • #0 _g_log_abort
    at /build/glib2.0-3UmwzF/glib2.0-2.46.0/./glib/gmessages.c line 324
  • #1 g_logv
    at /build/glib2.0-3UmwzF/glib2.0-2.46.0/./glib/gmessages.c line 1081
  • #2 g_log
    at /build/glib2.0-3UmwzF/glib2.0-2.46.0/./glib/gmessages.c line 1119
  • #3 x_io_error
    at wayland/meta-xwayland.c line 348
  • #4 _XIOError
    at ../../src/XlibInt.c line 1464
  • #5 _XEventsQueued
    at ../../src/xcb_io.c line 366
  • #6 XPending
    at ../../src/Pending.c line 55
  • #7 gdk_check_xpending
    at /build/gtk+3.0-pco567/gtk+3.0-3.16.7/./gdk/x11/gdkeventsource.c line 266
  • #8 gdk_event_source_prepare
    at /build/gtk+3.0-pco567/gtk+3.0-3.16.7/./gdk/x11/gdkeventsource.c line 284
  • #9 g_main_context_prepare
    at /build/glib2.0-3UmwzF/glib2.0-2.46.0/./glib/gmain.c line 3442
  • #10 g_main_context_iterate
    at /build/glib2.0-3UmwzF/glib2.0-2.46.0/./glib/gmain.c line 3820
  • #11 g_main_loop_run
    at /build/glib2.0-3UmwzF/glib2.0-2.46.0/./glib/gmain.c line 4034
  • #12 meta_run
    at core/main.c line 437
  • #13 main
    at main.c line 462

    
Comment 1 André Klapper 2016-12-30 10:18:21 UTC
Hi Cristian, 
Thanks for taking the time to report this bug.
However, you are using version 3.16.x which is too old and not supported anymore by GNOME developers. GNOME developers are no longer working on that older version, so unfortunately there will not be any bug fixes by GNOME developers for the version that you use.

By upgrading to a newer version of GNOME you could receive bug fixes and new functionality. You may need to upgrade your Linux distribution to obtain a newer version of GNOME.

Please feel free to reopen this bug if the problem still occurs with a recent version of GNOME, or feel free to file a bug report in the bug tracking system of your Linux distribution if your distribution still supports your version 3.16.x
Comment 2 Cristian Aravena Romero 2016-12-31 02:38:27 UTC
https://bugs.launchpad.net/ubuntu-gnome/+bug/1652603

Package: gnome-shell 3.20.4-0ubuntu2~ubuntu16.04.1 [origin: LP-PPA-gnome3-team-gnome3-staging]
Comment 3 André Klapper 2017-01-02 16:24:47 UTC
@Cristian: Stacktrace looks like a duplicate of bug 769653? Bug 742508 also looks a little bit similar.

Is there an updated stacktrace from 3.22 or 3.20 with symbols available? If so, can you please post it here?

As this is likely Mutter and not gnome-shell, is there something relevant in the journal log?
Comment 4 Cristian Aravena Romero 2017-02-08 00:46:39 UTC
https://bugs.launchpad.net/ubuntu/+source/gnome-shell/+bug/1505409/comments/3



  • #0 _g_log_abort
    at /build/glib2.0-3UmwzF/glib2.0-2.46.0/./glib/gmessages.c line 324
  • #1 g_logv
    at /build/glib2.0-3UmwzF/glib2.0-2.46.0/./glib/gmessages.c line 1081
  • #2 g_log
    at /build/glib2.0-3UmwzF/glib2.0-2.46.0/./glib/gmessages.c line 1119
  • #3 x_io_error
    at wayland/meta-xwayland.c line 348
  • #4 _XIOError
    at ../../src/XlibInt.c line 1464
  • #5 _XEventsQueued
    at ../../src/xcb_io.c line 366
  • #6 XPending
    at ../../src/Pending.c line 55
  • #7 gdk_check_xpending
    at /build/gtk+3.0-pco567/gtk+3.0-3.16.7/./gdk/x11/gdkeventsource.c line 266
  • #8 gdk_event_source_prepare
    at /build/gtk+3.0-pco567/gtk+3.0-3.16.7/./gdk/x11/gdkeventsource.c line 284
  • #9 g_main_context_prepare
    at /build/glib2.0-3UmwzF/glib2.0-2.46.0/./glib/gmain.c line 3442
  • #10 g_main_context_iterate
    at /build/glib2.0-3UmwzF/glib2.0-2.46.0/./glib/gmain.c line 3820
  • #11 g_main_loop_run
    at /build/glib2.0-3UmwzF/glib2.0-2.46.0/./glib/gmain.c line 4034
  • #12 meta_run
    at core/main.c line 437
  • #13 main
    at main.c line 462

    
Comment 5 Florian Müllner 2017-02-08 00:56:27 UTC
This looks like an XWayland crash. There are plans to reduce the dependency on XWayland in the future (see bug 759538), but for now that's a fatal error I'm afraid ...
Comment 6 André Klapper 2018-01-03 20:10:09 UTC
The stacktrace in comment 0 is the same as in bug 787784 comment 2

Note You need to log in before you can comment on or make changes to this bug.