Comment #8 on issue 7701 by [email protected]: Chromium: Crash Report - Stack Signature: iat_patch::GetIATFunction http://code.google.com/p/chromium/issues/detail?id=7701
Race condition seems to be happening when the plugin channel goes away before the instances are cleaned up. One idea is to clean up plugin instances in PluginLib::UnloadAllPlugins. We currently don't track plugin instances (we just keep the count). So although a little bit expensive the right fix is to track and clean up plugin instances. However, the patching code itself cannot make any assumptions while unpatching. Also it should provide a way to disable automatic unpatch. -- You received this message because you are listed in the owner or CC fields of this issue, or because you starred this issue. You may adjust your issue notification preferences at: http://code.google.com/hosting/settings --~--~---------~--~----~------------~-------~--~----~ Automated mail from issue updates at http://crbug.com/ Subscription options: http://groups.google.com/group/chromium-bugs -~----------~----~----~----~------~----~------~--~---
