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: Thu, 06 Aug 2009 10:15:53 -0500 Organization: =?utf-8?B?0KLQtdC+0LTQvtGAINCX0LvQsNGC0LDQvdC+0LI=?= @ Cienfuegos Message-ID: <87my6dotw6.fsf@lifelogs.com> References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1249573243 31226 80.91.229.12 (6 Aug 2009 15:40:43 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 6 Aug 2009 15:40:43 +0000 (UTC) To: bug-gnu-emacs@gnu.org Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Thu Aug 06 17:40:28 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 1MZ54r-0003L2-OI for geb-bug-gnu-emacs@m.gmane.org; Thu, 06 Aug 2009 17:40:26 +0200 Original-Received: from localhost ([127.0.0.1]:36762 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MZ54q-0005o3-TK for geb-bug-gnu-emacs@m.gmane.org; Thu, 06 Aug 2009 11:40:24 -0400 Original-Path: news.stanford.edu!headwall.stanford.edu!news.glorb.com!news2.glorb.com!weretis.net!feeder2.news.weretis.net!news.albasani.net!not-for-mail Original-Newsgroups: gnu.emacs.bug Original-Lines: 23 Original-X-Trace: news.albasani.net RojCHug/aatPQr784AKP2L/z/BPaCdK+mTWqtLceH1v+2/gyCaZgc4ET49vN2vl9NNpLcjzDv9dNpXRZiy3B79aLqXga/iZj4x+rvqrMkEY07U6lCRwJApmdnEe0IOoq Original-X-Complaints-To: abuse@albasani.net Original-NNTP-Posting-Date: Thu, 6 Aug 2009 15:15:53 +0000 (UTC) X-User-ID: HaabvDfWLqxNnRPi1ZBkJRjLMph0yZxstoLGpSjS+gQ= 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:jaJ8RvumCt0iPE84GPXPwOiLUW8= sha1:85Sb2qYjZ5j5PgQImnUJBESw7zc= User-Agent: Gnus/5.110011 (No Gnus v0.11) Emacs/23.1.50 (gnu/linux) X-NNTP-Posting-Host: ijDKU5VpIyUbSUusNkibzbKQHfOb2WKKOtn/R5COE38= Original-Xref: news.stanford.edu gnu.emacs.bug:58038 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:29935 Archived-At: 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 I think this is a duplicate of bug 4038, see that thread. Ted