Closed
Bug 1489741
Opened 7 years ago
Closed 7 years ago
Crash in mozilla::dom::TouchEvent::PlatformSupportsTouch
Categories
(Core :: DOM: Core & HTML, defect)
Tracking
()
RESOLVED
WORKSFORME
| Tracking | Status | |
|---|---|---|
| firefox-esr60 | --- | unaffected |
| firefox62 | --- | affected |
| firefox63 | --- | ? |
| firefox64 | --- | ? |
People
(Reporter: philipp, Unassigned)
References
Details
(Keywords: crash, regression)
Crash Data
This bug was filed from the Socorro interface and is
report bp-06b2cfe7-f13b-443c-90e8-9c0a70180902.
=============================================================
Top 10 frames of crashing thread:
0 xul.dll mozilla::dom::TouchEvent::PlatformSupportsTouch dom/events/TouchEvent.cpp:226
1 xul.dll mozilla::dom::PrefableDisablers::isEnabled dom/bindings/DOMJSClass.h:133
2 xul.dll mozilla::dom::DefinePrefable<JSPropertySpec const > dom/bindings/BindingUtils.cpp:672
3 xul.dll mozilla::dom::DefineProperties dom/bindings/BindingUtils.cpp:951
4 xul.dll mozilla::dom::WindowBinding::Wrap dom/bindings/WindowBinding.cpp:16927
5 xul.dll static nsresult CreateNativeGlobalForInner dom/base/nsGlobalWindowOuter.cpp:1611
6 xul.dll nsGlobalWindowOuter::SetNewDocument dom/base/nsGlobalWindowOuter.cpp:1794
7 xul.dll nsDocumentViewer::InitInternal layout/base/nsDocumentViewer.cpp:1030
8 xul.dll nsDocumentViewer::Init layout/base/nsDocumentViewer.cpp:769
9 xul.dll nsDocShell::SetupNewViewer docshell/base/nsDocShell.cpp:8889
=============================================================
this startup crash signature is starting to show up with a low volume in firefox 62, probably as fallout from bug 1468612.
Comment 1•7 years ago
|
||
Hmm, looks like we're crashing when accessing the local static variables (see for example https://crash-stats.mozilla.com/report/index/48628725-1502-4ddb-bd4a-d495e0180906) when libxul is loading at startup?
I have never seen anything like this. Aaron, Jim, sorry for the question out of nowhere, but given your experience on Windows, have you seen a similar crash by any chance? Do you have any explanation for what's happening here?
Flags: needinfo?(jmathies)
Flags: needinfo?(aklotz)
Comment 2•7 years ago
|
||
Don't see anything in 63. Let's close this.
Status: NEW → RESOLVED
Closed: 7 years ago
Resolution: --- → WORKSFORME
Updated•7 years ago
|
Flags: needinfo?(jmathies)
Flags: needinfo?(aklotz)
| Assignee | ||
Updated•7 years ago
|
Component: DOM → DOM: Core & HTML
You need to log in
before you can comment on or make changes to this bug.
Description
•