Hey, I noticed this problem a while ago and did some investigation yesterday. perf showed find_next_timeout as the culprit indeed, and gdb helped me realize the timeout linked list was just growing infinitely large... Here's the fix: https://github.com/lathiat/avahi/pull/366 Cheers, Gustavo