Hi Attila, Attila Lendvai <att...@lendvai.name> skribis:
> ok, i've attached a stipped down version of the test case. it hopefully > reproduces the same situation i'm observing on my servers. > > which seems to be the following: > > 1. i have a service that keeps respawning (typically due to a config > mistake) > > 2. said service is upgraded/replaced in a `guix system reconfigure` > > 3. v1 of the service keeps respawning forever, and there's nothing i > can do to stop it at this point. `herd disable` operates on v2 of > the service, while some fiber, or some signal handler of v1 is > still in a respawn loop. Thanks for the detailed bug report and test case. It’s a pretty nasty bug that you found here. Commit 5fe594d593e6dcb19e23029bf3ff5f4a77a92523 should fix it. Let me know if you notice anything wrong! Ludo’.