divyang4481 / firebreath

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

fb throws an assertion after 5 reloads of webrtc video plugin on IE8 #168

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
fb throws an assertion in shared_ptr.hpp on line 418 caused by px !=0
after repeatedly loading the same plugin and playing video on the page 6 times. 

after tracing the call stack and repeating the problem in the debugger, it 
seems that the shutdown function in the plugin is being called twice right 
before the assertion.

it looks like the problem might be in the ATL code as this condition does not 
occur on the NPAPI browsers.

Original issue reported on code.google.com by medusa...@gmail.com on 14 Feb 2012 at 10:18

GoogleCodeExporter commented 8 years ago
Issues on the google code system are no longer used; please file a bug at 
http://jira.firebreath.org

Original comment by taxilian on 14 Feb 2012 at 10:23