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

crashes about once a day #29

Closed
davidjnelson opened this issue Dec 19, 2015 · 4 comments
Closed

crashes about once a day #29

davidjnelson opened this issue Dec 19, 2015 · 4 comments

Comments

@davidjnelson
Copy link

I absolutely love your extension, it is amazing. I rated it 5 stars. Thanks so much for making it!

I don't know much about chrome plugin development. How can I give you a helpful bug report?

What happens is I'll be using it fine, then about once a day the chrome developer tools window I have docked next to the extension will shrink to the window size I had the extension running at, and the extension window will close.

When this happens the icon in the main chrome window's address bar is no longer present. Sometimes reloading the page fixes it, sometimes disabling and re-enabling the extension then reloading fixes it.

I am using the extension docked to the right of my application window.

Let me know how I can provide more useful info, thanks!

@zalmoxisus
Copy link
Owner

Hey @davidjnelson,

Thanks for reporting this. It's probably related to #23. I added an example which simulates a high activity. Select AutoTodo and check if it crashes the extension.

Also please try using the extension's window (open from the context menu or using shortcuts) instead of chrome developer tools, as the latter cannot use the store variable directly and we have to relay it, which is less performant.

@zalmoxisus
Copy link
Owner

Should be fixed in v0.4.12. Feel free to reopen the issue if it still happen.

@varun-dev
Copy link

Hi,

In my team, the chrome devtools window keeps crashing upto 50% of the time. But your suggestion to use context menu option works, I never used that assuming it will open the same.

@zalmoxisus
Copy link
Owner

@varun-dev I suspect the extension is using too much RAM and Chrome is terminating it. Could you please check if RAM consumption is increasing significantly?

Extension's windows are running on the same process as the extension's background page, while devpanel is in another process. Because of that we have the data duplicated, so in that case we're using two times more RAM.

I've been checking for memory leaks recently. However, the monitored state can be huge.

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

3 participants