1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-06 11:50:51 -08:00

Correct the manual about the assertion you get when destroying a pool without destroying all the allocation points first.

Copied from Perforce
 Change: 188243
 ServerID: perforce.ravenbrook.com
This commit is contained in:
Gareth Rees 2015-09-04 16:51:33 +01:00
parent eab8b05a85
commit 87fabe9ef0

View file

@ -304,8 +304,15 @@ this documentation.
The client program destroyed an MPS data structure without having
destroyed all the data structures that it owns first. For example,
it destroyed an arena without first destroying all pools in that
arena, or it destroyed a pool without first destroying all
allocation points created on that pool.
arena, or it destroyed a thread without first destroying all
roots using that thread.
``seg.c: gcseg->buffer == NULL``
The client program destroyed pool without first destroying all the
allocation points created on that pool. The allocation points must
be destroyed first.
``trace.c: ss->rank < RankEXACT``