From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: John Wiegley Newsgroups: gmane.emacs.devel Subject: Re: More info on sporadic OS/X crash Date: Mon, 26 Apr 2004 11:08:52 -0700 Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: References: NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1083005054 16572 80.91.224.253 (26 Apr 2004 18:44:14 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 26 Apr 2004 18:44:14 +0000 (UTC) Original-X-From: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Mon Apr 26 20:43:51 2004 Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1BIB54-0002y2-00 for ; Mon, 26 Apr 2004 20:43:50 +0200 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.35 #1 (Debian)) id 1BIB53-000695-00 for ; Mon, 26 Apr 2004 20:43:49 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.30) id 1BIB3Q-0008J5-4O for emacs-devel@quimby.gnus.org; Mon, 26 Apr 2004 14:42:08 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.30) id 1BIAZN-0007z0-4K for emacs-devel@gnu.org; Mon, 26 Apr 2004 14:11:05 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.30) id 1BIAYM-0007S2-Fx for emacs-devel@gnu.org; Mon, 26 Apr 2004 14:10:33 -0400 Original-Received: from [204.251.10.81] (helo=iris1.directnic.com) by monty-python.gnu.org with smtp (Exim 4.30) id 1BIAXJ-0006o8-MA for emacs-devel@gnu.org; Mon, 26 Apr 2004 14:08:57 -0400 Original-Received: by iris1.directnic.com (iris/0.153:492879); 26 Apr 2004 18:08:26 +0000 X-Iris-Host: 1148833923/adsl-68-121-208-131.dsl.snfc21.pacbell.net Original-Received: from adsl-68-121-208-131.dsl.snfc21.pacbell.net (EHLO Majnun.local) (68.121.208.131) by pop.directnic.com (iris/0.153:492879/relay) with ESMTP for ; 26 Apr 2004 18:08:55 +0000 Original-Received: by Majnun.local (Postfix, from userid 501) id 7FC1523F325; Mon, 26 Apr 2004 11:08:52 -0700 (PDT) Original-To: emacs-devel@gnu.org In-Reply-To: (YAMAMOTO Mitsuharu's message of "Sat, 24 Apr 2004 10:15:34 +0900") User-Agent: Gnus/5.110002 (No Gnus v0.2) Emacs/21.3.50 (darwin) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.4 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Xref: main.gmane.org gmane.emacs.devel:22190 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:22190 YAMAMOTO Mitsuharu writes: > Could you please try the patch I posted in the following message and > see similar crash still occurs? > http://mail.gnu.org/archive/html/emacs-devel/2004-04/msg00783.html > (Sorry about copy&paste.) > > The reason why I'm saying about event handling is that the current > CVS code discards window events in the queue when C-g occurs. I > suspect this behavior makes some internal structures go into > inconsistent states. I will note that I am not using C-g when these crashes occur. It seems to happen when pressing return, just before scrolling is about to happen. John