! Please note that this is a snapshot of our old Bugzilla server, which is read only since May 29, 2020. Please go to gitlab.xfce.org for our new server !
xfdesktop segfaults when unchecking the option to draw desktop icons
Status:
RESOLVED: FIXED
Product:
Xfdesktop
Component:
General

Comments

Description Jasper Huijsmans editbugs 2005-12-27 08:57:50 CET
It seems xfdesktop sometimes still tries to paint the icons after they have been
removed. I wasn't able to reproduce the crash though :(

What I did: run with icons enabled, uncheck the option in the mcs dialog, wait
for the crash...

(gdb) bt
#0  0xb77f277b in g_type_check_instance_cast ()
   from /usr/lib/libgobject-2.0.so.0
#1  0x08051443 in xfce_desktop_icon_paint (icon=0x80bb4f8)
    at xfce-desktop.c:376
#2  0xb77e8454 in g_cclosure_marshal_VOID__VOID ()
   from /usr/lib/libgobject-2.0.so.0
#3  0xb77d19e8 in g_closure_invoke () from /usr/lib/libgobject-2.0.so.0
#4  0xb77e6e93 in signal_emit_unlocked_R () from /usr/lib/libgobject-2.0.so.0
#5  0x00000000 in ?? ()
(gdb)
Comment 1 Brian J. Tarricone (not reading bugmail) 2006-01-01 15:29:40 CET
Note to self: check for existing idle handler for repaint when icons are disabled
Comment 2 Brian J. Tarricone (not reading bugmail) 2006-01-02 02:28:17 CET
Committed something that may fix this.  Not sure though, as I couldn't reproduce
it either =/

Bug #1297

Reported by:
Jasper Huijsmans
Reported on: 2005-12-27
Last modified on: 2009-07-14

People

Assignee:
Brian J. Tarricone (not reading bugmail)
CC List:
0 users

Version

Attachments

Additional information