unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
From: Eli Zaretskii <eliz@gnu.org>
To: Silvio Levy <levy@msri.org>
Cc: levy@msri.org, emacs-devel@gnu.org
Subject: Re: memory grab, with backtrace
Date: Wed, 07 Dec 2011 02:36:38 -0500	[thread overview]
Message-ID: <E1RYC3S-0007zt-Kh@fencepost.gnu.org> (raw)
In-Reply-To: <20111207025128.7A998181178@neo.msri.org> (message from Silvio Levy on Tue, 06 Dec 2011 18:51:28 -0800)

> From: Silvio Levy <levy@msri.org>
> Date: Tue, 06 Dec 2011 18:51:28 -0800
> Cc: levy@msri.org
> 
> I posted this a few days ago, and was advised to post it again after
> getting a backtrace.  I hope the backtrace (obtained from emacs-snapshot)
> is adequate.  

Thanks.  Please show the results of these commands:

  (gdb) frame 14
  (gdb) print data
  (gdb) xtype

For the "xtype" command to work, you will need to instruct GDB to read
a file where "xtype" is defined.  Download this file:

  http://bzr.savannah.gnu.org/lh/emacs/trunk/annotate/head:/src/.gdbinit

by following the "download file" link on the above page, then instruct
GDB to read it:

  (gdb) source /path/to/.gdbinit

Then type the commands "frame 14" etc.

From initial look at the backtrace, it looks like Emacs is trying to
display some error message, probably related to the reason why it did
not exit.  If we succeed to show the error message and the
accompanying data, we might be able to understand the reason(s) for
that.



      reply	other threads:[~2011-12-07  7:36 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-12-07  2:51 memory grab, with backtrace Silvio Levy
2011-12-07  7:36 ` Eli Zaretskii [this message]

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=E1RYC3S-0007zt-Kh@fencepost.gnu.org \
    --to=eliz@gnu.org \
    --cc=emacs-devel@gnu.org \
    --cc=levy@msri.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).