From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Dan Nicolaescu Newsgroups: gmane.emacs.devel Subject: Re: dump (temacs) fails, core in alloc.c Date: Mon, 9 Nov 2009 12:37:53 -0800 (PST) Message-ID: <200911092037.nA9Kbr9u001441@godzilla.ics.uci.edu> References: <4AF85871.6060003@swipnet.se> <4AF8612F.6090309@swipnet.se> <200911091912.nA9JC42n000819@godzilla.ics.uci.edu> <83zl6vo57i.fsf@gnu.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1257799298 25327 80.91.229.12 (9 Nov 2009 20:41:38 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 9 Nov 2009 20:41:38 +0000 (UTC) Cc: jan.h.d@swipnet.se, emacs-devel@gnu.org To: Eli Zaretskii Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Nov 09 21:41:30 2009 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 1N7b3J-0005Qn-IH for ged-emacs-devel@m.gmane.org; Mon, 09 Nov 2009 21:41:29 +0100 Original-Received: from localhost ([127.0.0.1]:43907 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1N7b3I-0000rU-UP for ged-emacs-devel@m.gmane.org; Mon, 09 Nov 2009 15:41:29 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1N7b2x-0000eE-6z for emacs-devel@gnu.org; Mon, 09 Nov 2009 15:41:07 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1N7b2t-0000ah-2Q for emacs-devel@gnu.org; Mon, 09 Nov 2009 15:41:06 -0500 Original-Received: from [199.232.76.173] (port=48959 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1N7b2s-0000aP-Mi for emacs-devel@gnu.org; Mon, 09 Nov 2009 15:41:02 -0500 Original-Received: from john-pertwee-v0.ics.uci.edu ([128.195.1.165]:35664) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1N7b2q-0000L3-2Q; Mon, 09 Nov 2009 15:41:00 -0500 Original-Received: from godzilla.ics.uci.edu (godzilla.ics.uci.edu [128.195.10.101]) by john-pertwee-v0.ics.uci.edu (8.13.8/8.13.8) with ESMTP id nA9Kbr98015067 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Mon, 9 Nov 2009 12:37:53 -0800 Original-Received: (from dann@localhost) by godzilla.ics.uci.edu (8.13.8+Sun/8.13.6/Submit) id nA9Kbr9u001441; Mon, 9 Nov 2009 12:37:53 -0800 (PST) In-Reply-To: <83zl6vo57i.fsf@gnu.org> (Eli Zaretskii's message of "Mon, 09 Nov 2009 21:42:25 +0200") Original-Lines: 20 X-ICS-MailScanner-Information: Please send mail to helpdesk@ics.uci.edu or more information X-ICS-MailScanner-ID: nA9Kbr98015067 X-ICS-MailScanner: Found to be clean X-ICS-MailScanner-SpamCheck: not spam, SpamAssassin (not cached, score=-1.44, required 5, autolearn=disabled, ALL_TRUSTED -1.44) X-ICS-MailScanner-From: dann@godzilla.ics.uci.edu X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 3) 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:116758 Archived-At: Eli Zaretskii writes: > > Date: Mon, 9 Nov 2009 11:12:05 -0800 (PST) > > From: Dan Nicolaescu > > Cc: Emacs-Devel > > > > lisp.h is not consistenly listed as a dependency in Makefile (not sure why). > > Richard used to be opposed to that, to avoid recompiling everything > whenever some small part or even comment in lisp.h changes. Not sure > if this is still a valid concern, what with today's compilation speed. > > > So it's probably Stefan's lisp.h change that probably tripped you... > > I always manually delete all *.o files when there's a significant > change in lisp.h. Tools are much more reliable than humans, compilation speed for emacs is not a big concern anymore, so IMHO lisp.h should be added as a dependency.