Re: Dirmngr - high cpu usage - 100%
Lukas | GPGTools via Gnupg-devel <[email protected]>
| Newsgroups | gmane.comp.encryption.gpg.devel |
|---|---|
| Message-ID | <[email protected]> |
Hi NIIBE, thank you very much for your work and your answer! I still have to test the fix but figured out that when I build without libdns as you suggested dirmngr again works as expected. Much appreciated! Best, Lukas > On 07.04.2025, at 04:50, NIIBE Yutaka <[email protected]> wrote: > > Hello, again, > > NIIBE Yutaka <[email protected]> wrote: >> ECONNREFUSED can be returned by connect(2) on POSIX system. Retrying >> (by goto udp_connect_retry) is wrong in the code. > > I found: https://dev.gnupg.org/T3374 > > Actually, it was me who considered wrongly for ECONNREFUSED. > > And we also have a ticket: https://dev.gnupg.org/T4021 > > I pushed a fix to master with the ticket of T4021. > > The commit is: 1ed8b0e7b40304368f0466b03b33c3c40becfc3c > --