Closed
Bug 1399876
Opened 7 years ago
Closed 7 years ago
Intermittent browser_ext_windows_create_tabId.js | application crashed [@ mozilla::dom::TabParent::SendRealMouseEvent] (Assertion failure: !mIsMouseEnterIntoWidgetEventSuppressed, at dom/ipc/TabParent.cpp:1143)
Categories
(Core :: DOM: Events, defect, P5)
Core
DOM: Events
Tracking
()
VERIFIED
FIXED
mozilla57
Tracking | Status | |
---|---|---|
firefox-esr52 | --- | unaffected |
firefox55 | --- | unaffected |
firefox56 | --- | unaffected |
firefox57 | --- | verified |
People
(Reporter: intermittent-bug-filer, Assigned: stone)
References
Details
(Keywords: assertion, crash, intermittent-failure)
Crash Data
Attachments
(1 file)
1.10 KB,
patch
|
baku
:
review+
|
Details | Diff | Splinter Review |
Comment 1•7 years ago
|
||
Stone, this showed up a couple times in my 57-as-Beta Try push today (first time I've seen them, so something that landed in the last day or so I guess?). Given that 57 is about to merge to Beta, I suspect we'll be seeing more of these on Beta. Can you please take a look?
status-firefox55:
--- → unaffected
status-firefox56:
--- → unaffected
status-firefox57:
--- → affected
status-firefox-esr52:
--- → unaffected
Flags: needinfo?(sshih)
Keywords: assertion
Assignee | ||
Updated•7 years ago
|
Assignee: nobody → sshih
Flags: needinfo?(sshih)
Comment 2•7 years ago
|
||
Appears to be a Linux64-only permafail. Regression range is in this autoland range:
https://hg.mozilla.org/integration/autoland/pushloghtml?fromchange=8b156b6abe61&tochange=a4bfe93c85a4
Will keep working on bisecting.
Assignee | ||
Comment 4•7 years ago
|
||
We may create a browser element and replace it while the TabChild isn't ready to handle input events. So the assertion is redundant.
Assignee | ||
Comment 5•7 years ago
|
||
Comment on attachment 8908505 [details] [diff] [review]
Relax the assertion about sending multiple eMouseEnterIntoWidget in TabParent
Hi Baku,
Could you help to review this patch? Thanks.
Attachment #8908505 -
Flags: review?(amarchesini)
Updated•7 years ago
|
Attachment #8908505 -
Flags: review?(amarchesini) → review+
Pushed by sshih@mozilla.com:
https://hg.mozilla.org/integration/mozilla-inbound/rev/d26e31b70dae
Relax the assertion about sending multiple eMouseEnterIntoWidget in TabParent. r=baku.
Comment 7•7 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 7 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla57
Comment hidden (Intermittent Failures Robot) |
You need to log in
before you can comment on or make changes to this bug.
Description
•