Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Chrome crashes on wrapper update #35

Closed
davidben opened this issue Aug 13, 2011 · 2 comments
Closed

Chrome crashes on wrapper update #35

davidben opened this issue Aug 13, 2011 · 2 comments

Comments

@davidben
Copy link
Owner

This is pretty annoying. If the wrapper <-> viewer interface changes, Chrome seems to have a habit of crashing on wrapper update. Perhaps it tries to detect plugin changes or something crazy like that?

This happens even when the plugin process isn't running, which is particularly odd.

@davidben
Copy link
Owner Author

Chrome does indeed refresh the plugin list when plugin directories change. One possible cause is that perhaps Chrome is unable to unload and reload the new wrapper in the plugin probing step (which happens in the browser process), so we get old-wrapper/new-viewer somewhere. #36 would help here.

Unfortunately this thing is resisting all attempts at giving me debugging information.

@davidben
Copy link
Owner Author

Definitely happening somewhere in plugin probing.

*** NSPlugin Viewer  *** ERROR: rpc_end_sync called when not in sync!
[2222:2222:511242666801:ERROR:plugin_list.cc(464)] Loading plugin internal-remoting-viewer
[2222:2222:511242666841:ERROR:plugin_list_posix.cc(241)] Considering internal-remoting-viewer (Remoting Viewer)
[2222:2222:511242666867:ERROR:plugin_list.cc(464)] Loading plugin /opt/google/chrome/libppGoogleNaClPluginChrome.so
[2222:2222:511242666881:ERROR:plugin_list_posix.cc(241)] Considering /opt/google/chrome/libppGoogleNaClPluginChrome.so (Native Client)
[2222:2222:511242666906:ERROR:plugin_list.cc(464)] Loading plugin /opt/google/chrome/libpdf.so
[2222:2222:511242666915:ERROR:plugin_list_posix.cc(241)] Considering /opt/google/chrome/libpdf.so (Chrome PDF Viewer)
[2222:2222:511242667064:ERROR:plugin_list_posix.cc(189)] Resolved /home/davidben/.mozilla/plugins/npwrapper.libflashplayer.so -> /home/davidben/.mozilla/plugins/npwrapper.libflashplayer.so
[2222:2222:511242667087:ERROR:plugin_list.cc(464)] Loading plugin /home/davidben/.mozilla/plugins/npwrapper.libflashplayer.so
[CRASH]

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant