Turns out we can work around this crash by only loading our NPAPI plugin in a background page, which we did for other reasons. Since it only gets initialized once, we are not seeing the crash now.
On Nov 17, 3:07 pm, Michael Weber <[email protected]> wrote: > I just logged issue 28049, "extension using NPAPI plugin crashes if > you open browser action in second window". > > http://code.google.com/p/chromium/issues/detail?id=28049 > > There seems to be a problem with how Chrome handles NPAPI plugin > initialization / clean up, when a browser action in a second window > popups up at the same that the browser action in the first window is > automatically dismissed. > > Or there is a problem with my plugin initialization / cleanup, but it > is very bare bones plugin, and the problem happens even when I invoke > no functions in the plugin (i.e., just register with the manifest). > > I attached the sample extension and the source for its NPAPI plugin to > the issue. > > Michael -- You received this message because you are subscribed to the Google Groups "Chromium-extensions" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/chromium-extensions?hl=en.
