Crashes on 'power dialog' in Gnome Shell, dbus problem?

Use this category to discuss anything related to the development of Guayadeque.
Locked
l300lvl
Posts: 226
Joined: Sun Mar 06, 2011 12:21 pm

Crashes on 'power dialog' in Gnome Shell, dbus problem?

Post by l300lvl »

This has been a problem for a while but I never reported it. When you go to the 'User Menu' under Gnome Shell 3.2(not tested other versions) and click Power Off for instance by first opening User Menu, then holding the Alt key down and clicking Power Off... it instantly kills Guayadeque, even if I click cancel and don't restart or power off. So I finally ran under gdb to see whats happening, here is what I get:

http://susepaste.org/76010832

Then the bt:

(gdb) bt
#0 0x00007ffff37dad95 in raise () from /lib64/libc.so.6
#1 0x00007ffff37dc2ab in abort () from /lib64/libc.so.6
#2 0x00007ffff483d655 in ?? () from /lib64/libdbus-1.so.3
#3 0x00007ffff48345f1 in ?? () from /lib64/libdbus-1.so.3
#4 0x00007ffff482728b in dbus_message_iter_append_basic ()
from /lib64/libdbus-1.so.3
#5 0x00007ffff4827b97 in dbus_message_append_args_valist ()
from /lib64/libdbus-1.so.3
#6 0x00007ffff4827f1c in dbus_message_append_args ()
from /lib64/libdbus-1.so.3
#7 0x0000000000716da2 in guGSession::HandleMessages (this=0x1df2520,
msg=, reply=)
at /home/l300lvl/guayadeque/src/dbus/gsession.cpp:154
#8 0x0000000000713894 in guDBusServer::HandleMessages (this=0xcbb5e0, msg=
0x7fffd8000930, reply=0x0)
at /home/l300lvl/guayadeque/src/dbus/gudbus.cpp:155
#9 0x00000000007143ab in Handle_Messages (conn=, msg=
0x7fffd8001010, udata=0xcbb5e0)
at /home/l300lvl/guayadeque/src/dbus/gudbus.cpp:35
#10 0x00007ffff481d286 in dbus_connection_dispatch ()
from /lib64/libdbus-1.so.3
#11 0x00007ffff481d596 in ?? () from /lib64/libdbus-1.so.3
#12 0x00000000007137df in guDBusThread::Entry (this=0xe94410)
---Type to continue, or q to quit---
at /home/l300lvl/guayadeque/src/dbus/gudbus.cpp:585
#13 0x00007ffff7b6a7ab in wxThreadInternal::PthreadStart(wxThread*) ()
from /usr/lib64/wx-2.8-wxcontainer/libwx_baseu-2.8.so.0
#14 0x00007ffff3b3cf05 in start_thread () from /lib64/libpthread.so.0
#15 0x00007ffff387f63d in clone () from /lib64/libc.so.6
l300lvl
Posts: 226
Joined: Sun Mar 06, 2011 12:21 pm

Crashes on 'power dialog' in Gnome Shell, dbus problem?

Post by l300lvl »

Hi I was just wondering if you looked into this at all. Is there any more info you might need I can provide. Perhaps I can install whatever else it was it asked for that didn't have debug flags.
User avatar
anonbeat
Posts: 2048
Joined: Thu Sep 16, 2010 9:47 pm

Crashes on 'power dialog' in Gnome Shell, dbus problem?

Post by anonbeat »

I need to check with gnome shell
bmbaker
Posts: 72
Joined: Tue Oct 19, 2010 3:12 am

Crashes on 'power dialog' in Gnome Shell, dbus problem?

Post by bmbaker »

it doesn't do that with gnome 3.3.5 i just checked !
l300lvl
Posts: 226
Joined: Sun Mar 06, 2011 12:21 pm

Crashes on 'power dialog' in Gnome Shell, dbus problem?

Post by l300lvl »

perhaps theres a way to find out what change was made then, as I can't see waiting 2-3 months for 3.3 stable as a viable solution. Currently the most up to date stable build I can get is 3.2.2.
bmbaker
Posts: 72
Joined: Tue Oct 19, 2010 3:12 am

Crashes on 'power dialog' in Gnome Shell, dbus problem?

Post by bmbaker »

it won't be 3.3 stable it will be 3.4 ! current version is 3.3.90 which also has no errors!
l300lvl
Posts: 226
Joined: Sun Mar 06, 2011 12:21 pm

Crashes on 'power dialog' in Gnome Shell, dbus problem?

Post by l300lvl »

Well I don't know how the naming convention works so thanks for confirming that it will be 3.4. That will be the next stable release apart from 3.2.2, and it comes out in May, iirc? Or is that only the next MAJOR release, and perhaps there is another stable build that may be pushed upstream sooner?
bmbaker
Posts: 72
Joined: Tue Oct 19, 2010 3:12 am

Crashes on 'power dialog' in Gnome Shell, dbus problem?

Post by bmbaker »

actually if you add the ricotz/testing ppa it is very stable and you can upgrade and then disable the ppa if you want!
l300lvl
Posts: 226
Joined: Sun Mar 06, 2011 12:21 pm

Crashes on 'power dialog' in Gnome Shell, dbus problem?

Post by l300lvl »

Do you perhaps happen to know of a repository that can be built from source, as I don't use Ubuntu/Debian? Also do you know of one that is possible to install side by side as an entirely seperate DE/Session, I ask thise because that one you posted is listed as testing and unstable, and I would rather not use something that isn't as stable as the current Gnome Stable release, on a production machine without a fallback method, especially given the current 'buggy' status of 3.2.*. Thanks though, it is nice to see so many repositories for GS.
Locked