From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Jason Rumney Newsgroups: gmane.emacs.devel Subject: Re: Crashes on Windows Date: Tue, 19 Jun 2007 14:23:51 +0100 Message-ID: <4677D8E7.3050901@gnu.org> References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1182259460 11921 80.91.229.12 (19 Jun 2007 13:24:20 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 19 Jun 2007 13:24:20 +0000 (UTC) Cc: Emacs Devel To: Juanma Barranquero Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Jun 19 15:24:18 2007 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1I0dgv-0005jt-JE for ged-emacs-devel@m.gmane.org; Tue, 19 Jun 2007 15:24:17 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1I0dgv-0002tf-2N for ged-emacs-devel@m.gmane.org; Tue, 19 Jun 2007 09:24:17 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1I0dgr-0002tF-Km for emacs-devel@gnu.org; Tue, 19 Jun 2007 09:24:13 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1I0dgp-0002sI-3s for emacs-devel@gnu.org; Tue, 19 Jun 2007 09:24:13 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1I0dgp-0002s8-0T for emacs-devel@gnu.org; Tue, 19 Jun 2007 09:24:11 -0400 Original-Received: from outmail1.freedom2surf.net ([194.106.33.237]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1I0dgn-0007b8-Mu for emacs-devel@gnu.org; Tue, 19 Jun 2007 09:24:09 -0400 Original-Received: from [192.168.249.28] (i-83-67-23-108.freedom2surf.net [83.67.23.108]) by outmail1.freedom2surf.net (Postfix) with ESMTP id DF3CD50780; Tue, 19 Jun 2007 14:24:03 +0100 (BST) User-Agent: Thunderbird 2.0.0.4 (Windows/20070604) In-Reply-To: X-detected-kernel: Linux 2.4-2.6 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 Xref: news.gmane.org gmane.emacs.devel:73303 Archived-At: Juanma Barranquero wrote: > After months and months of rock-solid stability, my Emacs on Windows > (compiled daily from HEAD) is suddenly much more crash-prone, to the > tune of perhaps four or five crashes in less than two weeks. There was a brief period where changes in image.c caused a memory leak, and on Windows a GDI resource leak (which caused crashes when the resources allocated reached 9999, after 5-10 minutes of typical use for me). But that was fixed more than a week ago, and was more of a problem on other branches where the fix wasn't merged for until this weekend just gone.