Closed
Bug 665394
Opened 14 years ago
Closed 13 years ago
[adbe 3113845] Crash Report [@ hang | mozilla::plugins::PPluginInstanceParent::CallNPP_SetWindow(mozilla::plugins::NPRemoteWindow const&) ]
Categories
(Core Graveyard :: Plug-ins, defect)
Tracking
(Not tracked)
RESOLVED
WORKSFORME
People
(Reporter: wanliyou, Unassigned)
References
()
Details
(Keywords: crashreportid, hang, qawanted)
Crash Data
User-Agent: Mozilla/5.0 (Windows NT 5.1; rv:7.0a1) Gecko/20110617 Firefox/7.0a1
Build Identifier: Mozilla/5.0 (Windows NT 5.1; rv:7.0a1) Gecko/20110617 Firefox/7.0a1
Flash plugin hangs if we click interactive content in "http://www.atomicblue.org/".
Reproducible: Always
Steps to Reproduce:
1. visit http://www.atomicblue.org/
2. wait for loaded
3. click interactive content in flash window.
Comment 2•14 years ago
|
||
NPSWF32.dll 10.3.181.14
Plugin Side is bp-6b303322-abab-4662-afdf-6ad8a2110619 [@ hang | NtUserMessageCall | RealDefWindowProcW ]
Dupe of Bug 618683?
Comment 3•14 years ago
|
||
> Flash plugin hangs if we click interactive content in
> "http://www.atomicblue.org/".
It works fine for me on the latest trunk:Mozilla/5.0 (Windows NT 6.1; rv:7.0a1) Gecko/20110622 Firefox/7.0a1
What version of Flash plugin do you have installed? about:plugins
Shockwave Flash
File: NPSWF32.dll
Version: 10.3.181.14
Shockwave Flash 10.3 r181
https://crash-stats.mozilla.com/report/index/bp-995e9af8-44de-4af7-8ffc-668ee2110626
Crash Signature: @ hang | mozilla::plugins::PPluginInstanceParent::CallNPP_SetWindow(mozilla::plugins::NPRemoteWindow const&)
Crash Signature: @ hang | mozilla::plugins::PPluginInstanceParent::CallNPP_SetWindow(mozilla::plugins::NPRemoteWindow const&) → [@ hang | mozilla::plugins::PPluginInstanceParent::CallNPP_SetWindow(mozilla::plugins::NPRemoteWindow const&) ]
Keywords: crashreportid
Comment 5•14 years ago
|
||
Updated•13 years ago
|
Component: General → Plug-ins
Product: Firefox → Core
QA Contact: general → plugins
Comment 6•13 years ago
|
||
The plugin side is the interesting part, the parent stack isn't relevant. Flash is calling into DefWindowProc which is calling NtUserMessageCall (probably SendMessage) which is deadlocking. We need to figure out what message is being sent.
This is probably a new bug with Flash 10.3, it would be good to see if it's completely reproducible with the new Flash.
Crash Signature: [@ hang | mozilla::plugins::PPluginInstanceParent::CallNPP_SetWindow(mozilla::plugins::NPRemoteWindow const&) ] → [@ hang | NtUserMessageCall | RealDefWindowProcW ]
Keywords: qawanted
jet has asked that we look into this one. we are tracking it internally in 3113845.
Summary: Crash Report [@ hang | mozilla::plugins::PPluginInstanceParent::CallNPP_SetWindow(mozilla::plugins::NPRemoteWindow const&) ] → [adbe 3113845] Crash Report [@ hang | mozilla::plugins::PPluginInstanceParent::CallNPP_SetWindow(mozilla::plugins::NPRemoteWindow const&) ]
Comment 8•13 years ago
|
||
WL, are you able to reproduce it?
i am unable to reproduce with Flash Player 11, but i also have not been able to reproduce with 10.3...
| Reporter | ||
Comment 10•13 years ago
|
||
(In reply to Scoobidiver from comment #8)
> WL, are you able to reproduce it?
Can't reproduce with Flash 11,1,102,55 and Firefox nightly build.
Comment 11•13 years ago
|
||
Per comment 9 and comment 10, I close it as WFM.
Status: UNCONFIRMED → RESOLVED
Closed: 13 years ago
Resolution: --- → WORKSFORME
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
•