Comment #13 on issue 17557 by [email protected]: Mystery crash on shutdown, related to smbios::Exception? http://code.google.com/p/chromium/issues/detail?id=17557
Particularly if they have multiple plugin libraries loaded, that seems likely it's the browser process. A given plugin process only loads a single plugin. We must dlopen() all plugins to get at the set of mime types they support, and we do that from the browser process. Perhaps I needed to dlclose() them, too. See webkit/glue/plugins/plugin_lib_linux.cc -- 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 -~----------~----~----~----~------~----~------~--~---
