Some plugins call back to restartComponent() directly from IEditController::setComponentState. This lead to a deadlock since VST3Plugin::load_preset takes a lock (since 7.2-85 b27467157b), and restartComponent takes the same mutex again.
b27467157b