Project

General

Profile

« Previous | Next » 

Revision 0d81177c

Added by luke-gru (Luke Gruber) 7 months ago

Fix calls to require_internal in multi-ractor mode

After a ractor is started (multi-ractor mode), any calls to
require_internal will hang the process due to deadlock. For example,
loading a new encoding will deadlock after a ractor starts.

Fixes [Bug #19562]