[Bug 28799] Weather applet can't be added to panel.
Mark W. Tomlinson
tomlinson.mw at gmail.com
Sun Jan 22 11:45:25 UTC 2006
Public bug report changed:
https://launchpad.net/malone/bugs/28799
Comment:
If you need more than Lex's dbg output:
### Start gdb output ###
(gdb) run
Starting program: /usr/lib/gnome-applets/gweather-applet-2
[Thread debugging using libthread_db enabled]
[New Thread -1224369952 (LWP 6034)]
Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread -1224369952 (LWP 6034)]
0xb78f9124 in ?? () from /usr/lib/libgweather.so.0
(gdb) thread apply all bt
Thread 1 (Thread -1224369952 (LWP 6034)):
#0 0xb78f9124 in ?? () from /usr/lib/libgweather.so.0
#1 0xb78ff779 in gweather_gconf_get_location (ctx=0x80e4108)
at gweather-gconf.c:252
#2 0xb78fedf7 in gweather_prefs_load (prefs=0x80eca84, ctx=0x80e4108)
at gweather-prefs.c:243
#3 0x0804d2b2 in gweather_applet_factory (applet=0x80cd800,
iid=0x80e3730 "OAFIID:GNOME_GWeatherApplet", data=0x0) at main.c:44
#4 0xb7f24291 in panel_applet_marshal_BOOLEAN__STRING ()
from /usr/lib/libpanel-applet-2.so.0
#5 0xb7990798 in g_closure_invoke () from /usr/lib/libgobject-2.0.so.0
#6 0xb73e843a in bonobo_closure_invoke_va_list ()
from /usr/lib/libbonobo-2.so.0
#7 0xb73e8728 in bonobo_closure_invoke () from /usr/lib/libbonobo-2.so.0
#8 0xb7f20568 in panel_applet_get_type () from /usr/lib/libpanel-applet-2.so.0
#9 0xb799d663 in g_cclosure_marshal_VOID__VOID ()
from /usr/lib/libgobject-2.0.so.0
#10 0xb7990798 in g_closure_invoke () from /usr/lib/libgobject-2.0.so.0
#11 0xb79a0715 in g_signal_stop_emission () from /usr/lib/libgobject-2.0.so.0
#12 0xb79a2238 in g_signal_emit_valist () from /usr/lib/libgobject-2.0.so.0
#13 0xb79a2589 in g_signal_emit () from /usr/lib/libgobject-2.0.so.0
#14 0xb7e62918 in bonobo_control_add_listener ()
---Type <return> to continue, or q <return> to quit---
from /usr/lib/libbonoboui-2.so.0
#15 0xb73e9cbf in _ORBIT_skel_small_Bonobo_Control_setFrame ()
from /usr/lib/libbonobo-2.so.0
#16 0xb7380474 in ORBit_POA_setup_root () from /usr/lib/libORBit-2.so.0
#17 0xb7384fe6 in ORBit_OAObject_invoke () from /usr/lib/libORBit-2.so.0
#18 0xb7371fab in ORBit_small_invoke_adaptor () from /usr/lib/libORBit-2.so.0
#19 0xb738078e in ORBit_POAObject_post_invoke () from /usr/lib/libORBit-2.so.0
#20 0xb7380def in ORBit_POAObject_post_invoke () from /usr/lib/libORBit-2.so.0
#21 0xb7383845 in ORBit_c_stub_invoke () from /usr/lib/libORBit-2.so.0
#22 0xb7384da2 in ORBit_handle_request () from /usr/lib/libORBit-2.so.0
#23 0xb736eeb0 in giop_connection_handle_input () from /usr/lib/libORBit-2.so.0
#24 0xb738b614 in link_connection_set_max_buffer ()
from /usr/lib/libORBit-2.so.0
#25 0xb738d54b in link_servers_move_io_T () from /usr/lib/libORBit-2.so.0
#26 0xb7927547 in g_main_context_dispatch () from /usr/lib/libglib-2.0.so.0
#27 0xb792a606 in g_main_context_check () from /usr/lib/libglib-2.0.so.0
#28 0xb792a928 in g_main_loop_run () from /usr/lib/libglib-2.0.so.0
#29 0xb73d64d0 in bonobo_main () from /usr/lib/libbonobo-2.so.0
#30 0xb73d4a01 in bonobo_generic_factory_main_timeout ()
from /usr/lib/libbonobo-2.so.0
#31 0xb73d4a85 in bonobo_generic_factory_main () from /usr/lib/libbonobo-2.so.0
#32 0xb7f21ec8 in panel_applet_factory_main_closure ()
from /usr/lib/libpanel-applet-2.so.0
---Type <return> to continue, or q <return> to quit---
#33 0xb7f21f9a in panel_applet_factory_main ()
from /usr/lib/libpanel-applet-2.so.0
#34 0x0804d3af in main (argc=4, argv=0x4) at main.c:63
#35 0xb77c8ea2 in __libc_start_main () from /lib/tls/i686/cmov/libc.so.6
#36 0x0804d1c1 in _start () at ../sysdeps/i386/elf/start.S:119
(gdb)
### End gdb output ###
My locale:
mark at anduril:~$ locale
LANG=en_US.UTF-8
LANGUAGE=en_US:en_GB:en
LC_CTYPE="en_US.UTF-8"
LC_NUMERIC="en_US.UTF-8"
LC_TIME="en_US.UTF-8"
LC_COLLATE="en_US.UTF-8"
LC_MONETARY="en_US.UTF-8"
LC_MESSAGES="en_US.UTF-8"
LC_PAPER="en_US.UTF-8"
LC_NAME="en_US.UTF-8"
LC_ADDRESS="en_US.UTF-8"
LC_TELEPHONE="en_US.UTF-8"
LC_MEASUREMENT="en_US.UTF-8"
LC_IDENTIFICATION="en_US.UTF-8"
LC_ALL=
More information about the desktop-bugs
mailing list