Package: gnome-shell<br>Version: 3.2.2.1-3<br><br> When trying to lad gnome-shell from gdm, it crashes.<br> I followed instruction for debugging from<br> <a href="http://live.gnome.org/GnomeShell/Debugging">http://live.gnome.org/GnomeShell/Debugging</a><br>

 here is the output :<br><br>me@debian:~$ ~/xenv.sh<br>8126<br>me@debian:~$ gdb gnome-shell<br>GNU gdb (GDB) 7.4-debian<br>Copyright (C) 2012 Free Software Foundation, Inc.<br>License GPLv3+: GNU GPL version 3 or later <<a href="http://gnu.org/licenses/gpl.html">http://gnu.org/licenses/gpl.html</a>><br>

This is free software: you are free to change and redistribute it.<br>There is NO WARRANTY, to the extent permitted by law.  Type "show copying"<br>and "show warranty" for details.<br>This GDB was configured as "x86_64-linux-gnu".<br>

For bug reporting instructions, please see:<br><<a href="http://www.gnu.org/software/gdb/bugs/">http://www.gnu.org/software/gdb/bugs/</a>>...<br>Reading symbols from /usr/bin/gnome-shell...(no debugging symbols found)...done.<br>

(gdb) run --replace<br>Starting program: /usr/bin/gnome-shell --replace<br>[Thread debugging using libthread_db enabled]<br>Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".<br>Gtk-Message: Failed to load module "canberra-gtk-module"<br>

<br>** (gnome-shell:8323): CRITICAL **: dbus_g_proxy_new_for_name: assertion `connection != NULL' failed<br><br>** (gnome-shell:8323): CRITICAL **: dbus_g_proxy_call: assertion `DBUS_IS_G_PROXY (proxy)' failed<br>

  <br>Program received signal SIGSEGV, Segmentation fault.<br>0x0000000000402d52 in main ()<br>(gdb) bt<br>#0  0x0000000000402d52 in main ()<br>(gdb) bt<br>#0  0x0000000000402d52 in main ()<br>(gdb) t a a bt<br><br>Thread 1 (Thread 0x7ffff7fa69a0 (LWP 8323)):<br>

#0  0x0000000000402d52 in main ()<br>(gdb) call gjs_dumpstack ()<br>$1 = 2<br>(gdb)<br><br><br>I am using today's latest packages from sid (the bt is from a fully up to date system).<br>I did not restart gnome shell or my system for say, a week, so the bug may not come from latest package releases.<br>

I tried to downgrade gnome-shell and gnome-shell-common to 3.2.2.1-2 (from wheezy), no luck.<br>Then I tried to downgrade dbus (even if that no might be a good idea) to actual wheezy version, same problem .<br>Finally I downgraded gnome-shell (and according direct dependencies) to 3.2.1-8, as I am sure it was a previous working version.<br>

Still no luck.<br>That's making me thinking that the bug might not come from gnome-shell package itself.<br><br>Not accessing the computer right now, I will post more information regarding this bug shortly.<br><br>