Closed
Bug 914133
Opened 11 years ago
Closed 8 years ago
crash in mozilla::widget::NativeKey::DispatchKeyEvent(nsKeyEvent&, tagMSG const*)
Categories
(Core :: Widget: Win32, defect)
Tracking
()
RESOLVED
FIXED
People
(Reporter: jimm, Assigned: masayuki)
References
Details
(Keywords: crash)
Crash Data
We crash here on purpose, not sure how we get into a situation where we're trying to process key events and the widget has already been torn down.
http://hg.mozilla.org/mozilla-central/annotate/3697f962bb7b/widget/windows/KeyboardLayout.cpp#l795
This bug was filed from the Socorro interface and is
report bp-2ee78358-94a3-4ea6-a2d1-251052130908.
=============================================================
Updated•10 years ago
|
OS: Windows 8 Metro → Windows 8.1
Updated•9 years ago
|
Crash Signature: [@ mozilla::widget::NativeKey::DispatchKeyEvent(nsKeyEvent&, tagMSG const*)] → [@ mozilla::widget::NativeKey::DispatchKeyEvent(nsKeyEvent&, tagMSG const*)]
[@ mozilla::widget::NativeKey::DispatchKeyEvent]
Comment 1•8 years ago
|
||
Crash volume for signature 'mozilla::widget::NativeKey::DispatchKeyEvent':
- nightly (version 50): 0 crash from 2016-06-06.
- aurora (version 49): 0 crash from 2016-06-07.
- beta (version 48): 0 crash from 2016-06-06.
- release (version 47): 144 crashes from 2016-05-31.
- esr (version 45): 11 crashes from 2016-04-07.
Crash volume on the last weeks:
Week N-1 Week N-2 Week N-3 Week N-4 Week N-5 Week N-6 Week N-7
- nightly 0 0 0 0 0 0 0
- aurora 0 0 0 0 0 0 0
- beta 0 0 0 0 0 0 0
- release 23 27 20 28 16 18 5
- esr 1 2 2 0 0 1 1
Affected platform: Windows
status-firefox47:
--- → affected
status-firefox-esr45:
--- → affected
Assignee | ||
Comment 2•8 years ago
|
||
This has gone since bug 1137561's 4th patch removed the method and the MOZ_CRASH().
Assignee: nobody → masayuki
Status: NEW → RESOLVED
Closed: 8 years ago
Component: Widget: WinRT → Widget: Win32
Depends on: 1137561
OS: Windows 8.1 → Windows
Hardware: x86 → All
Resolution: --- → FIXED
Assignee | ||
Updated•8 years ago
|
You need to log in
before you can comment on or make changes to this bug.
Description
•