1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-03-26 08:41:47 -07:00

Document the assertion failure for an attempt to finalize an unfinalizable reference.

Copied from Perforce
 Change: 187966
 ServerID: perforce.ravenbrook.com
This commit is contained in:
Gareth Rees 2015-06-19 12:08:35 +01:00
parent 86a933a581
commit 2f7fda433c

View file

@ -260,6 +260,13 @@ this documentation.
:c:type:`mps_fmt_t` for this argument.
``global.c: PoolHasAttr(pool, AttrGC)``
The client program called :c:func:`mps_finalize` on a reference
that does not belong to an :term:`automatically managed <automatic
memory management>` :term:`pool`.
``lockix.c: res == 0``
``lockw3.c: lock->claims == 0``