From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Oct 9 04:00:33 2003 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0FEF916A4B3 for ; Thu, 9 Oct 2003 04:00:33 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id E1A7543FA3 for ; Thu, 9 Oct 2003 04:00:30 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h99B0UFY090516 for ; Thu, 9 Oct 2003 04:00:30 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h99B0USN090511; Thu, 9 Oct 2003 04:00:30 -0700 (PDT) (envelope-from gnats) Resent-Date: Thu, 9 Oct 2003 04:00:30 -0700 (PDT) Resent-Message-Id: <200310091100.h99B0USN090511@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Daichi GOTO Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7DA6F16A4B3 for ; Thu, 9 Oct 2003 03:56:10 -0700 (PDT) Received: from ongs.co.jp (ns.ongs.co.jp [202.216.232.58]) by mx1.FreeBSD.org (Postfix) with SMTP id C34D543FE1 for ; Thu, 9 Oct 2003 03:56:05 -0700 (PDT) (envelope-from daichi@ongs.co.jp) Received: (qmail 18489 invoked from network); 9 Oct 2003 10:56:26 -0000 Received: from unknown (HELO parancell.ongs.co.jp) (202.216.232.62) by ns.ongs.co.jp with SMTP; 9 Oct 2003 10:56:26 -0000 Received: from parancell.ongs.co.jp (localhost.ongs.co.jp [127.0.0.1]) by parancell.ongs.co.jp (8.12.9/8.12.9) with ESMTP id h99Avi61082434; Thu, 9 Oct 2003 19:57:44 +0900 (JST) (envelope-from daichi@parancell.ongs.co.jp) Received: (from daichi@localhost) by parancell.ongs.co.jp (8.12.9/8.12.9/Submit) id h99AvhZ1082433; Thu, 9 Oct 2003 19:57:43 +0900 (JST) Message-Id: <200310091057.h99AvhZ1082433@parancell.ongs.co.jp> Date: Thu, 9 Oct 2003 19:57:43 +0900 (JST) From: Daichi GOTO To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 cc: anholt@FreeBSD.org cc: nork@FreeBSD.org Subject: ports/57794: [patch] x11/XFree86-4-libraries: bug fix about XIC treatment for XIM client(Xwnmo) X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Daichi GOTO List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 09 Oct 2003 11:00:33 -0000 >Number: 57794 >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:00:30 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@parancell.ongs.co.jp:/usr/obj/usr/src/sys/PARANCELL i386 >Description: Norikatsu(nork@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@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: