Closed
Bug 1294193
Opened 9 years ago
Closed 4 years ago
Crash in mozilla::EventListenerManager::HandleEventInternal
Categories
(Core :: DOM: Events, defect, P3)
Tracking
()
People
(Reporter: marco, Unassigned)
References
Details
(Keywords: crash, topcrash, topcrash-win)
Crash Data
This bug was filed from the Socorro interface and is
report bp-1f0dc5db-b4d2-4a62-bb3b-fccc02160810.
=============================================================
This is a top crasher in Firefox 49.0b1. Looks like it started spiking recently, and only for 49.0b1.
It's often happening with Windows 8.1 (~70% of crashes with this signature vs less than 10% overall).
It's often happening with adapter_device_id=0x1616 (~90% of crashes with this signature vs less than 5% overall).
It's often happening with a particular CPU [GenuineIntel family 6 model 61 stepping 4 | 4] (~90% of crashes with this signature vs less than 5% overall).
Comment 1•9 years ago
|
||
marco, any other reports?
And did this start in FF49?
Flags: needinfo?(mcastelluccio)
Reporter | ||
Comment 2•9 years ago
|
||
(In reply to Olli Pettay [:smaug] from comment #1)
> marco, any other reports?
Here are the reports with this signature for 49.0b1:
https://crash-stats.mozilla.com/signature/?product=Firefox&version=49.0b1&signature=mozilla%3A%3AEventListenerManager%3A%3AHandleEventInternal&_columns=date&_columns=product&_columns=version&_columns=build_id&_columns=platform&_columns=reason&_columns=address&_sort=-date&page=1
> And did this start in FF49?
It's a pretty old signature (first seen on 2014-08-08), but the volume is big only in 49.0b1 for now (over the last week, there are 392 crashes with 49.0b1, 5 crashes with 48.0), which makes me think it's a different crash.
Comment 3•9 years ago
|
||
The number of crashes decreased to normal on 49.0b1 after Aug. 11, and the numbers of crashes on other versions are rare. I am tempted to move this to P3; feel free to specify the priority if you see a better fit, Olli.
Priority: -- → P3
Comment 4•9 years ago
|
||
looks like we crash in rather random places in EventListenerManager.
And the stack is usually very random. Missing parts or looking something which can't actually happen :/
Comment 5•8 years ago
|
||
Crash volume for signature 'mozilla::EventListenerManager::HandleEventInternal':
- nightly (version 51): 0 crashes from 2016-08-01.
- aurora (version 50): 1 crash from 2016-08-01.
- beta (version 49): 464 crashes from 2016-08-02.
- release (version 48): 36 crashes from 2016-07-25.
- esr (version 45): 20 crashes from 2016-05-02.
Crash volume on the last weeks (Week N is from 08-22 to 08-28):
W. N-1 W. N-2 W. N-3
- nightly 0 0 0
- aurora 0 1 0
- beta 21 249 179
- release 14 8 6
- esr 1 1 0
Affected platform: Windows
Crash rank on the last 7 days:
Browser Content Plugin
- nightly
- aurora
- beta #816 #293
- release #1197
- esr #2434
status-firefox48:
--- → affected
status-firefox50:
--- → affected
status-firefox-esr45:
--- → affected
Reporter | ||
Comment 6•8 years ago
|
||
(In reply to Olli Pettay [:smaug] (vacation Aug 25-28) from comment #4)
> looks like we crash in rather random places in EventListenerManager.
> And the stack is usually very random. Missing parts or looking something
> which can't actually happen :/
I wonder if it's a CPU bug like the AMD one, since it's so strongly correlated with GenuineIntel family 6 model 61 stepping 4 | 4.
Comment 7•4 years ago
|
||
Marking this as Resolved > Worksforme since there are no more crashes with this signature in the past 6 months.
Status: NEW → RESOLVED
Closed: 4 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•