On Fri May 29, 2026 at 4:33 PM JST, Alexandre Courbot wrote: > If `Gsp::boot` fails, the GSP can be left in a state where boot cannot > be attempted again unless it is reset first. > > To avoid this, we want to run the unload bundle whenever `boot` fails to > try and clear the partially-initialized state. > > Do this by wrapping the unload bundle into a drop guard up until `boot` > returns. After that, running the unload bundle becomes the > responsibility of the caller. > > Signed-off-by: Alexandre Courbot <[email protected]> > ---
Reviewed-by: Eliot Courtney <[email protected]>
