gnome-shell crashes using clutter git master repository



I'm sending this report as a mail, as not sure in which bugzilla I
should report that (if I should).

DESCRIPTION:

I was able to compile gnome-shell stack using clutter from the git
master repository, but it crash with this message:

[gshell-infapi00] remigio:~/final-gs$ ./gnome-shell --replace
      JS LOG: GNOME Shell started at Wed May 26 2010 18:52:19 GMT+0200 (CET)
Shell killed with signal 11

(verbose log attached)

I tried to use gdb to catch this, but in this case it works fine, so
it seems a race condition.

Mutter is affected by the same problem, so I tried to get a coredump
and try to use gdb here. Although I compiled clutter with
--enable-debug --enable-cogl-debug and mutter with --enable-debug, I
was not able to get a useful backtrace:
   Core was generated by `mutter --replace'.
   Program terminated with signal 11, Segmentation fault.
   #0  0xb501ce08 in ?? ()
   (gdb) bt
   #0  0xb501ce08 in ?? ()
   (gdb)

Using hints at [1] I used valgrind. It implies a invalid read,
although this doesn't give too much additional information compared to
the previous signal 11 message (valgrind log, and a verbose one
attached).

Finally I started to use git bisect in order to detect in which commit
it start to fail (at least in my personal case).

I found this commit:

commit 380e7b8b5d0f3a12e8132a24c637151cc0f07261
Author: Neil Roberts <neil linux intel com>
Date:   Mon May 24 12:40:11 2010 +0100

    cogl: Use a CoglBitmask to store the list of used texcoord arrays

    Instead of directly using a guint32 to store a bitmask for each used
    texcoord array, it now stores them in a CoglBitmask. This removes the
    limitation of 32 layers (although there are still other places in Cogl
    that imply this restriction). To disable texcoord arrays code should
    call _cogl_disable_other_texcoord_arrays which takes a bitmask of
    texcoord arrays that should not be disabled. There are two extra
    bitmasks stored in the CoglContext which are used temporarily for this
    function to avoid allocating a new bitmask each time.

    http://bugzilla.openedhand.com/show_bug.cgi?id=2132

Sorry, I didn't check this patch yet, but any hint (as about the gdb
backtrace) would be welcome. It would be also appreciated if someone
could confirm my problem.

Finally:
  * Yes I have a NVIDIA card (8600GM) and using NVIDIA drivers.
  * Yes I prefer to use the unstable clutter repository, mainly
    because this [1] was applied, although I suppose that in my
    personal case I could use a workaround.

BR

[1] http://live.gnome.org/GnomeShell/Debugging
[2] http://bugzilla.o-hand.com/show_bug.cgi?id=2070

===
API (apinheiro igalia com)
      JS CTX: Enabling JIT
      JS CTX: Changing JavaScript version to 1.8 from default
      JS CTX: Creating load context for runtime 0x96dc000
      JS CTX: Enabling JIT
      JS CTX: Changing JavaScript version to 1.8 from default
   JS IMPORT: Initialized class GjsFileImporter prototype 0x9704720
   JS IMPORT: Defining parent 0x97043a0 of 0x9704740 'imports' is mod 0
   JS IMPORT: Defined importer 'imports' 0x9704740 in 0x97043a0
   JS IMPORT: JS import 'ui' not found in /opt/gnome2/share/gjs-1.0
   JS IMPORT: JS import 'ui' not found in /opt/gnome2/lib/gjs-1.0
   JS IMPORT: Adding directory '/usr/local/devel/infapi00/checkout/gnome2/gnome-shell/source/gnome-shell/js/ui' to child importer 'ui'
   JS IMPORT: Importing directory 'ui'
   JS IMPORT: Defining parent 0x9704740 of 0x97047c0 'ui' is mod 1
   JS IMPORT: Defined importer 'ui' 0x97047c0 in 0x9704740
   JS IMPORT: successfully imported directory 'ui'
   JS IMPORT: Importing '/usr/local/devel/infapi00/checkout/gnome2/gnome-shell/source/gnome-shell/js/ui/main.js'
   JS IMPORT: Defining parent 0x97047c0 of 0x9704840 'main' is mod 1
   JS IMPORT: JS import 'gi' not found in /opt/gnome2/share/gjs-1.0
   JS IMPORT: Importing '/opt/gnome2/lib/gjs-1.0/gi.so'
   JS IMPORT: Defining parent 0x9704740 of 0x9704ac0 'gi' is mod 1
   JS NATIVE: Registered native JS module 'gi'
   JS NATIVE: Defining native module 'gi'
   JS G REPO: Initialized class GIRepository prototype 0x9704ae0
     JS G NS: Initialized class GIRepositoryNamespace prototype 0x9704b40
     JS G NS: Defined namespace 'GLib' 0x9704b60 in GIRepository 0x9704b00
   JS IMPORT: successfully imported module 'gi'
     JS G NS: Defined namespace 'Clutter' 0x9704b80 in GIRepository 0x9704b00
   JS IMPORT: Importing '/opt/gnome2/share/gjs-1.0/dbus.js'
   JS IMPORT: Defining parent 0x9704740 of 0x9704ba0 'dbus' is mod 1
   JS IMPORT: Importing '/opt/gnome2/share/gjs-1.0/lang.js'
   JS IMPORT: Defining parent 0x9704740 of 0x9762100 'lang' is mod 1
   JS IMPORT: JS import 'langNative' not found in /opt/gnome2/share/gjs-1.0
   JS IMPORT: Importing '/opt/gnome2/lib/gjs-1.0/langNative.so'
   JS IMPORT: Defining parent 0x9704740 of 0x97621c0 'langNative' is mod 1
   JS NATIVE: Registered native JS module 'langNative'
   JS NATIVE: Defining native module 'langNative'
   JS IMPORT: successfully imported module 'langNative'
   JS IMPORT: successfully imported module 'lang'
   JS IMPORT: JS import 'dbusNative' not found in /opt/gnome2/share/gjs-1.0
   JS IMPORT: Importing '/opt/gnome2/lib/gjs-1.0/dbusNative.so'
   JS IMPORT: Defining parent 0x9704740 of 0x9762200 'dbusNative' is mod 1
   JS NATIVE: Registered native JS module 'dbusNative'
   JS NATIVE: Defining native module 'dbusNative'
     JS DBUS: Initialized class DBusExports prototype 0x9762260
   JS IMPORT: successfully imported module 'dbusNative'
   JS IMPORT: successfully imported module 'dbus'
     JS G NS: Defined namespace 'Gdk' 0x9762680 in GIRepository 0x9704b00
     JS G NS: Defined namespace 'Gio' 0x97626a0 in GIRepository 0x9704b00
   JS IMPORT: JS import 'mainloop' not found in /opt/gnome2/share/gjs-1.0
   JS IMPORT: Importing '/opt/gnome2/lib/gjs-1.0/mainloop.so'
   JS IMPORT: Defining parent 0x9704740 of 0x97626c0 'mainloop' is mod 1
   JS NATIVE: Registered native JS module 'mainloop'
   JS NATIVE: Defining native module 'mainloop'
   JS IMPORT: successfully imported module 'mainloop'
     JS G NS: Defined namespace 'Meta' 0x97626e0 in GIRepository 0x9704b00
     JS G NS: Defined namespace 'Shell' 0x9762700 in GIRepository 0x9704b00
   JS IMPORT: Importing '/opt/gnome2/share/gjs-1.0/signals.js'
   JS IMPORT: Defining parent 0x9704740 of 0x9762720 'signals' is mod 1
   JS IMPORT: successfully imported module 'signals'
     JS G NS: Defined namespace 'St' 0x9762800 in GIRepository 0x9704b00
   JS IMPORT: Importing '/usr/local/devel/infapi00/checkout/gnome2/gnome-shell/source/gnome-shell/js/ui/chrome.js'
   JS IMPORT: Defining parent 0x97047c0 of 0x9762820 'chrome' is mod 1
   JS IMPORT: JS import 'misc' not found in /opt/gnome2/share/gjs-1.0
   JS IMPORT: JS import 'misc' not found in /opt/gnome2/lib/gjs-1.0
   JS IMPORT: Adding directory '/usr/local/devel/infapi00/checkout/gnome2/gnome-shell/source/gnome-shell/js/misc' to child importer 'misc'
   JS IMPORT: Importing directory 'misc'
   JS IMPORT: Defining parent 0x9704740 of 0x97629a0 'misc' is mod 1
   JS IMPORT: Defined importer 'misc' 0x97629a0 in 0x9704740
   JS IMPORT: successfully imported directory 'misc'
   JS IMPORT: Importing '/usr/local/devel/infapi00/checkout/gnome2/gnome-shell/source/gnome-shell/js/misc/params.js'
   JS IMPORT: Defining parent 0x97629a0 of 0x9762a20 'params' is mod 1
   JS IMPORT: successfully imported module 'params'
   JS IMPORT: successfully imported module 'chrome'
   JS IMPORT: Importing '/usr/local/devel/infapi00/checkout/gnome2/gnome-shell/source/gnome-shell/js/ui/environment.js'
   JS IMPORT: Defining parent 0x97047c0 of 0x9762cc0 'environment' is mod 1
   JS IMPORT: Importing '/opt/gnome2/share/gjs-1.0/gettext.js'
   JS IMPORT: Defining parent 0x9704740 of 0x9762d00 'gettext' is mod 1
   JS IMPORT: JS import 'gettextNative' not found in /opt/gnome2/share/gjs-1.0
   JS IMPORT: Importing '/opt/gnome2/lib/gjs-1.0/gettextNative.so'
   JS IMPORT: Defining parent 0x9704740 of 0x9762d20 'gettextNative' is mod 1
   JS NATIVE: Registered native JS module 'gettextNative'
   JS NATIVE: Defining native module 'gettextNative'
   JS IMPORT: successfully imported module 'gettextNative'
   JS IMPORT: successfully imported module 'gettext'
   JS IMPORT: Importing '/usr/local/devel/infapi00/checkout/gnome2/gnome-shell/source/gnome-shell/js/ui/tweener.js'
   JS IMPORT: Defining parent 0x97047c0 of 0x9762e00 'tweener' is mod 1
   JS IMPORT: Adding directory '/opt/gnome2/share/gjs-1.0/tweener' to child importer 'tweener'
   JS IMPORT: Adding directory '/opt/gnome2/share/gjs-1.0/tweener' to child importer 'tweener'
   JS IMPORT: Adding directory '/opt/gnome2/share/gjs-1.0/tweener' to child importer 'tweener'
   JS IMPORT: Importing directory 'tweener'
   JS IMPORT: Defining parent 0x9704740 of 0x9762e60 'tweener' is mod 1
   JS IMPORT: Defined importer 'tweener' 0x9762e60 in 0x9704740
   JS IMPORT: successfully imported directory 'tweener'
   JS IMPORT: Importing '/opt/gnome2/share/gjs-1.0/tweener/tweener.js'
   JS IMPORT: Defining parent 0x9762e60 of 0x9762ee0 'tweener' is mod 1
   JS IMPORT: Importing '/opt/gnome2/share/gjs-1.0/tweener/tweenList.js'
   JS IMPORT: Defining parent 0x9762e60 of 0x977c220 'tweenList' is mod 1
   JS IMPORT: successfully imported module 'tweenList'
   JS IMPORT: successfully imported module 'tweener'
   JS IMPORT: successfully imported module 'tweener'
   JS IMPORT: Importing '/usr/local/devel/infapi00/checkout/gnome2/gnome-shell/source/gnome-shell/js/misc/format.js'
   JS IMPORT: Defining parent 0x97629a0 of 0x977c500 'format' is mod 1
   JS IMPORT: successfully imported module 'format'
   JS IMPORT: successfully imported module 'environment'
   JS IMPORT: Importing '/usr/local/devel/infapi00/checkout/gnome2/gnome-shell/source/gnome-shell/js/ui/extensionSystem.js'
   JS IMPORT: Defining parent 0x97047c0 of 0x977c540 'extensionSystem' is mod 1
   JS IMPORT: successfully imported module 'extensionSystem'
   JS IMPORT: Importing '/usr/local/devel/infapi00/checkout/gnome2/gnome-shell/source/gnome-shell/js/ui/messageTray.js'
   JS IMPORT: Defining parent 0x97047c0 of 0x977c720 'messageTray' is mod 1
     JS G NS: Defined namespace 'Gtk' 0x977c8c0 in GIRepository 0x9704b00
     JS G NS: Defined namespace 'Pango' 0x977c8e0 in GIRepository 0x9704b00
   JS IMPORT: successfully imported module 'messageTray'
   JS IMPORT: Importing '/usr/local/devel/infapi00/checkout/gnome2/gnome-shell/source/gnome-shell/js/ui/overview.js'
   JS IMPORT: Defining parent 0x97047c0 of 0x9750160 'overview' is mod 1
   JS IMPORT: Importing '/usr/local/devel/infapi00/checkout/gnome2/gnome-shell/source/gnome-shell/js/ui/appDisplay.js'
   JS IMPORT: Defining parent 0x97047c0 of 0x9750200 'appDisplay' is mod 1
   JS IMPORT: Importing '/usr/local/devel/infapi00/checkout/gnome2/gnome-shell/source/gnome-shell/js/ui/appFavorites.js'
   JS IMPORT: Defining parent 0x97047c0 of 0x9750620 'appFavorites' is mod 1
   JS IMPORT: successfully imported module 'appFavorites'
   JS IMPORT: Importing '/usr/local/devel/infapi00/checkout/gnome2/gnome-shell/source/gnome-shell/js/ui/dnd.js'
   JS IMPORT: Defining parent 0x97047c0 of 0x97508c0 'dnd' is mod 1
   JS IMPORT: successfully imported module 'dnd'
   JS IMPORT: Importing '/usr/local/devel/infapi00/checkout/gnome2/gnome-shell/source/gnome-shell/js/ui/genericDisplay.js'
   JS IMPORT: Defining parent 0x97047c0 of 0x9750be0 'genericDisplay' is mod 1
   JS IMPORT: successfully imported module 'genericDisplay'
   JS IMPORT: Importing '/usr/local/devel/infapi00/checkout/gnome2/gnome-shell/source/gnome-shell/js/ui/search.js'
   JS IMPORT: Defining parent 0x97047c0 of 0x96e0600 'search' is mod 1
   JS IMPORT: successfully imported module 'search'
   JS IMPORT: Importing '/usr/local/devel/infapi00/checkout/gnome2/gnome-shell/source/gnome-shell/js/ui/workspace.js'
   JS IMPORT: Defining parent 0x97047c0 of 0x96e0a40 'workspace' is mod 1
     JS G NS: Defined namespace 'GdkPixbuf' 0x9806000 in GIRepository 0x9704b00
   JS IMPORT: Importing '/usr/local/devel/infapi00/checkout/gnome2/gnome-shell/source/gnome-shell/js/ui/lightbox.js'
   JS IMPORT: Defining parent 0x97047c0 of 0x9806020 'lightbox' is mod 1
   JS IMPORT: successfully imported module 'lightbox'
   JS IMPORT: Importing '/usr/local/devel/infapi00/checkout/gnome2/gnome-shell/source/gnome-shell/js/ui/panel.js'
   JS IMPORT: Defining parent 0x97047c0 of 0x9806180 'panel' is mod 1
   JS IMPORT: Importing '/opt/gnome2/share/gjs-1.0/cairo.js'
   JS IMPORT: Defining parent 0x9704740 of 0x9806420 'cairo' is mod 1
   JS IMPORT: JS import 'cairoNative' not found in /opt/gnome2/share/gjs-1.0
   JS IMPORT: Importing '/opt/gnome2/lib/gjs-1.0/cairoNative.so'
   JS IMPORT: Defining parent 0x9704740 of 0x98065e0 'cairoNative' is mod 1
   JS NATIVE: Registered native JS module 'cairoNative'
   JS NATIVE: Defining native module 'cairoNative'
   JS IMPORT: successfully imported module 'cairoNative'
   JS IMPORT: successfully imported module 'cairo'
   JS IMPORT: Importing '/usr/local/devel/infapi00/checkout/gnome2/gnome-shell/source/gnome-shell/js/ui/calendar.js'
   JS IMPORT: Defining parent 0x97047c0 of 0x9806820 'calendar' is mod 1
   JS IMPORT: successfully imported module 'calendar'
   JS IMPORT: Importing '/usr/local/devel/infapi00/checkout/gnome2/gnome-shell/source/gnome-shell/js/ui/boxpointer.js'
   JS IMPORT: Defining parent 0x97047c0 of 0x9806a00 'boxpointer' is mod 1
   JS IMPORT: successfully imported module 'boxpointer'
   JS IMPORT: successfully imported module 'panel'
     JS G NS: Found info type STRUCT for 'Color' in namespace 'Clutter'
   JS G REPO: Initializing dynamic class Color 0x9613d60
    JS G BXD: Defined class Color prototype is 0x98655a0 class 0x9613d60 in object 0x9704b80
    JS G BXD: Defining method from_pixel in prototype for Clutter.Color
   JS G FUNC: Initialized class GIRepositoryFunction prototype 0x98655e0
   JS IMPORT: successfully imported module 'workspace'
   JS IMPORT: successfully imported module 'appDisplay'
   JS IMPORT: Importing '/usr/local/devel/infapi00/checkout/gnome2/gnome-shell/source/gnome-shell/js/ui/docDisplay.js'
   JS IMPORT: Defining parent 0x97047c0 of 0x983b220 'docDisplay' is mod 1
   JS IMPORT: Importing '/usr/local/devel/infapi00/checkout/gnome2/gnome-shell/source/gnome-shell/js/misc/docInfo.js'
   JS IMPORT: Defining parent 0x97629a0 of 0x983b460 'docInfo' is mod 1
   JS IMPORT: successfully imported module 'docInfo'
   JS IMPORT: successfully imported module 'docDisplay'
   JS IMPORT: Importing '/usr/local/devel/infapi00/checkout/gnome2/gnome-shell/source/gnome-shell/js/ui/dash.js'
   JS IMPORT: Defining parent 0x97047c0 of 0x983bc20 'dash' is mod 1
   JS IMPORT: Importing '/usr/local/devel/infapi00/checkout/gnome2/gnome-shell/source/gnome-shell/js/ui/placeDisplay.js'
   JS IMPORT: Defining parent 0x97047c0 of 0x983bf40 'placeDisplay' is mod 1
   JS IMPORT: successfully imported module 'placeDisplay'
   JS IMPORT: successfully imported module 'dash'
   JS IMPORT: Importing '/usr/local/devel/infapi00/checkout/gnome2/gnome-shell/source/gnome-shell/js/ui/workspacesView.js'
   JS IMPORT: Defining parent 0x97047c0 of 0x97b9300 'workspacesView' is mod 1
   JS IMPORT: successfully imported module 'workspacesView'
   JS IMPORT: successfully imported module 'overview'
   JS IMPORT: Importing '/usr/local/devel/infapi00/checkout/gnome2/gnome-shell/source/gnome-shell/js/ui/runDialog.js'
   JS IMPORT: Defining parent 0x97047c0 of 0x97c3a00 'runDialog' is mod 1
   JS IMPORT: successfully imported module 'runDialog'
   JS IMPORT: Importing '/usr/local/devel/infapi00/checkout/gnome2/gnome-shell/source/gnome-shell/js/ui/lookingGlass.js'
   JS IMPORT: Defining parent 0x97047c0 of 0x97c3e80 'lookingGlass' is mod 1
   JS IMPORT: Importing '/usr/local/devel/infapi00/checkout/gnome2/gnome-shell/source/gnome-shell/js/ui/link.js'
   JS IMPORT: Defining parent 0x97047c0 of 0x9766200 'link' is mod 1
   JS IMPORT: successfully imported module 'link'
   JS IMPORT: successfully imported module 'lookingGlass'
   JS IMPORT: Importing '/usr/local/devel/infapi00/checkout/gnome2/gnome-shell/source/gnome-shell/js/ui/notificationDaemon.js'
   JS IMPORT: Defining parent 0x97047c0 of 0x9766940 'notificationDaemon' is mod 1
   JS IMPORT: successfully imported module 'notificationDaemon'
   JS IMPORT: Importing '/usr/local/devel/infapi00/checkout/gnome2/gnome-shell/source/gnome-shell/js/ui/windowAttentionHandler.js'
   JS IMPORT: Defining parent 0x97047c0 of 0x9771220 'windowAttentionHandler' is mod 1
   JS IMPORT: successfully imported module 'windowAttentionHandler'
   JS IMPORT: Importing '/usr/local/devel/infapi00/checkout/gnome2/gnome-shell/source/gnome-shell/js/ui/scripting.js'
   JS IMPORT: Defining parent 0x97047c0 of 0x9771440 'scripting' is mod 1
   JS IMPORT: successfully imported module 'scripting'
   JS IMPORT: Importing '/usr/local/devel/infapi00/checkout/gnome2/gnome-shell/source/gnome-shell/js/ui/shellDBus.js'
   JS IMPORT: Defining parent 0x97047c0 of 0x9771640 'shellDBus' is mod 1
   JS IMPORT: successfully imported module 'shellDBus'
   JS IMPORT: Importing '/usr/local/devel/infapi00/checkout/gnome2/gnome-shell/source/gnome-shell/js/ui/telepathyClient.js'
   JS IMPORT: Defining parent 0x97047c0 of 0x9771840 'telepathyClient' is mod 1
   JS IMPORT: Importing '/usr/local/devel/infapi00/checkout/gnome2/gnome-shell/source/gnome-shell/js/misc/telepathy.js'
   JS IMPORT: Defining parent 0x97629a0 of 0x9771b20 'telepathy' is mod 1
   JS IMPORT: successfully imported module 'telepathy'
   JS IMPORT: successfully imported module 'telepathyClient'
   JS IMPORT: Importing '/usr/local/devel/infapi00/checkout/gnome2/gnome-shell/source/gnome-shell/js/ui/windowManager.js'
   JS IMPORT: Defining parent 0x97047c0 of 0x9798e80 'windowManager' is mod 1
   JS IMPORT: Importing '/usr/local/devel/infapi00/checkout/gnome2/gnome-shell/source/gnome-shell/js/ui/altTab.js'
   JS IMPORT: Defining parent 0x97047c0 of 0x9798f20 'altTab' is mod 1
   JS IMPORT: successfully imported module 'altTab'
   JS IMPORT: Importing '/usr/local/devel/infapi00/checkout/gnome2/gnome-shell/source/gnome-shell/js/ui/workspaceSwitcherPopup.js'
   JS IMPORT: Defining parent 0x97047c0 of 0x9773b00 'workspaceSwitcherPopup' is mod 1
   JS IMPORT: successfully imported module 'workspaceSwitcherPopup'
   JS IMPORT: successfully imported module 'windowManager'
   JS IMPORT: Importing '/usr/local/devel/infapi00/checkout/gnome2/gnome-shell/source/gnome-shell/js/ui/magnifier.js'
   JS IMPORT: Defining parent 0x97047c0 of 0x9773f40 'magnifier' is mod 1
   JS IMPORT: Importing '/usr/local/devel/infapi00/checkout/gnome2/gnome-shell/source/gnome-shell/js/ui/magnifierDBus.js'
   JS IMPORT: Defining parent 0x97047c0 of 0x9880280 'magnifierDBus' is mod 1
   JS IMPORT: successfully imported module 'magnifierDBus'
    JS G BXD: Defining method from_string in prototype for Clutter.Color
   JS IMPORT: successfully imported module 'magnifier'
   JS IMPORT: successfully imported module 'main'
     JS G NS: Found info type OBJECT for 'Global' in namespace 'Shell'
     JS G NS: Found info type OBJECT for 'Global' in namespace 'Shell'
     JS G NS: Defined namespace 'GObject' 0x97fec00 in GIRepository 0x9704b00
     JS G NS: Found info type OBJECT for 'Object' in namespace 'GObject'
   JS G REPO: Initializing dynamic class Object 0x9613db0
    JS G OBJ: Defined class Object prototype 0x97fec20 class 0x9613db0 in object 0x97fec00
   JS G REPO: Initializing dynamic class Global 0x9613e00
    JS G OBJ: Defined class Global prototype 0x97fec40 class 0x9613e00 in object 0x9762700
   JS KP ALV: Initializing keep-alive class in context 0x9715928 global 0x97043a0
   JS KP ALV: Initialized class __private_GjsKeepAlive prototype 0x97feca0
   JS KP ALV: Creating new keep-alive object for context 0x9715928 global 0x97043a0
     JS G NS: Found info type OBJECT for 'DesktopAppInfo' in namespace 'Gio'
     JS G NS: Found info type OBJECT for 'DesktopAppInfo' in namespace 'Gio'
   JS G REPO: Initializing dynamic class DesktopAppInfo 0x9613e50
    JS G OBJ: Defined class DesktopAppInfo prototype 0x97fece0 class 0x9613e50 in object 0x97626a0
    JS G OBJ: Defining method grab_dbus_service in prototype for ShellGlobal (Shell.Global)
     JS DBUS: trying to connect to message bus
     JS DBUS: Successfully connected
     JS DBUS: Flushing bus
     JS G NS: Found info type FUNCTION for 'getenv' in namespace 'GLib'
     JS G NS: Found info type OBJECT for 'Timeline' in namespace 'Clutter'
     JS G NS: Found info type OBJECT for 'Timeline' in namespace 'Clutter'
   JS G REPO: Initializing dynamic class Timeline 0x9613ea0
    JS G OBJ: Defined class Timeline prototype 0x97fee60 class 0x9613ea0 in object 0x9704b80
     JS G NS: Found info type OBJECT for 'BoxLayout' in namespace 'St'
     JS G NS: Found info type OBJECT for 'BoxLayout' in namespace 'St'
     JS G NS: Found info type OBJECT for 'Container' in namespace 'St'
     JS G NS: Found info type OBJECT for 'Widget' in namespace 'St'
     JS G NS: Found info type OBJECT for 'Actor' in namespace 'Clutter'
     JS G NS: Found info type OBJECT for 'InitiallyUnowned' in namespace 'GObject'
   JS G REPO: Initializing dynamic class InitiallyUnowned 0x9613ef0
    JS G OBJ: Defined class InitiallyUnowned prototype 0x983d040 class 0x9613ef0 in object 0x97fec00
   JS G REPO: Initializing dynamic class Actor 0x9613f40
    JS G OBJ: Defined class Actor prototype 0x983d060 class 0x9613f40 in object 0x9704b80
   JS G REPO: Initializing dynamic class Widget 0x9613f90
    JS G OBJ: Defined class Widget prototype 0x983d080 class 0x9613f90 in object 0x9762800
   JS G REPO: Initializing dynamic class Container 0x9614000
    JS G OBJ: Defined class Container prototype 0x983d0e0 class 0x9614000 in object 0x9762800
   JS G REPO: Initializing dynamic class BoxLayout 0x9614050
    JS G OBJ: Defined class BoxLayout prototype 0x983d100 class 0x9614050 in object 0x9762800
     JS G NS: Found info type OBJECT for 'Table' in namespace 'St'
     JS G NS: Found info type OBJECT for 'Table' in namespace 'St'
   JS G REPO: Initializing dynamic class Table 0x96140a0
    JS G OBJ: Defined class Table prototype 0x983d180 class 0x96140a0 in object 0x9762800
    JS G OBJ: Defining method set_property_mutable in prototype for ShellGlobal (Shell.Global)
     JS G NS: Found info type UNION for 'Event' in namespace 'Clutter'
     JS G NS: Found info type UNION for 'Event' in namespace 'Clutter'
   JS G REPO: Initializing dynamic class Event 0x96140f0
    JS G BXD: Defined class Event prototype is 0x983d260 class 0x96140f0 in object 0x9704b80
    JS G BXD: Defining method get_state in prototype for Clutter.Event
     JS G NS: Found info type OBJECT for 'Display' in namespace 'Gdk'
     JS G NS: Found info type OBJECT for 'Display' in namespace 'Gdk'
   JS G REPO: Initializing dynamic class Display 0x9614140
    JS G OBJ: Defined class Display prototype 0x983d300 class 0x9614140 in object 0x9762680
    JS G OBJ: Defining method get_pointer in prototype for GdkDisplay (Gdk.Display)
     JS G NS: Found info type OBJECT for 'Window' in namespace 'Gdk'
     JS G NS: Found info type OBJECT for 'Window' in namespace 'Gdk'
     JS G NS: Found info type OBJECT for 'Drawable' in namespace 'Gdk'
   JS G REPO: Initializing dynamic class Drawable 0x9614190
    JS G OBJ: Defined class Drawable prototype 0x983d400 class 0x9614190 in object 0x9762680
   JS G REPO: Initializing dynamic class Window 0x96141e0
    JS G OBJ: Defined class Window prototype 0x983d420 class 0x96141e0 in object 0x9762680
    JS G OBJ: Defining method get_pointer in prototype for GdkWindow (Gdk.Window)
     JS G NS: Found info type OBJECT for 'WindowTracker' in namespace 'Shell'
     JS G NS: Found info type OBJECT for 'WindowTracker' in namespace 'Shell'
   JS G REPO: Initializing dynamic class WindowTracker 0x9614230
    JS G OBJ: Defined class WindowTracker prototype 0x983d5c0 class 0x9614230 in object 0x9762700
     JS G NS: Found info type OBJECT for 'AppUsage' in namespace 'Shell'
     JS G NS: Found info type OBJECT for 'AppUsage' in namespace 'Shell'
   JS G REPO: Initializing dynamic class AppUsage 0x9614280
    JS G OBJ: Defined class AppUsage prototype 0x983d640 class 0x9614280 in object 0x9762700
     JS G NS: Found info type OBJECT for 'Stage' in namespace 'Clutter'
     JS G NS: Found info type OBJECT for 'Stage' in namespace 'Clutter'
     JS G NS: Found info type OBJECT for 'Group' in namespace 'Clutter'
   JS G REPO: Initializing dynamic class Group 0x96142d0
    JS G OBJ: Defined class Group prototype 0x983d6a0 class 0x96142d0 in object 0x9704b80
   JS G REPO: Initializing dynamic class Stage 0x9614320
    JS G OBJ: Defined class Stage prototype 0x983d6e0 class 0x9614320 in object 0x9704b80
     JS G NS: Found info type OBJECT for 'ThemeContext' in namespace 'St'
     JS G NS: Found info type OBJECT for 'ThemeContext' in namespace 'St'
   JS G REPO: Initializing dynamic class ThemeContext 0x9614370
    JS G OBJ: Defined class ThemeContext prototype 0x983d760 class 0x9614370 in object 0x9762800
     JS G NS: Found info type OBJECT for 'Theme' in namespace 'St'
     JS G NS: Found info type OBJECT for 'Theme' in namespace 'St'
   JS G REPO: Initializing dynamic class Theme 0x9809408
    JS G OBJ: Defined class Theme prototype 0x983d7e0 class 0x9809408 in object 0x9762800
    JS G OBJ: Defining method set_theme in prototype for StThemeContext (St.ThemeContext)
     JS G NS: Found info type OBJECT for 'WM' in namespace 'Shell'
     JS G NS: Found info type OBJECT for 'WM' in namespace 'Shell'
   JS G REPO: Initializing dynamic class WM 0x9809458
    JS G OBJ: Defined class WM prototype 0x983d8a0 class 0x9809458 in object 0x9762700
    JS G OBJ: Defining method takeover_keybinding in prototype for ShellWM (Shell.WM)
    JS G OBJ: No introspection data on 'MutterWindowGroup' so trying parent type 'ClutterGroup'
   JS G REPO: Initializing dynamic class MutterWindowGroup 0x98094a8
    JS G OBJ: Defined class MutterWindowGroup prototype 0x983d9a0 class 0x98094a8 in object 0x9704b80
    JS G OBJ: Defining method reparent in prototype for ClutterActor (Clutter.Actor)
    JS G OBJ: Found method add_actor in interface 2 implemented by object
    JS G OBJ: Defining method add_actor in prototype for ClutterStage (Clutter.Stage)
     JS G NS: Found info type OBJECT for 'GConf' in namespace 'Shell'
     JS G NS: Found info type OBJECT for 'GConf' in namespace 'Shell'
   JS G REPO: Initializing dynamic class GConf 0x98094f8
    JS G OBJ: Defined class GConf prototype 0x983daa0 class 0x98094f8 in object 0x9762700
    JS G OBJ: Defining method watch_directory in prototype for ShellGConf (Shell.GConf)
    JS G OBJ: Defining method get_boolean in prototype for ShellGConf (Shell.GConf)
     JS G NS: Found info type FUNCTION for 'file_new_for_path' in namespace 'Gio'
     JS G NS: Found info type FUNCTION for 'get_home_dir' in namespace 'GLib'
    JS G OBJ: No introspection data on 'GLocalFile' so trying parent type 'GObject'
   JS G REPO: Initializing dynamic class GLocalFile 0x9809548
    JS G OBJ: Defined class GLocalFile prototype 0x983dc00 class 0x9809548 in object 0x97fec00
    JS G OBJ: Found method get_uri in native interface GFile
    JS G OBJ: Defining method get_uri in prototype for GLocalFile (GObject.Object)
     JS G NS: Found info type FUNCTION for 'util_get_label_for_uri' in namespace 'Shell'
     JS G NS: Found info type FUNCTION for 'util_get_icon_for_uri' in namespace 'Shell'
     JS G NS: Found info type OBJECT for 'ThemedIcon' in namespace 'Gio'
     JS G NS: Found info type OBJECT for 'ThemedIcon' in namespace 'Gio'
   JS G REPO: Initializing dynamic class ThemedIcon 0x9809598
    JS G OBJ: Defined class ThemedIcon prototype 0x983dca0 class 0x9809598 in object 0x97626a0
     JS G NS: Found info type FUNCTION for 'get_user_special_dir' in namespace 'GLib'
     JS G NS: Found info type ENUM for 'UserDirectory' in namespace 'GLib'
     JS G NS: Found info type ENUM for 'UserDirectory' in namespace 'GLib'
   JS G ENUM: Defining enum value DIRECTORY_DESKTOP (fixed from directory_desktop) 0
   JS G ENUM: Defining enum value DIRECTORY_DOCUMENTS (fixed from directory_documents) 1
   JS G ENUM: Defining enum value DIRECTORY_DOWNLOAD (fixed from directory_download) 2
   JS G ENUM: Defining enum value DIRECTORY_MUSIC (fixed from directory_music) 3
   JS G ENUM: Defining enum value DIRECTORY_PICTURES (fixed from directory_pictures) 4
   JS G ENUM: Defining enum value DIRECTORY_PUBLIC_SHARE (fixed from directory_public_share) 5
   JS G ENUM: Defining enum value DIRECTORY_TEMPLATES (fixed from directory_templates) 6
   JS G ENUM: Defining enum value DIRECTORY_VIDEOS (fixed from directory_videos) 7
   JS G ENUM: Defining enum value N_DIRECTORIES (fixed from n_directories) 8
   JS G ENUM: Defining GLib.UserDirectory as 0x983ddc0
    JS G OBJ: No introspection data on 'GLocalFile' so trying parent type 'GObject'
     JS G NS: Found info type OBJECT for 'AppSystem' in namespace 'Shell'
     JS G NS: Found info type OBJECT for 'AppSystem' in namespace 'Shell'
   JS G REPO: Initializing dynamic class AppSystem 0x98095e8
    JS G OBJ: Defined class AppSystem prototype 0x983dee0 class 0x98095e8 in object 0x9762700
    JS G OBJ: Defining method load_from_desktop_file in prototype for ShellAppSystem (Shell.AppSystem)
     JS G NS: Found info type STRUCT for 'AppInfo' in namespace 'Shell'
     JS G NS: Found info type STRUCT for 'AppInfo' in namespace 'Shell'
   JS G REPO: Initializing dynamic class AppInfo 0x9809638
    JS G BXD: Defined class AppInfo prototype is 0x98b6020 class 0x9809638 in object 0x9762700
    JS G BXD: Defining method get_name in prototype for Shell.AppInfo
     JS G NS: Found info type OBJECT for 'VolumeMonitor' in namespace 'Gio'
     JS G NS: Found info type OBJECT for 'VolumeMonitor' in namespace 'Gio'
   JS G REPO: Initializing dynamic class VolumeMonitor 0x9809688
    JS G OBJ: Defined class VolumeMonitor prototype 0x98b60e0 class 0x9809688 in object 0x97626a0
    JS G OBJ: No introspection data on 'GUnionVolumeMonitor' so trying parent type 'GVolumeMonitor'
   JS G REPO: Initializing dynamic class GUnionVolumeMonitor 0x98096d8
    JS G OBJ: Defined class GUnionVolumeMonitor prototype 0x98b6160 class 0x98096d8 in object 0x97626a0
    JS G OBJ: Defining method get_connected_drives in prototype for GUnionVolumeMonitor (Gio.VolumeMonitor)
    JS G OBJ: No introspection data on 'GProxyDrive' so trying parent type 'GObject'
   JS G REPO: Initializing dynamic class GProxyDrive 0x9809728
    JS G OBJ: Defined class GProxyDrive prototype 0x98b66e0 class 0x9809728 in object 0x97fec00
    JS G OBJ: No introspection data on 'GProxyDrive' so trying parent type 'GObject'
    JS G OBJ: Found method get_volumes in native interface GDrive
    JS G OBJ: Defining method get_volumes in prototype for GProxyDrive (GObject.Object)
    JS G OBJ: No introspection data on 'GProxyVolume' so trying parent type 'GObject'
   JS G REPO: Initializing dynamic class GProxyVolume 0x9809778
    JS G OBJ: Defined class GProxyVolume prototype 0x98b67a0 class 0x9809778 in object 0x97fec00
    JS G OBJ: Found method get_mount in native interface GVolume
    JS G OBJ: Defining method get_mount in prototype for GProxyVolume (GObject.Object)
    JS G OBJ: No introspection data on 'GProxyMount' so trying parent type 'GObject'
   JS G REPO: Initializing dynamic class GProxyMount 0x98b9c20
    JS G OBJ: Defined class GProxyMount prototype 0x98b6820 class 0x98b9c20 in object 0x97fec00
    JS G OBJ: Found method get_name in native interface GMount
    JS G OBJ: Defining method get_name in prototype for GProxyMount (GObject.Object)
    JS G OBJ: Found method get_root in native interface GMount
    JS G OBJ: Defining method get_root in prototype for GProxyMount (GObject.Object)
    JS G OBJ: No introspection data on 'GLocalFile' so trying parent type 'GObject'
    JS G OBJ: No introspection data on 'GProxyVolume' so trying parent type 'GObject'
    JS G OBJ: No introspection data on 'GProxyVolume' so trying parent type 'GObject'
    JS G OBJ: No introspection data on 'GProxyVolume' so trying parent type 'GObject'
    JS G OBJ: No introspection data on 'GProxyVolume' so trying parent type 'GObject'
    JS G OBJ: No introspection data on 'GProxyVolume' so trying parent type 'GObject'
    JS G OBJ: No introspection data on 'GProxyVolume' so trying parent type 'GObject'
    JS G OBJ: No introspection data on 'GProxyMount' so trying parent type 'GObject'
    JS G OBJ: No introspection data on 'GLocalFile' so trying parent type 'GObject'
    JS G OBJ: No introspection data on 'GProxyMount' so trying parent type 'GObject'
    JS G OBJ: No introspection data on 'GLocalFile' so trying parent type 'GObject'
    JS G OBJ: Defining method get_volumes in prototype for GUnionVolumeMonitor (Gio.VolumeMonitor)
    JS G OBJ: Found method get_drive in native interface GVolume
    JS G OBJ: Defining method get_drive in prototype for GProxyVolume (GObject.Object)
    JS G OBJ: Defining method get_mounts in prototype for GUnionVolumeMonitor (Gio.VolumeMonitor)
    JS G OBJ: No introspection data on 'GProxyMount' so trying parent type 'GObject'
    JS G OBJ: Found method is_shadowed in native interface GMount
    JS G OBJ: Defining method is_shadowed in prototype for GProxyMount (GObject.Object)
    JS G OBJ: Found method get_volume in native interface GMount
    JS G OBJ: Defining method get_volume in prototype for GProxyMount (GObject.Object)
    JS G OBJ: No introspection data on 'GLocalFile' so trying parent type 'GObject'
     JS G NS: Found info type FUNCTION for 'build_filenamev' in namespace 'GLib'
    JS G OBJ: No introspection data on 'GLocalFile' so trying parent type 'GObject'
    JS G OBJ: Found method monitor_file in native interface GFile
    JS G OBJ: Defining method monitor_file in prototype for GLocalFile (GObject.Object)
     JS G NS: Found info type FLAGS for 'FileMonitorFlags' in namespace 'Gio'
     JS G NS: Found info type FLAGS for 'FileMonitorFlags' in namespace 'Gio'
   JS G ENUM: Defining enum value NONE (fixed from none) 0
   JS G ENUM: Defining enum value WATCH_MOUNTS (fixed from watch_mounts) 1
   JS G ENUM: Defining enum value SEND_MOVED (fixed from send_moved) 2
   JS G ENUM: Defining Gio.FileMonitorFlags as 0x98b6c40
    JS G OBJ: No introspection data on 'GInotifyFileMonitor' so trying parent type 'GLocalFileMonitor'
    JS G OBJ: No introspection data on 'GLocalFileMonitor' so trying parent type 'GFileMonitor'
    JS G OBJ: No introspection data on 'GLocalFileMonitor' so trying parent type 'GFileMonitor'
     JS G NS: Found info type OBJECT for 'FileMonitor' in namespace 'Gio'
     JS G NS: Found info type OBJECT for 'FileMonitor' in namespace 'Gio'
   JS G REPO: Initializing dynamic class FileMonitor 0x98b9c70
    JS G OBJ: Defined class FileMonitor prototype 0x98b6ca0 class 0x98b9c70 in object 0x97626a0
   JS G REPO: Initializing dynamic class GLocalFileMonitor 0x98b9cc0
    JS G OBJ: Defined class GLocalFileMonitor prototype 0x98b6cc0 class 0x98b9cc0 in object 0x97626a0
   JS G REPO: Initializing dynamic class GInotifyFileMonitor 0x98b9d10
    JS G OBJ: Defined class GInotifyFileMonitor prototype 0x98b6ce0 class 0x98b9d10 in object 0x97626a0
     JS G NS: Found info type FUNCTION for 'file_test' in namespace 'GLib'
     JS G NS: Found info type FLAGS for 'FileTest' in namespace 'GLib'
     JS G NS: Found info type FLAGS for 'FileTest' in namespace 'GLib'
   JS G ENUM: Defining enum value IS_REGULAR (fixed from is_regular) 1
   JS G ENUM: Defining enum value IS_SYMLINK (fixed from is_symlink) 2
   JS G ENUM: Defining enum value IS_DIR (fixed from is_dir) 4
   JS G ENUM: Defining enum value IS_EXECUTABLE (fixed from is_executable) 8
   JS G ENUM: Defining enum value EXISTS (fixed from exists) 16
   JS G ENUM: Defining GLib.FileTest as 0x98b6e20
     JS G NS: Found info type FUNCTION for 'file_get_contents' in namespace 'GLib'
     JS G NS: Found info type FUNCTION for 'file_new_for_uri' in namespace 'Gio'
    JS G OBJ: No introspection data on 'GLocalFile' so trying parent type 'GObject'
    JS G OBJ: Found method query_exists in native interface GFile
    JS G OBJ: Defining method query_exists in prototype for GLocalFile (GObject.Object)
    JS G OBJ: No introspection data on 'GLocalFile' so trying parent type 'GObject'
    JS G OBJ: No introspection data on 'GLocalFile' so trying parent type 'GObject'
    JS G OBJ: No introspection data on 'GLocalFile' so trying parent type 'GObject'
    JS G OBJ: No introspection data on 'GLocalFile' so trying parent type 'GObject'
    JS G OBJ: No introspection data on 'GLocalFile' so trying parent type 'GObject'
    JS G OBJ: No introspection data on 'GDummyFile' so trying parent type 'GObject'
   JS G REPO: Initializing dynamic class GDummyFile 0x98b9d60
    JS G OBJ: Defined class GDummyFile prototype 0x98bf260 class 0x98b9d60 in object 0x97fec00
    JS G OBJ: Found method query_exists in native interface GFile
    JS G OBJ: Defining method query_exists in prototype for GDummyFile (GObject.Object)
     JS G NS: Found info type OBJECT for 'Bin' in namespace 'St'
     JS G NS: Found info type OBJECT for 'Bin' in namespace 'St'
   JS G REPO: Initializing dynamic class Bin 0x98b9db0
    JS G OBJ: Defined class Bin prototype 0x98bf3e0 class 0x98b9db0 in object 0x9762800
     JS G NS: Found info type OBJECT for 'Label' in namespace 'St'
     JS G NS: Found info type OBJECT for 'Label' in namespace 'St'
   JS G REPO: Initializing dynamic class Label 0x98b9e00
    JS G OBJ: Defined class Label prototype 0x98bf480 class 0x98b9e00 in object 0x9762800
     JS G NS: Found info type OBJECT for 'Button' in namespace 'St'
     JS G NS: Found info type OBJECT for 'Button' in namespace 'St'
   JS G REPO: Initializing dynamic class Button 0x98b9e50
    JS G OBJ: Defined class Button prototype 0x98bf4e0 class 0x98b9e50 in object 0x9762800
     JS G NS: Found info type ENUM for 'Align' in namespace 'St'
     JS G NS: Found info type ENUM for 'Align' in namespace 'St'
   JS G ENUM: Defining enum value START (fixed from start) 0
   JS G ENUM: Defining enum value MIDDLE (fixed from middle) 1
   JS G ENUM: Defining enum value END (fixed from end) 2
   JS G ENUM: Defining St.Align as 0x98bf5c0
    JS G OBJ: Defining method set_child in prototype for StBin (St.Bin)
    JS G OBJ: Found method add_actor in interface 2 implemented by object
    JS G OBJ: Defining method add_actor in prototype for StBoxLayout (St.BoxLayout)
    JS G OBJ: Found method get_child_meta in interface 2 implemented by object
    JS G OBJ: Defining method get_child_meta in prototype for StBoxLayout (St.BoxLayout)
     JS G NS: Found info type OBJECT for 'BoxLayoutChild' in namespace 'St'
     JS G NS: Found info type OBJECT for 'BoxLayoutChild' in namespace 'St'
     JS G NS: Found info type OBJECT for 'ChildMeta' in namespace 'Clutter'
   JS G REPO: Initializing dynamic class ChildMeta 0x98b9ea0
    JS G OBJ: Defined class ChildMeta prototype 0x98bf700 class 0x98b9ea0 in object 0x9704b80
   JS G REPO: Initializing dynamic class BoxLayoutChild 0x98b9ef0
    JS G OBJ: Defined class BoxLayoutChild prototype 0x98bf720 class 0x98b9ef0 in object 0x9762800
    JS G OBJ: Defining method set_opacity in prototype for ClutterActor (Clutter.Actor)
    JS G OBJ: Defining method get_primary_monitor in prototype for ShellGlobal (Shell.Global)
     JS G NS: Found info type STRUCT for 'Rectangle' in namespace 'Gdk'
     JS G NS: Found info type STRUCT for 'Rectangle' in namespace 'Gdk'
   JS G REPO: Initializing dynamic class Rectangle 0x98b9f40
    JS G BXD: Defined class Rectangle prototype is 0x98bf840 class 0x98b9f40 in object 0x9762680
     JS G NS: Found info type OBJECT for 'Rectangle' in namespace 'Clutter'
     JS G NS: Found info type OBJECT for 'Rectangle' in namespace 'Clutter'
   JS G REPO: Initializing dynamic class Rectangle 0x98b9f90
    JS G OBJ: Defined class Rectangle prototype 0x98bf880 class 0x98b9f90 in object 0x9704b80
    JS G OBJ: Defining method hide in prototype for ClutterActor (Clutter.Actor)
    JS G OBJ: Found method add_actor in interface 2 implemented by object
    JS G OBJ: Defining method add_actor in prototype for ClutterGroup (Clutter.Group)
     JS G NS: Found info type OBJECT for 'Entry' in namespace 'St'
     JS G NS: Found info type OBJECT for 'Entry' in namespace 'St'
   JS G REPO: Initializing dynamic class Entry 0x98ba800
    JS G OBJ: Defined class Entry prototype 0x98bfc00 class 0x98ba800 in object 0x9762800
     JS G NS: Found info type OBJECT for 'IMText' in namespace 'St'
     JS G NS: Found info type OBJECT for 'IMText' in namespace 'St'
     JS G NS: Found info type OBJECT for 'Text' in namespace 'Clutter'
   JS G REPO: Initializing dynamic class Text 0x98ba850
    JS G OBJ: Defined class Text prototype 0x98bfca0 class 0x98ba850 in object 0x9704b80
   JS G REPO: Initializing dynamic class IMText 0x98ba8a0
    JS G OBJ: Defined class IMText prototype 0x98bfd20 class 0x98ba8a0 in object 0x9762800
     JS G NS: Found info type OBJECT for 'DocSystem' in namespace 'Shell'
     JS G NS: Found info type OBJECT for 'DocSystem' in namespace 'Shell'
   JS G REPO: Initializing dynamic class DocSystem 0x98ba8f0
    JS G OBJ: Defined class DocSystem prototype 0x98de160 class 0x98ba8f0 in object 0x9762700
    JS G OBJ: Defining method get_all in prototype for ShellDocSystem (Shell.DocSystem)
     JS G NS: Found info type OBJECT for 'GenericContainer' in namespace 'Shell'
     JS G NS: Found info type OBJECT for 'GenericContainer' in namespace 'Shell'
   JS G REPO: Initializing dynamic class GenericContainer 0x98ba940
    JS G OBJ: Defined class GenericContainer prototype 0x98de880 class 0x98ba940 in object 0x9762700
     JS G NS: Found info type OBJECT for 'OverflowBox' in namespace 'St'
     JS G NS: Found info type OBJECT for 'OverflowBox' in namespace 'St'
   JS G REPO: Initializing dynamic class OverflowBox 0x98ba990
    JS G OBJ: Defined class OverflowBox prototype 0x98dedc0 class 0x98ba990 in object 0x9762800
    JS G OBJ: Defining method get_string_list in prototype for ShellGConf (Shell.GConf)
    JS G OBJ: Defining method get_app in prototype for ShellAppSystem (Shell.AppSystem)
     JS G NS: Found info type OBJECT for 'App' in namespace 'Shell'
     JS G NS: Found info type OBJECT for 'App' in namespace 'Shell'
   JS G REPO: Initializing dynamic class App 0x98ba9e0
    JS G OBJ: Defined class App prototype 0x98f86a0 class 0x98ba9e0 in object 0x9762700
    JS G OBJ: Defining method get_id in prototype for ShellApp (Shell.App)
     JS G NS: Found info type OBJECT for 'TextureCache' in namespace 'St'
     JS G NS: Found info type OBJECT for 'TextureCache' in namespace 'St'
   JS G REPO: Initializing dynamic class TextureCache 0x98baa30
    JS G OBJ: Defined class TextureCache prototype 0x98fc340 class 0x98baa30 in object 0x9762800
    JS G OBJ: Defining method load_gicon in prototype for StTextureCache (St.TextureCache)
     JS G NS: Found info type OBJECT for 'Texture' in namespace 'Clutter'
     JS G NS: Found info type OBJECT for 'Texture' in namespace 'Clutter'
   JS G REPO: Initializing dynamic class Texture 0x98baa80
    JS G OBJ: Defined class Texture prototype 0x98fc3c0 class 0x98baa80 in object 0x9704b80
     JS G NS: Found info type OBJECT for 'Clickable' in namespace 'St'
     JS G NS: Found info type OBJECT for 'Clickable' in namespace 'St'
   JS G REPO: Initializing dynamic class Clickable 0x98baad0
    JS G OBJ: Defined class Clickable prototype 0x98fc460 class 0x98baad0 in object 0x9762800
    JS G OBJ: Found method add_actor in interface 2 implemented by object
    JS G OBJ: Defining method add_actor in prototype for StTable (St.Table)
    JS G OBJ: Found method get_child_meta in interface 2 implemented by object
    JS G OBJ: Defining method get_child_meta in prototype for StTable (St.Table)
     JS G NS: Found info type OBJECT for 'TableChild' in namespace 'St'
     JS G NS: Found info type OBJECT for 'TableChild' in namespace 'St'
   JS G REPO: Initializing dynamic class TableChild 0x98bab20
    JS G OBJ: Defined class TableChild prototype 0x98fc920 class 0x98bab20 in object 0x9762800
    JS G BXD: Defining method create_icon_texture in prototype for Shell.AppInfo
    JS G OBJ: Defining method load_icon_name in prototype for StTextureCache (St.TextureCache)
    JS G OBJ: Found method get_icon in native interface GMount
    JS G OBJ: Defining method get_icon in prototype for GProxyMount (GObject.Object)
    JS G OBJ: Found method can_unmount in native interface GMount
    JS G OBJ: Defining method can_unmount in prototype for GProxyMount (GObject.Object)
    JS G OBJ: Defining method destroy in prototype for ClutterActor (Clutter.Actor)
      JS CTX: Creating call context for runtime 0x96dc000
      JS CTX: Enabling JIT
      JS CTX: Changing JavaScript version to 1.8 from default
   JS IMPORT: Someone else already created root importer, ignoring second request
    JS G OBJ: Found method get_children in interface 2 implemented by object
    JS G OBJ: Defining method get_children in prototype for ShellGenericContainer (Shell.GenericContainer)
    JS G OBJ: Defining method lower_bottom in prototype for ClutterActor (Clutter.Actor)
     JS G NS: Found info type OBJECT for 'Screen' in namespace 'Meta'
     JS G NS: Found info type OBJECT for 'Screen' in namespace 'Meta'
   JS G REPO: Initializing dynamic class Screen 0x98bab70
    JS G OBJ: Defined class Screen prototype 0x99ac860 class 0x98bab70 in object 0x97626e0
     JS G NS: Found info type CONSTANT for 'PRIORITY_BEFORE_REDRAW' in namespace 'Meta'
    JS G OBJ: Found method add_actor in interface 2 implemented by object
    JS G OBJ: Defining method add_actor in prototype for ShellGenericContainer (Shell.GenericContainer)
     JS G NS: Found info type ENUM for 'Side' in namespace 'St'
     JS G NS: Found info type ENUM for 'Side' in namespace 'St'
   JS G ENUM: Defining enum value TOP (fixed from top) 0
   JS G ENUM: Defining enum value RIGHT (fixed from right) 1
   JS G ENUM: Defining enum value BOTTOM (fixed from bottom) 2
   JS G ENUM: Defining enum value LEFT (fixed from left) 3
   JS G ENUM: Defining St.Side as 0x99ae580
     JS G NS: Found info type OBJECT for 'DrawingArea' in namespace 'St'
     JS G NS: Found info type OBJECT for 'DrawingArea' in namespace 'St'
   JS G REPO: Initializing dynamic class DrawingArea 0x994b008
    JS G OBJ: Defined class DrawingArea prototype 0x99ae820 class 0x994b008 in object 0x9762800
    JS G OBJ: Defining method raise in prototype for ClutterActor (Clutter.Actor)
    JS G OBJ: Defining method add_style_class_name in prototype for StWidget (St.Widget)
    JS G PRM: Wrapping GParamBoolean 'visible' on ClutterActor with JSObject
   JS G REPO: Initializing dynamic class ParamSpec 0x994b058
    JS G PRM: Defined class ParamSpec prototype is 0x99aec40 class 0x994b058 in object 0x9704b60
    JS G PRM: JSObject created with param instance 0x96a2180 type GParamBoolean
    JS G OBJ: Defining method get_display in prototype for MetaScreen (Meta.Screen)
     JS G NS: Found info type OBJECT for 'Display' in namespace 'Meta'
     JS G NS: Found info type OBJECT for 'Display' in namespace 'Meta'
   JS G REPO: Initializing dynamic class Display 0x994b0a8
    JS G OBJ: Defined class Display prototype 0x99aed00 class 0x994b0a8 in object 0x97626e0
     JS G NS: Found info type OBJECT for 'Slicer' in namespace 'Shell'
     JS G NS: Found info type OBJECT for 'Slicer' in namespace 'Shell'
   JS G REPO: Initializing dynamic class Slicer 0x994b0f8
    JS G OBJ: Defined class Slicer prototype 0x99aef40 class 0x994b0f8 in object 0x9762700
     JS G NS: Found info type ENUM for 'EllipsizeMode' in namespace 'Pango'
     JS G NS: Found info type ENUM for 'EllipsizeMode' in namespace 'Pango'
   JS G ENUM: Defining enum value NONE (fixed from none) 0
   JS G ENUM: Defining enum value START (fixed from start) 1
   JS G ENUM: Defining enum value MIDDLE (fixed from middle) 2
   JS G ENUM: Defining enum value END (fixed from end) 3
   JS G ENUM: Defining Pango.EllipsizeMode as 0x99b22c0
    JS G OBJ: Defining method raise_top in prototype for ClutterActor (Clutter.Actor)
    JS G OBJ: Found method add_actor in interface 2 implemented by object
    JS G OBJ: Defining method add_actor in prototype for StBin (St.Bin)
     JS G NS: Found info type OBJECT for 'TrayManager' in namespace 'Shell'
     JS G NS: Found info type OBJECT for 'TrayManager' in namespace 'Shell'
   JS G REPO: Initializing dynamic class TrayManager 0x994b148
    JS G OBJ: Defined class TrayManager prototype 0x99b8100 class 0x994b148 in object 0x9762700
    JS G OBJ: Defining method manage_stage in prototype for ShellTrayManager (Shell.TrayManager)
   JS IMPORT: Importing '/usr/local/devel/infapi00/checkout/gnome2/gnome-shell/source/gnome-shell/js/ui/statusMenu.js'
   JS IMPORT: Defining parent 0x97047c0 of 0x99b82a0 'statusMenu' is mod 1
     JS G NS: Defined namespace 'Gdm' 0x99b82c0 in GIRepository 0x9704b00
   JS IMPORT: Importing '/usr/local/devel/infapi00/checkout/gnome2/gnome-shell/source/gnome-shell/js/misc/gnomeSession.js'
   JS IMPORT: Defining parent 0x97629a0 of 0x99b8360 'gnomeSession' is mod 1
   JS IMPORT: successfully imported module 'gnomeSession'
   JS IMPORT: successfully imported module 'statusMenu'
    JS G PRM: Wrapping GParamBoolean 'visible' on ClutterActor with JSObject
    JS G PRM: JSObject created with param instance 0x96a2180 type GParamBoolean
     JS G NS: Found info type OBJECT for 'UserManager' in namespace 'Gdm'
     JS G NS: Found info type OBJECT for 'UserManager' in namespace 'Gdm'
   JS G REPO: Initializing dynamic class UserManager 0x994b1e8
    JS G OBJ: Defined class UserManager prototype 0x99bb0a0 class 0x994b1e8 in object 0x99b82c0
    JS G OBJ: Defining method get_user in prototype for GdmUserManager (Gdm.UserManager)
     JS G NS: Found info type FUNCTION for 'get_user_name' in namespace 'GLib'
     JS G NS: Found info type OBJECT for 'User' in namespace 'Gdm'
     JS G NS: Found info type OBJECT for 'User' in namespace 'Gdm'
   JS G REPO: Initializing dynamic class User 0x994b238
    JS G OBJ: Defined class User prototype 0x99bb140 class 0x994b238 in object 0x99b82c0
     JS DBUS: Adding watch on name 'org.gnome.SessionManager'
     JS DBUS: Matching NameOwnerChanged on name 'org.gnome.SessionManager'
     JS DBUS: Sent GetNameOwner for 'org.gnome.SessionManager'
    JS G OBJ: Defining method get_real_name in prototype for GdmUser (Gdm.User)
     JS G NS: Found info type OBJECT for 'ImageMenuItem' in namespace 'Gtk'
     JS G NS: Found info type OBJECT for 'ImageMenuItem' in namespace 'Gtk'
     JS G NS: Found info type OBJECT for 'MenuItem' in namespace 'Gtk'
     JS G NS: Found info type OBJECT for 'Item' in namespace 'Gtk'
     JS G NS: Found info type OBJECT for 'Bin' in namespace 'Gtk'
     JS G NS: Found info type OBJECT for 'Container' in namespace 'Gtk'
     JS G NS: Found info type OBJECT for 'Widget' in namespace 'Gtk'
     JS G NS: Found info type OBJECT for 'Object' in namespace 'Gtk'
   JS G REPO: Initializing dynamic class Object 0x994b288
    JS G OBJ: Defined class Object prototype 0x99bb880 class 0x994b288 in object 0x977c8c0
   JS G REPO: Initializing dynamic class Widget 0x994b2d8
    JS G OBJ: Defined class Widget prototype 0x99bb8c0 class 0x994b2d8 in object 0x977c8c0
   JS G REPO: Initializing dynamic class Container 0x994b328
    JS G OBJ: Defined class Container prototype 0x99bba20 class 0x994b328 in object 0x977c8c0
   JS G REPO: Initializing dynamic class Bin 0x994b378
    JS G OBJ: Defined class Bin prototype 0x99bba80 class 0x994b378 in object 0x977c8c0
   JS G REPO: Initializing dynamic class Item 0x9927410
    JS G OBJ: Defined class Item prototype 0x99bbaa0 class 0x9927410 in object 0x977c8c0
   JS G REPO: Initializing dynamic class MenuItem 0x9927460
    JS G OBJ: Defined class MenuItem prototype 0x99bbae0 class 0x9927460 in object 0x977c8c0
   JS G REPO: Initializing dynamic class ImageMenuItem 0x99274b0
    JS G OBJ: Defined class ImageMenuItem prototype 0x99bbb60 class 0x99274b0 in object 0x977c8c0
    JS G OBJ: Defining method destroy in prototype for GtkWidget (Gtk.Widget)
    JS G OBJ: Defining method show in prototype for ClutterActor (Clutter.Actor)
     JS G NS: Found info type OBJECT for 'Settings' in namespace 'Gtk'
     JS G NS: Found info type OBJECT for 'Settings' in namespace 'Gtk'
   JS G REPO: Initializing dynamic class Settings 0x9927500
    JS G OBJ: Defined class Settings prototype 0x99d0420 class 0x9927500 in object 0x977c8c0
    JS G OBJ: Defining method get_string in prototype for ShellGConf (Shell.GConf)
    JS G OBJ: Defining method set_text in prototype for StLabel (St.Label)
     JS G NS: Found info type ENUM for 'Gravity' in namespace 'Clutter'
     JS G NS: Found info type ENUM for 'Gravity' in namespace 'Clutter'
   JS G ENUM: Defining enum value NONE (fixed from none) 0
   JS G ENUM: Defining enum value NORTH (fixed from north) 1
   JS G ENUM: Defining enum value NORTH_EAST (fixed from north_east) 2
   JS G ENUM: Defining enum value EAST (fixed from east) 3
   JS G ENUM: Defining enum value SOUTH_EAST (fixed from south_east) 4
   JS G ENUM: Defining enum value SOUTH (fixed from south) 5
   JS G ENUM: Defining enum value SOUTH_WEST (fixed from south_west) 6
   JS G ENUM: Defining enum value WEST (fixed from west) 7
   JS G ENUM: Defining enum value NORTH_WEST (fixed from north_west) 8
   JS G ENUM: Defining enum value CENTER (fixed from center) 9
   JS G ENUM: Defining Clutter.Gravity as 0x99e5100
    JS G OBJ: Defining method get_parent in prototype for ClutterActor (Clutter.Actor)
     JS G NS: Found info type FUNCTION for 'get_user_cache_dir' in namespace 'GLib'
     JS DBUS: Adding watch on name 'org.freedesktop.Telepathy.AccountManager'
     JS DBUS: Matching NameOwnerChanged on name 'org.freedesktop.Telepathy.AccountManager'
     JS DBUS: Sent GetNameOwner for 'org.freedesktop.Telepathy.AccountManager'
    JS G OBJ: Defining method create_root_pixmap_actor in prototype for ShellGlobal (Shell.Global)
     JS G NS: Found info type OBJECT for 'Clone' in namespace 'Clutter'
     JS G NS: Found info type OBJECT for 'Clone' in namespace 'Clutter'
   JS G REPO: Initializing dynamic class Clone 0x9927550
    JS G OBJ: Defined class Clone prototype 0x99ea540 class 0x9927550 in object 0x9704b80
    JS G OBJ: No introspection data on 'GLocalFile' so trying parent type 'GObject'
    JS G OBJ: Found method make_directory_with_parents in native interface GFile
    JS G OBJ: Defining method make_directory_with_parents in prototype for GLocalFile (GObject.Object)
    JS G OBJ: Found method enumerate_children in native interface GFile
    JS G OBJ: Defining method enumerate_children in prototype for GLocalFile (GObject.Object)
     JS G NS: Found info type FLAGS for 'FileQueryInfoFlags' in namespace 'Gio'
     JS G NS: Found info type FLAGS for 'FileQueryInfoFlags' in namespace 'Gio'
   JS G ENUM: Defining enum value NONE (fixed from none) 0
   JS G ENUM: Defining enum value NOFOLLOW_SYMLINKS (fixed from nofollow_symlinks) 1
   JS G ENUM: Defining Gio.FileQueryInfoFlags as 0x99ea6a0
    JS G OBJ: No introspection data on 'GLocalFileEnumerator' so trying parent type 'GFileEnumerator'
     JS G NS: Found info type OBJECT for 'FileEnumerator' in namespace 'Gio'
     JS G NS: Found info type OBJECT for 'FileEnumerator' in namespace 'Gio'
   JS G REPO: Initializing dynamic class FileEnumerator 0x99275a0
    JS G OBJ: Defined class FileEnumerator prototype 0x99ea6e0 class 0x99275a0 in object 0x97626a0
   JS G REPO: Initializing dynamic class GLocalFileEnumerator 0x99275f0
    JS G OBJ: Defined class GLocalFileEnumerator prototype 0x99ea700 class 0x99275f0 in object 0x97626a0
    JS G OBJ: Defining method next_file in prototype for GLocalFileEnumerator (Gio.FileEnumerator)
    JS G OBJ: Defining method close in prototype for GLocalFileEnumerator (Gio.FileEnumerator)
     JS G NS: Found info type FUNCTION for 'get_system_data_dirs' in namespace 'GLib'
    JS G OBJ: No introspection data on 'GLocalFile' so trying parent type 'GObject'
    JS G OBJ: No introspection data on 'GLocalFile' so trying parent type 'GObject'
     JS G NS: Found info type STRUCT for 'GenericContainerAllocation' in namespace 'Shell'
   JS G REPO: Initializing dynamic class GenericContainerAllocation 0x9927640
    JS G BXD: Defined class GenericContainerAllocation prototype is 0x99ea800 class 0x9927640 in object 0x9762700
    JS G OBJ: Defining method get_preferred_width in prototype for ClutterActor (Clutter.Actor)
    JS G OBJ: Defining method get_preferred_height in prototype for ClutterActor (Clutter.Actor)
    JS G OBJ: Defining method start in prototype for ClutterTimeline (Clutter.Timeline)
    JS G OBJ: Defining method begin_work in prototype for ShellGlobal (Shell.Global)
   JS IMPORT: Importing '/opt/gnome2/share/gjs-1.0/tweener/equations.js'
   JS IMPORT: Defining parent 0x9762e60 of 0x99eaf20 'equations' is mod 1
   JS IMPORT: successfully imported module 'equations'
     JS G NS: Found info type OBJECT for 'XFixesCursor' in namespace 'Shell'
     JS G NS: Found info type OBJECT for 'XFixesCursor' in namespace 'Shell'
   JS G REPO: Initializing dynamic class XFixesCursor 0x9927780
    JS G OBJ: Defined class XFixesCursor prototype 0x9a56160 class 0x9927780 in object 0x9762700
    JS G OBJ: Defining method update_texture_image in prototype for ShellXFixesCursor (Shell.XFixesCursor)
    JS G OBJ: Defining method get_pointer in prototype for ShellGlobal (Shell.Global)
    JS G OBJ: Defining method set_size in prototype for ClutterActor (Clutter.Actor)
    JS G OBJ: Defining method get_position in prototype for ClutterActor (Clutter.Actor)
    JS G OBJ: Defining method get_scale in prototype for ClutterActor (Clutter.Actor)
    JS G OBJ: Defining method get_size in prototype for ClutterActor (Clutter.Actor)
    JS G OBJ: Defining method set_scale in prototype for ClutterActor (Clutter.Actor)
    JS G OBJ: Defining method set_position in prototype for ClutterActor (Clutter.Actor)
    JS G OBJ: Defining method remove_style_class_name in prototype for StWidget (St.Widget)
    JS G OBJ: Defining method get_float in prototype for ShellGConf (Shell.GConf)
    JS G OBJ: Defining method get_int in prototype for ShellGConf (Shell.GConf)
    JS G OBJ: Defining method get_width in prototype for ClutterActor (Clutter.Actor)
    JS G OBJ: Defining method get_height in prototype for ClutterActor (Clutter.Actor)
    JS G OBJ: Defining method set_height in prototype for ClutterActor (Clutter.Actor)
    JS G OBJ: Defining method set_width in prototype for ClutterActor (Clutter.Actor)
    JS G OBJ: Defining method set_color in prototype for ClutterRectangle (Clutter.Rectangle)
    JS G OBJ: Found method raise_child in interface 2 implemented by object
    JS G OBJ: Defining method raise_child in prototype for ClutterGroup (Clutter.Group)
    JS G OBJ: Defining method show in prototype for ShellXFixesCursor (Shell.XFixesCursor)
     JS G NS: Found info type ENUM for 'TextDirection' in namespace 'St'
     JS G NS: Found info type ENUM for 'TextDirection' in namespace 'St'
   JS G ENUM: Defining enum value NONE (fixed from none) 0
   JS G ENUM: Defining enum value LTR (fixed from ltr) 1
   JS G ENUM: Defining enum value RTL (fixed from rtl) 2
   JS G ENUM: Defining St.TextDirection as 0x9a43240
      JS LOG: GNOME Shell started at Wed May 26 2010 18:54:01 GMT+0200 (CET)
      JS CTX: Script evaluation succeeded
     JS G NS: Found info type STRUCT for 'ActorBox' in namespace 'Clutter'
   JS G REPO: Initializing dynamic class ActorBox 0x99ed818
    JS G BXD: Defined class ActorBox prototype is 0x9a43440 class 0x99ed818 in object 0x9704b80
    JS G OBJ: Defining method allocate_preferred_size in prototype for ClutterActor (Clutter.Actor)
    JS G OBJ: Defining method get_theme_node in prototype for StWidget (St.Widget)
     JS G NS: Found info type OBJECT for 'ThemeNode' in namespace 'St'
     JS G NS: Found info type OBJECT for 'ThemeNode' in namespace 'St'
   JS G REPO: Initializing dynamic class ThemeNode 0x99ed868
    JS G OBJ: Defined class ThemeNode prototype 0x9a43780 class 0x99ed868 in object 0x9762800
    JS G OBJ: Defining method get_length in prototype for StThemeNode (St.ThemeNode)
    JS G PRM: Wrapping GParamBoxed 'allocation' on ClutterActor with JSObject
    JS G PRM: JSObject created with param instance 0x96004a0 type GParamBoxed
    JS G OBJ: Defining method allocate in prototype for ClutterActor (Clutter.Actor)
    JS G PRM: Wrapping GParamBoxed 'allocation' on ClutterActor with JSObject
    JS G PRM: JSObject created with param instance 0x96004a0 type GParamBoxed
    JS G PRM: Wrapping GParamBoxed 'allocation' on ClutterActor with JSObject
    JS G PRM: JSObject created with param instance 0x96004a0 type GParamBoxed
    JS G OBJ: Defining method get_preferred_size in prototype for ClutterActor (Clutter.Actor)
    JS G OBJ: Defining method get_direction in prototype for StWidget (St.Widget)
    JS G PRM: Wrapping GParamBoxed 'allocation' on ClutterActor with JSObject
    JS G PRM: JSObject created with param instance 0x96004a0 type GParamBoxed
     JS DBUS: Acquired name :1.181
     JS DBUS: Signal from /org/freedesktop/DBus org.freedesktop.DBus.NameAcquired sender org.freedesktop.DBus
     JS G NS: Found info type STRUCT for 'RecentInfo' in namespace 'Gtk'
     JS G NS: Found info type STRUCT for 'RecentInfo' in namespace 'Gtk'
   JS G REPO: Initializing dynamic class RecentInfo 0x99ed9a8
    JS G BXD: Defined class RecentInfo prototype is 0x9a508c0 class 0x99ed9a8 in object 0x977c8c0
    JS G BXD: Defining method get_modified in prototype for Gtk.RecentInfo
    JS G BXD: Defining method get_display_name in prototype for Gtk.RecentInfo
    JS G BXD: Defining method get_uri in prototype for Gtk.RecentInfo
    JS G BXD: Defining method get_mime_type in prototype for Gtk.RecentInfo
     JS DBUS: NameOwnerChanged org.gnome.Shell:    -> :1.181
     JS DBUS: Signal from /org/freedesktop/DBus org.freedesktop.DBus.NameOwnerChanged sender org.freedesktop.DBus
     JS DBUS: Acquired name org.gnome.Shell
     JS DBUS: Signal from /org/freedesktop/DBus org.freedesktop.DBus.NameAcquired sender org.freedesktop.DBus
     JS DBUS: NameOwnerChanged org.gnome.Panel:   :1.164 -> :1.181
     JS DBUS: Signal from /org/freedesktop/DBus org.freedesktop.DBus.NameOwnerChanged sender org.freedesktop.DBus
     JS DBUS: Acquired name org.gnome.Panel
     JS DBUS: Signal from /org/freedesktop/DBus org.freedesktop.DBus.NameAcquired sender org.freedesktop.DBus
     JS DBUS: NameOwnerChanged org.gnome.Magnifier:    -> :1.181
     JS DBUS: Signal from /org/freedesktop/DBus org.freedesktop.DBus.NameOwnerChanged sender org.freedesktop.DBus
     JS DBUS: Acquired name org.gnome.Magnifier
     JS DBUS: Signal from /org/freedesktop/DBus org.freedesktop.DBus.NameAcquired sender org.freedesktop.DBus
     JS DBUS: Got owner ':1.0' for name 'org.gnome.SessionManager'
     JS DBUS: Notified of reply to async call closure 0x99bf070 context 0x9715928
     JS DBUS: Notified of reply to async call closure 0x99e8330 context 0x9715928
     JS DBUS: Error set by call: org.freedesktop.DBus.Error.NameHasNoOwner: Name "org.freedesktop.Telepathy.AccountManager" does not exist
     JS DBUS: 'org.freedesktop.Telepathy.AccountManager' was not running
    JS G OBJ: Defining method get_hot_x in prototype for ShellXFixesCursor (Shell.XFixesCursor)
    JS G OBJ: Defining method get_hot_y in prototype for ShellXFixesCursor (Shell.XFixesCursor)
    JS G OBJ: Defining method set_anchor_point in prototype for ClutterActor (Clutter.Actor)
    JS G OBJ: Defining method get_transformed_position in prototype for ClutterActor (Clutter.Actor)
    JS G OBJ: Defining method get_transformed_size in prototype for ClutterActor (Clutter.Actor)
     JS G NS: Found info type STRUCT for 'Rectangle' in namespace 'Meta'
     JS G NS: Found info type STRUCT for 'Rectangle' in namespace 'Meta'
   JS G REPO: Initializing dynamic class Rectangle 0x99edae8
    JS G BXD: Defined class Rectangle prototype is 0x9ab4000 class 0x99edae8 in object 0x97626e0
    JS G OBJ: Defining method get_paint_visibility in prototype for ClutterActor (Clutter.Actor)
    JS G OBJ: Defining method get_skip_paint in prototype for ShellGenericContainer (Shell.GenericContainer)
     JS G NS: Found info type ENUM for 'Side' in namespace 'Meta'
     JS G NS: Found info type ENUM for 'Side' in namespace 'Meta'
   JS G ENUM: Defining enum value LEFT (fixed from left) 1
   JS G ENUM: Defining enum value RIGHT (fixed from right) 2
   JS G ENUM: Defining enum value TOP (fixed from top) 4
   JS G ENUM: Defining enum value BOTTOM (fixed from bottom) 8
   JS G ENUM: Defining Meta.Side as 0x9ab4880
     JS G NS: Found info type STRUCT for 'Strut' in namespace 'Meta'
     JS G NS: Found info type STRUCT for 'Strut' in namespace 'Meta'
   JS G REPO: Initializing dynamic class Strut 0x99ed9f8
    JS G BXD: Defined class Strut prototype is 0x9ab48a0 class 0x99ed9f8 in object 0x97626e0
    JS G OBJ: Defining method set_stage_input_region in prototype for ShellGlobal (Shell.Global)
    JS G OBJ: Defining method get_workspace_by_index in prototype for MetaScreen (Meta.Screen)
     JS G NS: Found info type OBJECT for 'Workspace' in namespace 'Meta'
     JS G NS: Found info type OBJECT for 'Workspace' in namespace 'Meta'
   JS G REPO: Initializing dynamic class Workspace 0x994b198
    JS G OBJ: Defined class Workspace prototype 0x9ab4b40 class 0x994b198 in object 0x97626e0
    JS G OBJ: Defining method set_builtin_struts in prototype for MetaWorkspace (Meta.Workspace)
     JS G NS: Found info type OBJECT for 'MutterWindow' in namespace 'Meta'
   JS G REPO: Initializing dynamic class MutterWindow 0x99edb38
    JS G OBJ: Defined class MutterWindow prototype 0x9ab4ba0 class 0x99edb38 in object 0x97626e0
    JS G OBJ: Defining method get_window_type in prototype for MutterWindow (Meta.MutterWindow)
     JS G NS: Found info type ENUM for 'CompWindowType' in namespace 'Meta'
     JS G NS: Found info type ENUM for 'CompWindowType' in namespace 'Meta'
   JS G ENUM: Defining enum value NORMAL (fixed from normal) 0
   JS G ENUM: Defining enum value DESKTOP (fixed from desktop) 1
   JS G ENUM: Defining enum value DOCK (fixed from dock) 2
   JS G ENUM: Defining enum value DIALOG (fixed from dialog) 3
   JS G ENUM: Defining enum value MODAL_DIALOG (fixed from modal_dialog) 4
   JS G ENUM: Defining enum value TOOLBAR (fixed from toolbar) 5
   JS G ENUM: Defining enum value MENU (fixed from menu) 6
   JS G ENUM: Defining enum value UTILITY (fixed from utility) 7
   JS G ENUM: Defining enum value SPLASHSCREEN (fixed from splashscreen) 8
   JS G ENUM: Defining enum value DROPDOWN_MENU (fixed from dropdown_menu) 9
   JS G ENUM: Defining enum value POPUP_MENU (fixed from popup_menu) 10
   JS G ENUM: Defining enum value TOOLTIP (fixed from tooltip) 11
   JS G ENUM: Defining enum value NOTIFICATION (fixed from notification) 12
   JS G ENUM: Defining enum value COMBO (fixed from combo) 13
   JS G ENUM: Defining enum value DND (fixed from dnd) 14
   JS G ENUM: Defining enum value OVERRIDE_OTHER (fixed from override_other) 15
   JS G ENUM: Defining Meta.CompWindowType as 0x9ab4e40
    JS G OBJ: Defining method get_windows in prototype for ShellGlobal (Shell.Global)
    JS G OBJ: Defining method get_meta_window in prototype for MutterWindow (Meta.MutterWindow)
     JS G NS: Found info type OBJECT for 'Window' in namespace 'Meta'
     JS G NS: Found info type OBJECT for 'Window' in namespace 'Meta'
   JS G REPO: Initializing dynamic class Window 0x9abf4b8
    JS G OBJ: Defined class Window prototype 0x9ac02a0 class 0x9abf4b8 in object 0x97626e0
    JS G OBJ: Defining method get_layer in prototype for MetaWindow (Meta.Window)
     JS G NS: Found info type ENUM for 'StackLayer' in namespace 'Meta'
     JS G NS: Found info type ENUM for 'StackLayer' in namespace 'Meta'
   JS G ENUM: Defining enum value DESKTOP (fixed from desktop) 0
   JS G ENUM: Defining enum value BOTTOM (fixed from bottom) 1
   JS G ENUM: Defining enum value NORMAL (fixed from normal) 2
   JS G ENUM: Defining enum value TOP (fixed from top) 4
   JS G ENUM: Defining enum value DOCK (fixed from dock) 4
   JS G ENUM: Defining enum value FULLSCREEN (fixed from fullscreen) 5
   JS G ENUM: Defining enum value FOCUSED_WINDOW (fixed from focused_window) 6
   JS G ENUM: Defining enum value OVERRIDE_REDIRECT (fixed from override_redirect) 7
   JS G ENUM: Defining enum value LAST (fixed from last) 8
   JS G ENUM: Defining Meta.StackLayer as 0x9ac0300
    JS G PRM: Wrapping GParamBoxed 'allocation' on ClutterActor with JSObject
    JS G PRM: JSObject created with param instance 0x96004a0 type GParamBoxed
Unable to open desktop file /usr/local/share/applications/opera.desktop for panel launcher: No such file or directory
Unable to open desktop file /home/infapi00/Desktop/firefox.desktop for panel launcher: No such file or directory
Unable to open desktop file /home/infapi00/Desktop/inkscape.desktop for panel launcher: No such file or directory
Unable to open desktop file /home/infapi00/Desktop/devhelp.desktop for panel launcher: No such file or directory
Unable to open desktop file /home/infapi00/Desktop/xchat.desktop for panel launcher: No such file or directory
Unable to open desktop file /home/infapi00/Desktop/pidgin.desktop for panel launcher: No such file or directory
Window manager warning: Fatal IO error 11 (Resource temporarily unavailable) on display ':2.0'.
gnome-panel: Fatal IO error 11 (Resource temporarily unavailable) on X server :2.0.
==22425== Memcheck, a memory error detector
==22425== Copyright (C) 2002-2009, and GNU GPL'd, by Julian Seward et al.
==22425== Using Valgrind-3.6.0.SVN-Debian and LibVEX; rerun with -h for copyright info
==22425== Command: mutter --mutter-plugins=/usr/local/devel/infapi00/checkout/gnome2/gnome-shell/source/gnome-shell/src/libgnome-shell.la --replace
==22425== Parent PID: 22422
==22425== 
==22425== Conditional jump or move depends on uninitialised value(s)
==22425==    at 0x8084952: button_layout_handler (prefs.c:1613)
==22425==    by 0x8086110: meta_prefs_init (prefs.c:589)
==22425==    by 0x8082A20: main (main.c:630)
==22425== 
==22425== Invalid read of size 4
==22425==    at 0x6BF2CEA: ??? (in /dev/zero)
==22425==  Address 0x0 is not stack'd, malloc'd or (recently) free'd
==22425== 
==22425== 
==22425== Process terminating with default action of signal 11 (SIGSEGV)
==22425==  Access not within mapped region at address 0x0
==22425==    at 0x6BF2CEA: ??? (in /dev/zero)
==22425==  If you believe this happened as a result of a stack
==22425==  overflow in your program's main thread (unlikely but
==22425==  possible), you can try to increase the size of the
==22425==  main thread stack using the --main-stacksize= flag.
==22425==  The main thread stack size used in this run was 8388608.
==22425== 
==22425== HEAP SUMMARY:
==22425==     in use at exit: 22,685,517 bytes in 64,495 blocks
==22425==   total heap usage: 357,743 allocs, 293,248 frees, 57,120,392 bytes allocated
==22425== 
==22425== LEAK SUMMARY:
==22425==    definitely lost: 13,187 bytes in 500 blocks
==22425==    indirectly lost: 18,090 bytes in 1,263 blocks
==22425==      possibly lost: 18,013,370 bytes in 41,901 blocks
==22425==    still reachable: 4,640,870 bytes in 20,831 blocks
==22425==         suppressed: 0 bytes in 0 blocks
==22425== Rerun with --leak-check=full to see details of leaked memory
==22425== 
==22425== For counts of detected and suppressed errors, rerun with: -v
==22425== Use --track-origins=yes to see where uninitialised values come from
==22425== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 284 from 16)
==22671== Memcheck, a memory error detector
==22671== Copyright (C) 2002-2009, and GNU GPL'd, by Julian Seward et al.
==22671== Using Valgrind-3.6.0.SVN-Debian and LibVEX; rerun with -h for copyright info
==22671== Command: mutter --mutter-plugins=/usr/local/devel/infapi00/checkout/gnome2/gnome-shell/source/gnome-shell/src/libgnome-shell.la --replace
==22671== Parent PID: 22668
==22671== 
--22671-- 
--22671-- Valgrind options:
--22671--    --suppressions=/usr/lib/valgrind/debian-libc6-dbg.supp
--22671--    --trace-children=yes
--22671--    -v
--22671--    --track-origins=yes
--22671--    --log-file=/tmp/gnome-shell.verbose.valgrind
--22671-- Contents of /proc/version:
--22671--   Linux version 2.6.32-22-generic-pae (buildd rothera) (gcc version 4.4.3 (Ubuntu 4.4.3-4ubuntu5) ) #33-Ubuntu SMP Wed Apr 28 14:57:29 UTC 2010
--22671-- Arch and hwcaps: X86, x86-sse1-sse2
--22671-- Page sizes: currently 4096, max supported 4096
--22671-- Valgrind library directory: /usr/lib/valgrind
--22671-- Reading syms from /lib/ld-2.11.1.so (0x4000000)
--22671-- Reading debug info from /lib/ld-2.11.1.so ..
--22671-- .. CRC mismatch (computed 2b6415b2 wanted 22601fc3)
--22671-- Reading debug info from /usr/lib/debug/lib/ld-2.11.1.so ..
--22671-- Reading syms from /opt/gnome2/bin/mutter (0x8048000)
--22671-- Reading syms from /usr/lib/valgrind/memcheck-x86-linux (0x38000000)
--22671--    object doesn't have a dynamic symbol table
--22671-- Reading suppressions file: /usr/lib/valgrind/debian-libc6-dbg.supp
--22671-- Reading suppressions file: /usr/lib/valgrind/default.supp
--22671-- REDIR: 0x4016240 (index) redirected to 0x3803e9b3 (vgPlain_x86_linux_REDIR_FOR_index)
--22671-- Reading syms from /usr/lib/valgrind/vgpreload_core-x86-linux.so (0x401f000)
--22671-- Reading syms from /usr/lib/valgrind/vgpreload_memcheck-x86-linux.so (0x4022000)
==22671== WARNING: new redirection conflicts with existing -- ignoring it
--22671--     new: 0x04016240 (index               ) R-> 0x04025c30 index
--22671-- REDIR: 0x4016420 (strlen) redirected to 0x4026070 (strlen)
--22671-- Reading syms from /opt/gnome2/lib/libgtk-x11-2.0.so.0.2100.0 (0x402a000)
--22671-- Reading syms from /opt/gnome2/lib/libgdk-x11-2.0.so.0.2100.0 (0x443f000)
--22671-- Reading syms from /usr/lib/libgio-2.0.so.0.2400.1 (0x44f9000)
--22671-- Reading debug info from /usr/lib/libgio-2.0.so.0.2400.1 ..
--22671-- .. CRC mismatch (computed f412344d wanted c77cee9a)
--22671--    object doesn't have a symbol table
--22671-- Reading syms from /usr/lib/libpangoft2-1.0.so.0.2800.0 (0x4597000)
--22671-- Reading debug info from /usr/lib/libpangoft2-1.0.so.0.2800.0 ..
--22671-- .. CRC mismatch (computed 38df2909 wanted db7354e4)
--22671-- Reading debug info from /usr/lib/debug/usr/lib/libpangoft2-1.0.so.0.2800.0 ..
--22671-- Reading syms from /usr/lib/libfreetype.so.6.3.22 (0x45be000)
--22671-- Reading debug info from /usr/lib/libfreetype.so.6.3.22 ..
--22671-- .. CRC mismatch (computed 9e60d4aa wanted 63926bc2)
--22671--    object doesn't have a symbol table
--22671-- Reading syms from /usr/lib/libfontconfig.so.1.4.4 (0x4634000)
--22671-- Reading debug info from /usr/lib/libfontconfig.so.1.4.4 ..
--22671-- .. CRC mismatch (computed 6d5cfea7 wanted 1752d5e3)
--22671--    object doesn't have a symbol table
--22671-- Reading syms from /opt/gnome2/lib/libgconf-2.so.4.1.5 (0x4665000)
--22671-- Reading syms from /usr/lib/libstartup-notification-1.so.0.0.0 (0x4698000)
--22671-- Reading debug info from /usr/lib/libstartup-notification-1.so.0.0.0 ..
--22671-- .. CRC mismatch (computed 887c9842 wanted 8eb740f5)
--22671--    object doesn't have a symbol table
--22671-- Reading syms from /usr/lib/libXrender.so.1.3.0 (0x46a1000)
--22671-- Reading debug info from /usr/lib/libXrender.so.1.3.0 ..
--22671-- .. CRC mismatch (computed e7abb3b8 wanted fcef2c68)
--22671--    object doesn't have a symbol table
--22671-- Reading syms from /opt/gnome2/lib/libclutter-glx-1.0.so.0.301.0 (0x46ab000)
--22671-- Reading syms from /opt/gnome2/lib/libatk-1.0.so.0.3009.1 (0x47a1000)
--22671-- Reading syms from /usr/lib/libpangocairo-1.0.so.0.2800.0 (0x47be000)
--22671-- Reading debug info from /usr/lib/libpangocairo-1.0.so.0.2800.0 ..
--22671-- .. CRC mismatch (computed f0563fe7 wanted 18fe4f75)
--22671-- Reading debug info from /usr/lib/debug/usr/lib/libpangocairo-1.0.so.0.2800.0 ..
--22671-- Reading syms from /opt/gnome2/lib/libgdk_pixbuf-2.0.so.0.2100.0 (0x47ca000)
--22671-- Reading syms from /usr/lib/libGL.so.195.36.24 (0x47e4000)
--22671--    object doesn't have a symbol table
--22671-- Reading syms from /usr/lib/libXdamage.so.1.1.0 (0x48a8000)
--22671-- Reading debug info from /usr/lib/libXdamage.so.1.1.0 ..
--22671-- .. CRC mismatch (computed 11661b2c wanted c3597e6e)
--22671--    object doesn't have a symbol table
--22671-- Reading syms from /usr/lib/libXcomposite.so.1.0.0 (0x48ac000)
--22671-- Reading debug info from /usr/lib/libXcomposite.so.1.0.0 ..
--22671-- .. CRC mismatch (computed 6de706c1 wanted 7cbe33b7)
--22671--    object doesn't have a symbol table
--22671-- Reading syms from /opt/gnome2/lib/libjson-glib-1.0.so.0.1101.0 (0x48b1000)
--22671-- Reading syms from /usr/lib/libpango-1.0.so.0.2800.0 (0x48c8000)
--22671-- Reading debug info from /usr/lib/libpango-1.0.so.0.2800.0 ..
--22671-- .. CRC mismatch (computed 536a5df0 wanted 0889447e)
--22671-- Reading debug info from /usr/lib/debug/usr/lib/libpango-1.0.so.0.2800.0 ..
--22671-- Reading syms from /usr/lib/libcairo.so.2.10800.10 (0x490b000)
--22671-- Reading debug info from /usr/lib/libcairo.so.2.10800.10 ..
--22671-- .. CRC mismatch (computed 6740fa63 wanted 76fc8ca7)
--22671-- Reading debug info from /usr/lib/debug/usr/lib/libcairo.so.2.10800.10 ..
--22671-- Reading syms from /usr/lib/libXfixes.so.3.1.0 (0x4985000)
--22671-- Reading debug info from /usr/lib/libXfixes.so.3.1.0 ..
--22671-- .. CRC mismatch (computed 590592d4 wanted d3400741)
--22671--    object doesn't have a symbol table
--22671-- Reading syms from /opt/gnome2/lib/libgirepository-1.0.so.0.0.0 (0x498b000)
--22671-- Reading syms from /usr/lib/libgobject-2.0.so.0.2400.1 (0x499f000)
--22671-- Reading debug info from /usr/lib/libgobject-2.0.so.0.2400.1 ..
--22671-- .. CRC mismatch (computed 4f83ab6a wanted b6a77434)
--22671--    object doesn't have a symbol table
--22671-- Reading syms from /usr/lib/libgmodule-2.0.so.0.2400.1 (0x49de000)
--22671-- Reading debug info from /usr/lib/libgmodule-2.0.so.0.2400.1 ..
--22671-- .. CRC mismatch (computed 3a9cf34a wanted 4183bba4)
--22671--    object doesn't have a symbol table
--22671-- Reading syms from /usr/lib/libffi.so.5.0.10 (0x49e3000)
--22671-- Reading debug info from /usr/lib/libffi.so.5.0.10 ..
--22671-- .. CRC mismatch (computed d9eb9c37 wanted e1e07ca7)
--22671--    object doesn't have a symbol table
--22671-- Reading syms from /usr/lib/libgthread-2.0.so.0.2400.1 (0x49eb000)
--22671-- Reading debug info from /usr/lib/libgthread-2.0.so.0.2400.1 ..
--22671-- .. CRC mismatch (computed 132765a2 wanted 7aab1bf1)
--22671--    object doesn't have a symbol table
--22671-- Reading syms from /lib/tls/i686/cmov/librt-2.11.1.so (0x49f1000)
--22671-- Reading debug info from /lib/tls/i686/cmov/librt-2.11.1.so ..
--22671-- .. CRC mismatch (computed f70850a2 wanted 90f5e596)
--22671-- Reading debug info from /usr/lib/debug/lib/tls/i686/cmov/librt-2.11.1.so ..
--22671-- Reading syms from /lib/libglib-2.0.so.0.2400.1 (0x49fb000)
--22671-- Reading debug info from /lib/libglib-2.0.so.0.2400.1 ..
--22671-- .. CRC mismatch (computed 5b25e153 wanted 2076248a)
--22671--    object doesn't have a symbol table
--22671-- Reading syms from /usr/lib/libXcursor.so.1.0.2 (0x4ac5000)
--22671-- Reading debug info from /usr/lib/libXcursor.so.1.0.2 ..
--22671-- .. CRC mismatch (computed 83e73d1b wanted 397791fd)
--22671--    object doesn't have a symbol table
--22671-- Reading syms from /usr/lib/libXrandr.so.2.2.0 (0x4acf000)
--22671-- Reading debug info from /usr/lib/libXrandr.so.2.2.0 ..
--22671-- .. CRC mismatch (computed 00190283 wanted c558036e)
--22671--    object doesn't have a symbol table
--22671-- Reading syms from /usr/lib/libSM.so.6.0.1 (0x4ad7000)
--22671-- Reading debug info from /usr/lib/libSM.so.6.0.1 ..
--22671-- .. CRC mismatch (computed 4af752d3 wanted a8a701ec)
--22671--    object doesn't have a symbol table
--22671-- Reading syms from /usr/lib/libICE.so.6.3.0 (0x4ae0000)
--22671-- Reading debug info from /usr/lib/libICE.so.6.3.0 ..
--22671-- .. CRC mismatch (computed 7bb0138b wanted d6d18dc4)
--22671--    object doesn't have a symbol table
--22671-- Reading syms from /usr/lib/libX11.so.6.3.0 (0x4af9000)
--22671-- Reading debug info from /usr/lib/libX11.so.6.3.0 ..
--22671-- .. CRC mismatch (computed d8f39467 wanted eab4db9c)
--22671--    object doesn't have a symbol table
--22671-- Reading syms from /usr/lib/libXext.so.6.4.0 (0x4c17000)
--22671-- Reading debug info from /usr/lib/libXext.so.6.4.0 ..
--22671-- .. CRC mismatch (computed 36c2d64a wanted 8a3f8755)
--22671--    object doesn't have a symbol table
--22671-- Reading syms from /usr/lib/libXinerama.so.1.0.0 (0x4c27000)
--22671-- Reading debug info from /usr/lib/libXinerama.so.1.0.0 ..
--22671-- .. CRC mismatch (computed 8e7dae16 wanted 485c346a)
--22671--    object doesn't have a symbol table
--22671-- Reading syms from /lib/tls/i686/cmov/libm-2.11.1.so (0x4c2b000)
--22671-- Reading debug info from /lib/tls/i686/cmov/libm-2.11.1.so ..
--22671-- .. CRC mismatch (computed a765a73c wanted 8d13be57)
--22671-- Reading debug info from /usr/lib/debug/lib/tls/i686/cmov/libm-2.11.1.so ..
--22671-- Reading syms from /lib/tls/i686/cmov/libpthread-2.11.1.so (0x4c51000)
--22671-- Reading debug info from /lib/tls/i686/cmov/libpthread-2.11.1.so ..
--22671-- .. CRC mismatch (computed 38da17dd wanted d3835c81)
--22671-- Reading debug info from /usr/lib/debug/lib/tls/i686/cmov/libpthread-2.11.1.so ..
--22671-- Reading syms from /lib/tls/i686/cmov/libc-2.11.1.so (0x4c6a000)
--22671-- Reading debug info from /lib/tls/i686/cmov/libc-2.11.1.so ..
--22671-- .. CRC mismatch (computed 2635f3da wanted 0e13b9fd)
--22671-- Reading debug info from /usr/lib/debug/lib/tls/i686/cmov/libc-2.11.1.so ..
--22671-- Reading syms from /lib/tls/i686/cmov/libdl-2.11.1.so (0x4dc5000)
--22671-- Reading debug info from /lib/tls/i686/cmov/libdl-2.11.1.so ..
--22671-- .. CRC mismatch (computed 6be1e729 wanted de5b14b0)
--22671-- Reading debug info from /usr/lib/debug/lib/tls/i686/cmov/libdl-2.11.1.so ..
--22671-- Reading syms from /lib/libpcre.so.3.12.1 (0x4dc9000)
--22671-- Reading debug info from /lib/libpcre.so.3.12.1 ..
--22671-- .. CRC mismatch (computed c9f6414a wanted 1e63a9e2)
--22671--    object doesn't have a symbol table
--22671-- Reading syms from /lib/tls/i686/cmov/libresolv-2.11.1.so (0x4dfa000)
--22671-- Reading debug info from /lib/tls/i686/cmov/libresolv-2.11.1.so ..
--22671-- .. CRC mismatch (computed 57cc594d wanted f7e25d1e)
--22671-- Reading debug info from /usr/lib/debug/lib/tls/i686/cmov/libresolv-2.11.1.so ..
--22671-- Reading syms from /lib/libz.so.1.2.3.3 (0x4e0e000)
--22671-- Reading debug info from /lib/libz.so.1.2.3.3 ..
--22671-- .. CRC mismatch (computed 53909dc3 wanted dc0e37c9)
--22671--    object doesn't have a symbol table
--22671-- Reading syms from /lib/libselinux.so.1 (0x4e23000)
--22671--    object doesn't have a symbol table
--22671-- Reading syms from /lib/libexpat.so.1.5.2 (0x4e3f000)
--22671-- Reading debug info from /lib/libexpat.so.1.5.2 ..
--22671-- .. CRC mismatch (computed f660d489 wanted 5e49b1d1)
--22671--    object doesn't have a symbol table
--22671-- Reading syms from /usr/lib/libORBit-2.so.0.1.0 (0x4e66000)
--22671-- Reading debug info from /usr/lib/libORBit-2.so.0.1.0 ..
--22671-- .. CRC mismatch (computed 0c199743 wanted 81140ae2)
--22671--    object doesn't have a symbol table
--22671-- Reading syms from /usr/lib/libdbus-glib-1.so.2.1.0 (0x4eb9000)
--22671-- Reading debug info from /usr/lib/libdbus-glib-1.so.2.1.0 ..
--22671-- .. CRC mismatch (computed b72f7887 wanted d26a6e41)
--22671-- Reading debug info from /usr/lib/debug/usr/lib/libdbus-glib-1.so.2.1.0 ..
--22671-- Reading syms from /lib/libdbus-1.so.3.4.0 (0x4ed7000)
--22671-- Reading debug info from /lib/libdbus-1.so.3.4.0 ..
--22671-- .. CRC mismatch (computed b6eb6a2f wanted 911b4dbf)
--22671--    object doesn't have a symbol table
--22671-- Reading syms from /usr/lib/libxcb-aux.so.0.0.0 (0x4f10000)
--22671-- Reading debug info from /usr/lib/libxcb-aux.so.0.0.0 ..
--22671-- .. CRC mismatch (computed d577d547 wanted 611528d2)
--22671--    object doesn't have a symbol table
--22671-- Reading syms from /usr/lib/libxcb-event.so.1.0.0 (0x4f15000)
--22671-- Reading debug info from /usr/lib/libxcb-event.so.1.0.0 ..
--22671-- .. CRC mismatch (computed 710ab069 wanted 6c0c9f74)
--22671--    object doesn't have a symbol table
--22671-- Reading syms from /usr/lib/libxcb-atom.so.1.0.0 (0x4f19000)
--22671-- Reading debug info from /usr/lib/libxcb-atom.so.1.0.0 ..
--22671-- .. CRC mismatch (computed 816bbb02 wanted 55cec754)
--22671--    object doesn't have a symbol table
--22671-- Reading syms from /usr/lib/libxcb.so.1.1.0 (0x4f1e000)
--22671-- Reading debug info from /usr/lib/libxcb.so.1.1.0 ..
--22671-- .. CRC mismatch (computed ceba9c82 wanted df36d3ab)
--22671--    object doesn't have a symbol table
--22671-- Reading syms from /usr/lib/libGLcore.so.195.36.24 (0x4f38000)
--22671--    object doesn't have a symbol table
--22671-- Reading syms from /usr/lib/tls/libnvidia-tls.so.195.36.24 (0x6548000)
--22671--    object doesn't have a symbol table
--22671-- Reading syms from /usr/lib/libpixman-1.so.0.16.4 (0x654b000)
--22671-- Reading debug info from /usr/lib/libpixman-1.so.0.16.4 ..
--22671-- .. CRC mismatch (computed dd8dfe69 wanted 07667260)
--22671--    object doesn't have a symbol table
--22671-- Reading syms from /usr/lib/libdirectfb-1.2.so.0.8.0 (0x65a5000)
--22671-- Reading debug info from /usr/lib/libdirectfb-1.2.so.0.8.0 ..
--22671-- .. CRC mismatch (computed 79882033 wanted f58a12b5)
--22671--    object doesn't have a symbol table
--22671-- Reading syms from /usr/lib/libfusion-1.2.so.0.8.0 (0x661c000)
--22671-- Reading debug info from /usr/lib/libfusion-1.2.so.0.8.0 ..
--22671-- .. CRC mismatch (computed 011c6917 wanted a01b6622)
--22671--    object doesn't have a symbol table
--22671-- Reading syms from /usr/lib/libdirect-1.2.so.0.8.0 (0x6626000)
--22671-- Reading debug info from /usr/lib/libdirect-1.2.so.0.8.0 ..
--22671-- .. CRC mismatch (computed d58537cd wanted 9acb443b)
--22671--    object doesn't have a symbol table
--22671-- Reading syms from /lib/libpng12.so.0.42.0 (0x663c000)
--22671-- Reading debug info from /lib/libpng12.so.0.42.0 ..
--22671-- .. CRC mismatch (computed 5aee7169 wanted ccd08d5f)
--22671--    object doesn't have a symbol table
--22671-- Reading syms from /usr/lib/libxcb-render-util.so.0.0.0 (0x6662000)
--22671-- Reading debug info from /usr/lib/libxcb-render-util.so.0.0.0 ..
--22671-- .. CRC mismatch (computed a5d636fd wanted 73161cd2)
--22671--    object doesn't have a symbol table
--22671-- Reading syms from /usr/lib/libxcb-render.so.0.0.0 (0x6667000)
--22671-- Reading debug info from /usr/lib/libxcb-render.so.0.0.0 ..
--22671-- .. CRC mismatch (computed ddaab89d wanted d7d4182a)
--22671--    object doesn't have a symbol table
--22671-- Reading syms from /lib/libuuid.so.1.3.0 (0x666f000)
--22671-- Reading debug info from /lib/libuuid.so.1.3.0 ..
--22671-- .. CRC mismatch (computed e4826a89 wanted a7845bd5)
--22671--    object doesn't have a symbol table
--22671-- Reading syms from /usr/lib/libXau.so.6.0.0 (0x6674000)
--22671-- Reading debug info from /usr/lib/libXau.so.6.0.0 ..
--22671-- .. CRC mismatch (computed 2954fc44 wanted a01d7e0e)
--22671--    object doesn't have a symbol table
--22671-- Reading syms from /usr/lib/libXdmcp.so.6.0.0 (0x6679000)
--22671-- Reading debug info from /usr/lib/libXdmcp.so.6.0.0 ..
--22671-- .. CRC mismatch (computed 54d43d46 wanted 2ccc11c6)
--22671--    object doesn't have a symbol table
--22671-- REDIR: 0x4cdef20 (memcpy) redirected to 0x401f44c (_vgnU_ifunc_wrapper)
--22671-- REDIR: 0x4cdd730 (strlen) redirected to 0x401f44c (_vgnU_ifunc_wrapper)
--22671-- REDIR: 0x4cdd140 (strcmp) redirected to 0x401f44c (_vgnU_ifunc_wrapper)
--22671-- REDIR: 0x4cde930 (memset) redirected to 0x401f44c (_vgnU_ifunc_wrapper)
--22671-- REDIR: 0x4cde870 (memmove) redirected to 0x401f44c (_vgnU_ifunc_wrapper)
--22671-- REDIR: 0x4cdd9e0 (strncmp) redirected to 0x401f44c (_vgnU_ifunc_wrapper)
--22671-- REDIR: 0x4cdcfd0 (index) redirected to 0x4025ba0 (index)
--22671-- REDIR: 0x4cde3a0 (memchr) redirected to 0x40267b0 (memchr)
--22671-- REDIR: 0x4cddb10 (rindex) redirected to 0x4025ae0 (rindex)
--22671-- REDIR: 0x4d78eb0 (__memset_sse2) redirected to 0x4027420 (memset)
--22671-- REDIR: 0x4cd9f40 (malloc) redirected to 0x4024e9b (malloc)
--22671-- REDIR: 0x4cd9e60 (free) redirected to 0x4024ab5 (free)
--22671-- REDIR: 0x4cdd7f0 (__GI_strlen) redirected to 0x4026050 (__GI_strlen)
--22671-- REDIR: 0x4cd9660 (calloc) redirected to 0x402417f (calloc)
--22671-- REDIR: 0x4d79fc0 (__memcpy_ssse3) redirected to 0x40267f0 (memcpy)
--22671-- REDIR: 0x4ce01e0 (rawmemchr) redirected to 0x4027540 (rawmemchr)
--22671-- REDIR: 0x4cdd770 (__strlen_sse2) redirected to 0x4026030 (strlen)
--22671-- REDIR: 0x4d83670 (__strncmp_ssse3) redirected to 0x4026550 (strncmp)
--22671-- REDIR: 0x4ce3e00 (__GI_strncmp) redirected to 0x40265c0 (__GI_strncmp)
--22671-- REDIR: 0x4cdda30 (strncpy) redirected to 0x4026270 (strncpy)
--22671-- REDIR: 0x4cdaec0 (realloc) redirected to 0x4024f4a (realloc)
--22671-- REDIR: 0x4d82200 (__strcmp_ssse3) redirected to 0x4026630 (strcmp)
--22671-- REDIR: 0x4d7beb0 (__memmove_ssse3) redirected to 0x4027490 (memmove)
--22671-- REDIR: 0x4cdec20 (stpcpy) redirected to 0x40270a0 (stpcpy)
--22671-- REDIR: 0x4cdd190 (__GI_strcmp) redirected to 0x4026690 (__GI_strcmp)
--22671-- REDIR: 0x4ce02b0 (strchrnul) redirected to 0x4027510 (strchrnul)
--22671-- REDIR: 0x4cdd8b0 (strnlen) redirected to 0x4025fb0 (strnlen)
--22671-- REDIR: 0x4cdd200 (strcpy) redirected to 0x40260b0 (strcpy)
--22671-- REDIR: 0x4cdce20 (strcat) redirected to 0x4025cc0 (strcat)
--22671-- Reading syms from /lib/tls/i686/cmov/libnss_compat-2.11.1.so (0x44f0000)
--22671-- Reading debug info from /lib/tls/i686/cmov/libnss_compat-2.11.1.so ..
--22671-- .. CRC mismatch (computed ce335124 wanted 3bd9b6d7)
--22671-- Reading debug info from /usr/lib/debug/lib/tls/i686/cmov/libnss_compat-2.11.1.so ..
--22671-- Reading syms from /lib/tls/i686/cmov/libnsl-2.11.1.so (0x6bf9000)
--22671-- Reading debug info from /lib/tls/i686/cmov/libnsl-2.11.1.so ..
--22671-- .. CRC mismatch (computed 714ecdd4 wanted cc10114d)
--22671-- Reading debug info from /usr/lib/debug/lib/tls/i686/cmov/libnsl-2.11.1.so ..
--22671-- Reading syms from /lib/tls/i686/cmov/libnss_nis-2.11.1.so (0x6c10000)
--22671-- Reading debug info from /lib/tls/i686/cmov/libnss_nis-2.11.1.so ..
--22671-- .. CRC mismatch (computed 7e1834c2 wanted a85e4f6f)
--22671-- Reading debug info from /usr/lib/debug/lib/tls/i686/cmov/libnss_nis-2.11.1.so ..
--22671-- Reading syms from /lib/tls/i686/cmov/libnss_files-2.11.1.so (0x6c1a000)
--22671-- Reading debug info from /lib/tls/i686/cmov/libnss_files-2.11.1.so ..
--22671-- .. CRC mismatch (computed 0083d210 wanted a33895ee)
--22671-- Reading debug info from /usr/lib/debug/lib/tls/i686/cmov/libnss_files-2.11.1.so ..
--22671-- REDIR: 0x4c989a0 (putenv) redirected to 0x4027720 (putenv)
--22671-- REDIR: 0x4c98ad0 (unsetenv) redirected to 0x4027790 (unsetenv)
--22671-- REDIR: 0x4d4a5c0 (__strcpy_chk) redirected to 0x4027ab0 (__strcpy_chk)
--22671-- REDIR: 0x4d4a400 (__memcpy_chk) redirected to 0x401f44c (_vgnU_ifunc_wrapper)
--22671-- REDIR: 0x4d79fb0 (__memcpy_chk_ssse3) redirected to 0x4027930 (__memcpy_chk)
--22671-- REDIR: 0x4cdd940 (strncat) redirected to 0x4025ea0 (strncat)
--22671-- Reading syms from /usr/local/devel/infapi00/checkout/gnome2/gnome-shell/source/gnome-shell/src/.libs/libgnome-shell.so (0x6fea000)
--22671-- Reading syms from /opt/gnome2/lib/libgjs-gi.so.0.0.0 (0x7056000)
--22671-- Reading syms from /opt/gnome2/lib/libgjs.so.0.0.0 (0x7071000)
--22671-- Reading syms from /usr/lib/xulrunner-1.9.2.3/libmozjs.so (0x7085000)
--22671-- Reading debug info from /usr/lib/xulrunner-1.9.2.3/libmozjs.so ..
--22671-- .. CRC mismatch (computed 9f70ac77 wanted 01d0363b)
--22671--    object doesn't have a symbol table
--22671-- Reading syms from /usr/lib/libplds4.so (0x6bf3000)
--22671-- Reading debug info from /usr/lib/libplds4.so ..
--22671-- .. CRC mismatch (computed d9abaff9 wanted f344bf08)
--22671--    object doesn't have a symbol table
--22671-- Reading syms from /usr/lib/libplc4.so (0x71f2000)
--22671-- Reading debug info from /usr/lib/libplc4.so ..
--22671-- .. CRC mismatch (computed 4395f319 wanted 251a83ec)
--22671--    object doesn't have a symbol table
--22671-- Reading syms from /usr/lib/libnspr4.so (0x71f7000)
--22671-- Reading debug info from /usr/lib/libnspr4.so ..
--22671-- .. CRC mismatch (computed 5d30a785 wanted 7f58e05d)
--22671--    object doesn't have a symbol table
--22671-- Reading syms from /usr/lib/libgnome-menu.so.2.4.6 (0x722c000)
--22671-- Reading debug info from /usr/lib/libgnome-menu.so.2.4.6 ..
--22671-- .. CRC mismatch (computed a4b04900 wanted 151b075f)
--22671--    object doesn't have a symbol table
--22671-- Reading syms from /usr/lib/libgstbase-0.10.so.0.24.1 (0x7241000)
--22671-- Reading debug info from /usr/lib/libgstbase-0.10.so.0.24.1 ..
--22671-- .. CRC mismatch (computed 1b1671ae wanted 0ebde6e5)
--22671--    object doesn't have a symbol table
--22671-- Reading syms from /usr/lib/libgstreamer-0.10.so.0.24.1 (0x7280000)
--22671-- Reading debug info from /usr/lib/libgstreamer-0.10.so.0.24.1 ..
--22671-- .. CRC mismatch (computed 4a364df2 wanted 40ec5f6b)
--22671--    object doesn't have a symbol table
--22671-- Reading syms from /usr/lib/libcroco-0.6.so.3.0.1 (0x7341000)
--22671-- Reading debug info from /usr/lib/libcroco-0.6.so.3.0.1 ..
--22671-- .. CRC mismatch (computed 62baa96b wanted 17aa21c3)
--22671--    object doesn't have a symbol table
--22671-- Reading syms from /usr/lib/libxml2.so.2.7.6 (0x7375000)
--22671-- Reading debug info from /usr/lib/libxml2.so.2.7.6 ..
--22671-- .. CRC mismatch (computed b6e9cace wanted 6a7f3fdb)
--22671--    object doesn't have a symbol table
--22671-- Reading syms from /usr/lib/libgnome-desktop-2.so.17.1.0 (0x749f000)
--22671-- Reading debug info from /usr/lib/libgnome-desktop-2.so.17.1.0 ..
--22671-- .. CRC mismatch (computed 42a07c6b wanted 82f3ae72)
--22671--    object doesn't have a symbol table
--22671-- Reading syms from /usr/lib/libstdc++.so.6.0.13 (0x74c6000)
--22671-- Reading debug info from /usr/lib/libstdc++.so.6.0.13 ..
--22671-- .. CRC mismatch (computed 696810d9 wanted fa4c3e0b)
--22671--    object doesn't have a symbol table
--22671-- Reading syms from /lib/libgcc_s.so.1 (0x75bc000)
--22671-- Reading debug info from /lib/libgcc_s.so.1 ..
--22671-- .. CRC mismatch (computed 75b2cc22 wanted fffc9534)
--22671--    object doesn't have a symbol table
--22671-- REDIR: 0x4cde540 (bcmp) redirected to 0x401f44c (_vgnU_ifunc_wrapper)
--22671-- REDIR: 0x4d4a450 (__memmove_chk) redirected to 0x401f44c (_vgnU_ifunc_wrapper)
--22671-- REDIR: 0x4016890 (stpcpy) redirected to 0x4027260 (stpcpy)
==22671== Conditional jump or move depends on uninitialised value(s)
==22671==    at 0x8084952: button_layout_handler (prefs.c:1613)
==22671==    by 0x8086110: meta_prefs_init (prefs.c:589)
==22671==    by 0x8082A20: main (main.c:630)
==22671==  Uninitialised value was created by a stack allocation
==22671==    at 0x80844CC: button_layout_handler (prefs.c:1680)
==22671== 
--22671-- Reading syms from /opt/gnome2/lib/gtk-2.0/2.10.0/loaders/libpixbufloader-png.so (0x71d8000)
--22671-- REDIR: 0x7583be0 (operator new(unsigned int)) redirected to 0x4025615 (operator new(unsigned int))
--22671-- REDIR: 0x7583d20 (operator new[](unsigned int)) redirected to 0x40252a9 (operator new[](unsigned int))
--22671-- REDIR: 0x4cda650 (posix_memalign) redirected to 0x4024131 (posix_memalign)
--22671-- memcheck GC: 1024 nodes, 1024 survivors (100.0%)
--22671-- memcheck GC: increase table size to 2048
--22671-- REDIR: 0x7581780 (operator delete[](void*)) redirected to 0x402444e (operator delete[](void*))
--22671-- memcheck GC: 2048 nodes, 2048 survivors (100.0%)
--22671-- memcheck GC: increase table size to 4096
--22671-- Reading syms from /opt/gnome2/lib/gjs-1.0/gi.so (0x71de000)
--22671-- memcheck GC: 4096 nodes, 3535 survivors ( 86.3%)
--22671-- memcheck GC: increase table size to 8192
--22671-- Reading syms from /opt/gnome2/lib/gjs-1.0/langNative.so (0x71ef000)
--22671-- Reading syms from /opt/gnome2/lib/gjs-1.0/dbusNative.so (0x7e6c000)
--22671-- Reading syms from /opt/gnome2/lib/libgjs-dbus.so.0.0.0 (0x7e7c000)
--22671-- Reading syms from /opt/gnome2/lib/gjs-1.0/mainloop.so (0x7eec000)
--22671-- Reading syms from /opt/gnome2/lib/gjs-1.0/gettextNative.so (0x7f9a000)
--22671-- memcheck GC: 8192 nodes, 7168 survivors ( 87.5%)
--22671-- memcheck GC: increase table size to 16384
--22671-- memcheck GC: 16384 nodes, 14336 survivors ( 87.5%)
--22671-- memcheck GC: increase table size to 32768
--22671-- Reading syms from /opt/gnome2/lib/gjs-1.0/cairoNative.so (0x7f9e000)
--22671-- memcheck GC: 32768 nodes, 28111 survivors ( 85.7%)
--22671-- memcheck GC: increase table size to 65536
--22671-- Reading syms from /opt/gnome2/lib/libgirepo-Gdk-custom.so (0x7fcd000)
--22671-- Reading syms from /usr/lib/gio/modules/libgvfsdbus.so (0x7fd0000)
--22671-- Reading debug info from /usr/lib/gio/modules/libgvfsdbus.so ..
--22671-- .. CRC mismatch (computed 9bde6c71 wanted f5bb9784)
--22671--    object doesn't have a symbol table
--22671-- Reading syms from /usr/lib/libgvfscommon.so.0.0.0 (0x8010000)
--22671-- Reading debug info from /usr/lib/libgvfscommon.so.0.0.0 ..
--22671-- .. CRC mismatch (computed e5da572e wanted 97cccf7b)
--22671--    object doesn't have a symbol table
--22671-- Reading syms from /lib/libudev.so.0.6.1 (0x8026000)
--22671-- Reading debug info from /lib/libudev.so.0.6.1 ..
--22671-- .. CRC mismatch (computed f7c06634 wanted dabd9490)
--22671--    object doesn't have a symbol table
--22671-- REDIR: 0x4cde9e0 (mempcpy) redirected to 0x401f44c (_vgnU_ifunc_wrapper)
--22671-- Reading syms from /usr/lib/gio/modules/libgioremote-volume-monitor.so (0x7ff6000)
--22671-- Reading debug info from /usr/lib/gio/modules/libgioremote-volume-monitor.so ..
--22671-- .. CRC mismatch (computed 307e1d98 wanted 12976e76)
--22671--    object doesn't have a symbol table
--22671-- Reading syms from /opt/gnome2/lib/libgirepo-Gtk-custom.so (0x7fc7000)
--22671-- WARNING: Serious error when reading debug info
--22671-- When reading debug info from /tmp/ffiSzPzw6 (deleted):
--22671-- failed to stat64/stat this file
--22671-- WARNING: Serious error when reading debug info
--22671-- When reading debug info from /tmp/ffiSzPzw6 (deleted):
--22671-- failed to stat64/stat this file
--22671-- memcheck GC: 65536 nodes, 56321 survivors ( 85.9%)
--22671-- memcheck GC: increase table size to 131072
--22671-- Reading syms from /usr/lib/pango/1.6.0/modules/pango-basic-fc.so (0xc9ff000)
--22671-- Reading debug info from /usr/lib/pango/1.6.0/modules/pango-basic-fc.so ..
--22671-- .. CRC mismatch (computed 60d1ca9d wanted d29b3e53)
--22671-- Reading debug info from /usr/lib/debug/usr/lib/pango/1.6.0/modules/pango-basic-fc.so ..
--22671-- Reading syms from /usr/lib/gconv/ISO8859-1.so (0xca9b000)
--22671-- Reading debug info from /usr/lib/gconv/ISO8859-1.so ..
--22671-- .. CRC mismatch (computed ff0e0b37 wanted 466eef44)
--22671-- Reading debug info from /usr/lib/debug/usr/lib/gconv/ISO8859-1.so ..
--22671-- REDIR: 0x4d85120 (__memcmp_ssse3) redirected to 0x4027000 (bcmp)
==22671== Invalid read of size 4
==22671==    at 0x6BF2CEA: ??? (in /dev/zero)
==22671==  Address 0x0 is not stack'd, malloc'd or (recently) free'd
==22671== 
==22671== 
==22671== Process terminating with default action of signal 11 (SIGSEGV)
==22671==  Access not within mapped region at address 0x0
==22671==    at 0x6BF2CEA: ??? (in /dev/zero)
==22671==  If you believe this happened as a result of a stack
==22671==  overflow in your program's main thread (unlikely but
==22671==  possible), you can try to increase the size of the
==22671==  main thread stack using the --main-stacksize= flag.
==22671==  The main thread stack size used in this run was 8388608.
--22671-- Discarding syms at 0xca9b390-0xca9be08 in /usr/lib/gconv/ISO8859-1.so due to munmap()
--22671-- Discarding syms at 0x44f0e30-0x44f5bc8 in /lib/tls/i686/cmov/libnss_compat-2.11.1.so due to munmap()
--22671-- Discarding syms at 0x6c11930-0x6c174f8 in /lib/tls/i686/cmov/libnss_nis-2.11.1.so due to munmap()
--22671-- Discarding syms at 0x6bfc190-0x6c08de8 in /lib/tls/i686/cmov/libnsl-2.11.1.so due to munmap()
--22671-- Discarding syms at 0x6c1ba20-0x6c22de8 in /lib/tls/i686/cmov/libnss_files-2.11.1.so due to munmap()
==22671== 
==22671== HEAP SUMMARY:
==22671==     in use at exit: 23,238,669 bytes in 72,205 blocks
==22671==   total heap usage: 413,136 allocs, 340,931 frees, 64,941,926 bytes allocated
==22671== 
==22671== Searching for pointers to 72,205 not-freed blocks
==22671== Checked 15,188,896 bytes
==22671== 
==22671== LEAK SUMMARY:
==22671==    definitely lost: 12,558 bytes in 563 blocks
==22671==    indirectly lost: 24,138 bytes in 1,564 blocks
==22671==      possibly lost: 18,379,746 bytes in 47,717 blocks
==22671==    still reachable: 4,822,227 bytes in 22,361 blocks
==22671==         suppressed: 0 bytes in 0 blocks
==22671== Rerun with --leak-check=full to see details of leaked memory
==22671== 
==22671== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 283 from 15)
==22671== 
==22671== 1 errors in context 1 of 2:
==22671== Invalid read of size 4
==22671==    at 0x6BF2CEA: ??? (in /dev/zero)
==22671==  Address 0x0 is not stack'd, malloc'd or (recently) free'd
==22671== 
==22671== 
==22671== 1 errors in context 2 of 2:
==22671== Conditional jump or move depends on uninitialised value(s)
==22671==    at 0x8084952: button_layout_handler (prefs.c:1613)
==22671==    by 0x8086110: meta_prefs_init (prefs.c:589)
==22671==    by 0x8082A20: main (main.c:630)
==22671==  Uninitialised value was created by a stack allocation
==22671==    at 0x80844CC: button_layout_handler (prefs.c:1680)
==22671== 
--22671-- 
--22671-- used_suppression:      4 X on SUSE11 writev uninit padding
--22671-- used_suppression:    279 dl-hack3-cond-1
==22671== 
==22671== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 283 from 15)


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]