After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 473854 - crash in Deskbar: Just logged out from KDE...
crash in Deskbar: Just logged out from KDE...
Status: RESOLVED NOTABUG
Product: deskbar-applet
Classification: Deprecated
Component: general
2.19.x
Other All
: High critical
: ---
Assigned To: Deskbar Applet Maintainer(s)
Deskbar Applet Maintainer(s)
: 481817 481977 482114 482514 482753 488516 488598 490167 490406 490931 492146 492540 492891 493788 494191 498814 499245 499252 499304 499480 501416 503426 503487 503488 503931 504863 505291 505529 508181 508449 508718 510474 511521 512006 512098 512142 512256 514221 515372 515618 516683 517957 518495 522113 523784 524358 531896 532118 533785 535105 537525 539919 540041 540130 544437 546666 (view as bug list)
Depends on:
Blocks:
 
 
Reported: 2007-09-05 09:44 UTC by helmantel
Modified: 2008-08-09 15:52 UTC
See Also:
GNOME target: ---
GNOME version: 2.19/2.20


Attachments
Patch to catch gconf errors (3.87 KB, patch)
2007-09-05 15:09 UTC, palfrey
none Details | Review

Description helmantel 2007-09-05 09:44:11 UTC
What were you doing when the application crashed?
Just logged out from KDE and logged in into Gnome.


Distribution: Ubuntu 7.10 (gutsy)
Gnome Release: 2.19.6 2007-08-14 (Ubuntu)
BugBuddy Version: 2.18.1

System: Linux 2.6.22-10-generic #1 SMP Wed Aug 22 08:11:52 GMT 2007 i686
X Vendor: The X.Org Foundation
X Vendor Release: 10300000
Selinux: No
Accessibility: Disabled
GTK+ Theme: Outdoors
Icon Theme: (null)

Memory status: size: 0 vsize: 0 resident: 0 share: 0 rss: 0 rss_rlim: 0
CPU usage: start_time: 0 rtime: 0 utime: 0 stime: 0 cutime:0 cstime: 0 timeout: 0 it_real_value: 0 frequency: 0



----------- .xsession-errors (8 sec old) ---------------------
alarm-queue.c:518 (load_alarms) 
alarm-queue.c:547 (load_alarms) - Setting Call backs 
alarm-notify.c:337 (alarm_msgport_replied) - 0x80c9200: Replied to GUI thread
alarm-notify.c:349 (alarm_msg_received) - 0x80ccb48: Received at thread b561cb90
alarm-queue.c:2003 (alarm_queue_add_async) - 0x80c8ea0
alarm-queue.c:581 (load_alarms_for_today) - From Tue Sep  4 14:44:53 2007
 to Tue Sep  4 14:44:53 2007
alarm-queue.c:518 (load_alarms) 
alarm-queue.c:547 (load_alarms) - Setting Call backs 
alarm-notify.c:337 (alarm_msgport_replied) - 0x80ccb48: Replied to GUI thread
alarm-notify.c:3  PID TTY          TIME CMD
(gnome-panel:11658): GConf-CRITICAL **: gconf_client_set_string: assertion `val != NULL' failed
--------------------------------------------------
Traceback (most recent call last):
  • File "/usr/lib/deskbar-applet/deskbar-applet", line 27 in applet_factory
    dapplet = DeskbarApplet(applet)
  • File "/usr/lib/python2.5/site-packages/deskbar/ui/DeskbarApplet.py", line 91 in __init__
    self.__setup_mvc()
  • File "/usr/lib/python2.5/site-packages/deskbar/ui/DeskbarApplet.py", line 94 in __setup_mvc
    self.__core = CoreImpl(deskbar.MODULES_DIRS)
  • File "/usr/lib/python2.5/site-packages/deskbar/core/CoreImpl.py", line 28 in __init__
    self._gconf = GconfStore.get_instance()
  • File "/usr/lib/python2.5/site-packages/deskbar/core/GconfStore.py", line 61 in get_instance
    GconfStore.__instance = GconfStore()
  • File "/usr/lib/python2.5/site-packages/deskbar/core/GconfStore.py", line 70 in __init__
    self.__connect_notifications()
  • File "/usr/lib/python2.5/site-packages/deskbar/core/GconfStore.py", line 73 in __connect_notifications
    self._client.add_dir(self.GCONF_DIR, gconf.CLIENT_PRELOAD_RECURSIVE)
GError: Configuration server couldn't be contacted: CORBA error: IDL:omg.org/CORBA/BAD_OPERATION:1.0

Comment 1 palfrey 2007-09-05 15:09:18 UTC
Created attachment 94995 [details] [review]
Patch to catch gconf errors

This patch will catch those sorts of errors, but what's really happened is that gconf has a problem and that needs fixing. 

You can try deleting ~/.gconfd/saved_state and (if it exists) ~/.gconfd/saved_state.tmp, which might help gconf get fixed.
Comment 2 Sebastian Pölsterl 2007-10-01 10:42:08 UTC
*** Bug 482114 has been marked as a duplicate of this bug. ***
Comment 3 Sebastian Pölsterl 2007-10-01 10:42:26 UTC
*** Bug 481817 has been marked as a duplicate of this bug. ***
Comment 4 Sebastian Pölsterl 2007-10-01 10:42:43 UTC
*** Bug 481977 has been marked as a duplicate of this bug. ***
Comment 5 Sebastian Pölsterl 2007-10-02 12:16:46 UTC
*** Bug 482514 has been marked as a duplicate of this bug. ***
Comment 6 Sebastian Pölsterl 2007-10-04 09:35:53 UTC
*** Bug 482753 has been marked as a duplicate of this bug. ***
Comment 7 Christoph Wolk 2007-10-20 14:32:29 UTC
*** Bug 488598 has been marked as a duplicate of this bug. ***
Comment 8 Sebastian Pölsterl 2007-10-20 17:03:00 UTC
*** Bug 488516 has been marked as a duplicate of this bug. ***
Comment 9 Sebastian Pölsterl 2007-10-26 16:27:10 UTC
*** Bug 490167 has been marked as a duplicate of this bug. ***
Comment 10 Sebastian Pölsterl 2007-10-26 16:37:39 UTC
*** Bug 490406 has been marked as a duplicate of this bug. ***
Comment 11 Sebastian Pölsterl 2007-10-26 16:48:28 UTC
I don't think it's a good idea to just ignore the error. Actually, something is wrong on the user's machine, so that's not Deskbar's fault.
Comment 12 Christoph Wolk 2007-10-28 04:31:23 UTC
*** Bug 490931 has been marked as a duplicate of this bug. ***
Comment 13 Christoph Wolk 2007-10-31 20:52:43 UTC
*** Bug 492146 has been marked as a duplicate of this bug. ***
Comment 14 Sebastian Pölsterl 2007-11-02 14:29:29 UTC
*** Bug 492540 has been marked as a duplicate of this bug. ***
Comment 15 Sebastian Pölsterl 2007-11-03 11:44:14 UTC
*** Bug 492891 has been marked as a duplicate of this bug. ***
Comment 16 palfrey 2007-11-05 17:41:49 UTC
*** Bug 493788 has been marked as a duplicate of this bug. ***
Comment 17 Sebastian Pölsterl 2007-11-08 19:08:57 UTC
*** Bug 494191 has been marked as a duplicate of this bug. ***
Comment 18 Sebastian Pölsterl 2007-11-22 14:04:44 UTC
*** Bug 498814 has been marked as a duplicate of this bug. ***
Comment 19 Sebastian Pölsterl 2007-11-23 21:24:56 UTC
*** Bug 499245 has been marked as a duplicate of this bug. ***
Comment 20 Sebastian Pölsterl 2007-11-23 21:25:14 UTC
*** Bug 499252 has been marked as a duplicate of this bug. ***
Comment 21 Sebastian Pölsterl 2007-11-24 11:26:54 UTC
*** Bug 499304 has been marked as a duplicate of this bug. ***
Comment 22 Sebastian Pölsterl 2007-11-25 19:12:51 UTC
*** Bug 499480 has been marked as a duplicate of this bug. ***
Comment 23 palfrey 2007-12-04 16:39:39 UTC
*** Bug 501416 has been marked as a duplicate of this bug. ***
Comment 24 Sebastian Pölsterl 2007-12-13 15:46:32 UTC
*** Bug 503426 has been marked as a duplicate of this bug. ***
Comment 25 Sebastian Pölsterl 2007-12-16 19:25:34 UTC
*** Bug 503487 has been marked as a duplicate of this bug. ***
Comment 26 Sebastian Pölsterl 2007-12-16 19:26:50 UTC
*** Bug 503488 has been marked as a duplicate of this bug. ***
Comment 27 Sebastian Pölsterl 2007-12-17 10:26:36 UTC
*** Bug 503931 has been marked as a duplicate of this bug. ***
Comment 28 Sebastian Pölsterl 2007-12-25 11:51:59 UTC
*** Bug 504863 has been marked as a duplicate of this bug. ***
Comment 29 Sebastian Pölsterl 2007-12-25 12:06:00 UTC
*** Bug 505291 has been marked as a duplicate of this bug. ***
Comment 30 Sebastian Pölsterl 2007-12-25 12:13:35 UTC
*** Bug 505529 has been marked as a duplicate of this bug. ***
Comment 31 Sebastian Pölsterl 2008-01-11 22:02:00 UTC
*** Bug 508181 has been marked as a duplicate of this bug. ***
Comment 32 Sebastian Pölsterl 2008-01-11 22:05:31 UTC
*** Bug 508449 has been marked as a duplicate of this bug. ***
Comment 33 Sebastian Pölsterl 2008-01-11 22:09:55 UTC
*** Bug 508718 has been marked as a duplicate of this bug. ***
Comment 34 Sebastian Pölsterl 2008-01-19 15:37:46 UTC
*** Bug 510474 has been marked as a duplicate of this bug. ***
Comment 35 Baptiste Mille-Mathias 2008-01-23 16:02:53 UTC
*** Bug 511521 has been marked as a duplicate of this bug. ***
Comment 36 Sebastian Pölsterl 2008-01-25 18:28:06 UTC
*** Bug 512006 has been marked as a duplicate of this bug. ***
Comment 37 Sebastian Pölsterl 2008-01-25 18:30:20 UTC
*** Bug 512098 has been marked as a duplicate of this bug. ***
Comment 38 Sebastian Pölsterl 2008-01-28 20:03:23 UTC
*** Bug 512142 has been marked as a duplicate of this bug. ***
Comment 39 Sebastian Pölsterl 2008-01-28 20:07:35 UTC
*** Bug 512256 has been marked as a duplicate of this bug. ***
Comment 40 Sebastian Pölsterl 2008-02-07 16:17:53 UTC
*** Bug 514221 has been marked as a duplicate of this bug. ***
Comment 41 Sebastian Pölsterl 2008-02-09 12:00:27 UTC
*** Bug 515372 has been marked as a duplicate of this bug. ***
Comment 42 Cosimo Cecchi 2008-02-11 09:42:28 UTC
*** Bug 515618 has been marked as a duplicate of this bug. ***
Comment 43 Gianluca Borello 2008-02-15 17:15:42 UTC
*** Bug 516683 has been marked as a duplicate of this bug. ***
Comment 44 Sebastian Pölsterl 2008-02-22 10:56:37 UTC
*** Bug 517957 has been marked as a duplicate of this bug. ***
Comment 45 Gianluca Borello 2008-02-25 11:36:11 UTC
*** Bug 518495 has been marked as a duplicate of this bug. ***
Comment 46 Damien Durand 2008-03-13 09:45:17 UTC
*** Bug 522113 has been marked as a duplicate of this bug. ***
Comment 47 Gianluca Borello 2008-03-22 09:11:18 UTC
*** Bug 523784 has been marked as a duplicate of this bug. ***
Comment 48 Gianluca Borello 2008-03-25 19:21:57 UTC
*** Bug 524358 has been marked as a duplicate of this bug. ***
Comment 49 Gianluca Borello 2008-05-07 15:29:47 UTC
*** Bug 531896 has been marked as a duplicate of this bug. ***
Comment 50 Gianluca Borello 2008-05-08 10:49:57 UTC
*** Bug 532118 has been marked as a duplicate of this bug. ***
Comment 51 Sebastian Pölsterl 2008-05-23 11:06:33 UTC
*** Bug 533785 has been marked as a duplicate of this bug. ***
Comment 52 Sebastian Pölsterl 2008-05-28 12:02:54 UTC
*** Bug 535105 has been marked as a duplicate of this bug. ***
Comment 53 Gianluca Borello 2008-06-10 11:02:05 UTC
*** Bug 537525 has been marked as a duplicate of this bug. ***
Comment 54 Gianluca Borello 2008-06-24 10:50:37 UTC
*** Bug 539919 has been marked as a duplicate of this bug. ***
Comment 55 Gianluca Borello 2008-06-24 23:02:23 UTC
*** Bug 540041 has been marked as a duplicate of this bug. ***
Comment 56 Gianluca Borello 2008-06-25 10:49:11 UTC
*** Bug 540130 has been marked as a duplicate of this bug. ***
Comment 57 Allan Day 2008-07-23 22:54:03 UTC
*** Bug 544437 has been marked as a duplicate of this bug. ***
Comment 58 Susana 2008-08-09 15:52:11 UTC
*** Bug 546666 has been marked as a duplicate of this bug. ***