Closed
Bug 540094
Opened 15 years ago
Closed 6 years ago
[OOPP] unhandled winless plugin events are improperly serialized, should be ignored altogether
Categories
(Core Graveyard :: Plug-ins, defect, P3)
Tracking
(blocking2.0 -)
RESOLVED
WONTFIX
Tracking | Status | |
---|---|---|
blocking2.0 | --- | - |
People
(Reporter: jimm, Unassigned)
References
Details
(Keywords: hang)
Crash Data
<jimm> *** npevent->event = 281
<jimm> ###!!! [Child][RPCChannel] Error: Payload error: message could not be deserialized
<jimm> *** npevent->event = 282
<jimm> ###!!! [Child][RPCChannel] Error: Payload error: message could not be deserialized
<jimm> those are WM_IME_SETCONTEXT, and WM_IME_NOTIFY
http://hg.mozilla.org/projects/electrolysis/file/6f003829a096/dom/plugins/NPEventWindows.h#l66
Reporter | ||
Updated•15 years ago
|
Summary: [oopp] winless plugin ime events not getting serialized → [OOPP] winless plugin ime events not getting serialized
Updated•15 years ago
|
Summary: [OOPP] winless plugin ime events not getting serialized → [OOPP] unknown winless plugin events are improperly serialized, should be ignored altogether
Updated•15 years ago
|
Summary: [OOPP] unknown winless plugin events are improperly serialized, should be ignored altogether → [OOPP] unhandled winless plugin events are improperly serialized, should be ignored altogether
Comment 2•15 years ago
|
||
Should this be fixed ASAP (3.6.6)?
/be
Comment 3•15 years ago
|
||
Would it reduce crashing/hangs if it were fixed on 3.6+?
Comment 4•14 years ago
|
||
bug 567936 is listed in the top ten crashers for Firefox 3.6.8. That bug is marked as a duplicate of bug 567645, which is marked as a duplicate of this bug. It also occurred to me, a few times in just a few minutes even.
When will this be fixed? Is there a possibility that this is responsible for the myriad responsiveness issues when running demanding flash videos and games?
blocking2.0: --- → ?
Reporter | ||
Comment 6•14 years ago
|
||
(In reply to comment #5)
> When will this be fixed? Is there a possibility that this is responsible for
> the myriad responsiveness issues when running demanding flash videos and games?
No, not likely. These are windowing events we don't deliver to flash via handle event. The original spec was very limited in what we delivered. Over time we've expanded this a bit, but I don't believe much of that is documented.
Comment 7•14 years ago
|
||
I'd really like to turn on strict-aborting IPC error checking for plugins, but we need to fix this first. The obvious way to fix this is to avoid delivering these events at all.
blocking2.0: ? → -
Mafia Wars game on Facebook has 21 MILLION active monthly users and with the current Firefox m-c builds shows pretty terrible responsiveness on Flash heavy "Properties" page. IANAD but I think this bug is what's causing it, and if I'm right this should block the final release
21 million is a pretty large number of users.
Comment 9•14 years ago
|
||
This bug has nothing to do with responsiveness, there are other bugs which address those persistent issues.
Comment 10•14 years ago
|
||
I experienced this crash event:
Firefox 3.6.12 Crash Report [@ hang | mozilla::plugins::PPluginInstanceParent::CallNPP_HandleEvent(mozilla::plugins::NPRemoteEvent const&, short*) ]
http://crash-stats.mozilla.com/report/index/bp-ca3ca0bd-2a53-4531-b69c-881372101205
( linked to
Firefox 3.6.12 Crash Report [@ hang | KiFastSystemCallRet ]
http://crash-stats.mozilla.com/report/index/bp-94b7cf58-64a4-49b1-928f-960972101205 )
The 1st crash page links to the bug https://bugzilla.mozilla.org/show_bug.cgi?id=567936 tha redirects to this bug.
I was browsing a Flash streaming when FF froze completely. I had to wait for 1 min then the Flash plugin crashed (FF sent a report).
Comment 11•13 years ago
|
||
[@ hang | mozilla::plugins::PPluginInstanceParent::CallNPP_HandleEvent(mozilla::plugins::NPRemoteEvent const&, short*) ]
Please add above to crash signature, so it is picked up on crash-stats.mozilla.com
Came here the long way.
567936 (is duplicate - has crash signature) ==> 567645 (duplicate) ==> this bug
Comment 12•13 years ago
|
||
Updated•13 years ago
|
Crash Signature: [@ hang | mozilla::plugins::PPluginInstanceParent::CallNPP_HandleEvent(mozilla::plugins::NPRemoteEvent const&, short*) ]
Comment 13•13 years ago
|
||
reference: dd299209-46a3-41b2-8f84-214da2111011
Comment 14•13 years ago
|
||
playing/switching songs on this page, which does contain flash content: http://minus.com/mbcCOyzaYM#1l
https://crash-stats.mozilla.com/report/index/bp-7028cd52-47f7-4a03-aa9c-208522111115
https://crash-stats.mozilla.com/report/index/bp-9de4356b-9020-42ae-9e97-104582111115
More extensive documentation here: https://bugzilla.mozilla.org/show_bug.cgi?id=561019
Reporter | ||
Updated•12 years ago
|
Assignee: jmathies → nobody
Updated•12 years ago
|
Priority: -- → P3
Updated•9 years ago
|
Crash Signature: [@ hang | mozilla::plugins::PPluginInstanceParent::CallNPP_HandleEvent(mozilla::plugins::NPRemoteEvent const&, short*) ] → [@ hang | mozilla::plugins::PPluginInstanceParent::CallNPP_HandleEvent(mozilla::plugins::NPRemoteEvent const&, short*) ]
[@ hang | mozilla::plugins::PPluginInstanceParent::CallNPP_HandleEvent ]
Comment 15•6 years ago
|
||
Closing because no crash reported since 12 weeks.
Status: NEW → RESOLVED
Closed: 6 years ago
Resolution: --- → WONTFIX
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
•