mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-25 23:10:47 -08:00
Document the assertion that you get if you destroy a pool containing objects registered for finalization, and then continue to run the garbage collector.
Copied from Perforce Change: 187121 ServerID: perforce.ravenbrook.com
This commit is contained in:
parent
2b424af0a5
commit
efd677fe45
1 changed files with 10 additions and 0 deletions
|
|
@ -311,6 +311,16 @@ this documentation.
|
|||
created on that pool.
|
||||
|
||||
|
||||
``trace.c: ss->rank < RankEXACT``
|
||||
|
||||
The client program destroyed a pool containing objects registered
|
||||
for finalization, and then continued to run the garbage collector.
|
||||
See :ref:`topic-finalization-cautions` under
|
||||
:ref:`topic-finalization`, which says, "You must destroy these
|
||||
pools by following the “safe tear-down” procedure described under
|
||||
:c:func:`mps_pool_destroy`."
|
||||
|
||||
|
||||
``trace.c: RefSetSub(ScanStateUnfixedSummary(ss), SegSummary(seg))``
|
||||
|
||||
The client program's :term:`scan method` failed to update a
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue