After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 548325 - avoid using PR_Cleanup
avoid using PR_Cleanup
Status: RESOLVED DUPLICATE of bug 546926
Product: evolution-data-server
Classification: Platform
Component: Mailer
2.24.x (obsolete)
Other Linux
: Normal normal
: ---
Assigned To: evolution-mail-maintainers
Evolution QA team
Depends on:
Blocks:
 
 
Reported: 2008-08-18 18:52 UTC by Lucian Langa
Modified: 2013-09-14 16:52 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Lucian Langa 2008-08-18 18:52:33 UTC
I'm forwarding this from http://mail.gnome.org/archives/tinymail-devel-list/2008-July/msg00004.html
it refers to tinymail, but I see it fitted for camel too.

AFAIK this only affects evolution-rss running with gecko as a render.
Because XPCOM does not implement its own PR_Cleanup
(https://bugzilla.mozilla.org/show_bug.cgi?id=54189#c1)
PR_Cleanup called from camel_shutdown will hang forever.

...
PR_Cleanup must be called by the primordial thread near the end of the main function.
...
Comment 1 André Klapper 2008-08-18 19:26:38 UTC
Heh... also see http://bugzilla.gnome.org/show_bug.cgi?id=546926 then...
Btw camel is e-d-s.
Comment 2 Matthew Barnes 2008-08-19 14:07:56 UTC
Folding this into bug #546926 since the same patch takes care of both issues.

*** This bug has been marked as a duplicate of 546926 ***