Updates:
Labels: -Area-BrowserUI Area-Plugins
Comment #15 on issue 17557 by [email protected]: Mystery crash on
shutdown, related to smbios::Exception?
http://code.google.com/p/chromium/issues/detail?id=17557
This only happens on jaunty because vlc has a dependency on libhal, which
in jaunty
(but not hardy) depends on libsmbios.
I took a quick look at the plugin code and I'm pretty lost, so take all
further
comments / ramblings with a grain of salt :) evan above suggests that
perhaps we
need to call dlclose(), but it looks like we call UnloadNativeLibrary() in
cross
platform code, so I'm skeptical that that's at fault. On the other hand,
it's
possible that we're getting some global object destruction ordering issue
that could
be solved by properly unloading the library. Are we leaking
PluginInstances, and
thereby never calling Unload()? Or are we calling LoadNativeLibrary() too
many times
and thus incrementing the dynamic loader's library refcount too many times?
I don't have a jaunty dev environment setup, although I'll probably set one
up
tonight/tomorrow.
--
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
-~----------~----~----~----~------~----~------~--~---