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 00:05:44 -0500

here is the requested xbacktrace:

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.

address@hidden:~ $ cd /usr/local/emacs
address@hidden:/usr/local/emacs $ cd src
address@hidden:/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:11.0
TERM = dumb
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"
... many more of these cut here...
"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"
"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)

_________________________________________________________________
Don’t just search. Find. Check out the new MSN Search! http://search.msn.click-url.com/go/onm00200636ave/direct/01/





reply via email to

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