hust-marx / firebreath

Automatically exported from code.google.com/p/firebreath
0 stars 0 forks source link

browsing away from and back to 32-bit plugins on 64-bit safari results in assert hitting #159

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. build a 32-bit only firebreath plugin on OS X
2. navigate to the plugin in 64-bit safari
3. navigate to another webpage, then back to the plugin. 

What is the expected output? What do you see instead?

expected output is for the plugin not to assert, but it does. 
NpApiPluginModule.cpp: assert(!PluginModuleInitialized);
in addition, PluginModuleDeinitialized is true. 

What version of FireBreath are you using? On what operating system and
browsers?
FireBreath 1.4-ish, OS X 10.6.6

Original issue reported on code.google.com by jzab...@gmail.com on 2 Mar 2011 at 12:14

GoogleCodeExporter commented 9 years ago
Are you on the latest? This has already been fixed -- I think.

Original comment by taxilian on 2 Mar 2011 at 12:39

GoogleCodeExporter commented 9 years ago
Not hearing anything, assuming that this is fixed; I can't reproduce it in the 
latest.

Original comment by taxilian on 2 Mar 2011 at 6:15

GoogleCodeExporter commented 9 years ago
yes i just verified it's fixed

Original comment by jzab...@gmail.com on 2 Mar 2011 at 10:22

GoogleCodeExporter commented 9 years ago
awesome, thanks

Original comment by taxilian on 2 Mar 2011 at 11:33