Closed
Bug 1426019
Opened 7 years ago
Closed 6 years ago
Use nsIThread in nsHostResolver
Categories
(Core :: Networking: DNS, enhancement, P3)
Core
Networking: DNS
Tracking
()
RESOLVED
FIXED
mozilla62
People
(Reporter: valentin, Assigned: valentin)
References
(Blocks 2 open bugs)
Details
(Whiteboard: [necko-triaged])
Attachments
(1 file)
We currently create a thread using PR_CreateThread(..., PR_UNJOINABLE_THREAD)
According to bug 1415093 comment 3 a shutdown race between this thread and XPCOM shutdown could trigger some assertions.
It would be better if we could replace it with NS_NewNamedThread.
Assignee | ||
Comment 1•6 years ago
|
||
Comment hidden (mozreview-request) |
Comment 3•6 years ago
|
||
mozreview-review |
Comment on attachment 8985968 [details]
Bug 1426019 - Use nsIThread in nsHostResolver
https://reviewboard.mozilla.org/r/251440/#review257826
Attachment #8985968 -
Flags: review?(daniel) → review+
Pushed by valentin.gosu@gmail.com:
https://hg.mozilla.org/integration/autoland/rev/80dd9e57c3a4
Use nsIThread in nsHostResolver r=bagder
Comment 5•6 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 6 years ago
status-firefox62:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla62
Updated•6 years ago
|
Assignee: nobody → valentin.gosu
Updated•6 years ago
|
status-firefox60:
--- → wontfix
status-firefox61:
--- → wontfix
You need to log in
before you can comment on or make changes to this bug.
Description
•