Skip to content
Snippets Groups Projects
Commit 41296315 authored by takano-akio's avatar takano-akio Committed by Austin Seipp
Browse files

Avoid allocating while holding a lock (#8242)


This reverts commit 6770663f.

If the program enters the garbage collector with the closure
lock held, it will confuse the garbage collector and will
result in an infinite loop in evacuate().

Signed-off-by: default avatarAustin Seipp <aseipp@pobox.com>
parent d85044f6
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment