From: Chad Brown <yandros@MIT.EDU>
To: Deniz Dogan <deniz.a.m.dogan@gmail.com>
Cc: Emacs-Devel devel <emacs-devel@gnu.org>
Subject: Re: Emacs on Windows crashes when hitting many keys
Date: Tue, 21 Dec 2010 15:38:22 -0800 [thread overview]
Message-ID: <9269D55B-EC9D-4EE2-8D52-6042EB535A48@mit.edu> (raw)
In-Reply-To: <AANLkTikGiAY2qZP8_apmjP9riqrHdm6o06i+=rMRJxJX@mail.gmail.com>
On Dec 21, 2010, at 3:01 PM, Deniz Dogan wrote:
> I tried it and honestly it would take me some time to get even
> remotely acquainted with gdb.
A good first cut:
1.) get the pid of emacs, with something like ``ps waux | grep -i emacs'' at a shell. We'll call it PID
2.) run gdb
3.) at the gdb prompt '(gdb)', type:
attach PID
and then wait for gdb to load emacs.
4.) if you get a gdb prompt back, type:
where
and send us the results.
It's entirely possible that Drew's suggestion re: dribble-file is more helpful.
Hope this helps,
*Chad
next prev parent reply other threads:[~2010-12-21 23:38 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-12-21 20:48 Emacs on Windows crashes when hitting many keys Deniz Dogan
2010-12-21 21:14 ` Drew Adams
2010-12-21 21:33 ` Chad Brown
2010-12-21 23:01 ` Deniz Dogan
2010-12-21 23:06 ` Drew Adams
2010-12-21 23:38 ` Chad Brown [this message]
2010-12-21 21:41 ` Lennart Borgman
2010-12-21 22:48 ` Deniz Dogan
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=9269D55B-EC9D-4EE2-8D52-6042EB535A48@mit.edu \
--to=yandros@mit.edu \
--cc=deniz.a.m.dogan@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).