From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 18580 invoked by alias); 11 Jan 2004 20:21:09 -0000 Mailing-List: contact cygwin-xfree-help@cygwin.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-xfree-owner@cygwin.com Mail-Followup-To: cygwin-xfree@cygwin.com Reply-To: cygwin-xfree@cygwin.com Received: (qmail 18573 invoked from network); 11 Jan 2004 20:21:08 -0000 Received: from unknown (HELO sys04.mail.msu.edu) (35.9.75.104) by sources.redhat.com with SMTP; 11 Jan 2004 20:21:08 -0000 Received: from [207.179.68.222] (helo=msu.edu) by sys04.mail.msu.edu with asmtp (Exim 4.24 #37) (TLSv1:AES256-SHA:256) id 1Afm56-0005Kg-4z for cygwin-xfree@cygwin.com; Sun, 11 Jan 2004 15:21:08 -0500 Message-ID: <4001B039.5090901@msu.edu> Date: Sun, 11 Jan 2004 20:21:00 -0000 From: Harold L Hunt II User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.6b) Gecko/20031208 MIME-Version: 1.0 To: cygwin-xfree@cygwin.com Subject: Re: Crashing after two or three server resets References: <4000BF0E.2090102@msu.edu> <20040111232749.FFA7.MURAKAMI@ipl.t.u-tokyo.ac.jp> In-Reply-To: <20040111232749.FFA7.MURAKAMI@ipl.t.u-tokyo.ac.jp> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Virus: None found by Clam AV X-SW-Source: 2004-01/txt/msg00215.txt.bz2 List-Id: Takuma, Takuma Murakami wrote: > The crash in fontdir.c have been there for a while. At least > most of xserv-2x releases have it. I challenged the problem > several times but I could neither fix, nor unveil how to > reproduce it. I think it occurred on the first reset as well > as plural resets. But it's not certain because I have not yet > encountered it with xorg-based servers. I think the first thing to do is just check if FreeFonts () is being called twice on some server resets. If it is, then the problem is simple: prevent it from being called twice. If FreeFonts () is not called twice, then the problem could be more difficult to track down. > Another problem on server reset is that Japanese keyboard > layout is ignored after server reset in XDMCP sessions. > I attach a patch for the problem. Now I'm missing where > the latest code resides, so I create it against xorg repository > on freedesktop.org. Yes, the latest code for Cygwin/X is in the xorg repository on freedesktop.org, you made your patch against the correct source. Thanks for the patch! By the way, is there anything that makes this just apply to Japanese keyboard layouts, or is it generally applicable to all keyboard layouts being lost on a server reset in Xdcmp sessions? Harold