]> granicus.if.org Git - gc/commit
Fix assertion violation about disabled cancel in try_to_collect_inner
authorIvan Maidanski <ivmai@mail.ru>
Wed, 29 Nov 2017 22:10:20 +0000 (01:10 +0300)
committerIvan Maidanski <ivmai@mail.ru>
Sun, 17 Dec 2017 08:53:45 +0000 (11:53 +0300)
commitc24e96648336f24ce2db98b69490f5f89cbd1747
tree28b43c6e5c1c17080258a85d16bf9194d517c692
parentc0492a70e4df186fbded649ddcc012c4c06c639e
Fix assertion violation about disabled cancel in try_to_collect_inner
(Cherry-pick commit 218bfbfa from 'master' branch.)

* misc.c [!GC_DISABLE_INCREMENTAL && !KEEP_BACK_PTRS]
(GC_enable_incremental): Wrap GC_gcollect_inner and GC_read_dirty calls
into DISABLE/RESTORE_CANCEL.
misc.c