Hi Jack,
Yes, I can now install pdfarranger.
Apparently, the bug fix:
https://issues.guix.gnu.org/66920
has solved my problem.
Thanks for the bug fix and also for your message!
Christophe
Le samedi 11 novembre 2023 à 23:16 -0500, Jack Hill a écrit :
> On Sat, 12 Aug 2023, Christophe Pisteur wrot
This happened after wakeup under seemingly high (IO) load when I clicked
on a link. The window just disappeared.
I had dmesg --follow already open and this showed up:
[ 6158.088405] traps: WatchDogQueue[4000] trap int3 ip:7fd2425409cf
sp:7fd1dd7fb620 error:0 in libglib-2.0.so.0.7200.3[7fd24250400
Hi,
‘terminate-process’ in (shepherd service) assumes that, once it has sent
SIGKILL to a given PID, it eventually gets a SIGCHLD notification for
that PID.
Unfortunately there are corner cases where it doesn’t hold. Take PID 2:
--8<---cut here---start->8---