GNU bug report logs - #284
Trunk CVS emacs: Stack overflow in equal

Previous Next

Package: emacs;

Reported by: Christoph Conrad <christoph.conrad <at> gmx.de>

Date: Tue, 20 May 2008 09:25:04 UTC

Severity: normal

Tags: moreinfo, unreproducible

Done: Glenn Morris <rgm <at> gnu.org>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 284 in the body.
You can then email your comments to 284 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to bug-submit-list <at> lists.donarmstrong.com, Emacs Bugs <bug-gnu-emacs <at> gnu.org>:
bug#284; Package emacs. Full text and rfc822 format available.

Acknowledgement sent to Christoph Conrad <christoph.conrad <at> gmx.de>:
New bug report received and forwarded. Copy sent to Emacs Bugs <bug-gnu-emacs <at> gnu.org>. Full text and rfc822 format available.

Message #5 received at submit <at> emacsbugs.donarmstrong.com (full text, mbox):

From: Christoph Conrad <christoph.conrad <at> gmx.de>
To: bug-gnu-emacs <at> gnu.org
Subject: Trunk CVS emacs: Stack overflow in equal
Date: Tue, 20 May 2008 11:15:14 +0200
Debugger entered--Lisp error: (error "Stack overflow in equal")
  internal-set-lisp-face-attribute(default :font "-*-fixed-medium-r-normal-*-20-*-*-*-*-iso10646-*" 0)
  set-face-attribute(default nil :font "-*-fixed-medium-r-normal-*-20-*-*-*-*-iso10646-*")
  set-face-font(default "-*-fixed-medium-r-normal-*-20-*-*-*-*-iso10646-*")
  (progn (set-face-font (quote default) "-*-fixed-medium-r-normal-*-20-*-*-*-*-iso10646-*") (set-face-font (quote bold) "-*-fixed-bold-*-*-*-*-*-*-*-*-iso10646-*") (set-default-font "-*-fixed-*-*-*-*-20-*-*-*-*-iso10646-*" t))
  (if t (progn (set-face-font ... "-*-fixed-medium-r-normal-*-20-*-*-*-*-iso10646-*") (set-face-font ... "-*-fixed-bold-*-*-*-*-*-*-*-*-iso10646-*") (set-default-font "-*-fixed-*-*-*-*-20-*-*-*-*-iso10646-*" t)))
  (when t (set-face-font (quote default) "-*-fixed-medium-r-normal-*-20-*-*-*-*-iso10646-*") (set-face-font (quote bold) "-*-fixed-bold-*-*-*-*-*-*-*-*-iso10646-*") (set-default-font "-*-fixed-*-*-*-*-20-*-*-*-*-iso10646-*" t))
  eval-buffer(#<buffer  *load*> nil "/home/cc/.emacs" nil t)  ; Reading at buffer position 1170
  load-with-code-conversion("/home/cc/.emacs" "/home/cc/.emacs" t t)
  load("~/.emacs" t t)
  #[nil "��	�=���Q�A	�=�3����#�#͂A����#�/ςA͂A	�=�=тA��Q��\nӉ#��=�i�����Q!\"�\fӉ#��=�h\n)���!ښ���!��P$�$!��$���!����ˉ���\"����#���!�*%?���&��Ӊ#))�" [init-file-user system-type user-init-file-1 user-init-file otherfile source ms-dos "~" "/_emacs" windows-nt directory-files nil "^\\.emacs\\(\\.elc?\\)?$" "~/.emacs" "^_emacs\\(\\.elc?\\)?$" "~/_emacs" vax-vms "sys$login:.emacs" "/.emacs" t load expand-file-name "init" file-name-as-directory "/.emacs.d" file-name-extension "elc" file-name-sans-extension ".el" file-exists-p file-newer-than-file-p message "Warning: %s is newer than %s" sit-for 1 "default" alt inhibit-default-init inhibit-startup-screen] 7]()
  command-line()
  normal-top-level()





Information forwarded to bug-submit-list <at> lists.donarmstrong.com, Emacs Bugs <bug-gnu-emacs <at> gnu.org>:
bug#284; Package emacs. Full text and rfc822 format available.

Acknowledgement sent to Chong Yidong <cyd <at> stupidchicken.com>:
Extra info received and forwarded to list. Copy sent to Emacs Bugs <bug-gnu-emacs <at> gnu.org>. Full text and rfc822 format available.

Message #10 received at 284 <at> emacsbugs.donarmstrong.com (full text, mbox):

From: Chong Yidong <cyd <at> stupidchicken.com>
To: Christoph Conrad <christoph.conrad <at> gmx.de>
Cc: 284 <at> debbugs.gnu.org
Subject: Re: Trunk CVS emacs: Stack overflow in equal
Date: Tue, 20 May 2008 10:08:03 -0400
Giving a Lisp backtrace is not enough for us to fix a bug.  Please
provide exact instructions for reproducing the bug.  If it's due to a
.emacs file, please provide the smallest possible subset of the .emacs
file that causes the problem.

Thanks.




Information forwarded to bug-submit-list <at> lists.donarmstrong.com, Emacs Bugs <bug-gnu-emacs <at> gnu.org>:
bug#284; Package emacs. Full text and rfc822 format available.

Acknowledgement sent to Christoph Conrad <christoph.conrad <at> gmx.de>:
Extra info received and forwarded to list. Copy sent to Emacs Bugs <bug-gnu-emacs <at> gnu.org>. Full text and rfc822 format available.

Message #15 received at 284 <at> emacsbugs.donarmstrong.com (full text, mbox):

From: Christoph Conrad <christoph.conrad <at> gmx.de>
To: Chong Yidong <cyd <at> stupidchicken.com>
Cc: 284 <at> debbugs.gnu.org
Subject: Re: Trunk CVS emacs: Stack overflow in equal
Date: Tue, 20 May 2008 16:30:41 +0200
Hi Chong,

> Please provide exact instructions for reproducing the bug.

* emacs -Q
* M-x eval-expression <RET> (set-face-font 'default "-*-fixed-medium-r-normal-*-20-*-*-*-*-iso10646-*")

That works with "GNU Emacs 22.1.1".

With kind regards,
Christoph




Information forwarded to bug-submit-list <at> lists.donarmstrong.com, Emacs Bugs <bug-gnu-emacs <at> gnu.org>:
bug#284; Package emacs. Full text and rfc822 format available.

Acknowledgement sent to Chong Yidong <cyd <at> stupidchicken.com>:
Extra info received and forwarded to list. Copy sent to Emacs Bugs <bug-gnu-emacs <at> gnu.org>. Full text and rfc822 format available.

Message #20 received at 284 <at> emacsbugs.donarmstrong.com (full text, mbox):

From: Chong Yidong <cyd <at> stupidchicken.com>
To: Christoph Conrad <christoph.conrad <at> gmx.de>
Cc: emacs-devel <at> gnu.org, 284 <at> debbugs.gnu.org
Subject: Re: Trunk CVS emacs: Stack overflow in equal
Date: Tue, 20 May 2008 13:19:11 -0400
Christoph Conrad <christoph.conrad <at> gmx.de> writes:

> Debugger entered--Lisp error: (error "Stack overflow in equal")
>
>   internal-set-lisp-face-attribute(default :font
>   "-*-fixed-medium-r-normal-*-20-*-*-*-*-iso10646-*" 0)
>   set-face-attribute(default nil :font
>   "-*-fixed-medium-r-normal-*-20-*-*-*-*-iso10646-*")
>   set-face-font(default
>   "-*-fixed-medium-r-normal-*-20-*-*-*-*-iso10646-*")
>
>> Please provide exact instructions for reproducing the bug.
>
> * emacs -Q
> * M-x eval-expression <RET> (set-face-font 'default "-*-fixed-medium-r-normal-*-20-*-*-*-*-iso10646-*")
>
> That works with "GNU Emacs 22.1.1".

I can't reproduce this on GNU/Linux (i686-pc-linux-gnu, GTK+ Version
2.12.9).  What system are you running on?




Information forwarded to bug-submit-list <at> lists.donarmstrong.com, Emacs Bugs <bug-gnu-emacs <at> gnu.org>:
bug#284; Package emacs. Full text and rfc822 format available.

Acknowledgement sent to Christoph Conrad <christoph.conrad <at> gmx.de>:
Extra info received and forwarded to list. Copy sent to Emacs Bugs <bug-gnu-emacs <at> gnu.org>. Full text and rfc822 format available.

Message #25 received at 284 <at> emacsbugs.donarmstrong.com (full text, mbox):

From: Christoph Conrad <christoph.conrad <at> gmx.de>
To: Chong Yidong <cyd <at> stupidchicken.com>
Cc: emacs-devel <at> gnu.org, 284 <at> debbugs.gnu.org
Subject: Re: Trunk CVS emacs: Stack overflow in equal
Date: Tue, 20 May 2008 19:59:18 +0200
Hi Chong,

> I can't reproduce this on GNU/Linux (i686-pc-linux-gnu, GTK+ Version
> 2.12.9). What system are you running on?

Kubuntu "Hardy Heron", M-x emacs-version says exactly the same. I
reverted to GNU Emacs 22.1.1, and try compiling/running again in a few
weeks.

With kind regards,
Christoph




Tags added: unreproducible Request was from Glenn Morris <rgm <at> gnu.org> to control <at> emacsbugs.donarmstrong.com. (Tue, 01 Jul 2008 01:05:06 GMT) Full text and rfc822 format available.

Tags added: moreinfo Request was from Glenn Morris <rgm <at> gnu.org> to control <at> emacsbugs.donarmstrong.com. (Tue, 01 Jul 2008 20:25:04 GMT) Full text and rfc822 format available.

Information forwarded to bug-submit-list <at> lists.donarmstrong.com, Emacs Bugs <bug-gnu-emacs <at> gnu.org>:
bug#284; Package emacs. (Tue, 17 Feb 2009 22:30:02 GMT) Full text and rfc822 format available.

View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Glenn Morris <rgm <at> gnu.org>
Cc: tracker <at> debbugs.gnu.org
Subject: bug#284: closed (Trunk CVS emacs: Stack overflow in equal)
Date: Thu, 10 Mar 2011 06:56:02 +0000
[Message part 1 (text/plain, inline)]
Your message dated Thu, 10 Mar 2011 01:55:01 -0500
with message-id <dewrk7fosa.fsf <at> fencepost.gnu.org>
and subject line Re: Trunk CVS emacs: Stack overflow in equal
has caused the GNU bug report #284,
regarding Trunk CVS emacs: Stack overflow in equal
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)


-- 
284: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=284
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Christoph Conrad <christoph.conrad <at> gmx.de>
To: bug-gnu-emacs <at> gnu.org
Subject: Trunk CVS emacs: Stack overflow in equal
Date: Tue, 20 May 2008 11:15:14 +0200
Debugger entered--Lisp error: (error "Stack overflow in equal")
  internal-set-lisp-face-attribute(default :font "-*-fixed-medium-r-normal-*-20-*-*-*-*-iso10646-*" 0)
  set-face-attribute(default nil :font "-*-fixed-medium-r-normal-*-20-*-*-*-*-iso10646-*")
  set-face-font(default "-*-fixed-medium-r-normal-*-20-*-*-*-*-iso10646-*")
  (progn (set-face-font (quote default) "-*-fixed-medium-r-normal-*-20-*-*-*-*-iso10646-*") (set-face-font (quote bold) "-*-fixed-bold-*-*-*-*-*-*-*-*-iso10646-*") (set-default-font "-*-fixed-*-*-*-*-20-*-*-*-*-iso10646-*" t))
  (if t (progn (set-face-font ... "-*-fixed-medium-r-normal-*-20-*-*-*-*-iso10646-*") (set-face-font ... "-*-fixed-bold-*-*-*-*-*-*-*-*-iso10646-*") (set-default-font "-*-fixed-*-*-*-*-20-*-*-*-*-iso10646-*" t)))
  (when t (set-face-font (quote default) "-*-fixed-medium-r-normal-*-20-*-*-*-*-iso10646-*") (set-face-font (quote bold) "-*-fixed-bold-*-*-*-*-*-*-*-*-iso10646-*") (set-default-font "-*-fixed-*-*-*-*-20-*-*-*-*-iso10646-*" t))
  eval-buffer(#<buffer  *load*> nil "/home/cc/.emacs" nil t)  ; Reading at buffer position 1170
  load-with-code-conversion("/home/cc/.emacs" "/home/cc/.emacs" t t)
  load("~/.emacs" t t)
  #[nil "��	�=���Q�A	�=�3����#�#͂A����#�/ςA͂A	�=�=тA��Q��\nӉ#��=�i�����Q!\"�\fӉ#��=�h\n)���!ښ���!��P$�$!��$���!����ˉ���\"����#���!�*%?���&��Ӊ#))�" [init-file-user system-type user-init-file-1 user-init-file otherfile source ms-dos "~" "/_emacs" windows-nt directory-files nil "^\\.emacs\\(\\.elc?\\)?$" "~/.emacs" "^_emacs\\(\\.elc?\\)?$" "~/_emacs" vax-vms "sys$login:.emacs" "/.emacs" t load expand-file-name "init" file-name-as-directory "/.emacs.d" file-name-extension "elc" file-name-sans-extension ".el" file-exists-p file-newer-than-file-p message "Warning: %s is newer than %s" sit-for 1 "default" alt inhibit-default-init inhibit-startup-screen] 7]()
  command-line()
  normal-top-level()



[Message part 3 (message/rfc822, inline)]
From: Glenn Morris <rgm <at> gnu.org>
To: 284-done <at> debbugs.gnu.org
Subject: Re: Trunk CVS emacs: Stack overflow in equal
Date: Thu, 10 Mar 2011 01:55:01 -0500
Thanks for the report. Your report was against an old version of Emacs,
and the issue you describe could not be reproduced. The latest version
is 23.3. Please open new reports for any issues you have with the new
version.


Notification sent to Christoph Conrad <christoph.conrad <at> gmx.de>:
bug acknowledged by developer. (Thu, 10 Mar 2011 06:56:02 GMT) Full text and rfc822 format available.

Message #35 received at 284-done <at> debbugs.gnu.org (full text, mbox):

From: Glenn Morris <rgm <at> gnu.org>
To: 284-done <at> debbugs.gnu.org
Subject: Re: Trunk CVS emacs: Stack overflow in equal
Date: Thu, 10 Mar 2011 01:55:01 -0500
Thanks for the report. Your report was against an old version of Emacs,
and the issue you describe could not be reproduced. The latest version
is 23.3. Please open new reports for any issues you have with the new
version.




bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Thu, 07 Apr 2011 11:24:05 GMT) Full text and rfc822 format available.

This bug report was last modified 14 years and 138 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.