Closed
Bug 1426388
Opened 3 years ago
Closed 3 years ago
Crash in mozilla::TouchManager::SuppressInvalidPointsAndGetTargetedFrame
Categories
(Core :: DOM: Events, defect, P2)
Tracking
()
RESOLVED
FIXED
mozilla59
Tracking | Status | |
---|---|---|
firefox-esr52 | --- | unaffected |
firefox57 | --- | unaffected |
firefox58 | --- | unaffected |
firefox59 | --- | fixed |
People
(Reporter: calixte, Assigned: stone)
References
(Blocks 1 open bug)
Details
(Keywords: crash, regression, Whiteboard: [clouseau])
Crash Data
Attachments
(1 file)
1.48 KB,
patch
|
smaug
:
review+
|
Details | Diff | Splinter Review |
This bug was filed from the Socorro interface and is report bp-9f280330-7cde-4613-ab55-306ea0171220. ============================================================= Top 10 frames of crashing thread: 0 libxul.so mozilla::TouchManager::SuppressInvalidPointsAndGetTargetedFrame layout/base/TouchManager.cpp:221 1 libxul.so mozilla::PresShell::HandleEvent layout/base/PresShell.cpp:7392 2 libxul.so mozilla::PresShell::HandleEvent layout/base/PresShell.cpp:7051 3 libxul.so nsViewManager::DispatchEvent view/nsViewManager.cpp:812 4 libxul.so nsView::HandleEvent view/nsView.cpp:1140 5 libxul.so <name omitted> widget/android/nsWindow.cpp:1889 6 libxul.so nsBaseWidget::ProcessUntransformedAPZEvent widget/nsBaseWidget.cpp:1048 7 libxul.so <name omitted> widget/android/nsWindow.cpp:737 8 libxul.so nsAppShell::ProcessNextNativeEvent widget/android/nsAppShell.cpp:734 9 libxul.so nsBaseAppShell::DoProcessNextNativeEvent widget/nsBaseAppShell.cpp:139 ============================================================= There is 1 crash in nightly 59 with buildid 20171220100049. In analyzing the backtrace, the regression may have been introduced by patch [1] to fix bug 1420589. [1] https://hg.mozilla.org/mozilla-central/rev/62f76b10e91f
Flags: needinfo?(sshih)
Assignee | ||
Updated•3 years ago
|
Assignee: nobody → sshih
Flags: needinfo?(sshih)
Assignee | ||
Comment 1•3 years ago
|
||
Assignee | ||
Updated•3 years ago
|
Attachment #8938001 -
Flags: review?(bugs)
Updated•3 years ago
|
Attachment #8938001 -
Flags: review?(bugs) → review+
Updated•3 years ago
|
Priority: -- → P2
Assignee | ||
Comment 2•3 years ago
|
||
https://treeherder.mozilla.org/#/jobs?repo=try&revision=b3ca8068b8a432858fd40525e1d336b684caa0a9
Pushed by sshih@mozilla.com: https://hg.mozilla.org/integration/mozilla-inbound/rev/4c1302ff2703 Crash in mozilla::TouchManager::SuppressInvalidPointsAndGetTargetedFrame. r=smaug.
Comment 4•3 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/4c1302ff2703
Status: NEW → RESOLVED
Closed: 3 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla59
You need to log in
before you can comment on or make changes to this bug.
Description
•