Summary: | gnome-power-manager crashed in dbus | ||
---|---|---|---|
Product: | dbus | Reporter: | Kjartan Maraas <kmaraas> |
Component: | core | Assignee: | Havoc Pennington <hp> |
Status: | RESOLVED FIXED | QA Contact: | |
Severity: | critical | ||
Priority: | high | CC: | jobi, kimmo.hamalainen |
Version: | unspecified | ||
Hardware: | x86 (IA32) | ||
OS: | Linux (All) | ||
Whiteboard: | |||
i915 platform: | i915 features: | ||
Attachments: | sanity checks |
Description
Kjartan Maraas
2006-02-16 04:19:25 UTC
Created attachment 4968 [details] [review] sanity checks We are experiencing a very similar crash in the maemo framework: #0 0xb74c1820 in strcmp () from /lib/tls/libc.so.6 #1 0x08153c00 in ?? () #2 0xb7439198 in find_name_in_info (a=0x0, b=0x0) at dbus-gproxy.c:496 #3 0xb73b394e in g_slist_find_custom () from /usr/lib/libglib-2.0.so.0 #4 0xb74397cd in dbus_g_proxy_manager_replace_name_owner (manager=0x8185440, name=0x81a7974 "com.nokia.osso_chess.startup", prev_owner=0x81a7998 ":1.33", new_owner=0x81a79a4 "") at dbus-gproxy.c:718 #5 0xb743a93e in dbus_g_proxy_manager_filter (connection=0x8086498, message=0x8158d00, user_data=0x8185440) at dbus-gproxy.c:1173 #6 0xb7408b47 in dbus_connection_dispatch (connection=0x8086498) at dbus-connection.c:3629 #7 0xb7433fcd in message_queue_dispatch (source=0x0, callback=0, user_data=0x0) at dbus-gmain.c:113 #8 0xb739e682 in g_main_dispatch () from /usr/lib/libglib-2.0.so.0 #9 0xb739f708 in g_main_context_dispatch () from /usr/lib/libglib-2.0.so.0 #10 0xb739fa40 in g_main_context_iterate () from /usr/lib/libglib-2.0.so.0 #11 0xb739ffe3 in g_main_loop_run () from /usr/lib/libglib-2.0.so.0 #12 0xb783a223 in gtk_main () from /usr/lib/libgtk-x11-2.0.so.0 #13 0x08050420 in maemo_af_desktop_main (argc=1, argv=0xbfb0abd4) at maemo-af-desktop-main.c:327 #14 0x0805052b in main (argc=0, argv=0x0) at maemo-af-desktop-main.c:340 We are using the attached patch as a temporary workaround. I don't think it solved the root of the problem though, there should not be elements in the "names" whose data is NULL. Is there a chance this could be related to https://bugs.freedesktop.org/show_bug.cgi?id=6433? I belive this is fixed in the latest code. Please reopen if it is not. |
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.