From: Alan Mackenzie <acm@muc.de>
To: Eli Zaretskii <eliz@gnu.org>
Cc: emacs-devel@gnu.org
Subject: Re: Help please! To track down GC trying to free an already freed object.
Date: Tue, 2 Apr 2019 20:42:37 +0000 [thread overview]
Message-ID: <20190402204237.GB25792@ACM> (raw)
In-Reply-To: <83r2akfnyh.fsf@gnu.org>
Hello, Eli.
On Tue, Apr 02, 2019 at 18:04:22 +0300, Eli Zaretskii wrote:
> > Date: Tue, 2 Apr 2019 11:25:37 +0000
> > From: Alan Mackenzie <acm@muc.de>
> > With GDB, I can break at the creation of this symbol-with-position
> > object and again at its (first) freeing with this breakpoint:
> > break setup_on_free_list if (v == 0x5555561d0450)
> > . However, this isn't helping me to track down the Lisp object which
> > still references this symbol-with-position. I've tried to find the
> > address of Emacs's data segment, so as to be able to search through it
> > for 0x5555561d0455 in GDB, but this doesn't feel like a very useful
> > thing to do.
> > Could somebody who has experience in this sort of thing please suggest
> > how I might proceed with the debugging, or possibly offer me some other
> > sort of help or hints.
> The usual method of debugging such problems is described in etc/DEBUG,
Apologies, I didn't see this. I read quite a bit of etc/DEBUG, but for
some reason completely missed the bit about GC problems.
> it basically uses the last_marked[] array. You start with the object
> at last_marked[last_marked_index - 1], and go backwards (in circular
> manner), comparing the objects you find in the array with those you
> see in the call-stack frames that call mark_* functions. Just be very
> careful when you print the objects; e.g., never use 'pp', because the
> function it calls cannot handle marked objects.
I'm having some difficult seeing the entire last_marked array with GDB.
I will try to find a solution in the GDB manual.
> If you already tried this, please ask more specific questions.
No, I hadn't. I didn't know about last_marked. I'll see if I can get
further with its help. Thanks!
--
Alan Mackenzie (Nuremberg, Germany).
next prev parent reply other threads:[~2019-04-02 20:42 UTC|newest]
Thread overview: 24+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-04-02 11:25 Help please! To track down GC trying to free an already freed object Alan Mackenzie
2019-04-02 15:04 ` Eli Zaretskii
2019-04-02 20:42 ` Alan Mackenzie [this message]
2019-04-03 4:43 ` Eli Zaretskii
2019-04-04 18:57 ` Alan Mackenzie
2019-04-02 19:09 ` Daniel Colascione
2019-04-02 19:21 ` Eli Zaretskii
2019-04-02 20:46 ` Alan Mackenzie
2019-04-02 21:03 ` Daniel Colascione
2019-04-03 4:39 ` Eli Zaretskii
2019-04-03 10:01 ` Alan Mackenzie
2019-04-03 10:12 ` Eli Zaretskii
2019-04-03 15:23 ` Paul Eggert
2019-04-02 20:24 ` Alan Mackenzie
2019-04-02 20:33 ` Daniel Colascione
2019-04-02 21:00 ` Alan Mackenzie
2019-04-05 4:49 ` Alex
2019-04-05 8:26 ` Alan Mackenzie
2019-04-05 17:05 ` Comparing symbol-with-position using eq (was: Help please! To track down GC trying to free an already freed object.) Alex
2019-04-05 18:21 ` Comparing symbol-with-position using eq Alan Mackenzie
2019-04-05 20:18 ` Daniel Colascione
2019-04-05 21:54 ` Alan Mackenzie
2019-04-05 22:50 ` Paul Eggert
2019-04-06 12:23 ` Clément Pit-Claudel
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=20190402204237.GB25792@ACM \
--to=acm@muc.de \
--cc=eliz@gnu.org \
--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).