Closed
Bug 1323155
Opened 8 years ago
Closed 8 years ago
Data race in reading mCompletionPromise
Categories
(Core :: XPCOM, defect)
Core
XPCOM
Tracking
()
RESOLVED
FIXED
mozilla53
Tracking | Status | |
---|---|---|
firefox50 | --- | unaffected |
firefox51 | --- | unaffected |
firefox52 | --- | unaffected |
firefox53 | --- | fixed |
People
(Reporter: jwwang, Assigned: jwwang)
References
Details
(Keywords: regression)
Attachments
(1 file)
thenValue->mCompletionPromise [1] might be changed in DoResolveOrReject() [2] on another thread before ThenPromise() returns.
[1] http://searchfox.org/mozilla-central/rev/5ee2bd8800b007d6c120d9521d5bf01131885afb/xpcom/threads/MozPromise.h#634
[2] http://searchfox.org/mozilla-central/rev/5ee2bd8800b007d6c120d9521d5bf01131885afb/xpcom/threads/MozPromise.h#409
Assignee | ||
Updated•8 years ago
|
Comment hidden (mozreview-request) |
Assignee | ||
Updated•8 years ago
|
Attachment #8818213 -
Flags: review?(gsquelart)
Comment 2•8 years ago
|
||
mozreview-review |
Comment on attachment 8818213 [details]
Bug 1323155 - fix data race in mCompletionPromise.
https://reviewboard.mozilla.org/r/98354/#review98568
Attachment #8818213 -
Flags: review?(gsquelart) → review+
Blocks: 1322964
Assignee | ||
Comment 3•8 years ago
|
||
Thanks!
Pushed by jwwang@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/ac3e78fed369
fix data race in mCompletionPromise. r=gerald
Comment 5•8 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 8 years ago
status-firefox53:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla53
Updated•8 years ago
|
Version: unspecified → Trunk
Updated•8 years ago
|
status-firefox50:
--- → unaffected
status-firefox51:
--- → unaffected
status-firefox52:
--- → unaffected
You need to log in
before you can comment on or make changes to this bug.
Description
•