From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 7832 invoked by alias); 13 Jan 2004 17:21:20 -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 7821 invoked from network); 13 Jan 2004 17:21:19 -0000 Received: from unknown (HELO mail.broadpark.no) (217.13.4.2) by sources.redhat.com with SMTP; 13 Jan 2004 17:21:19 -0000 Received: from famine (217-13-20-38.dd.nextgentel.com [217.13.20.38]) by mail.broadpark.no (Postfix) with ESMTP id 27EE278AAB for ; Tue, 13 Jan 2004 18:21:18 +0100 (MET) Subject: Crash in xserv 4.3.0-40 From: =?ISO-8859-1?Q?=D8yvind?= Harboe To: cygwin-xfree@cygwin.com Content-Type: text/plain; charset=UTF-8 Organization: Zylin AS Message-Id: <1074014477.23147.23.camel@famine> Mime-Version: 1.0 Date: Tue, 13 Jan 2004 17:21:00 -0000 Content-Transfer-Encoding: 8bit X-SW-Source: 2004-01/txt/msg00309.txt.bz2 List-Id: >What is "crashing"? XWin.exe? Does your entire X11 session bomb? Or, is just > Evolution crashing? If Evolution is crashing, then it is likely due to bugs > in Evolution; granted, some of these bugs may be brought out by XWin.exe, >but they would still be bugs nonetheless. Some thread in the XWin.exe process causes an access violation. >>- I can use the Evolution interface after the "Do you want to debug" requester has popped >>up. I interpret this as some "non-essential thread" having been stopped while the rest of >>XWin threads continue "unperturbed" > >That message is coming from Evolution, not from XWin.exe. If one of XWin.exe's > thread's crashed, that thread would just exit silently (usually with a message >saying so in XWin.log). The message I'm referring to is the Windows Dr Watson message that allows me to launch the Visual C++ debugger which will then show me the instruction that caused the access violation in the XWin.exe process. Depending on the configuration of the system, this requester could be anything. I presume it is even possible to launch GDB at this point. >>- Copy & paste works after the crash(from Evolution to Windows) > >So, XWin.exe is not crashing, Crashing as you pointed out is a terribly vague description, but I would have to insist that XWin.exe is indeed crashing. :-) I interpret the situation as a thread within the XWin.exe process having been halted after causing an access violation. The remaining threads in XWin.exe are allowed to continue. The requester that is put up is Windows allowing me to debug it. If I press "no I don't want to debug", then Xwin.exe is immediately terminated. >Are you sure XWin.exe did this? Yes, I've even looked at the XWin.exe in the Visual C++ debugger, but without symbol information its kinda pointless. >This sounds like it is happening in Evolution. You > are running Evolution on a separate Linux/*nix box, right? Yes. > You haven't done something silly like compiled it for Cygwin, have you? Nope. I don't have enough knowledge about xfree86 to do anything particularly harmfull :-) Øyvind