From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Angelo Graziosi Newsgroups: gmane.emacs.devel Subject: Re: Warning starting Emacs (Cygwin) Date: Fri, 01 Aug 2008 16:13:11 +0200 Message-ID: <489319F7.5040101@alice.it> References: <4891D01B.6070802@alice.it> <4891E7E8.1000503@alice.it> <200807311700.m6VH0eCa004994@sallyv1.ics.uci.edu> <4892E7BE.1080706@alice.it> <489306EE.7090800@alice.it> <200808011308.m71D8PA3023871@sallyv1.ics.uci.edu> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1217600040 21681 80.91.229.12 (1 Aug 2008 14:14:00 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 1 Aug 2008 14:14:00 +0000 (UTC) Cc: emacs-devel@gnu.org To: Dan Nicolaescu Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Aug 01 16:14:50 2008 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 1KOvP7-0007Of-P7 for ged-emacs-devel@m.gmane.org; Fri, 01 Aug 2008 16:14:50 +0200 Original-Received: from localhost ([127.0.0.1]:60686 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KOvOD-0001Hl-2S for ged-emacs-devel@m.gmane.org; Fri, 01 Aug 2008 10:13:53 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KOvO7-0001Eq-5r for emacs-devel@gnu.org; Fri, 01 Aug 2008 10:13:47 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KOvO5-0001CK-V6 for emacs-devel@gnu.org; Fri, 01 Aug 2008 10:13:46 -0400 Original-Received: from [199.232.76.173] (port=55889 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KOvO5-0001C4-SU for emacs-devel@gnu.org; Fri, 01 Aug 2008 10:13:45 -0400 Original-Received: from smtp-out112.alice.it ([85.37.17.112]:2982) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KOvO5-0003I5-MH for emacs-devel@gnu.org; Fri, 01 Aug 2008 10:13:45 -0400 Original-Received: from FBCMMO01.fbc.local ([192.168.68.195]) by smtp-out112.alice.it with Microsoft SMTPSVC(6.0.3790.1830); Fri, 1 Aug 2008 16:13:43 +0200 Original-Received: from FBCMCL01B02.fbc.local ([192.168.69.83]) by FBCMMO01.fbc.local with Microsoft SMTPSVC(6.0.3790.1830); Fri, 1 Aug 2008 16:13:43 +0200 Original-Received: from [82.57.149.203] ([82.57.149.203]) by FBCMCL01B02.fbc.local with Microsoft SMTPSVC(6.0.3790.1830); Fri, 1 Aug 2008 16:13:43 +0200 User-Agent: Thunderbird 2.0.0.16 (Windows/20080708) In-Reply-To: <200808011308.m71D8PA3023871@sallyv1.ics.uci.edu> X-OriginalArrivalTime: 01 Aug 2008 14:13:43.0587 (UTC) FILETIME=[CE169730:01C8F3E0] X-detected-kernel: by monty-python.gnu.org: Windows 2000 SP4, XP SP1+ 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:101886 Archived-At: Dan Nicolaescu ha scritto: > Angelo Graziosi writes: > > > I wrote: > > > > > starting Emacs it opens a buffer called Warnings in which it prints: > > > > > > > > > Emergency (alloc): Warning: past 95% of memory limit > > > > > > I think there is some new problem. > > > > Downloading cvs-trunk with -D "20080730 17:14" bootstraps and works > > without warning. > > > > Instead -D "20080730 17:15" fails to bootstrap, but it is solved with > > the patch discussed here [1] or using systty.h from "20080730 17:14". > > > > After solving the bootstrap problem the warning shows up. > > > > Below [2] there are the differences between "20080730 17:14" and > > "20080730 17:15" and it seem hard to think that the patch is the cause > > of the warning. > > > > Perhaps the new handling (in 20080730 17:15) of getrlimit? > > Can you please try to verify that? > Doing a "cvs update" and removing #undef HAVE_GETRLIMIT from > config.in should be enough. Indeed! That workaround fixes the warning. Now Emacs starts normally. Perhaps, now, the fix should be applied to trunk... Thanks, Angelo.