Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 07 Dec 2011 14:57:30 +0200
From:      Andriy Gapon <avg@FreeBSD.org>
To:        Alex Dupre <ale@FreeBSD.org>
Cc:        freebsd-ports@FreeBSD.org
Subject:   Re: enigmail-thunderbird: problem with importing pgp key from keyserver
Message-ID:  <4EDF62BA.10905@FreeBSD.org>
In-Reply-To: <4EDF5E98.3080002@FreeBSD.org>
References:  <4EDF5E98.3080002@FreeBSD.org>

next in thread | previous in thread | raw e-mail | index | archive | help
on 07/12/2011 14:39 Andriy Gapon said the following:
> 
> Description of the problem: I get a signed email and I don't have a key to verify
> the signature (I see a yellow line that says "Unverified signature; click on
> 'Details' button for more information ").  I press Details and select Import
> Public Key.  The import window that pops ups then stays up forever, its "no
> progress" bar rolls on forever and, the most troublesome, thunderbird starts
> consuming 100% of a CPU.  I can press Cancel button and the dialog is closed, but
> CPU consumption goes on.  Also, it seems that after that the thunderbird timers
> stop working properly - e.g. I have an option of marking an email as read after
> (pre-)viewing it for 1 second, that gets broken, the emails are never
> automatically marked as read.
> What's also interesting is that the key apparently gets imported despite all of
> the above.  If I reopen the same email I see a green line saying "UNTRUSTED Good
> signature from ...".
> 
> Anyone else can reproduce this?
> 

Additional info, attaching with gdb consistently produces the following
(imperfect) stack trace:
0  0x000000080412e9ec in pthread_kill () from /lib/libthr.so.3
#1  0x0000000804129979 in pthread_getschedparam () from /lib/libthr.so.3
#2  0x0000000804130bc4 in pthread_cond_signal () from /lib/libthr.so.3
#3  0x0000000802dbec19 in PRP_NakedNotify () from /usr/local/lib/libplds4.so.1
#4  0x0000000802dbf6bd in PR_WaitCondVar () from /usr/local/lib/libplds4.so.1
#5  0x0000000802dbf78f in PR_Wait () from /usr/local/lib/libplds4.so.1
#6  0x0000000801ecbc19 in nsStopwatch::Release () from
/usr/local/lib/thunderbird/libxul.so
#7  0x0000000801ecbdcd in nsStopwatch::Release () from
/usr/local/lib/thunderbird/libxul.so
#8  0x0000000801bffd3c in XRE_AddStaticComponent () from
/usr/local/lib/thunderbird/libxul.so
#9  0x0000000801bc8929 in
mozilla::ipc::TestShellCommandParent::~TestShellCommandParent () from
/usr/local/lib/thunderbird/libxul.so
#10 0x0000000801bfff9e in XRE_AddStaticComponent () from
/usr/local/lib/thunderbird/libxul.so
#11 0x0000000802dc43e9 in PR_CreateThread () from /usr/local/lib/libplds4.so.1
#12 0x00000008041280d3 in pthread_getprio () from /lib/libthr.so.3

-- 
Andriy Gapon



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4EDF62BA.10905>