emacs-pretest-bug
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: "cl-map-keymap: Lisp nesting exceeds max-lisp-eval-depth"


From: emacs user
Subject: Re: "cl-map-keymap: Lisp nesting exceeds max-lisp-eval-depth"
Date: Sat, 13 Nov 2004 07:54:23 -0500



From: Richard Stallman <address@hidden>
Reply-To: address@hidden
To: "emacs user" <address@hidden>
CC: address@hidden
Subject: Re: "cl-map-keymap: Lisp nesting exceeds max-lisp-eval-depth"
Date: Fri, 12 Nov 2004 02:06:06 -0500

Please try running under GDB with a breakpoint at this line
in eval.c:

      if (lisp_eval_depth > max_lisp_eval_depth)
        error ("Lisp nesting exceeds max-lisp-eval-depth");

When it stops there, please type `xbacktrace' to make a Lisp
backtrace, and mail it to us.

/usr/local/emacs/src $ gdb emacs
GNU gdb Red Hat Linux (5.3post-0.20021129.18rh)
Copyright 2003 Free Software Foundation, Inc.
GDB is free software, covered by the GNU General Public License, and you are
welcome to change it and/or distribute copies of it under certain conditions.
Type "show copying" to see the conditions.
There is absolutely no warranty for GDB.  Type "show warranty" for details.
This GDB was configured as "i386-redhat-linux-gnu"...
DISPLAY = localhost:10.0
TERM = xterm
Breakpoint 1 at 0x8118d86: file emacs.c, line 442.
Breakpoint 2 at 0x80f76c0: file xterm.c, line 7781.
(gdb) break eval.c:2020
Breakpoint 3 at 0x8179330: file eval.c, line 2020.
(gdb) run -q --no-site-file -l ~/.emacs.debug
Starting program: /usr/local/emacs/src/emacs -q --no-site-file -l ~/.emacs.debug

Breakpoint 3, Feval (form=136287517) at eval.c:2020
2020            error (" 111 Lisp nesting exceeds max-lisp-eval-depth");
(gdb) xbacktrace
"cl-map-keymap"
"cl-map-keymap"
"cl-map-keymap"
.
.
.
"cl-map-keymap"
"cl-map-keymap"
"cl-map-keymap"
"cl-map-keymap"
"cl-map-keymap"
"cl-map-keymap"
"cl-map-keymap"
"cl-map-keymap"
"cl-map-keymap"
"cl-map-keymap"
"cl-map-keymap"
"cl-map-keymap"
---Type <return> to continue, or q <return> to quit---
"cl-map-keymap"
"map-keymap"
"substitute-key-definition"
"byte-code"
"require"
"byte-code"
"require"
"byte-code"
"load"
"eshell-mode"
"eshell"
"eval-buffer"
"load-with-code-conversion"
"load"
"command-line-1"
"command-line"
"normal-top-level"
(gdb)
(gdb) q
The program is running.  Exit anyway? (y or n) y
/usr/local/emacs/src $

_________________________________________________________________
Get ready for school! Find articles, homework help and more in the Back to School Guide! http://special.msn.com/network/04backtoschool.armx





reply via email to

[Prev in Thread] Current Thread [Next in Thread]