From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.bugs Subject: bug#6629: 24.0.50; stack overflow in equal (immediately) Date: Wed, 14 Jul 2010 11:04:45 +0300 Message-ID: <83r5j6qyjm.fsf@gnu.org> References: Reply-To: Eli Zaretskii NNTP-Posting-Host: lo.gmane.org X-Trace: dough.gmane.org 1279096233 2425 80.91.229.12 (14 Jul 2010 08:30:33 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Wed, 14 Jul 2010 08:30:33 +0000 (UTC) Cc: 6629-done@debbugs.gnu.org To: Drew Adams Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Wed Jul 14 10:30:29 2010 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.69) (envelope-from ) id 1OYxMJ-0006ZV-VE for geb-bug-gnu-emacs@m.gmane.org; Wed, 14 Jul 2010 10:30:28 +0200 Original-Received: from localhost ([127.0.0.1]:60183 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OYxMJ-00055B-Af for geb-bug-gnu-emacs@m.gmane.org; Wed, 14 Jul 2010 04:30:27 -0400 Original-Received: from [140.186.70.92] (port=58556 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OYxMA-00054b-JN for bug-gnu-emacs@gnu.org; Wed, 14 Jul 2010 04:30:19 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OYxM8-0007Ks-TC for bug-gnu-emacs@gnu.org; Wed, 14 Jul 2010 04:30:18 -0400 Original-Received: from debbugs.gnu.org ([140.186.70.43]:52223) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OYxM8-0007Kk-QZ for bug-gnu-emacs@gnu.org; Wed, 14 Jul 2010 04:30:16 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.69) (envelope-from ) id 1OYwze-0002GL-70 for bug-gnu-emacs@gnu.org; Wed, 14 Jul 2010 04:07:02 -0400 Resent-From: Eli Zaretskii Original-Sender: debbugs-submit-bounces@debbugs.gnu.org Resent-To: bug-gnu-emacs@gnu.org Resent-Date: Wed, 14 Jul 2010 08:07:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: cc-closed 6629 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: Mail-Followup-To: 6629@debbugs.gnu.org, eliz@gnu.org Original-Received: via spool by 6629-done@debbugs.gnu.org id=D6629.12790948018688 (code D ref 6629); Wed, 14 Jul 2010 08:07:02 +0000 Original-Received: (at 6629-done) by debbugs.gnu.org; 14 Jul 2010 08:06:41 +0000 Original-Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OYwzI-0002G5-B1 for submit@debbugs.gnu.org; Wed, 14 Jul 2010 04:06:40 -0400 Original-Received: from mtaout22.012.net.il ([80.179.55.172]) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OYwzF-0002G0-Ql for 6629-done@debbugs.gnu.org; Wed, 14 Jul 2010 04:06:38 -0400 Original-Received: from conversion-daemon.a-mtaout22.012.net.il by a-mtaout22.012.net.il (HyperSendmail v2007.08) id <0L5J00C00FU4I800@a-mtaout22.012.net.il> for 6629-done@debbugs.gnu.org; Wed, 14 Jul 2010 11:06:44 +0300 (IDT) Original-Received: from HOME-C4E4A596F7 ([77.127.120.144]) by a-mtaout22.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0L5J003U2FV7JIL0@a-mtaout22.012.net.il>; Wed, 14 Jul 2010 11:06:43 +0300 (IDT) In-reply-to: X-012-Sender: halo1@inter.net.il X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.11 Precedence: list Resent-Date: Wed, 14 Jul 2010 04:07:02 -0400 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) X-BeenThere: bug-gnu-emacs@gnu.org 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:38506 Archived-At: > From: "Drew Adams" > Date: Tue, 13 Jul 2010 23:35:42 -0700 > Cc: > > emacs -Q > > Evaluate these sexps, in turn: > > (setq default-frame-alist > '((font . "-*-Lucida Console-normal-r-*-*-14-112-96-96-c-*-iso8859-1"))) > > (defun foo () > "..." > (interactive) > (setq pop-up-frames t) > (setq minibuffer-frame-alist (append foooo minibuffer-frame-alist))) > > (foo) > > You get this error message - nothing more: > > Stack overflow in equal > > (Note that foooo is an unbound variable.) This bug is new with this binary. > The windows binary posted on 6/28 has no such problem. I can see this problem in yesterday's build, but it's gone in today's build. With today's binary, I get a new frame popping up with the debugger saying that foooo is unbound, as expected. I think Handa-san's change from this morning (reverting his prior change from 2 days ago) may have fixed this. So I'm closing this bug. If it comes back in the next binary you have, please reopen.