1995eaton / chromium-vim

Vim bindings for Google Chrome.
https://chrome.google.com/webstore/detail/cvim/ihlenndgcmojhcghmfjfneahoeklbjjh
MIT License
2.26k stars 325 forks source link

cvim crashes sometimes #92

Closed mohitleo9 closed 10 years ago

mohitleo9 commented 10 years ago

Error in response to bookmarks.getTree: TypeError: Cannot read property 'postMessage' of null at Object.Bookmarks.getMarks (chrome-extension://ihlenndgcmojhcghmfjfneahoeklbjjh/background_scripts/bookmarks.js:4:20) at Object.actions.getBookmarks (chrome-extension://ihlenndgcmojhcghmfjfneahoeklbjjh/background_scripts/actions.js:489:13) at callAction (chrome-extension://ihlenndgcmojhcghmfjfneahoeklbjjh/background_scripts/actions.js:22:18) at requestAction (chrome-extension://ihlenndgcmojhcghmfjfneahoeklbjjh/background_scripts/main.js:68:18) at chrome-extension://ihlenndgcmojhcghmfjfneahoeklbjjh/background_scripts/main.js:78:27 _generated_background_page.html:1 Error in response to history.getVisits: TypeError: Cannot read property 'postMessage' of null at chrome-extension://ihlenndgcmojhcghmfjfneahoeklbjjh/background_scripts/sites.js:9:22 at Object.callback (chrome-extension://ihlenndgcmojhcghmfjfneahoeklbjjh/background_scripts/sites.js:8:7) _generated_background_page.html:1

1995eaton commented 10 years ago

Any symptoms other than error logs in the background script console? I've seen that message a couple of times, but it shouldn't have any effect on the rest of cVim.

1995eaton commented 10 years ago

Closing due to inactivity