log for the beggining of vm_lock_enter

Before this patch, there is no information to start locking.
This commit is contained in:
Koichi Sasada 2020-12-05 05:42:44 +09:00
Родитель 554a7180a0
Коммит 1d0bf3d8dd
1 изменённых файлов: 2 добавлений и 0 удалений

Просмотреть файл

@ -41,6 +41,8 @@ rb_vm_locked_p(void)
static void
vm_lock_enter(rb_ractor_t *cr, rb_vm_t *vm, bool locked, unsigned int *lev APPEND_LOCATION_ARGS)
{
RUBY_DEBUG_LOG2(file, line, "start locked:%d", locked);
if (locked) {
ASSERT_vm_locking();
}