Closed
Bug 1316264
Opened 9 years ago
Closed 9 years ago
Crash in mozilla::dom::`anonymous namespace''::EventTargetIsOnCurrentThread
Categories
(Core :: DOM: Core & HTML, defect)
Tracking
()
RESOLVED
FIXED
mozilla52
| Tracking | Status | |
|---|---|---|
| firefox52 | --- | fixed |
People
(Reporter: ting, Assigned: baku)
Details
(Keywords: crash)
Crash Data
Attachments
(1 file)
|
784 bytes,
patch
|
bkelly
:
review+
|
Details | Diff | Splinter Review |
This bug was filed from the Socorro interface and is
report bp-b3a526f9-f679-46e1-9364-dde8f2161108.
=============================================================
#46 top crash on Windows for Nightly 20161106030203, there were 722 crashes in the past 3 months.
Comment 1•9 years ago
|
||
Andrea, should we relax this assert?
https://hg.mozilla.org/mozilla-central/annotate/c44c01dfd264/dom/ipc/Blob.cpp#l212
It seems a number of nsIEventTarget::IsOnCurrentThread() implementations can return failure during shutdown, etc.
Flags: needinfo?(amarchesini)
| Assignee | ||
Comment 2•9 years ago
|
||
Assignee: nobody → amarchesini
Flags: needinfo?(amarchesini)
Attachment #8809060 -
Flags: review?(bkelly)
Updated•9 years ago
|
Attachment #8809060 -
Flags: review?(bkelly) → review+
Pushed by amarchesini@mozilla.com:
https://hg.mozilla.org/integration/mozilla-inbound/rev/adaed8be51ec
Return value of nsIEventTarget::IsOnCurrentThread() must be checked correctly in RemoteBlob, r=bkelly
Comment 4•9 years ago
|
||
| bugherder | ||
Status: NEW → RESOLVED
Closed: 9 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla52
Updated•6 years ago
|
Component: DOM → DOM: Core & HTML
You need to log in
before you can comment on or make changes to this bug.
Description
•