emacs-devel
[Top][All Lists]
Advanced

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

Re: Help please! To track down GC trying to free an already freed object


From: Eli Zaretskii
Subject: Re: Help please! To track down GC trying to free an already freed object.
Date: Wed, 03 Apr 2019 07:43:22 +0300

> Date: Tue, 2 Apr 2019 20:42:37 +0000
> From: Alan Mackenzie <address@hidden>
> Cc: address@hidden
> 
> I'm having some difficult seeing the entire last_marked array with GDB.
> I will try to find a solution in the GDB manual.

You want "set print elements unlimited", I think.

However, my recommendation is to examine the array one element at a
time, moving back to the previous one only when you understand what
the element you've looked at is and whether it is or isn't related to
the problem.  Also, last_marked array is written cyclically, so you
may need to wrap around the index to see the objects in the right
order.



reply via email to

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