Bug#770130: gnome-shell: Oh no! Something has gone wrong. (Fujitsu ST4121)

Eric Shattow lucent at silenceisdefeat.net
Thu Nov 20 02:33:47 UTC 2014


On Wed, 2014-11-19 at 12:00 +0100, intrigeri wrote:
> Looks like a bug in the kernel DRM drivers to me (or might be in Mesa,
> or in Cogl, or in the X.Org driver, I'm definitely no expert in this
> field).
> 
> > Kernel: Linux 3.18.0-rc5 (SMP w/1 CPU core)
> 
> Can you reproduce this bug with a kernel that we ship in Debian,
> e.g. current sid's 3.16 or experimental's 3.17?

Yes, same as mainline kernel.

$ uname -srvp
Linux 3.16.0-4-686-pae #1 SMP Debian 3.16.7-2 (2014-11-06) unknown

# BEGIN patch cogl-1.18.2/debian/patches/000_cogldebug.patch
Index: cogl-1.18.2/cogl/driver/gl/cogl-texture-2d-gl.c
===================================================================
--- cogl-1.18.2.orig/cogl/driver/gl/cogl-texture-2d-gl.c
+++ cogl-1.18.2/cogl/driver/gl/cogl-texture-2d-gl.c
@@ -35,6 +35,7 @@
 #include <config.h>
 
 #include <string.h>
+#include <syslog.h>
 
 #include "cogl-private.h"
 #include "cogl-texture-private.h"
@@ -127,11 +128,22 @@ allocate_with_size (CoglTexture2D *tex_2
                                        height,
                                        internal_format))
     {
+/*
       _cogl_set_error (error, COGL_TEXTURE_ERROR,
                        COGL_TEXTURE_ERROR_SIZE,
                        "Failed to create texture 2d due to size/format"
                        " constraints");
       return FALSE;
+*/
+	syslog(LOG_ERR, "COGL ERROR: allocate_with_size "
+		"ctx %lx, WxH %i x %i, ifmt %i\n",
+		(long unsigned int)ctx, width, height, internal_format);
+    }
+    else
+    {
+	syslog(LOG_INFO, "COGL INFO: allocate_with_size "
+		"ctx %lx, WxH %i x %i, ifmt %i\n",
+		(long unsigned int)ctx, width, height, internal_format);
     }
 
   ctx->driver_vtable->pixel_format_to_gl (ctx,
@@ -196,11 +208,22 @@ allocate_from_bitmap (CoglTexture2D *tex
                                        height,
                                        internal_format))
     {
+/*
       _cogl_set_error (error, COGL_TEXTURE_ERROR,
                        COGL_TEXTURE_ERROR_SIZE,
                        "Failed to create texture 2d due to size/format"
                        " constraints");
       return FALSE;
+*/
+	syslog(LOG_ERR, "COGL ERROR: allocate_from_bitmap "
+		"ctx %lx, WxH %i x %i, ifmt %i\n",
+		(long unsigned int)ctx, width, height, internal_format);
+    }
+    else
+    {
+	syslog(LOG_INFO, "COGL INFO: allocate_from_bitmap "
+		"ctx %lx, WxH %i x %i, ifmt %i\n",
+		(long unsigned int)ctx, width, height, internal_format);
     }
 
   upload_bmp = _cogl_bitmap_convert_for_upload (bmp,

# END patch cogl-1.18.2/debian/patches/000_cogldebug.patch

# BEGIN journalctl output
-- Logs begin at Wed 2014-11-19 15:48:15 PST, end at Wed 2014-11-19 15:59:19 PST. --
Nov 19 15:58:29 boss gnome-shell[985]: COGL INFO: allocate_with_size ctx 9eaf6a0, WxH 46 x 30, ifmt 147
Nov 19 15:58:29 boss gnome-shell[985]: COGL INFO: allocate_from_bitmap ctx 9eaf6a0, WxH 48 x 32, ifmt 17
Nov 19 15:58:31 boss gnome-shell[985]: COGL INFO: allocate_from_bitmap ctx 9eaf6a0, WxH 64 x 64, ifmt 147
Nov 19 15:58:31 boss gnome-shell[985]: COGL INFO: allocate_from_bitmap ctx 9eaf6a0, WxH 16 x 16, ifmt 147
Nov 19 15:58:31 boss gnome-shell[985]: COGL INFO: allocate_from_bitmap ctx 9eaf6a0, WxH 48 x 48, ifmt 147
Nov 19 15:58:31 boss gnome-shell[985]: COGL INFO: allocate_from_bitmap ctx 9eaf6a0, WxH 16 x 16, ifmt 147
Nov 19 15:58:31 boss gnome-shell[985]: COGL INFO: allocate_from_bitmap ctx 9eaf6a0, WxH 16 x 16, ifmt 147
Nov 19 15:58:31 boss gnome-shell[985]: COGL INFO: allocate_from_bitmap ctx 9eaf6a0, WxH 48 x 48, ifmt 147
Nov 19 15:58:31 boss gnome-shell[985]: COGL INFO: allocate_from_bitmap ctx 9eaf6a0, WxH 24 x 24, ifmt 147
Nov 19 15:58:31 boss gnome-shell[985]: COGL INFO: allocate_from_bitmap ctx 9eaf6a0, WxH 16 x 16, ifmt 147
Nov 19 15:58:31 boss gnome-shell[985]: COGL INFO: allocate_from_bitmap ctx 9eaf6a0, WxH 64 x 64, ifmt 147
Nov 19 15:58:31 boss gnome-shell[985]: COGL INFO: allocate_with_size ctx 9eaf6a0, WxH 46 x 30, ifmt 147
Nov 19 15:58:31 boss gnome-shell[985]: COGL INFO: allocate_from_bitmap ctx 9eaf6a0, WxH 48 x 32, ifmt 17
Nov 19 15:58:31 boss gnome-shell[985]: COGL INFO: allocate_from_bitmap ctx 9eaf6a0, WxH 10 x 10, ifmt 179
Nov 19 15:58:31 boss gnome-shell[985]: COGL INFO: allocate_from_bitmap ctx 9eaf6a0, WxH 337 x 34, ifmt 179
Nov 19 15:58:31 boss gnome-shell[985]: COGL INFO: allocate_from_bitmap ctx 9eaf6a0, WxH 10 x 10, ifmt 179
Nov 19 15:58:31 boss gnome-shell[985]: COGL INFO: allocate_from_bitmap ctx 9eaf6a0, WxH 82 x 29, ifmt 179
Nov 19 15:58:31 boss gnome-shell[985]: COGL INFO: allocate_from_bitmap ctx 9eaf6a0, WxH 10 x 10, ifmt 179
Nov 19 15:58:31 boss gnome-shell[985]: COGL INFO: allocate_from_bitmap ctx 9eaf6a0, WxH 83 x 29, ifmt 179
Nov 19 15:58:32 boss gnome-shell[985]: COGL INFO: allocate_from_bitmap ctx 9eaf6a0, WxH 18 x 18, ifmt 147
Nov 19 15:58:33 boss gnome-shell[985]: COGL INFO: allocate_from_bitmap ctx 9eaf6a0, WxH 20 x 20, ifmt 179
Nov 19 15:58:33 boss gnome-shell[985]: COGL INFO: allocate_from_bitmap ctx 9eaf6a0, WxH 51 x 51, ifmt 179
Nov 19 15:58:33 boss gnome-shell[985]: COGL INFO: allocate_from_bitmap ctx 9eaf6a0, WxH 51 x 51, ifmt 179
Nov 19 15:58:33 boss gnome-shell[985]: COGL INFO: allocate_from_bitmap ctx 9eaf6a0, WxH 51 x 51, ifmt 179
Nov 19 15:58:33 boss gnome-shell[985]: COGL INFO: allocate_from_bitmap ctx 9eaf6a0, WxH 51 x 51, ifmt 179
Nov 19 15:58:33 boss gnome-shell[985]: COGL INFO: allocate_from_bitmap ctx 9eaf6a0, WxH 51 x 51, ifmt 179
Nov 19 15:58:33 boss gnome-shell[985]: COGL INFO: allocate_from_bitmap ctx 9eaf6a0, WxH 51 x 51, ifmt 179
Nov 19 15:58:33 boss gnome-shell[985]: COGL INFO: allocate_from_bitmap ctx 9eaf6a0, WxH 51 x 51, ifmt 179
Nov 19 15:58:33 boss gnome-shell[985]: COGL INFO: allocate_from_bitmap ctx 9eaf6a0, WxH 51 x 51, ifmt 179
Nov 19 15:58:33 boss gnome-shell[985]: COGL INFO: allocate_from_bitmap ctx 9eaf6a0, WxH 51 x 51, ifmt 179
Nov 19 15:58:33 boss gnome-shell[985]: COGL INFO: allocate_from_bitmap ctx 9eaf6a0, WxH 51 x 51, ifmt 179
Nov 19 15:58:33 boss gnome-shell[985]: COGL INFO: allocate_from_bitmap ctx 9eaf6a0, WxH 51 x 51, ifmt 179
Nov 19 15:58:33 boss gnome-shell[985]: COGL INFO: allocate_from_bitmap ctx 9eaf6a0, WxH 51 x 51, ifmt 179
Nov 19 15:58:33 boss gnome-shell[985]: COGL INFO: allocate_from_bitmap ctx 9eaf6a0, WxH 51 x 51, ifmt 179
Nov 19 15:58:33 boss gnome-shell[985]: COGL INFO: allocate_from_bitmap ctx 9eaf6a0, WxH 51 x 51, ifmt 179
Nov 19 15:58:33 boss gnome-shell[985]: COGL INFO: allocate_from_bitmap ctx 9eaf6a0, WxH 51 x 51, ifmt 179
Nov 19 15:58:33 boss gnome-shell[985]: COGL INFO: allocate_from_bitmap ctx 9eaf6a0, WxH 51 x 51, ifmt 179
Nov 19 15:58:33 boss gnome-shell[985]: COGL INFO: allocate_from_bitmap ctx 9eaf6a0, WxH 51 x 51, ifmt 179
Nov 19 15:58:33 boss gnome-shell[985]: COGL INFO: allocate_from_bitmap ctx 9eaf6a0, WxH 51 x 51, ifmt 179
Nov 19 15:58:33 boss gnome-shell[985]: COGL INFO: allocate_from_bitmap ctx 9eaf6a0, WxH 51 x 51, ifmt 179
Nov 19 15:58:33 boss gnome-shell[985]: COGL INFO: allocate_from_bitmap ctx 9eaf6a0, WxH 51 x 51, ifmt 179
Nov 19 15:58:33 boss gnome-shell[985]: COGL INFO: allocate_from_bitmap ctx 9eaf6a0, WxH 77 x 51, ifmt 179
Nov 19 15:58:33 boss gnome-shell[985]: COGL INFO: allocate_from_bitmap ctx 9eaf6a0, WxH 51 x 51, ifmt 179
Nov 19 15:58:33 boss gnome-shell[985]: COGL INFO: allocate_from_bitmap ctx 9eaf6a0, WxH 51 x 51, ifmt 179
Nov 19 15:58:33 boss gnome-shell[985]: COGL INFO: allocate_from_bitmap ctx 9eaf6a0, WxH 51 x 51, ifmt 179
Nov 19 15:58:33 boss gnome-shell[985]: COGL INFO: allocate_from_bitmap ctx 9eaf6a0, WxH 51 x 51, ifmt 179
Nov 19 15:58:33 boss gnome-shell[985]: COGL INFO: allocate_from_bitmap ctx 9eaf6a0, WxH 51 x 51, ifmt 179
Nov 19 15:58:33 boss gnome-shell[985]: COGL INFO: allocate_from_bitmap ctx 9eaf6a0, WxH 51 x 51, ifmt 179
Nov 19 15:58:33 boss gnome-shell[985]: COGL INFO: allocate_from_bitmap ctx 9eaf6a0, WxH 51 x 51, ifmt 179
Nov 19 15:58:33 boss gnome-shell[985]: COGL INFO: allocate_from_bitmap ctx 9eaf6a0, WxH 51 x 51, ifmt 179
Nov 19 15:58:33 boss gnome-shell[985]: COGL INFO: allocate_from_bitmap ctx 9eaf6a0, WxH 51 x 51, ifmt 179
Nov 19 15:58:33 boss gnome-shell[985]: COGL INFO: allocate_from_bitmap ctx 9eaf6a0, WxH 51 x 51, ifmt 179
Nov 19 15:58:33 boss gnome-shell[985]: COGL INFO: allocate_from_bitmap ctx 9eaf6a0, WxH 51 x 51, ifmt 179
Nov 19 15:58:33 boss gnome-shell[985]: COGL INFO: allocate_from_bitmap ctx 9eaf6a0, WxH 102 x 51, ifmt 179
Nov 19 15:58:33 boss gnome-shell[985]: COGL INFO: allocate_from_bitmap ctx 9eaf6a0, WxH 306 x 51, ifmt 179
Nov 19 15:58:33 boss gnome-shell[985]: COGL INFO: allocate_from_bitmap ctx 9eaf6a0, WxH 51 x 51, ifmt 179
Nov 19 15:58:36 boss gnome-shell[985]: COGL INFO: allocate_from_bitmap ctx 9eaf6a0, WxH 10 x 10, ifmt 179
Nov 19 15:58:36 boss gnome-shell[985]: COGL INFO: allocate_from_bitmap ctx 9eaf6a0, WxH 337 x 34, ifmt 179
Nov 19 15:58:36 boss gnome-shell[985]: COGL INFO: allocate_from_bitmap ctx 9eaf6a0, WxH 10 x 10, ifmt 179
Nov 19 15:58:36 boss gdm-password][3490]: pam_unix(gdm-password:session): session opened for user user by (unknown)(uid=0)
Nov 19 15:58:36 boss systemd-logind[498]: New session 2 of user user.
Nov 19 15:58:37 boss org.a11y.Bus[876]: g_dbus_connection_real_closed: Remote peer vanished with error: Underlying GIOStream returned 0 bytes on an async read (g-io-error-quark, 0). Exiting.
Nov 19 15:58:37 boss org.a11y.atspi.Registry[921]: g_dbus_connection_real_closed: Remote peer vanished with error: Underlying GIOStream returned 0 bytes on an async read (g-io-error-quark, 0). Exiting.
Nov 19 15:58:37 boss gdm3[596]: Child process 840 was already dead.
Nov 19 15:58:37 boss gdm3[596]: Unable to kill session worker process
Nov 19 15:58:37 boss ca.desrt.dconf[876]: g_dbus_connection_real_closed: Remote peer vanished with error: Underlying GIOStream returned 0 bytes on an async read (g-io-error-quark, 0). Exiting.
Nov 19 15:58:37 boss colord[987]: device removed: xrandr-DVI1
Nov 19 15:58:37 boss colord[987]: device removed: xrandr-VGA1
Nov 19 15:58:38 boss /etc/gdm3/Xsession[3518]: /etc/gdm3/Xsession: Beginning session setup...
Nov 19 15:58:38 boss gnome-session[859]: g_dbus_connection_real_closed: Remote peer vanished with error: Underlying GIOStream returned 0 bytes on an async read (g-io-error-quark, 0). Exiting.
Nov 19 15:58:38 boss org.gnome.Caribou.Daemon[876]: ** (caribou:1054): WARNING **: daemon.vala:186: can't hide keyboard: The connection is closed
Nov 19 15:58:38 boss org.gnome.Caribou.Daemon[876]: g_dbus_connection_real_closed: Remote peer vanished with error: Underlying GIOStream returned 0 bytes on an async read (g-io-error-quark, 0). Exiting.
Nov 19 15:58:38 boss polkitd(authority=local)[531]: Unregistered Authentication Agent for unix-session:c1 (system bus name :1.23, object path /org/freedesktop/PolicyKit1/AuthenticationAgent, locale en_US.UTF-8) (disconnected from bus)
Nov 19 15:58:38 boss /etc/gdm3/Xsession[3518]: localuser:user being added to access control list
Nov 19 15:58:38 boss /etc/gdm3/Xsession[3518]: openConnection: connect: No such file or directory
Nov 19 15:58:38 boss /etc/gdm3/Xsession[3518]: cannot connect to brltty at :0
Nov 19 15:58:38 boss minissdpd[513]: 4 new devices added
Nov 19 15:58:38 boss org.a11y.Bus[3559]: Activating service name='org.a11y.atspi.Registry'
Nov 19 15:58:38 boss org.a11y.Bus[3559]: Successfully activated service 'org.a11y.atspi.Registry'
Nov 19 15:58:38 boss org.a11y.atspi.Registry[3566]: SpiRegistry daemon is running with well-known name - org.a11y.atspi.Registry
Nov 19 15:58:39 boss gnome-session[3518]: gnome-keyring-daemon: insufficient process capabilities, unsecure memory might get used
Nov 19 15:58:39 boss gnome-session[3518]: gnome-keyring-daemon: insufficient process capabilities, unsecure memory might get used
Nov 19 15:58:39 boss gnome-session[3518]: gnome-keyring-daemon: insufficient process capabilities, unsecure memory might get used
Nov 19 15:58:39 boss gnome-session[3518]: gnome-keyring-daemon: insufficient process capabilities, unsecure memory might get used
Nov 19 15:58:39 boss gnome-session[3518]: SSH_AUTH_SOCK=/run/user/1000/keyring/ssh
Nov 19 15:58:39 boss gnome-session[3518]: SSH_AUTH_SOCK=/run/user/1000/keyring/ssh
Nov 19 15:58:39 boss gnome-session[3518]: SSH_AUTH_SOCK=/run/user/1000/keyring/ssh
Nov 19 15:58:39 boss gnome-session[3518]: GPG_AGENT_INFO=/run/user/1000/keyring/gpg:0:1
Nov 19 15:58:39 boss gnome-session[3518]: SSH_AUTH_SOCK=/run/user/1000/keyring/ssh
Nov 19 15:58:39 boss gnome-session[3518]: GPG_AGENT_INFO=/run/user/1000/keyring/gpg:0:1
Nov 19 15:58:39 boss rtkit-daemon[995]: Successfully made thread 3597 of process 3597 (/usr/bin/pulseaudio) owned by '1000' high priority at nice level -11.
Nov 19 15:58:39 boss rtkit-daemon[995]: Supervising 4 threads of 2 processes of 2 users.
Nov 19 15:58:39 boss rtkit-daemon[995]: Supervising 4 threads of 2 processes of 2 users.
Nov 19 15:58:39 boss rtkit-daemon[995]: Successfully made thread 3599 of process 3597 (/usr/bin/pulseaudio) owned by '1000' RT at priority 5.
Nov 19 15:58:39 boss rtkit-daemon[995]: Supervising 5 threads of 2 processes of 2 users.
Nov 19 15:58:39 boss rtkit-daemon[995]: Supervising 5 threads of 2 processes of 2 users.
Nov 19 15:58:39 boss rtkit-daemon[995]: Successfully made thread 3600 of process 3597 (/usr/bin/pulseaudio) owned by '1000' RT at priority 5.
Nov 19 15:58:39 boss rtkit-daemon[995]: Supervising 6 threads of 2 processes of 2 users.
Nov 19 15:58:40 boss systemd-udevd[172]: Network interface NamePolicy= disabled on kernel commandline, ignoring.
Nov 19 15:58:40 boss dbus[504]: [system] Activating via systemd: service name='org.freedesktop.hostname1' unit='dbus-org.freedesktop.hostname1.service'
Nov 19 15:58:41 boss gnome-shell[3624]: COGL INFO: allocate_from_bitmap ctx 9bca398, WxH 1 x 1, ifmt 147
Nov 19 15:58:41 boss dbus[504]: [system] Successfully activated service 'org.freedesktop.hostname1'
Nov 19 15:58:42 boss dbus[504]: [system] Activating via systemd: service name='org.freedesktop.locale1' unit='dbus-org.freedesktop.locale1.service'
Nov 19 15:58:42 boss dbus[504]: [system] Successfully activated service 'org.freedesktop.locale1'
Nov 19 15:58:43 boss gnome-shell[3624]: COGL ERROR: allocate_from_bitmap ctx 9bca398, WxH 24 x 24, ifmt 179
Nov 19 15:58:44 boss python[3645]: COGL INFO: allocate_from_bitmap ctx a5ae880, WxH 1 x 1, ifmt 147
Nov 19 15:58:45 boss org.gnome.Caribou.Keyboard[3559]: /usr/lib/python2.7/dist-packages/gi/types.py:282: RuntimeWarning: Mixin class caribou.settings.preferences_window.AbstractPreferencesUI is an old style class, please update this to derive from "object".
Nov 19 15:58:45 boss org.gnome.Caribou.Keyboard[3559]: RuntimeWarning)
Nov 19 15:58:45 boss gdm-Xorg-:0[618]: The XKEYBOARD keymap compiler (xkbcomp) reports:
Nov 19 15:58:45 boss gdm-Xorg-:0[618]: > Warning:          Compat map for group 2 redefined
Nov 19 15:58:45 boss gdm-Xorg-:0[618]: >                   Using new definition
Nov 19 15:58:45 boss gdm-Xorg-:0[618]: > Warning:          Compat map for group 3 redefined
Nov 19 15:58:45 boss gdm-Xorg-:0[618]: >                   Using new definition
Nov 19 15:58:45 boss gdm-Xorg-:0[618]: > Warning:          Compat map for group 4 redefined
Nov 19 15:58:45 boss gdm-Xorg-:0[618]: >                   Using new definition
Nov 19 15:58:45 boss gdm-Xorg-:0[618]: Errors from xkbcomp are not fatal to the X server
Nov 19 15:58:46 boss org.gnome.Caribou.Keyboard[3559]: Could not acquire org.gnome.Caribou.Keyboard
Nov 19 15:58:46 boss org.gnome.Caribou.Keyboard[3559]: Another service acquired org.gnome.Caribou.Keyboard, quitting..
Nov 19 15:58:46 boss gnome-shell[3624]: COGL ERROR: allocate_from_bitmap ctx 9bca398, WxH 24 x 24, ifmt 179
Nov 19 15:58:48 boss org.gnome.evolution.dataserver.Sources3[3559]: Bus name 'org.gnome.evolution.dataserver.Sources3' acquired.
Nov 19 15:58:48 boss org.gnome.OnlineAccounts[3559]: goa-daemon-Message: goa-daemon version 3.14.1 starting
Nov 19 15:58:49 boss gnome-session[3518]: Gjs-Message: JS LOG: Failed to launch ibus-daemon: Failed to execute child process "ibus-daemon" (No such file or directory)
Nov 19 15:58:49 boss dbus[504]: [system] Activating via systemd: service name='org.freedesktop.GeoClue2' unit='geoclue.service'
Nov 19 15:58:50 boss dbus[504]: [system] Successfully activated service 'org.freedesktop.GeoClue2'
Nov 19 15:58:50 boss gdm-Xorg-:0[618]: The XKEYBOARD keymap compiler (xkbcomp) reports:
Nov 19 15:58:50 boss gdm-Xorg-:0[618]: > Warning:          Compat map for group 2 redefined
Nov 19 15:58:50 boss gdm-Xorg-:0[618]: >                   Using new definition
Nov 19 15:58:50 boss gdm-Xorg-:0[618]: > Warning:          Compat map for group 3 redefined
Nov 19 15:58:50 boss gdm-Xorg-:0[618]: >                   Using new definition
Nov 19 15:58:50 boss gdm-Xorg-:0[618]: > Warning:          Compat map for group 4 redefined
Nov 19 15:58:50 boss gdm-Xorg-:0[618]: >                   Using new definition
Nov 19 15:58:50 boss gdm-Xorg-:0[618]: Errors from xkbcomp are not fatal to the X server
Nov 19 15:58:51 boss gnome-shell[3624]: COGL INFO: allocate_with_size ctx 9bca398, WxH 512 x 512, ifmt 19
Nov 19 15:58:51 boss polkitd(authority=local)[531]: Registered Authentication Agent for unix-session:2 (system bus name :1.46 [/usr/bin/gnome-shell], object path /org/freedesktop/PolicyKit1/AuthenticationAgent, locale en_US.UTF-8)
Nov 19 15:58:51 boss dbus[504]: [system] Activating via systemd: service name='org.freedesktop.UDisks2' unit='udisks2.service'
Nov 19 15:58:51 boss udisksd[3709]: udisks daemon version 2.1.3 starting
Nov 19 15:58:51 boss dbus[504]: [system] Successfully activated service 'org.freedesktop.UDisks2'
Nov 19 15:58:51 boss udisksd[3709]: Acquired the name org.freedesktop.UDisks2 on the system message bus
Nov 19 15:58:52 boss org.gtk.Private.AfcVolumeMonitor[3559]: Volume monitor alive
Nov 19 15:58:53 boss x-session-manager[3518]: Entering running state
Nov 19 15:58:53 boss gnome-session[3518]: (uint32 1,)
Nov 19 15:58:54 boss gnome-session[3518]: (zeitgeist-datahub:3751): GLib-GObject-WARNING **: invalid (NULL) pointer instance
Nov 19 15:58:54 boss gnome-session[3518]: (zeitgeist-datahub:3751): GLib-GObject-CRITICAL **: g_signal_connect_data: assertion 'G_TYPE_CHECK_INSTANCE (instance)' failed
Nov 19 15:58:54 boss org.gnome.zeitgeist.Engine[3559]: ** (zeitgeist-datahub:3787): WARNING **: zeitgeist-datahub.vala:226: Unable to get name "org.gnome.zeitgeist.datahub" on the bus!
Nov 19 15:58:56 boss gnome-session[3518]: (gnome-shell:3624): mutter-WARNING **: STACK_OP_RAISE_ABOVE: window 0x4e01200016 not in stack
Nov 19 15:58:56 boss gnome-shell[3624]: COGL INFO: allocate_with_size ctx 9bca398, WxH 256 x 256, ifmt 147
Nov 19 15:58:56 boss gnome-shell[3624]: COGL INFO: allocate_with_size ctx 9bca398, WxH 2048 x 1024, ifmt 2
Nov 19 15:58:56 boss gnome-shell[3624]: COGL INFO: allocate_with_size ctx 9bca398, WxH 512 x 1024, ifmt 2
Nov 19 15:58:56 boss gnome-shell[3624]: COGL INFO: allocate_with_size ctx 9bca398, WxH 2048 x 512, ifmt 2
Nov 19 15:58:56 boss gnome-shell[3624]: COGL INFO: allocate_with_size ctx 9bca398, WxH 512 x 512, ifmt 2
Nov 19 15:58:56 boss gnome-session[3518]: ** (caribou:3765): WARNING **: AT-SPI: Error in GetItems, sender=org.freedesktop.DBus, error=The name :1.5 was not provided by any .service files
Nov 19 15:58:57 boss gnome-shell[3624]: COGL INFO: allocate_with_size ctx 9bca398, WxH 256 x 256, ifmt 147
Nov 19 15:58:59 boss org.gnome.evolution.dataserver.Calendar4[3559]: Bus name 'org.gnome.evolution.dataserver.Calendar4' acquired.
Nov 19 15:58:59 boss gnome-shell[3624]: COGL ERROR: allocate_from_bitmap ctx 9bca398, WxH 48 x 48, ifmt 147
Nov 19 15:58:59 boss gnome-shell[3624]: COGL INFO: allocate_from_bitmap ctx 9bca398, WxH 16 x 16, ifmt 147
Nov 19 15:58:59 boss gnome-shell[3624]: COGL ERROR: allocate_from_bitmap ctx 9bca398, WxH 24 x 24, ifmt 147
Nov 19 15:58:59 boss gnome-shell[3624]: COGL ERROR: allocate_from_bitmap ctx 9bca398, WxH 24 x 24, ifmt 147
Nov 19 15:58:59 boss gnome-shell[3624]: COGL ERROR: allocate_from_bitmap ctx 9bca398, WxH 24 x 24, ifmt 147
Nov 19 15:58:59 boss gnome-shell[3624]: COGL ERROR: allocate_from_bitmap ctx 9bca398, WxH 24 x 24, ifmt 147
Nov 19 15:58:59 boss gnome-shell[3624]: COGL ERROR: allocate_from_bitmap ctx 9bca398, WxH 24 x 24, ifmt 147
Nov 19 15:58:59 boss gnome-shell[3624]: COGL ERROR: allocate_from_bitmap ctx 9bca398, WxH 24 x 24, ifmt 147
Nov 19 15:58:59 boss gnome-shell[3624]: COGL ERROR: allocate_from_bitmap ctx 9bca398, WxH 24 x 24, ifmt 147
Nov 19 15:58:59 boss gnome-shell[3624]: COGL ERROR: allocate_from_bitmap ctx 9bca398, WxH 24 x 24, ifmt 147
Nov 19 15:58:59 boss gnome-shell[3624]: COGL INFO: allocate_from_bitmap ctx 9bca398, WxH 16 x 16, ifmt 147
Nov 19 15:58:59 boss gnome-shell[3624]: COGL ERROR: allocate_from_bitmap ctx 9bca398, WxH 48 x 48, ifmt 147
Nov 19 15:59:00 boss dbus[504]: [system] Activating via systemd: service name='org.freedesktop.GeoClue2' unit='geoclue.service'
Nov 19 15:59:00 boss dbus[504]: [system] Successfully activated service 'org.freedesktop.GeoClue2'
Nov 19 15:59:00 boss gnome-session[3518]: ** (caribou:3765): WARNING **: AT-SPI: Error in GetItems, sender=(null), error=Did not receive a reply. Possible causes include: the remote application did not send a reply, the message bus security policy blocked the reply, the reply timeout expired, or the network connection was broken.
Nov 19 15:59:01 boss gnome-shell[3624]: COGL INFO: allocate_from_bitmap ctx 9bca398, WxH 16 x 16, ifmt 147
Nov 19 15:59:01 boss gnome-shell[3624]: COGL ERROR: allocate_from_bitmap ctx 9bca398, WxH 48 x 48, ifmt 147
Nov 19 15:59:02 boss gnome-shell[3624]: COGL ERROR: allocate_from_bitmap ctx 9bca398, WxH 24 x 24, ifmt 147
Nov 19 15:59:02 boss gnome-session[3518]: (gnome-settings-daemon:3579): color-plugin-WARNING **: failed to get edid: unable to get EDID for output
Nov 19 15:59:02 boss gnome-session[3518]: (gnome-settings-daemon:3579): color-plugin-WARNING **: failed to get edid: unable to get EDID for output
Nov 19 15:59:02 boss colord[987]: Device added: xrandr-DVI1
Nov 19 15:59:02 boss gnome-shell[3624]: COGL ERROR: allocate_from_bitmap ctx 9bca398, WxH 48 x 48, ifmt 147
Nov 19 15:59:02 boss gnome-shell[3624]: COGL INFO: allocate_from_bitmap ctx 9bca398, WxH 16 x 16, ifmt 147
Nov 19 15:59:02 boss gnome-session[3518]: (gnome-shell:3624): mutter-WARNING **: STACK_OP_RAISE_ABOVE: window 0x4e01200016 not in stack
Nov 19 15:59:02 boss colord[987]: Device added: xrandr-VGA1
Nov 19 15:59:02 boss gnome-session[3518]: (gnome-settings-daemon:3579): color-plugin-WARNING **: unable to get EDID for xrandr-DVI1: unable to get EDID for output
Nov 19 15:59:02 boss gnome-session[3518]: (gnome-settings-daemon:3579): color-plugin-WARNING **: unable to get EDID for xrandr-VGA1: unable to get EDID for output
Nov 19 15:59:03 boss gnome-shell[3624]: COGL ERROR: allocate_from_bitmap ctx 9bca398, WxH 18 x 18, ifmt 17
Nov 19 15:59:03 boss gnome-shell[3624]: COGL INFO: allocate_with_size ctx 9bca398, WxH 256 x 256, ifmt 147
Nov 19 15:59:03 boss gnome-session[3518]: Mesa 10.3.2 implementation error: unexpected format GL_DEPTH_STENCIL in _mesa_choose_tex_format()
Nov 19 15:59:03 boss gnome-session[3518]: Please report at https://bugs.freedesktop.org/enter_bug.cgi?product=Mesa
Nov 19 15:59:03 boss gnome-session[3518]: Mesa 10.3.2 implementation error: unexpected format GL_DEPTH_COMPONENT16 in _mesa_choose_tex_format()
Nov 19 15:59:03 boss gnome-shell[3624]: COGL INFO: allocate_from_bitmap ctx 9bca398, WxH 1 x 1, ifmt 2
Nov 19 15:59:03 boss gnome-session[3518]: Please report at https://bugs.freedesktop.org/enter_bug.cgi?product=Mesa
Nov 19 15:59:03 boss gnome-shell[3624]: COGL ERROR: allocate_from_bitmap ctx 9bca398, WxH 48 x 48, ifmt 147
Nov 19 15:59:04 boss gnome-shell[3624]: COGL INFO: allocate_from_bitmap ctx 9bca398, WxH 16 x 16, ifmt 147
Nov 19 15:59:04 boss gnome-session[3518]: (gnome-shell:3624): Gjs-WARNING **: JS ERROR: Exception in callback for signal: startup-complete: Error: Requiring GSystem, version none: Typelib file for namespace 'GSystem' (any version) not found
Nov 19 15:59:04 boss gnome-session[3518]: _initializeUI/<@resource:///org/gnome/shell/ui/main.js:218
Nov 19 15:59:04 boss gnome-session[3518]: _emit at resource:///org/gnome/gjs/modules/signals.js:124
Nov 19 15:59:04 boss gnome-session[3518]: LayoutManager<._startupAnimationComplete at resource:///org/gnome/shell/ui/layout.js:700
Nov 19 15:59:04 boss gnome-session[3518]: wrapper at resource:///org/gnome/gjs/modules/lang.js:169
Nov 19 15:59:04 boss gnome-session[3518]: _addHandler/params[name]@resource:///org/gnome/shell/ui/tweener.js:91
Nov 19 15:59:04 boss gnome-session[3518]: _callOnFunction at resource:///org/gnome/gjs/modules/tweener/tweener.js:203
Nov 19 15:59:04 boss gnome-session[3518]: _updateTweenByIndex at resource:///org/gnome/gjs/modules/tweener/tweener.js:333
Nov 19 15:59:04 boss gnome-session[3518]: _updateTweens at resource:///org/gnome/gjs/modules/tweener/tweener.js:345
Nov 19 15:59:04 boss gnome-session[3518]: _onEnterFrame at resource:///org/gnome/gjs/modules/tweener/tweener.js:360
Nov 19 15:59:04 boss gnome-session[3518]: _emit at resource:///org/gnome/gjs/modules/signals.js:124
Nov 19 15:59:04 boss gnome-session[3518]: ClutterFrameTicker<._onNewFrame at resource:///org/gnome/shell/ui/tweener.js:208
Nov 19 15:59:04 boss gnome-session[3518]: wrapper at resource:///org/gnome/gjs/modules/lang.js:169
Nov 19 15:59:04 boss gnome-session[3518]: ClutterFrameTicker<._init/<@resource:///org/gnome/shell/ui/tweener.js:183
Nov 19 15:59:04 boss gnome-shell[3624]: COGL INFO: allocate_with_size ctx 9bca398, WxH 256 x 256, ifmt 147
Nov 19 15:59:04 boss gnome-shell[3624]: COGL INFO: allocate_from_bitmap ctx 9bca398, WxH 1 x 1, ifmt 2
Nov 19 15:59:04 boss gnome-shell[3624]: COGL INFO: allocate_with_size ctx 9bca398, WxH 8 x 8, ifmt 147
Nov 19 15:59:04 boss gnome-shell[3624]: COGL INFO: allocate_with_size ctx 9bca398, WxH 8 x 8, ifmt 147
Nov 19 15:59:15 boss gnome-shell[3624]: COGL INFO: allocate_from_bitmap ctx 9bca398, WxH 64 x 64, ifmt 147
Nov 19 15:59:15 boss gnome-shell[3624]: COGL INFO: allocate_from_bitmap ctx 9bca398, WxH 64 x 64, ifmt 147
Nov 19 15:59:15 boss gnome-shell[3624]: COGL INFO: allocate_from_bitmap ctx 9bca398, WxH 64 x 64, ifmt 147
Nov 19 15:59:15 boss gnome-shell[3624]: COGL INFO: allocate_from_bitmap ctx 9bca398, WxH 64 x 64, ifmt 147
Nov 19 15:59:19 boss sudo[3943]: user : TTY=pts/0 ; PWD=/home/user/gshell ; USER=root ; COMMAND=/bin/journalctl --since=2014-11-19 15:58:00
Nov 19 15:59:19 boss sudo[3943]: pam_unix(sudo:session): session opened for user root by user(uid=0)
# END log output

Smaller glyphs i.e. indicator icons in Gnome Shell are blank. Sometimes when I
load this way, the glyphs are not blank, everything looks fine.



More information about the pkg-gnome-maintainers mailing list