Block interrupts, _then_ lock.
authorTaylor R Campbell <campbell@mumble.net>
Wed, 29 May 2019 04:24:40 +0000 (04:24 +0000)
committerTaylor R Campbell <campbell@mumble.net>
Wed, 29 May 2019 05:00:39 +0000 (05:00 +0000)
commit9a3417ac7a5f294fbbda397086d890029d45343a
treeb3dad639b1811fd3c8a967df5cc4c6db02ff9520
parentc9608c1efcd247ed84b2a2afafa523a7b599648c
Block interrupts, _then_ lock.

Otherwise an interrupt might try to acquire the lock while we already
hold it, leading to deadlock.
src/runtime/gcfinal.scm