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: Thu, 29 Apr 2004 15:08:39 -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 1083277146 32138 80.91.224.253 (29 Apr 2004 22:19:06 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 29 Apr 2004 22:19:06 +0000 (UTC) Original-X-From: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Fri Apr 30 00:18:58 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 1BJJru-0005Nq-00 for ; Fri, 30 Apr 2004 00:18:58 +0200 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.35 #1 (Debian)) id 1BJJru-00064R-00 for ; Fri, 30 Apr 2004 00:18:58 +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 1BJJk0-0000FL-Ic for emacs-devel@quimby.gnus.org; Thu, 29 Apr 2004 18:10:48 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.30) id 1BJJic-0008Uz-8O for emacs-devel@gnu.org; Thu, 29 Apr 2004 18:09:22 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.30) id 1BJJhw-0008La-P6 for emacs-devel@gnu.org; Thu, 29 Apr 2004 18:09:13 -0400 Original-Received: from [204.251.10.82] (helo=iris2.directnic.com) by monty-python.gnu.org with smtp (Exim 4.30) id 1BJJhv-0008L4-O3 for emacs-devel@gnu.org; Thu, 29 Apr 2004 18:08:39 -0400 Original-Received: by iris2.directnic.com (iris/0.153:492879); 29 Apr 2004 22:08:27 +0000 X-Iris-Host: 1148940594/adsl-68-123-113-50.dsl.snfc21.pacbell.net Original-Received: from adsl-68-123-113-50.dsl.snfc21.pacbell.net (EHLO Majnun.local) (68.123.113.50) by pop.directnic.com (iris/0.153:492879/relay) with ESMTP for ; 29 Apr 2004 22:08:39 +0000 Original-Received: by Majnun.local (Postfix, from userid 501) id 4021824EEBB; Thu, 29 Apr 2004 15:08:40 -0700 (PDT) Original-To: emacs-devel@gnu.org In-Reply-To: (YAMAMOTO Mitsuharu's message of "Tue, 27 Apr 2004 18:59:53 +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:22383 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:22383 YAMAMOTO Mitsuharu writes: >> 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. > > C-g may not cause the crash immediately, but possibly cause a later > crash. Anyway, I have currently no idea how the crash you mentioned > is triggered. So please try to see if the similar crash occurs even > with the patch I mentioned. The crash still occurs with the patch you gave me. John