Closed
Bug 867117
Opened 12 years ago
Closed 3 years ago
ASSERTION: Cached actor is out of date!: '!currentActor || static_cast<PluginScriptableObjectChild*>(currentActor) == actor', file dom/plugins/ipc/PluginInstanceChild.cpp, line 260
Categories
(Core Graveyard :: Plug-ins, defect, P3)
Core Graveyard
Plug-ins
Tracking
(Not tracked)
RESOLVED
WONTFIX
People
(Reporter: MatsPalmgren_bugz, Unassigned)
References
()
Details
(Keywords: assertion)
Attachments
(1 file)
3.17 KB,
text/plain
|
Details |
STEPS TO REPRODUCE
1. load http://www.youtube.com/watch?v=zA92Rw6kNWw
2. wait for the video (Flash) to start
3. reload the page a few times
ACTUAL RESULTS
In the plugin-container process:
ASSERTION: Cached actor is out of date!: '!currentActor || static_cast<PluginScriptableObjectChild*>(currentActor) == actor', file dom/plugins/ipc/PluginInstanceChild.cpp, line 269
Bug occurs in a local debug build on Linux64, using Flash 11.2
(mozilla-inbound rev 1b5ab2426f16)
Reporter | ||
Comment 1•12 years ago
|
||
Comment 2•12 years ago
|
||
Comment on attachment 743569 [details]
stack
What is the value for currentActor and actor ?
Reporter | ||
Comment 3•12 years ago
|
||
Both are non-null (included in stack dump), do you want the member values?
Updated•12 years ago
|
Priority: -- → P3
Comment 4•11 years ago
|
||
Other STR:
1. Load http://cnn.com
2. Click on any of the video links.
3. Wait for the Flash video to start playing.
4. Type a new URL into the address bar.
RESULT:
As the CNN video page is unloading, the following assertion failure is logged to stderr:
###!!! ASSERTION: Cached actor is out of date!: '!currentActor || static_cast<PluginScriptableObjectChild*>(currentActor) == actor', file dom/plugins/ipc/PluginInstanceChild.cpp, line 260
OS: Linux → All
Hardware: x86_64 → All
Summary: ASSERTION: Cached actor is out of date!: '!currentActor || static_cast<PluginScriptableObjectChild*>(currentActor) == actor', file dom/plugins/ipc/PluginInstanceChild.cpp, line 269 → ASSERTION: Cached actor is out of date!: '!currentActor || static_cast<PluginScriptableObjectChild*>(currentActor) == actor', file dom/plugins/ipc/PluginInstanceChild.cpp, line 260
Comment 5•3 years ago
|
||
Resolving as wont fix, plugin support deprecated in Firefox 85.
Status: NEW → RESOLVED
Closed: 3 years ago
Resolution: --- → WONTFIX
Updated•2 years ago
|
Product: Core → Core Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•