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: Sun, 09 May 2004 23:02:23 -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 1084169127 29648 80.91.224.253 (10 May 2004 06:05:27 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 10 May 2004 06:05:27 +0000 (UTC) Original-X-From: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Mon May 10 08:05:18 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 1BN3ug-0002pC-00 for ; Mon, 10 May 2004 08:05:18 +0200 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.35 #1 (Debian)) id 1BN3uf-0007W7-00 for ; Mon, 10 May 2004 08:05:17 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.33) id 1BN3uc-0001wX-6g for emacs-devel@quimby.gnus.org; Mon, 10 May 2004 02:05:14 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.33) id 1BN3tE-0001nU-G7 for emacs-devel@gnu.org; Mon, 10 May 2004 02:03:48 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.33) id 1BN3sa-0001Fy-1u for emacs-devel@gnu.org; Mon, 10 May 2004 02:03:40 -0400 Original-Received: from [66.111.4.26] (helo=out2.smtp.messagingengine.com) by monty-python.gnu.org with esmtp (Exim 4.33) id 1BN3rp-00012C-FV for emacs-devel@gnu.org; Mon, 10 May 2004 02:02:21 -0400 X-Sasl-enc: h9cMpVivkJHbUeiuXkvQEw 1084168940 Original-Received: from Majnun.local (adsl-68-123-127-23.dsl.snfc21.pacbell.net [68.123.127.23]) by mail.messagingengine.com (Postfix) with ESMTP id D5734B3AD5C for ; Mon, 10 May 2004 02:02:20 -0400 (EDT) Original-Received: by Majnun.local (Postfix, from userid 501) id 4BFC0273CC7; Sun, 9 May 2004 23:02:23 -0700 (PDT) Original-To: emacs-devel@gnu.org In-Reply-To: (YAMAMOTO Mitsuharu's message of "Sat, 01 May 2004 20:09:15 +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:23018 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:23018 YAMAMOTO Mitsuharu writes: > Could you try the following patch? It does saving/restoring the > current graphics port and device handle when drawing into an > offscreen graphics world. Lack of this process might have led to an > inconsistent state of a graphics port. I think your patch has done the trick. I've not seen the crash in several days, even though I'm playing with multiple frames again. John