k2nr / ViChrome

vi like key binds for Google Chrome
233 stars 40 forks source link

Sometimes ViChrome get stuck #37

Closed itchyny closed 12 years ago

itchyny commented 12 years ago

As the title goes, I sometimes find ViChrome get down and every key mappings of ViChrome are disabled. When it happens, I have to open the extensions page and once make it disabled, and restart it again. see http://twitpic.com/8n7jlk http://twitpic.com/8n7jsl on Google Chrome 17, Ubuntu

wecing commented 12 years ago

It happens to me too, on Chromium 17, Gentoo.

k2nr commented 12 years ago

Interesting. maybe it happens because the vichrome's background process is crashed. Do you have any detailed information like conditions to cause the issue or error logs? I do want an error log of the background process when the issue happened (chrome://extensions -> click Vichrome's background.html -> Console tab).

wecing commented 12 years ago

@k2nr So ViChrome never get stuck on your platform? Are you using linux?

k2nr commented 12 years ago

@wecing Yes, I never faced such problem on my platform, Mac OS 10.6. So I can't guess the cause of the issue without an error log.

itchyny commented 12 years ago

What happens if the background page couldn't load google things? http://twitpic.com/8owwo3

k2nr commented 12 years ago

@itchyny Thanks for the log. Clearly that's the cause. if it fails to load google jsapi, then the background process stops initializing so Vichrome would be completely broken. Now I'm analyzing why the failure happens. wait for the next release.