-
Notifications
You must be signed in to change notification settings - Fork 470
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
50% CPU usage #46
Comments
From fcap...@gmail.com on September 07, 2012 10:03:01 |
From fcap...@gmail.com on September 07, 2012 10:08:29 |
From fcap...@gmail.com on September 15, 2012 16:48:52 |
From FEMA38...@gmail.com on September 17, 2012 23:53:40 |
From fcap...@gmail.com on September 18, 2012 09:49:32 Could you do the following while the extension's cpu usage is high?:
Thank you for your time, hopefully this time I'll be able to fix the issue for real |
This function gets into an infinite loop: changeinfo: The function "chrome.cookies.get" at line 84 executes the callback function with currentCookie = null. The function "compareCookies" returns false after the exception. Than calls "chrome.cookies.set(newCookie);" at line 92 in background.js This causes an infinite loop. "chrome.cookies.set" cause "chrome.cookies.onChanged" to be called and it repeats. The infinite loop starts somehow when chrome is idle for a period of time. |
I don't think there's been any report regarding this in a long time, I'll close this issue. |
Original author: filar...@gmail.com (September 07, 2012 07:31:56)
Hello,
I've noticed that since last updates, ETC often brings up the CPU usage to 50-60% (I can see this from Chrome Task Manager).
I have been forced to disable it otherwise my PC becomes very slow.
I'm running 21.0.1180.89 and Windows 7 SP1 32-bit
Original issue: http://code.google.com/p/editthiscookie/issues/detail?id=47
The text was updated successfully, but these errors were encountered: