Closed
Bug 1395361
Opened 8 years ago
Closed 8 years ago
Crash in mozilla::dom::CoalescedMouseMoveFlusher::StartObserver
Categories
(Core :: DOM: UI Events & Focus Handling, defect)
Tracking
()
RESOLVED
FIXED
mozilla57
| Tracking | Status | |
|---|---|---|
| firefox-esr52 | --- | unaffected |
| firefox55 | --- | unaffected |
| firefox56 | --- | unaffected |
| firefox57 | --- | fixed |
People
(Reporter: marcia, Assigned: stone)
Details
(Keywords: crash, regression)
Crash Data
Attachments
(1 file)
|
1.92 KB,
patch
|
smaug
:
review+
|
Details | Diff | Splinter Review |
This bug was filed from the Socorro interface and is
report bp-dfc9e576-bb37-495c-b1ab-e27570170827.
=============================================================
Seen while looking at crash stats - crashes started using 20170826213134: http://bit.ly/2wjwYTf. 7 crashes/3 installs so far
Code was touched in Bug 1361067. ni on stone
Flags: needinfo?(sshih)
| Assignee | ||
Updated•8 years ago
|
Assignee: nobody → sshih
Flags: needinfo?(sshih)
| Assignee | ||
Comment 1•8 years ago
|
||
This may be caused by accessing to mCoalescedMouseEventFlusher after TabChild::DestroyWindow. Add some checks and monitor if this still exists.
| Assignee | ||
Updated•8 years ago
|
Attachment #8903047 -
Flags: review?(bugs)
Updated•8 years ago
|
Attachment #8903047 -
Flags: review?(bugs) → review+
| Assignee | ||
Comment 2•8 years ago
|
||
Pushed by sshih@mozilla.com:
https://hg.mozilla.org/integration/mozilla-inbound/rev/19078068a74b
Avoid using mCoalescedMouseEventFlusher after it's destroyed. r=smaug.
| Assignee | ||
Comment 4•8 years ago
|
||
Add leave-open and keep an eye on this to make sure it's resolved.
Keywords: leave-open
Comment 5•8 years ago
|
||
| bugherder | ||
Comment 6•8 years ago
|
||
No reports since 8-31.
Status: NEW → RESOLVED
Closed: 8 years ago
Resolution: --- → FIXED
Updated•8 years ago
|
status-firefox55:
--- → unaffected
status-firefox56:
--- → unaffected
status-firefox-esr52:
--- → unaffected
Target Milestone: --- → mozilla57
Comment 7•7 years ago
|
||
Removing leave-open keyword from resolved bugs, per :sylvestre.
Keywords: leave-open
Updated•6 years ago
|
Component: Event Handling → User events and focus handling
You need to log in
before you can comment on or make changes to this bug.
Description
•