unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
From: Stefan Monnier <monnier@iro.umontreal.ca>
To: Austin Bingham <austin.bingham@gmail.com>
Cc: emacs-devel@gnu.org
Subject: Re: Help understanding some bad emacs behavior
Date: Sun, 16 Nov 2014 21:10:14 -0500	[thread overview]
Message-ID: <jwvmw7qshr2.fsf-monnier+emacs@gnu.org> (raw)
In-Reply-To: <CAEZidR0Qz48jPzOeFoBSe7amdB8Z99Y3Yyj6p21RYSRrpDyL2A@mail.gmail.com> (Austin Bingham's message of "Sun, 16 Nov 2014 21:32:49 +0000")

> Sorry, good point.  The emacs process maxes out one of my cores for a few
> minutes.  During this time emacs seems unresponsive to input, though it does
> redraw on the screen.

You can try M-x profiler-start RET RET before and M-x profiler-report
RET afterwards, which should tell you where time was spent.

> Maybe the deep-seeming stack of Ffuncall/exec_byte_code/etc. is normal, but
>  it was remarkable enough to me that I thought I'd mention it.

Yes, it's perfectly normal.  If you think of how an interpreter works,
the C-level backtrace will typically look like a (deep) nesting of calls
between functions called "eval" or "apply" or "call".

> What's the best way to get that? Bear in mind that, as far as I can tell,
> emacs isn't responding to input when I see this problem. And since I don't
> really know where this is happening in elisp-land, I'm not sure where to
> add instrumentation or anything like that.

You can try (setq debug-on-quit t) and hitting C-g.
If that doesn't work, do a "kill -USR2 <emacspid>" which should also
drop you into the debugger.


        Stefan



  reply	other threads:[~2014-11-17  2:10 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-11-16 13:09 Help understanding some bad emacs behavior Austin Bingham
2014-11-16 19:53 ` Stefan Monnier
2014-11-16 21:32   ` Austin Bingham
2014-11-17  2:10     ` Stefan Monnier [this message]
2014-11-17 15:58       ` Austin Bingham

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

  List information: https://www.gnu.org/software/emacs/

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

  git send-email \
    --in-reply-to=jwvmw7qshr2.fsf-monnier+emacs@gnu.org \
    --to=monnier@iro.umontreal.ca \
    --cc=austin.bingham@gmail.com \
    --cc=emacs-devel@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 public inbox

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).