bug#65240: pdfarranger can't be installed

2023-11-12 Thread Christophe Pisteur
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

bug#67130: Liferea/glib crash

2023-11-12 Thread Csepp
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

bug#67132: [Shepherd] Bogus value from PID file can prevent service from being stopped

2023-11-12 Thread Ludovic Courtès
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---