diff options
Diffstat (limited to 'mail/thunderbird3/files/patch-bugzilla243151')
-rw-r--r-- | mail/thunderbird3/files/patch-bugzilla243151 | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/mail/thunderbird3/files/patch-bugzilla243151 b/mail/thunderbird3/files/patch-bugzilla243151 new file mode 100644 index 000000000000..e1a2a77acc20 --- /dev/null +++ b/mail/thunderbird3/files/patch-bugzilla243151 @@ -0,0 +1,10 @@ +Bogus assertion, see https://bugzilla.mozilla.org/show_bug.cgi?id=243151 + +--- xpcom/threads/nsThread.cpp Sun Oct 5 21:42:05 2003 ++++ xpcom/threads/nsThread.cpp Mon Aug 8 00:33:45 2005 +@@ -374,5 +374,4 @@ + status = PR_NewThreadPrivateIndex(&nsThread::kIThreadSelfIndex, nsThread::Exit); + if (status != PR_SUCCESS) return NS_ERROR_FAILURE; +- NS_ASSERTION(nsThread::kIThreadSelfIndex != 0, "couldn't get thread private index"); + } + |