From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: Emacs 23.1.93 pretest Date: Sun, 28 Feb 2010 19:21:36 +0200 Message-ID: <833a0lcm3j.fsf@gnu.org> References: <87pr3rny7e.fsf@stupidchicken.com> <83fx4n122q.fsf@gnu.org> <833a0ndlo0.fsf@gnu.org> <83vddidh73.fsf@gnu.org> <83hbp2cxgx.fsf@gnu.org> <87aauugy1g.fsf@stupidchicken.com> <83eik6co9l.fsf@gnu.org> <87ljeerw21.fsf@stupidchicken.com> Reply-To: Eli Zaretskii NNTP-Posting-Host: lo.gmane.org X-Trace: dough.gmane.org 1267377711 21185 80.91.229.12 (28 Feb 2010 17:21:51 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sun, 28 Feb 2010 17:21:51 +0000 (UTC) Cc: emacs-devel@gnu.org To: Chong Yidong Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Feb 28 18:21:40 2010 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.69) (envelope-from ) id 1Nlmpl-00068f-Vr for ged-emacs-devel@m.gmane.org; Sun, 28 Feb 2010 18:21:38 +0100 Original-Received: from localhost ([127.0.0.1]:36118 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Nlmpl-0006AC-Fi for ged-emacs-devel@m.gmane.org; Sun, 28 Feb 2010 12:21:37 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Nlmpg-00069r-IA for emacs-devel@gnu.org; Sun, 28 Feb 2010 12:21:32 -0500 Original-Received: from [140.186.70.92] (port=43365 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Nlmpf-00069V-Bl for emacs-devel@gnu.org; Sun, 28 Feb 2010 12:21:31 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1Nlmpd-0000wR-GU for emacs-devel@gnu.org; Sun, 28 Feb 2010 12:21:31 -0500 Original-Received: from mtaout21.012.net.il ([80.179.55.169]:54444) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1Nlmpd-0000wK-74 for emacs-devel@gnu.org; Sun, 28 Feb 2010 12:21:29 -0500 Original-Received: from conversion-daemon.a-mtaout21.012.net.il by a-mtaout21.012.net.il (HyperSendmail v2007.08) id <0KYK00K00AOFJ000@a-mtaout21.012.net.il> for emacs-devel@gnu.org; Sun, 28 Feb 2010 19:21:27 +0200 (IST) Original-Received: from HOME-C4E4A596F7 ([87.70.17.203]) by a-mtaout21.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0KYK00IKBAVQGL70@a-mtaout21.012.net.il>; Sun, 28 Feb 2010 19:21:27 +0200 (IST) In-reply-to: <87ljeerw21.fsf@stupidchicken.com> X-012-Sender: halo1@inter.net.il X-detected-operating-system: by eggs.gnu.org: Solaris 10 (beta) 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:121473 Archived-At: > From: Chong Yidong > Date: Sat, 27 Feb 2010 20:25:10 -0500 > Cc: emacs-devel@gnu.org > > Eli Zaretskii writes: > > >> If you remove the SAFE_FREE () calls, does that prevent the crash? > > > > There's only one SAFE_FREE call that I see; if I remove it, temacs > > crashes at loadup time, when it loads mule-conf. So I cannot even get > > as far as building Emacs. > > Sorry yeah---we need the SAFE_FREE call because otherwise the specpdl > gets confused. > > How about if you replace the SAFE_ALLOC calls with xmalloc and omit the > free() call at the end? If I do that, temacs dies during loadup saying it's out of memory: "./oo-spd/i386/temacs.exe" -batch -l loadup dump Loading loadup.el (source)... Using load-path (../lisp) Loading emacs-lisp/byte-run... Loading emacs-lisp/backquote... Loading subr... Loading version.el (source)... Loading widget... Loading custom... Loading emacs-lisp/map-ynp... Loading cus-start... Loading international/mule... Loading international/mule-conf... Memory exhausted--use M-x save-some-buffers then exit and restart Emacs make: *** [oo-spd/i386/emacs.exe] Error -1