From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Juanma Barranquero" Newsgroups: gmane.emacs.devel Subject: Re: Crashes on Windows Date: Tue, 19 Jun 2007 15:28:55 +0200 Message-ID: References: <4677D8E7.3050901@gnu.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1182259759 13002 80.91.229.12 (19 Jun 2007 13:29:19 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 19 Jun 2007 13:29:19 +0000 (UTC) Cc: Emacs Devel To: "Jason Rumney" Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Jun 19 15:29:17 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 1I0dlg-0006lJ-Ir for ged-emacs-devel@m.gmane.org; Tue, 19 Jun 2007 15:29:12 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1I0dlg-0005E6-2g for ged-emacs-devel@m.gmane.org; Tue, 19 Jun 2007 09:29:12 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1I0dlc-0005DD-VL for emacs-devel@gnu.org; Tue, 19 Jun 2007 09:29:09 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1I0dlY-0005B3-Ew for emacs-devel@gnu.org; Tue, 19 Jun 2007 09:29:08 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1I0dlY-0005B0-97 for emacs-devel@gnu.org; Tue, 19 Jun 2007 09:29:04 -0400 Original-Received: from wx-out-0506.google.com ([66.249.82.227]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1I0dlW-0008OH-WD for emacs-devel@gnu.org; Tue, 19 Jun 2007 09:29:03 -0400 Original-Received: by wx-out-0506.google.com with SMTP id h26so1981096wxd for ; Tue, 19 Jun 2007 06:28:56 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=qv1leoQfyzFty4xAfZZboeN2UboaTGWFPjBGCTBeDUFFRoWBEewAZTxZNCGegC/qMfAHnAreDHojD/Si/eBSza72nG1qeAaiwijzILA7ctt/BOr8i9E31JxMmD2dHUNUtIHjLhoQgqLhljSRQbEfPDCvcaxj+9gfs54vXP/OGSk= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=JdMGskfu3XOfCgiF6/SleP1PhVFpOHVVUKKWc3qzgnrb/tD6YJeWvs8h1dnYTALRcymghJhayprjrnAcjnUZQfI27erqrkKX9lfOaAcyUDSXESgXeT1wJdwQuFmf5Q3ck26+DeyOaK1x5wXrhveMeDNjijsl3hwEYTwQ29O7564= Original-Received: by 10.90.95.11 with SMTP id s11mr4752896agb.1182259736019; Tue, 19 Jun 2007 06:28:56 -0700 (PDT) Original-Received: by 10.90.87.8 with HTTP; Tue, 19 Jun 2007 06:28:55 -0700 (PDT) In-Reply-To: <4677D8E7.3050901@gnu.org> Content-Disposition: inline X-detected-kernel: Linux 2.4-2.6 (Google crawlbot) 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:73305 Archived-At: On 6/19/07, Jason Rumney wrote: > 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 I've had at least two crashes in the last week, so it must be something else. Juanma