sidhant-guliani / script-cover

Automatically exported from code.google.com/p/script-cover
Apache License 2.0
0 stars 0 forks source link

Extension crashes after a while (regression started at 1.0.0.1) #8

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Activate ScriptCover and start navigating web pages.

Result:
ScriptCover crashes after about 10-15 minutes of use.

Explanation:
This is a regression introduced in 1.0.0.1 version (not happening in 1.0.0.0). 
It's probably related to running some methods each 3 seconds. Possible reason 
is memory leaks.

Original issue reported on code.google.com by ekamensk...@google.com on 3 Nov 2011 at 9:42

GoogleCodeExporter commented 8 years ago
Fixed in version 1.0.0.2:
Removed object brt.background.rawScriptInfo which was increasing in size
significantly while tool was working, thus causing crashes.

Revision: 05f0a84c4cd6
http://code.google.com/p/script-cover/source/detail?r=05f0a84c4cd66ae9719035817a
a0ae68025c89bf

Original comment by ekamensk...@google.com on 11 Nov 2011 at 11:25