From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Giorgos Keramidas Newsgroups: gmane.emacs.devel Subject: Re: core dump in bootstrap-emacs Date: Wed, 28 Mar 2007 13:34:58 +0300 Message-ID: <20070328103458.GA19464@kobe.laptop> References: <20070321113435.GA32846@kobe.laptop> <20070321225930.GA32212@kobe.laptop> <20070321113435.GA32846@kobe.laptop> <20070321113435.GA32846@kobe.laptop> <87odmmh9sl.fsf@stupidchicken.com> <20070321160815.GA81446@kobe.laptop> <20070321160942.GB81446@kobe.laptop> <87fy7yxe7t.fsf@stupidchicken.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1175078177 22247 80.91.229.12 (28 Mar 2007 10:36:17 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 28 Mar 2007 10:36:17 +0000 (UTC) Cc: emacs-devel@gnu.org To: Chong Yidong , Richard Stallman Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Mar 28 12:36:10 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 1HWVVg-00014Y-00 for ged-emacs-devel@m.gmane.org; Wed, 28 Mar 2007 12:36:08 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HWVY8-0004tc-2S for ged-emacs-devel@m.gmane.org; Wed, 28 Mar 2007 05:38:40 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1HWVY4-0004sI-Sa for emacs-devel@gnu.org; Wed, 28 Mar 2007 06:38:36 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1HWVY3-0004oM-6X for emacs-devel@gnu.org; Wed, 28 Mar 2007 06:38:36 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HWVY2-0004o4-UY for emacs-devel@gnu.org; Wed, 28 Mar 2007 05:38:34 -0500 Original-Received: from igloo.linux.gr ([62.1.205.36]) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1HWVVZ-0002xt-08; Wed, 28 Mar 2007 06:36:01 -0400 Original-Received: from kobe.laptop (host5.bedc.ondsl.gr [62.103.39.229]) (authenticated bits=128) by igloo.linux.gr (8.13.8/8.13.8/Debian-3) with ESMTP id l2SAZGgO017620 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Wed, 28 Mar 2007 13:35:26 +0300 Original-Received: from kobe.laptop (kobe.laptop [127.0.0.1]) by kobe.laptop (8.13.8/8.13.8) with ESMTP id l2SAYxdk019491; Wed, 28 Mar 2007 13:35:10 +0300 (EEST) (envelope-from keramida@ceid.upatras.gr) Original-Received: (from keramida@localhost) by kobe.laptop (8.13.8/8.13.8/Submit) id l2SAYxZ3019490; Wed, 28 Mar 2007 13:34:59 +0300 (EEST) (envelope-from keramida@ceid.upatras.gr) Content-Disposition: inline In-Reply-To: <87fy7yxe7t.fsf@stupidchicken.com> X-Hellug-MailScanner: Found to be clean X-Hellug-MailScanner-SpamCheck: not spam, SpamAssassin (not cached, score=-3.514, required 5, autolearn=not spam, ALL_TRUSTED -1.80, AWL 0.69, BAYES_00 -2.60, DNS_FROM_RFC_ABUSE 0.20) X-Hellug-MailScanner-From: keramida@ceid.upatras.gr X-detected-kernel: Genre and OS details not recognized. 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:68705 Archived-At: On 2007-03-21 21:24, Chong Yidong wrote: > Giorgos Keramidas writes: > > I'm not using GTK+ for these builds, so if there's anything else I can > > send that helps, please let me know... > > The only recent change likely to have caused this problem are those > associated with this src/ChangeLog entry: > > 2007-03-20 YAMAMOTO Mitsuharu > > Could you revert these and see if the problem goes away? If so, could > you find out which subset of these changes causes the problem? > > Thanks. On 2007-03-22 01:02, Richard Stallman wrote: > #7 0x080e18e8 in Fkill_emacs () at emacs.c:2053 > #8 0x0812ef48 in mark_stack () at alloc.c:4325 > > Why does mark_stack call Fkill_emacs? On 2007-03-22 11:38, Richard Stallman wrote: > Try compiling some files optimized and others not. > By binary searching, you can determine which file the problem is in. Sorry for dropping the ball on this for so many days. One of the recent changes seems to have fixed the crash I was seeing, and I can bootstrap Emacs again without using debug-only gcc flags. Thanks for all the help with this, however :-)