Closed
Bug 1475612
Opened 3 years ago
Closed 3 years ago
LSBUtils double closes a file descriptor on a background thread
Categories
(Core :: Widget, defect)
Core
Widget
Tracking
()
RESOLVED
FIXED
mozilla63
Tracking | Status | |
---|---|---|
firefox63 | --- | fixed |
People
(Reporter: kmag, Assigned: kmag)
References
Details
Attachments
(1 file)
LSBUtils calls close on a file descriptor that it has already closed with fclose. And since it does this on a background thread, it races with code that opens files on the main thread, and leads to weird breakage.
Comment hidden (mozreview-request) |
Comment 2•3 years ago
|
||
mozreview-review |
Comment on attachment 8991980 [details] Bug 1475612: Fix double file close on background thread. https://reviewboard.mozilla.org/r/256882/#review263774
Attachment #8991980 -
Flags: review?(erahm) → review+
Assignee | ||
Comment 3•3 years ago
|
||
https://hg.mozilla.org/integration/mozilla-inbound/rev/a299ae02fc4c0a7c507e4410c28414a9fdb25b90 Bug 1475612: Fix double file close on background thread. r=erahm
Comment 5•3 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/a299ae02fc4c
Status: NEW → RESOLVED
Closed: 3 years ago
status-firefox63:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla63
Duplicate of this bug: 1475505
Duplicate of this bug: 1475506
Duplicate of this bug: 1475531
Duplicate of this bug: 1475584
You need to log in
before you can comment on or make changes to this bug.
Description
•