### I made sure the issue is in bootsnap Yes, deleting bootsnap cache folder consistently resolves the isssue. <!-- Bootnsap is very often wrongly blamed for application problems, try setting DISABLE_BOOTSNAP=1, if your problem persist it's unlikely to be caused by bootsnap --> ### Steps to reproduce <!-- If possible, tell us how we can reproduce the issue ourselves --> 1. Install Ruby `3.2.1` (or `3.2.2`) 2. Run `rails s` 3. Server runs normally 4. Restart server 5. Browser hangs 6. Stop browser 7. Remove `tmp/cache/bootsnap` 8. Start server 9. Browser loads properly ### Expected behavior Browser shouldn't hang on restart ### Actual behavior Browser hangs on restart ### System configuration **Bootsnap version**: `1.16.0`, `1.15.0` **Ruby version**: `3.2.1`, `3.2.2` **Rails version**: <!-- If applicable --> `7.0.4.3`