From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Ted Zlatanov Newsgroups: gmane.emacs.bugs Subject: Re: bug#4062: 23.0.60; temacs seg faults Date: Tue, 01 Sep 2009 13:06:49 -0500 Organization: =?utf-8?B?0KLQtdC+0LTQvtGAINCX0LvQsNGC0LDQvdC+0LI=?= @ Cienfuegos Message-ID: <874orm8rpi.fsf@lifelogs.com> References: <87my6dotw6.fsf@lifelogs.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1251830418 4701 80.91.229.12 (1 Sep 2009 18:40:18 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 1 Sep 2009 18:40:18 +0000 (UTC) To: bug-gnu-emacs@gnu.org Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Tue Sep 01 20:40:11 2009 Return-path: Envelope-to: geb-bug-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1MiYH3-0000NS-86 for geb-bug-gnu-emacs@m.gmane.org; Tue, 01 Sep 2009 20:40:09 +0200 Original-Received: from localhost ([127.0.0.1]:58155 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MiYH2-0003Wq-En for geb-bug-gnu-emacs@m.gmane.org; Tue, 01 Sep 2009 14:40:08 -0400 Original-Path: news.stanford.edu!newsfeed.stanford.edu!news.tele.dk!news.tele.dk!small.news.tele.dk!newsgate.cistron.nl!newsgate.news.xs4all.nl!news2.euro.net!newsfeed.freenet.de!news.albasani.net!not-for-mail Original-Newsgroups: gnu.emacs.bug Original-Lines: 26 Original-X-Trace: news.albasani.net LK11yKGM2VliNygui36mhn+Z+kHvPEULNsbmiOgwpKFrmF1Ku3FRA3D1pn/WTGt41cPgS+NEKlFvqIPmzsHoK4eDgtmcN+IqtR/oeRBwQrwHaFb1l2niJp01vqGbnJjL Original-X-Complaints-To: abuse@albasani.net Original-NNTP-Posting-Date: Tue, 1 Sep 2009 18:06:49 +0000 (UTC) X-User-ID: D4HwmaOgXo91u98VTJBM6onlslnzQfc8bU51C4iq0hw= X-Face: bd.DQ~'29fIs`T_%O%C\g%6jW)yi[zuz6; d4V0`@y-~$#3P_Ng{@m+e4o<4P'#(_GJQ%TT= D}[Ep*b!\e,fBZ'j_+#"Ps?s2!4H2-Y"sx" Cancel-Lock: sha1:pOQvLJ/k6boBMMFVH9iWWZc5+J4= sha1:LdRwttVI4hqiZMJEDLTM9PP/MKE= User-Agent: Gnus/5.110011 (No Gnus v0.11) Emacs/23.1.50 (gnu/linux) X-NNTP-Posting-Host: ComWwRZ3eF1TZ3Nb4UF7OzwG32h6Z3YqeyMs4GcTjxA= Original-Xref: news.stanford.edu gnu.emacs.bug:58855 X-BeenThere: bug-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.bugs:30708 Archived-At: On Thu, 06 Aug 2009 10:15:53 -0500 Ted Zlatanov wrote: TZ> On Thu, 6 Aug 2009 06:20:27 +0100 jpff wrote: j> Last night (my time) I did an update from the CVS and temacs fails to j> run j> ..... j> cd ../lisp; make -w update-subdirs j> make[3]: Entering directory `/home/jpff/GNU_21/emacs-22.0.50/lisp' j> wd=/home/jpff/GNU_21/emacs-22.0.50/lisp; subdirs=`(cd $wd; find . -type d -print)`; for file in $subdirs; do case $file in */Old | */RCS | */CVS | */CVS/* | */.* | */.*/* | */=* ) ;; *) wins="$wins $wd/$file" ;; esac; done; \ j> for file in $wins; do \ j> /home/jpff/GNU_21/emacs-22.0.50/lisp/../update-subdirs $file; \ j> done; j> make[3]: Leaving directory `/home/jpff/GNU_21/emacs-22.0.50/lisp' j> `/bin/pwd`/temacs --batch --load loadup bootstrap j> make[2]: *** [bootstrap-emacs] Segmentation fault j> make[2]: Leaving directory `/home/jpff/GNU_21/emacs-22.0.50/src' j> make[1]: *** [src] Error 2 j> make[1]: Leaving directory `/home/jpff/GNU_21/emacs-22.0.50' j> make: *** [bootstrap] Error 2 TZ> I think this is a duplicate of bug 4038, see that thread. This bug can be closed. Ted