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, 06 May 2004 18:24:17 -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 1083893337 7015 80.91.224.253 (7 May 2004 01:28:57 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 7 May 2004 01:28:57 +0000 (UTC) Original-X-From: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Fri May 07 03:28:49 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 1BLuAT-0007fu-00 for ; Fri, 07 May 2004 03:28:49 +0200 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.35 #1 (Debian)) id 1BLuAT-00070B-00 for ; Fri, 07 May 2004 03:28: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 1BLu6y-0001mL-EU for emacs-devel@quimby.gnus.org; Thu, 06 May 2004 21:25:12 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.30) id 1BLu6h-0001hh-6k for emacs-devel@gnu.org; Thu, 06 May 2004 21:24:55 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.30) id 1BLu67-0001Lg-3C for emacs-devel@gnu.org; Thu, 06 May 2004 21:24:51 -0400 Original-Received: from [204.251.10.81] (helo=iris1.directnic.com) by monty-python.gnu.org with smtp (Exim 4.30) id 1BLu66-0001Kb-GU for emacs-devel@gnu.org; Thu, 06 May 2004 21:24:18 -0400 Original-Received: by iris1.directnic.com (iris/0.153:492879); 7 May 2004 01:24:01 +0000 X-Iris-Host: 1164570033/adsl-69-105-237-177.dsl.pltn13.pacbell.net Original-Received: from adsl-69-105-237-177.dsl.pltn13.pacbell.net (EHLO Majnun.local) (69.105.237.177) by pop.directnic.com (iris/0.153:492879/relay) with ESMTP for ; 7 May 2004 01:24:17 +0000 Original-Received: by Majnun.local (Postfix, from userid 501) id 24DE02651BB; Thu, 6 May 2004 18:24:17 -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:22893 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:22893 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. So far so good, I've been able to run a full day without a crash (using multiple frames). I will post if I run into it again. John