1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-03-26 16:51:46 -07:00

Add "lockw3.c: lock->claims == 0" to list of assertions.

Copied from Perforce
 Change: 180386
 ServerID: perforce.ravenbrook.com
This commit is contained in:
Gareth Rees 2012-11-07 13:43:00 +00:00
parent d23ff08940
commit be1f993b4d

View file

@ -235,6 +235,8 @@ this documentation.
``lockix.c: res == 0``
``lockw3.c: lock->claims == 0``
The client program has made a re-entrant call into the MPS. Look
at the backtrace to see what it was. Common culprits are
:term:`format methods` and :term:`stepper functions`.