Closed Bug 606592 Opened 14 years ago Closed 14 years ago

Make nsExceptionService practice safe refcounting

Categories

(Core :: XPCOM, defect)

x86
macOS
defect
Not set
normal

Tracking

()

RESOLVED FIXED
mozilla5

People

(Reporter: jdm, Assigned: jdm)

References

Details

Attachments

(1 file)

From bug 508128, comment 84: >I talked to jst about this, and he sounded ok with just making the reference counting threadsafe in this case. > >http://hg.mozilla.org/mozilla-central/file/3a5b84a290d7/xpcom/base/nsExceptionService.cpp#l95 >already documents that it can be released on a different thread during shutdown.
Attachment #485418 - Flags: review?(jst)
This patch makes the failures in bug 508128 disappear.
Attachment #485418 - Flags: review?(jst) → review+
Comment on attachment 485418 [details] [diff] [review] Make nsExceptionService practice threadsafe refcounting. This is needed to land bug 508128, which is a righteous goal.
Attachment #485418 - Flags: approval2.0?
Attachment #485418 - Flags: approval2.0? → approval2.0+
Isn't this the same problem that we ran into when trying to move WeaveCrypto off the main thread? The real problem is that nsExeceptionService shuts down too early. This might make the asserts go away, but what happens if we trigger an exception after the nsExceptionService is dead?
Comment on attachment 485418 [details] [diff] [review] Make nsExceptionService practice threadsafe refcounting. Looks like this was never landed. It can't land now.
Attachment #485418 - Flags: approval2.0+ → approval2.0-
Is this about nsExceptionManager or nsExceptionService?
Assignee: nobody → josh
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla2.2
Hmm, I never ended up deciding whether this patch or the one in bug 450812 would be the better choice. I guess we can always back out in the future.
(In reply to comment #8) > Hmm, I never ended up deciding whether this patch or the one in bug 450812 > would be the better choice. I guess we can always back out in the future. Yes, let me know if you want me to backout, please, and sorry for stepping on your toes.
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: