all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Drew Adams <drew.adams@oracle.com>
To: 16886@debbugs.gnu.org
Subject: bug#16886: 24.3.50; Lisp nesting exceeds `max-lisp-eval-depth' with `M-x cancel-debug-on-entry'
Date: Tue, 25 Feb 2014 16:51:42 -0800 (PST)	[thread overview]
Message-ID: <e6b47ee5-9026-4ae4-bb83-df3ff52d4da1@default> (raw)

Hope this helps.  This was with my setup.  AFAIK, I had used
`debug-on-entry' for only one function.

I then did `M-x cancel-debug-on-entry RET', and Emacs took a
long time to return (used lots of CPU).  I tried it again, and
got the backtrace.

I then did `M-x cancel-debug-on-entry' and instead of
hitting RET I hit TAB.  `nil' appeared as the default for
the function whose debugging is to be canceled.

Both that and the backtrace show that somehow
`debugger-list-functions' is returning the list `(nil)'.
No idea why.  AFAIK, I do not fiddle with any such list of functions
or such advice.

Debugger entered--Lisp error: (error "Lisp nesting exceeds `max-lisp-eval-depth'")
  advice--p(nil)
  advice--member-p(debug--implement-debug-on-entry debug--implement-debug-on-entry nil)
  advice-function-member-p(debug--implement-debug-on-entry nil)
  advice-member-p(debug--implement-debug-on-entry NIKHAHIT)
  #[257 "...
  mapatoms(#[257 "...
  debug--function-list()
  cancel-debug-on-entry(nil)
  mapcar(cancel-debug-on-entry (nil))
<---------------585 repetitions of the last two lines---------------->
  mapcar(cancel-debug-on-entry (nil))
  cancel-debug-on-entry(nil)
  call-interactively(cancel-debug-on-entry record-it)
  icicle-execute-extended-command-1("cancel-debug-on-entry")
  #[nil "...
  call-interactively(icicle-execute-extended-command nil nil)
  command-execute(icicle-execute-extended-command)

In GNU Emacs 24.3.50.1 (i686-pc-mingw32)
 of 2014-02-21 on ODIEONE
Bzr revision: 116523 lekktu@gmail.com-20140222021049-g04nwe512x430tk5
Windowing system distributor `Microsoft Corp.', version 6.1.7601
Configured using:
 `configure --prefix=/c/Devel/emacs/binary --enable-checking=yes,glyphs
 'CFLAGS=-O0 -g3' LDFLAGS=-Lc:/Devel/emacs/lib
 CPPFLAGS=-Ic:/Devel/emacs/include'





             reply	other threads:[~2014-02-26  0:51 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-02-26  0:51 Drew Adams [this message]
2016-07-29  1:11 ` bug#16886: 24.3.50; Lisp nesting exceeds `max-lisp-eval-depth' with `M-x cancel-debug-on-entry' npostavs
2016-07-29  3:51   ` Drew Adams
2016-07-29  9:09     ` Nicolas Petton

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=e6b47ee5-9026-4ae4-bb83-df3ff52d4da1@default \
    --to=drew.adams@oracle.com \
    --cc=16886@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.