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

Baseline loading initialize a TKT process that keeps the whole stack alive #1

Open
VincentBlondeau opened this issue Apr 14, 2020 · 0 comments
Labels

Comments

@VincentBlondeau
Copy link

In BaselineOfLargeImageSupport>>postload:package: , the indexes are generated and creates a TKTWorker that at some point becomes at WatchDog process:
image

This WatchDog keeps a copy to the worker orignal stack. The copied stack goes to the method that loaded the baseline and beyond. This creates a memory leak where objects linked to those contexts should have been GC'ed.

Here is the full stack that is copied in the WatchDog process:
largeImageLoading.txt

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants