Hello,
David Yang, le jeu. 26 févr. 2026 16:17:44 +0800, a ecrit:
> I'm investigating
> https://buildd.debian.org/status/package.php?p=libite on the latest
> debian-hurd.img and found alarm() fire SIGALRM periodically.
You'd want to upgrade the libc0.3 package to get the latest glibc.
> static void sigalrm_handler(int signo) {
> printf("alarm %ld\n", time(0));
> }
>
> int main() {
> signal(SIGALRM, sigalrm_handler);
> alarm(1);
> while (1) sleep(3);
> }
I don't see this issue with libc0.3 2.42-12
Samuel