http://bugzilla.novell.com/show_bug.cgi?id=626208 http://bugzilla.novell.com/show_bug.cgi?id=626208#c2 Thomas Twin <hausmeister@askja.de> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |hausmeister@askja.de --- Comment #2 from Thomas Twin <hausmeister@askja.de> 2010-08-07 15:43:40 UTC --- I can confirm this: and the reverse order let both crash too. S gdb fvmm .. Program terminated with signal 11, Segmentation fault. #0 0x00000000004786dd in extract_wm_icon (fw=0x7a4c00, list=0x7a8120, size= 1026, is_mini_icon=1) at ewmh_icons.c:643 643 if (i + 1 + list[i]*list[i+1] < size) (gdb) it's repeatable. I guess the "reason" is /usr/bin/ding at line: 1485 # now build the user interface 1486 set logo { 1487 R0lGODdhIAAgAMIAAMDAwAAAAP///4CAgPJ8Dv///////////ywAAAAAIAAgAAADxRi63P5N 1488 yEmrvVIJwLv/YDhoYWl6Y7CdLJiubQy8ALR0tsLRKiYENd9vpyH0MDWAMECYFY+X5LL5Mv4C 1489 g4EgK5Eustwf9SmU+phOlVWiBXeBE7dWnBaskfDzWA21mDFoVX0VXlhbYYFkV1hhfxeJfGV5 1490 gHt2UHMTZmCYdIJxh3OOFpCWkkqHGQyVa5sUokFXq4Ouk29DpHdRtRs6NbI2vEo5siZAxsXE 1491 xb0luDlMBEbDddDU1dRg1tmVMjIpm9/g4eLO5MAJADs=} 1492 image create photo windowicon -data $logo ... I've deleted some routines of ding (see patch) and now I receive only a warning by ding, if I cross over the small icons in ding: unknown color name "" unknown color name "" while executing "winfo rgb $w [$w cget -selectcolor]" (procedure "tk::CheckEnter" line 23) invoked from within "tk::CheckEnter .result.text.fold5" (command bound to event) the warning appears in icewm too! --- a better end-user workaround may be a script: #!/bin/sh if ps aux| grep -v grep | grep -q fvwm ; then firefox http://dict.tu-chemnitz.de/ else /usr/bin/ding fi Cheers Thomas -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.