[Bug 626208] New: "ding" (translator english-german) kills fvwm2 (windowmanager)
http://bugzilla.novell.com/show_bug.cgi?id=626208 http://bugzilla.novell.com/show_bug.cgi?id=626208#c0 Summary: "ding" (translator english-german) kills fvwm2 (windowmanager) Classification: openSUSE Product: openSUSE 11.3 Version: Final Platform: x86-64 OS/Version: openSUSE 11.3 Status: NEW Severity: Normal Priority: P5 - None Component: X11 Applications AssignedTo: bnc-team-screening@forge.provo.novell.com ReportedBy: prostepadm@prostep.com QAContact: qa@suse.de Found By: Community User Blocker: No starting "ding" immediately kills fvwm with SIGSEGV tested on (even frsh installed and up to date ) x86-64 openSUSE 11.3 no problem on i586 system Reproduce: start a "failsafe" gui session start "fvwm2 &" in the xterm start "ding" in the xterm fvwm immediately crashes with SIGSEGV -- 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.
http://bugzilla.novell.com/show_bug.cgi?id=626208 http://bugzilla.novell.com/show_bug.cgi?id=626208#c yang xiaoyu <xyyang@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |xyyang@novell.com AssignedTo|bnc-team-screening@forge.pr |nadvornik@novell.com |ovo.novell.com | -- 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.
http://bugzilla.novell.com/show_bug.cgi?id=626208 http://bugzilla.novell.com/show_bug.cgi?id=626208#c1 --- Comment #1 from Thomas Twin <hausmeister@askja.de> 2010-08-07 15:28:46 UTC --- Created an attachment (id=381412) --> (http://bugzilla.novell.com/attachment.cgi?id=381412) WARNING: delete some image routine without any knowlegde of tcl/tk -- 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.
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.
participants (1)
-
bugzilla_noreply@novell.com