Re: [pkg-gnupg-maint] Bug#842291: notmuch processes frequently stuck in select()

2016-11-29 Thread David Bremner
Werner Koch writes: > On Wed, 23 Nov 2016 18:19, d...@fifthhorseman.net said: > >> 0) turn off CRL updates entirely during s/mime signature verification > > The gpgsm option is --disable-crl-checks. > >> 1) do s/mime signature verification without CRL updates, but schedule >>

Re: [pkg-gnupg-maint] Bug#842291: notmuch processes frequently stuck in select()

2016-11-25 Thread Werner Koch
On Wed, 23 Nov 2016 18:19, d...@fifthhorseman.net said: > 0) turn off CRL updates entirely during s/mime signature verification The gpgsm option is --disable-crl-checks. > 1) do s/mime signature verification without CRL updates, but schedule > CRL checks to happen in the background for

Re: Bug#842291: notmuch processes frequently stuck in select()

2016-11-23 Thread David Bremner
Daniel Kahn Gillmor writes: > > 0) turn off CRL updates entirely during s/mime signature verification > > 1) do s/mime signature verification without CRL updates, but schedule > CRL checks to happen in the background for dirmngr, so that future > verifications

Re: Bug#842291: notmuch processes frequently stuck in select()

2016-11-23 Thread Daniel Kahn Gillmor
Control: affects 842291 + gpgsm dirmngr On Wed 2016-11-23 03:50:40 -0500, David Bremner wrote: > David Bremner writes: > >> Brian May writes: >>> strace shows notmuch looping in select. >>> >>> select(10, [9], [], NULL, {1, 0}) = 0 (Timeout) >>>

Re: Bug#842291: notmuch processes frequently stuck in select()

2016-11-23 Thread David Bremner
David Bremner writes: > Brian May writes: >> strace shows notmuch looping in select. >> >> select(10, [9], [], NULL, {1, 0}) = 0 (Timeout) >> select(10, [9], [], NULL, {1, 0}) = 0 (Timeout) >> select(10, [9], [], NULL, {1, 0}) = 0 (Timeout)