Same here for emerald-0.3~git20070717. Wasn't doing anything special.
The window to be decorated (according to the pointer d in the line which
references the problematic call chain) is an rxvt.

(gdb) bt
#0  0x00000000 in ?? ()
#1  0xb7b736df in gdk_gc_new_with_values () from /usr/lib/libgdk-x11-2.0.so.0
#2  0xb7b73741 in gdk_gc_new () from /usr/lib/libgdk-x11-2.0.so.0
#3  0x0804f0fd in update_switcher_window (win=0x827b0a8, 
    selected=<value optimized out>) at main.c:3225
#4  0x08056951 in event_filter_func (gdkxevent=0xbf801998, event=0x807a248, 
data=0x0)
    at main.c:4496
#5  0xb7b99291 in ?? () from /usr/lib/libgdk-x11-2.0.so.0
#6  0xbf801998 in ?? ()
#7  0x0807a248 in ?? ()
#8  0x00000000 in ?? ()
(gdb) l
3220            }
3221    
3222            if (width == d->width && height == d->height)
3223            {
3224                    if (!d->gc)
3225                            d->gc = gdk_gc_new(d->pixmap);
3226    
3227                    queue_decor_draw(d);
3228                    return FALSE;
3229            }
(gdb) p *d->pixmap
$2 = {
  parent_instance = {
    g_type_instance = {
      g_class = 0x8278290
    }, 
    ref_count = 0, 
    qdata = 0x0
  }
}

-- 
emerald crashed with SIGSEGV
https://bugs.launchpad.net/bugs/186098
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to