From: Eli Zaretskii <eliz@gnu.org>
To: nljlistbox2@gmail.com (N. Jackson)
Cc: 17301@debbugs.gnu.org
Subject: bug#17301: 24.3.90; Hang using scroll bar thumb in Compile-Log buffer after packages update
Date: Sun, 20 Apr 2014 18:41:19 +0300 [thread overview]
Message-ID: <8338h8f1pc.fsf@gnu.org> (raw)
In-Reply-To: <87eh0s2f2v.fsf@moondust.localdomain>
> From: nljlistbox2@gmail.com (N. Jackson)
> Date: Sun, 20 Apr 2014 12:30:48 -0300
>
> The pretest of 24.4 has hung on me. (This is the version from ftp://alpha.gnu.org/gnu/emacs/pretest/emacs-24.3.90.tar.xz.)
>
> I still have the process running and it has debugging symbols in, so
> it's plausible (is it?) that I might be able to supply more information.
Please attach a debugger and produce a backtrace, including the Lisp
backtrace (use the "xbacktrace" command for the latter). Thanks.
> It's been a while since I used a CLI debugger so I need a terse but
> complete primer.
Find out the PID of the Emacs process, a number. Then:
$ cd /path/to/emacs/src
$ gdb -p PID
Once GDB prints its initial blurb and shows its "(gdb)" prompt, type:
(gdb) bt
If this doesn't end with a Lisp-level backtrace, type:
(gdb) source ./.gdbinit
(gdb) xbacktrace
next prev parent reply other threads:[~2014-04-20 15:41 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-04-20 15:30 bug#17301: 24.3.90; Hang using scroll bar thumb in Compile-Log buffer after packages update N. Jackson
2014-04-20 15:41 ` Eli Zaretskii [this message]
2014-04-20 16:45 ` N. Jackson
2014-04-20 18:47 ` Eli Zaretskii
2014-04-20 22:41 ` N. Jackson
2014-04-21 9:15 ` Jan Djärv
2014-04-20 19:44 ` Jarek Czekalski
2014-04-20 22:48 ` N. Jackson
2014-04-21 9:18 ` Jan Djärv
2014-04-22 0:23 ` N. Jackson
2014-04-22 2:11 ` N. Jackson
2014-04-22 3:22 ` Stefan Monnier
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=8338h8f1pc.fsf@gnu.org \
--to=eliz@gnu.org \
--cc=17301@debbugs.gnu.org \
--cc=nljlistbox2@gmail.com \
/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.