From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 19296 invoked by alias); 27 Jan 2004 22:54:22 -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 19285 invoked from network); 27 Jan 2004 22:54:21 -0000 Received: from unknown (HELO central.ixn.com) (65.19.132.2) by sources.redhat.com with SMTP; 27 Jan 2004 22:54:21 -0000 Received: from msu.edu ([207.179.68.222]) (authenticated bits=0) by central.ixn.com (8.12.10/8.12.10) with ESMTP id i0RMrv9S074563 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Tue, 27 Jan 2004 17:54:02 -0500 (EST) Message-ID: <4016EC03.8030906@msu.edu> Date: Tue, 27 Jan 2004 22:54:00 -0000 From: Harold L Hunt II User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.6) Gecko/20040113 MIME-Version: 1.0 To: cygx Subject: RE: Still crash in xserv 4.3.0-42 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit X-Spam-Status: No, hits=0.0 required=5.5 tests=none autolearn=no version=2.60 X-Spam-Checker-Version: SpamAssassin 2.60 (1.212-2003-09-23-exp) X-SW-Source: 2004-01/txt/msg00522.txt.bz2 List-Id: Øyvind, The problem you have found looks pretty generic, so it should be fixable. I added two simple checks to winmultiwindowicons.c and check these into the CYGWIN branch on the xorg repository from freedesktop.org. Please do a "cvs -z3 update" in hw/xwin, then run "cd build/std/programs/Xserver && make XWin.exe" and test the resulting executable. If the crash still happens, then we will have to try again. If the crash goes away, then check /tmp/XWin.log and send in the messages that mention winScaleXBitmapToWindows(). Harold