Closed
Bug 1140683
Opened 10 years ago
Closed 10 years ago
crash in mozilla::plugins::PluginModuleParent::RecvNP_InitializeResult(short const&)
Categories
(Core Graveyard :: Plug-ins, defect)
Tracking
(firefox39 fixed)
RESOLVED
FIXED
mozilla39
Tracking | Status | |
---|---|---|
firefox39 | --- | fixed |
People
(Reporter: cpeterson, Assigned: bugzilla)
References
Details
(Keywords: crash)
Crash Data
Attachments
(1 file)
(deleted),
patch
|
jimm
:
review+
|
Details | Diff | Splinter Review |
This bug was filed from the Socorro interface:
bp-c00fc64a-cd21-45da-8c34-554442150307.
bp-008af701-ade0-42df-821a-06e9b2150307
bp-ad2a7d15-2e3a-4c11-bdc5-715ef2150307
bp-d4a6f248-70ee-460f-af52-58c4b2150307
I hit this plugin crash four times in a row when loading any Flash or Silverlight content in an e10s window, but not in a non-e10s window.
Assignee | ||
Comment 1•10 years ago
|
||
Taking. Probably related to asyncInit refactoring.
Assignee | ||
Comment 2•10 years ago
|
||
RecvNP_InitializeResult can execute either before or after NP_GetEntryPoints in the content process depending on whether or not a PluginModuleChromeParent is already running in the chrome process.
Attachment #8575550 -
Flags: review?(jmathies)
Updated•10 years ago
|
Attachment #8575550 -
Flags: review?(jmathies) → review+
Assignee | ||
Comment 3•10 years ago
|
||
Comment 4•10 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla39
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
•