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

Random memory leaks when tabs are closed #3

Open
DaveRandom opened this issue Jan 9, 2013 · 0 comments
Open

Random memory leaks when tabs are closed #3

DaveRandom opened this issue Jan 9, 2013 · 0 comments

Comments

@DaveRandom
Copy link
Contributor

Apparently at random (maybe 1/10 times?), when you close the tab (not not when you navigate away?) there is a memory leak which leaves references to elements on the now unloaded DOM in memory, and as a result the gc does not destroy all the JS objects correctly. Symptoms experienced so far are:

There is a residual error with the shutdown procedure resulting from the recent refactoring in [cv-pls], for which I will commit a fix shortly, but I'm creating this issue and leaving it open as I am not 100% sure this will fix the problem, due to it's apparent randomness.

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

1 participant