From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: "Jan D." Newsgroups: gmane.emacs.devel Subject: Re: Core dumps in redisplay. Date: Sun, 27 Feb 2005 21:08:10 +0100 Message-ID: References: NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 (Apple Message framework v619.2) Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1109534882 24022 80.91.229.2 (27 Feb 2005 20:08:02 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 27 Feb 2005 20:08:02 +0000 (UTC) Cc: Emacs Devel Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Feb 27 21:08:02 2005 Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1D5Uhk-00028n-9o for ged-emacs-devel@m.gmane.org; Sun, 27 Feb 2005 21:07:52 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1D5Uzx-0005p5-QW for ged-emacs-devel@m.gmane.org; Sun, 27 Feb 2005 15:26:41 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1D5Uwn-0003Q7-D9 for emacs-devel@gnu.org; Sun, 27 Feb 2005 15:23:25 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1D5Uwj-0003O9-4W for emacs-devel@gnu.org; Sun, 27 Feb 2005 15:23:24 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1D5Uwj-0003O4-1Q for emacs-devel@gnu.org; Sun, 27 Feb 2005 15:23:21 -0500 Original-Received: from [195.54.107.73] (helo=mxfep02.bredband.com) by monty-python.gnu.org with esmtp (Exim 4.34) id 1D5UiS-00072q-3S; Sun, 27 Feb 2005 15:08:36 -0500 Original-Received: from coolsville.localdomain ([83.226.180.210] [83.226.180.210]) by mxfep02.bredband.com with ESMTP id <20050227200834.TZSX17521.mxfep02.bredband.com@coolsville.localdomain>; Sun, 27 Feb 2005 21:08:34 +0100 In-Reply-To: Original-To: David Kastrup X-Mailer: Apple Mail (2.619.2) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org X-MailScanner-To: ged-emacs-devel@m.gmane.org Xref: main.gmane.org gmane.emacs.devel:33877 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:33877 > Also with regard to the other report you answered (where I was wrong): > I might well be mistaken. I am just trying to get a hold of why Emacs > keeps crashing on me. It appears, anyway, that something seriously > elusive is going on here. I'll probably have to implement some kind > of trace buffering for interrupt_input_block in order to get a hold of > what is happening here. > > I already disassembled stuff because I thought the compiler might be > at fault. Maybe I should also try without optimization. If you configured with GTK, there is a possibility that multiple threads are updating interrupt_input_block. I've tried to handle that situation, but bugs may of course still remain. Jan D.