all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* bug#284: Trunk CVS emacs: Stack overflow in equal
@ 2008-05-20  9:15 Christoph Conrad
  0 siblings, 0 replies; 8+ messages in thread
From: Christoph Conrad @ 2008-05-20  9:15 UTC (permalink / raw)
  To: bug-gnu-emacs

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain; charset=utf-8, Size: 1968 bytes --]

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 "\b…¾\0	Æ=ƒ\x11\0Ç\bÈQ‚A\0	É=ƒ3\0ÊÇËÌ#ƒ#\0Í‚A\0ÊÇËÎ#ƒ/\0Ï‚A\0Í‚A\0	Ð=ƒ=\0Ñ‚A\0Ç\bÒQ\x1aÓ\x13Ô\nÓ‰#ˆ\vÓ=ƒi\0ÕÖ×Ç\bØQ!\"\x1cÔ\fÓ‰#ˆ\vÓ=ƒh\0\n\x13)\vƒ®\0Ù\v!Úšƒ®\0Û\v!‰\x1dÜP\x1e$Ý\x0e$!ƒŠ\0\x0e$‚•\0Ý!ƒ”\0‚•\0ˉ\x15ƒ­\0Þ\v\"ƒ«\0ßà\v#ˆáâ!ˆ\x13*\x0e%?…½\0Ë\x1e&ÔãÓ‰#))‡" [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()







^ permalink raw reply	[flat|nested] 8+ messages in thread

* bug#284: Trunk CVS emacs: Stack overflow in equal
@ 2008-05-20 14:08 Chong Yidong
  2008-05-20 14:30 ` Christoph Conrad
  0 siblings, 1 reply; 8+ messages in thread
From: Chong Yidong @ 2008-05-20 14:08 UTC (permalink / raw)
  To: Christoph Conrad; +Cc: 284

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.






^ permalink raw reply	[flat|nested] 8+ messages in thread

* bug#284: Trunk CVS emacs: Stack overflow in equal
  2008-05-20 14:08 bug#284: Trunk CVS emacs: Stack overflow in equal Chong Yidong
@ 2008-05-20 14:30 ` Christoph Conrad
  2008-05-20 17:19   ` Chong Yidong
  2008-05-20 17:19   ` Chong Yidong
  0 siblings, 2 replies; 8+ messages in thread
From: Christoph Conrad @ 2008-05-20 14:30 UTC (permalink / raw)
  To: Chong Yidong; +Cc: 284

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






^ permalink raw reply	[flat|nested] 8+ messages in thread

* bug#284: Trunk CVS emacs: Stack overflow in equal
  2008-05-20 14:30 ` Christoph Conrad
@ 2008-05-20 17:19   ` Chong Yidong
  2008-05-20 17:19   ` Chong Yidong
  1 sibling, 0 replies; 8+ messages in thread
From: Chong Yidong @ 2008-05-20 17:19 UTC (permalink / raw)
  To: Christoph Conrad; +Cc: 284, emacs-devel

Christoph Conrad <christoph.conrad@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?






^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: Trunk CVS emacs: Stack overflow in equal
  2008-05-20 14:30 ` Christoph Conrad
  2008-05-20 17:19   ` Chong Yidong
@ 2008-05-20 17:19   ` Chong Yidong
  2008-05-20 17:59     ` bug#284: " Christoph Conrad
  2008-05-20 17:59     ` Christoph Conrad
  1 sibling, 2 replies; 8+ messages in thread
From: Chong Yidong @ 2008-05-20 17:19 UTC (permalink / raw)
  To: Christoph Conrad; +Cc: 284, emacs-devel

Christoph Conrad <christoph.conrad@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?




^ permalink raw reply	[flat|nested] 8+ messages in thread

* bug#284: Trunk CVS emacs: Stack overflow in equal
  2008-05-20 17:19   ` Chong Yidong
@ 2008-05-20 17:59     ` Christoph Conrad
  2008-05-20 17:59     ` Christoph Conrad
  1 sibling, 0 replies; 8+ messages in thread
From: Christoph Conrad @ 2008-05-20 17:59 UTC (permalink / raw)
  To: Chong Yidong; +Cc: 284, emacs-devel

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






^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: Trunk CVS emacs: Stack overflow in equal
  2008-05-20 17:19   ` Chong Yidong
  2008-05-20 17:59     ` bug#284: " Christoph Conrad
@ 2008-05-20 17:59     ` Christoph Conrad
  2011-03-10  6:55       ` bug#284: " Glenn Morris
  1 sibling, 1 reply; 8+ messages in thread
From: Christoph Conrad @ 2008-05-20 17:59 UTC (permalink / raw)
  To: Chong Yidong; +Cc: 284, emacs-devel

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




^ permalink raw reply	[flat|nested] 8+ messages in thread

* bug#284: Trunk CVS emacs: Stack overflow in equal
  2008-05-20 17:59     ` Christoph Conrad
@ 2011-03-10  6:55       ` Glenn Morris
  0 siblings, 0 replies; 8+ messages in thread
From: Glenn Morris @ 2011-03-10  6:55 UTC (permalink / raw)
  To: 284-done


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.





^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2011-03-10  6:55 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-05-20 14:08 bug#284: Trunk CVS emacs: Stack overflow in equal Chong Yidong
2008-05-20 14:30 ` Christoph Conrad
2008-05-20 17:19   ` Chong Yidong
2008-05-20 17:19   ` Chong Yidong
2008-05-20 17:59     ` bug#284: " Christoph Conrad
2008-05-20 17:59     ` Christoph Conrad
2011-03-10  6:55       ` bug#284: " Glenn Morris
  -- strict thread matches above, loose matches on Subject: below --
2008-05-20  9:15 Christoph Conrad

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.