https://bz.apache.org/SpamAssassin/show_bug.cgi?id=7587
Nick Alcock <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |REOPENED Resolution|FIXED |--- --- Comment #8 from Nick Alcock <[email protected]> --- This is still present, I'm afraid. We don't seem to be actively blocking any more, but we are still leaking filehandles like a sieve. I filter three emails through it, and what do I see? /proc/193902/fd: total 0 lr-x------ 1 root root 64 Sep 18 20:16 0 -> /dev/null l-wx------ 1 root root 64 Sep 18 20:16 1 -> /dev/null l-wx------ 1 root root 64 Sep 18 20:16 2 -> /dev/null lr-x------ 1 root root 64 Sep 18 20:16 3 -> /pkg/perl/5.26.2-14/usr/bin/spamd lrwx------ 1 root root 64 Sep 18 20:16 4 -> 'socket:[78493696]' lrwx------ 1 root root 64 Sep 18 20:16 5 -> 'socket:[78516226]' lrwx------ 1 root root 64 Sep 18 20:16 6 -> 'socket:[78516228]' lrwx------ 1 root root 64 Sep 18 20:16 7 -> 'socket:[78518296]' lrwx------ 1 root root 64 Sep 18 20:16 8 -> 'socket:[78506775]' lrwx------ 1 root root 64 Sep 18 20:16 9 -> /home/nix/.spamassassin/tx-reputation.mutex lrwx------ 1 root root 64 Sep 18 20:16 10 -> /home/nix/.spamassassin/tx-reputation lrwx------ 1 root root 64 Sep 18 20:16 11 -> /home/nix/.spamassassin/tx-reputation lrwx------ 1 root root 64 Sep 18 20:16 12 -> /home/nix/.spamassassin/tx-reputation The mutex is no longer being leaked, so it's not blocking any more, but a tied fh to the actual *database* is still leaked, so we'll soon enough run out of fhs. -- You are receiving this mail because: You are the assignee for the bug.
