Closed
Bug 1087410
Opened 10 years ago
Closed 10 years ago
[e10s] Perma plugin crash on init in mozilla::HangMonitor::RegisterAnnotator(mozilla::HangMonitor::Annotator&)
Categories
(Core Graveyard :: Plug-ins, defect)
Tracking
(e10s?)
VERIFIED
FIXED
mozilla36
Tracking | Status | |
---|---|---|
e10s | ? | --- |
People
(Reporter: jimm, Assigned: bugzilla)
References
Details
(Keywords: crash)
Crash Data
Attachments
(1 file)
(deleted),
patch
|
jimm
:
review+
|
Details | Diff | Splinter Review |
STR:
1) enable e10s
2) visit a site with flash
3) enable flash through click to play
result: crash
https://crash-stats.mozilla.com/report/index/19e5ae9e-f492-4165-a0b6-ba6202141022
Looks like gMonitor is null with e10s enabled.
Assignee | ||
Comment 1•10 years ago
|
||
I see what's going on. We don't initialize gMonitor unless we're in a chrome process, hence the null.
Assignee: nobody → aklotz
Assignee | ||
Comment 2•10 years ago
|
||
Attachment #8509599 -
Flags: review?(vdjeric)
Reporter | ||
Comment 3•10 years ago
|
||
Comment on attachment 8509599 [details] [diff] [review]
Make annotator registration no-ops outside of chrome processes
Review of attachment 8509599 [details] [diff] [review]:
-----------------------------------------------------------------
r+ based on the fact that it fixes the crash. Aaron, can we get this landed asap so we have it nightly tomorrow?
Attachment #8509599 -
Flags: review?(vdjeric) → review+
Assignee | ||
Comment 4•10 years ago
|
||
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla36
Just happened to see this crash too.
How to recreate:
Flash is set to click to activate
browsed to http://kurier.at/video/film-at/schedls-filmschau-maze-runner/91521810
Clicked Activate -> Crash
Expected Result:
Flash content should play
Reproducible:
Always
Crash Report
https://crash-stats.mozilla.com/report/index/cc2ed416-889b-4207-b48b-7a1352141023
BuildID
Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:36.0) Gecko/20100101 Firefox/36.0 ID:20141022030202 CSet: ae4d9b4ff2ee
Above says fixed, not sure whether this is resolved in my build.
Flags: needinfo?(kwierso)
I also can reproduce this crash with silverlight.
Browse to
http://bubblemark.com/silverlight2.html
Click to activate.
->Crash
https://crash-stats.mozilla.com/report/index/741845fc-53cc-4e17-9843-30e6b2141023
Flags: needinfo?(cpeterson)
It's not in the build you posted from (20141022030202). Should be in the next Nightly build.
Flags: needinfo?(kwierso)
Updated•10 years ago
|
Flags: needinfo?(cpeterson)
Summary: [e10s] Perma Flash crash on init in mozilla::HangMonitor::RegisterAnnotator(mozilla::HangMonitor::Annotator&) → [e10s] Perma plugin crash on init in mozilla::HangMonitor::RegisterAnnotator(mozilla::HangMonitor::Annotator&)
Comment 10•10 years ago
|
||
Works for me:
Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:36.0) Gecko/20100101 Firefox/36.0 ID:20141023030203 CSet: 88adcf8fef83
Updated•3 years ago
|
Product: Core → Core Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•