GNOME Bugzilla – Bug 712572
[abrt] Possible race condition in SMTP provider
Last modified: 2014-11-28 09:42:42 UTC
Moving this from a downstream bug report: https://bugzilla.redhat.com/show_bug.cgi?id=1031358 Description of problem: I had prepared a number of messages that were to be signed and encrypted. Each message had one attachment. Then I started sending them. I didn't wait for each one to be sent before I gave the send command on the next one, so at times there were two messages being sent at once. Then all of a sudden Evolution crashed. Version-Release number of selected component: evolution-3.8.5-2.fc19 Additional info: reporter: libreport-2.1.9 backtrace_rating: 4 cmdline: evolution crash_function: ssl_DestroyLocks executable: /usr/bin/evolution kernel: 3.11.6-201.fc19.x86_64 Core was generated by `evolution'. Program terminated with signal 6, Aborted.
+ Trace 232789
Thread 1 (Thread 0x7fbb73dfb700 (LWP 13293))
I know this is 3.8.5 and 3.11.x moved away from direct NSS usage, but still, there can be an issue with concurrent usage of a CamelService, in this case SMTP.
I might be wrong with the above comment.