Closed
Bug 1408693
Opened 6 years ago
Closed 6 years ago
Crash in std::_Tree<T>::find
Categories
(Core :: Audio/Video: Playback, defect, P2)
Tracking
()
RESOLVED
FIXED
mozilla58
Tracking | Status | |
---|---|---|
firefox-esr52 | --- | unaffected |
firefox56 | --- | unaffected |
firefox57 | --- | fixed |
firefox58 | --- | fixed |
People
(Reporter: yoasif, Assigned: bechen)
References
Details
(Keywords: crash, regression)
Crash Data
Attachments
(2 files)
59 bytes,
text/x-review-board-request
|
jwwang
:
review+
|
Details |
1.58 KB,
patch
|
ritu
:
approval-mozilla-beta+
|
Details | Diff | Splinter Review |
This bug was filed from the Socorro interface and is report bp-aa04e1e9-4617-4582-991c-a32fa0171013. ============================================================= Only 17 crashes in the last week, but didn't see it logged in Bugzilla. Affects v57.
Reporter | ||
Updated•6 years ago
|
Reporter | ||
Updated•6 years ago
|
tracking-firefox57:
? → ---
Updated•6 years ago
|
Component: General → Audio/Video
Updated•6 years ago
|
Comment 1•6 years ago
|
||
https://hg.mozilla.org/releases/mozilla-beta/annotate/b92b69f3503e/dom/media/MediaFormatReader.cpp#l109 This code isn’t thread safe. It could be accessed from multiple threads, erasing an element on one thread, to find in another is bound to create nastiness.
Comment 2•6 years ago
|
||
Kaku is on "P"TO. Benjamin, Can you help check it?
Component: Audio/Video → Audio/Video: Playback
Flags: needinfo?(kaku) → needinfo?(bechen)
Priority: -- → P2
Assignee | ||
Comment 3•6 years ago
|
||
(In reply to Blake Wu [:bwu][:blakewu] from comment #2) > Kaku is on "P"TO. > Benjamin, > Can you help check it? Looks like we need a mutex lock to protect it.
Flags: needinfo?(bechen)
Comment hidden (mozreview-request) |
Comment 5•6 years ago
|
||
mozreview-review |
Comment on attachment 8918747 [details] Bug 1408693 - Add a lock to protect the sGPUCrashDataMap. https://reviewboard.mozilla.org/r/189578/#review194718
Attachment #8918747 -
Flags: review?(jwwang) → review+
Assignee | ||
Updated•6 years ago
|
Assignee: nobody → bechen
Keywords: checkin-needed
Pushed by ryanvm@gmail.com: https://hg.mozilla.org/integration/autoland/rev/615798b405f4 Add a lock to protect the sGPUCrashDataMap. r=jwwang
Keywords: checkin-needed
![]() |
||
Comment 7•6 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/615798b405f4
Status: NEW → RESOLVED
Closed: 6 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla58
Comment 8•6 years ago
|
||
Is this worth uplifting to 57? Crash volume seems low, OTOH the bug sounds possibly nasty.
Flags: needinfo?(bechen)
Updated•6 years ago
|
status-firefox56:
--- → unaffected
status-firefox-esr52:
--- → unaffected
Assignee | ||
Comment 9•6 years ago
|
||
I believe we need uplift this patch to 57, because the telemetry result is very important for "de-blacklist". Once the crash happened, we can not gather the GPU crash status due to "de-blacklist". That will mislead us to decide the blacklist should be exist or not. Approval Request Comment [Feature/Bug causing the regression]: 1393399 [User impact if declined]: Low possibility crash when trying to report telemetry. [Is this code covered by automated tests?]: No [Has the fix been verified in Nightly?]: No, very hard to reproduce. [Needs manual test from QE? If yes, steps to reproduce]: No. [List of other uplifts needed for the feature/fix]: None. [Is the change risky?]: No. [Why is the change risky/not risky?]: code logic very simple. [String changes made/needed]: none
Flags: needinfo?(bechen)
Attachment #8919549 -
Flags: approval-mozilla-beta?
Comment on attachment 8919549 [details] [diff] [review] bug1408693.beta.patch Better telemetry data, low risk, Beta57+
Attachment #8919549 -
Flags: approval-mozilla-beta? → approval-mozilla-beta+
Hi Jean-Yves, fyi, I took this patch in beta57. If you believe this one is better off staying in 58 train, please let me know. Thanks!
Flags: needinfo?(jyavenard)
Comment 12•6 years ago
|
||
I think this one is pretty safe for uplifting...
Flags: needinfo?(jyavenard)
Comment 13•6 years ago
|
||
bugherder uplift |
https://hg.mozilla.org/releases/mozilla-beta/rev/28f4ccb3c041
You need to log in
before you can comment on or make changes to this bug.
Description
•