emacs-pretest-bug
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: crash when opening a newsgroup


From: Eli Zaretskii
Subject: Re: crash when opening a newsgroup
Date: Mon, 25 Apr 2005 06:44:20 +0300

> From: Timmy Douglas <address@hidden>
> Date: Sun, 24 Apr 2005 18:28:14 -0400
> Cc: address@hidden
> 
> I'm not very familiar with emacs internals or how to investigate this
> sort of thing.

Please read the file etc/DEBUG in the Emacs distribution--it explains
that.  Specifically, the section named "Examining Lisp object values"
is very useful reading.

> (gdb) x/16w 137657473

137657473 is not a real address, it's a Lisp object.  The way to
examine it is with the "pr" command and other related commands, as
explained in etc/DEBUG.

> (gdb) x/16w 151680309

Same here.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]