I got a bunch of assertions (not thread-safe warning) while running my own debug build (my tree was updated a couple of hours ago) on Win32. These assertions got fired when I download email message headers from my ISP's IMAP server. I've never seen this assertin get triggered in mailnews. I'm wondering if anybody else has seen this.
###!!! ASSERTION: nsCharsetAlias2 not thread-safe: '_mOwningThread.GetThread() == PR_GetCurrentThread()', file e:/works/moz/mozilla/intl/uconv/src/nsCharsetAliasImp.cpp, line 54 ###!!! ASSERTION: LocalStoreImpl not thread-safe: '_mOwningThread.GetThread() == PR_GetCurrentThread()', file e:/works/moz/mozilla/rdf/datasource/src/nsLocalStore.cpp, line 285 Line 54 in nsCharsetAliasImp.cpp is NS_IMPL_SUPPORTS1 macro and nsLocalStore.cpp (line 285) is NS_RELEASE macro. I'm working on a rather extensive patch in mailnews (bug 229032: http://bugzilla.mozilla.org/show_bug.cgi?id=229032), but that patch isn't likely to cause this although there's a place I spotted where I'm worried about thread-safety (but, that part was not changed by my patch) TIA, Jungshik P.S. I really couldn't tell which group to post this to and am sorry if I'm cross-posting to too many groups. It'd be nice if it could be redirected to the appropriate group. _______________________________________________ Mozilla-xpcom mailing list [EMAIL PROTECTED] http://mail.mozilla.org/listinfo/mozilla-xpcom
