ports/57795: [patch] x11/XFree86-4-libraries: bug fix about XIC treatment for XIM client(Xwnmo)
Daichi GOTO
daichi at FreeBSD.org
Thu Oct 9 11:10:23 UTC 2003
>Number: 57795
>Category: ports
>Synopsis: [patch] x11/XFree86-4-libraries: bug fix about XIC treatment for XIM client(Xwnmo)
>Confidential: no
>Severity: critical
>Priority: high
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: sw-bug
>Submitter-Id: current-users
>Arrival-Date: Thu Oct 09 04:10:13 PDT 2003
>Closed-Date:
>Last-Modified:
>Originator: Daichi GOTO
>Release: FreeBSD 5.1-RELEASE i386
>Organization:
ONGS Inc.
>Environment:
System: FreeBSD parancell.ongs.co.jp 5.1-RELEASE FreeBSD 5.1-RELEASE #2: Fri Sep 5 21:29:29 JST 2003 root at parancell.ongs.co.jp:/usr/obj/usr/src/sys/PARANCELL i386
>Description:
Norikatsu(nork at freebsd.org)'s linuxpluginwrapper-20031006 gets
crash using Xwnmo(XIM client) bacause of XFree86's bug about
XIC treatment.
>How-To-Repeat:
Use Mozill with Xwnmo and Norikatsu(nork at freebsd.org)'s linuxpluginwrapper-20031006.
It'll get crash.
>Fix:
add follow patch as x11/XFree86-4-libraries/files/patch-ICWrap.c
*** lib/X11/ICWrap.c.org 2003-08-30 16:16:24.000000000 +0900
--- lib/X11/ICWrap.c 2003-08-30 16:14:05.000000000 +0900
***************
*** 346,351 ****
--- 346,352 ----
XSetICFocus(ic)
XIC ic;
{
+ if(ic!=NULL)
if (ic->core.im)
(*ic->methods->set_focus) (ic);
}
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list