You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In BaselineOfLargeImageSupport>>postload:package: , the indexes are generated and creates a TKTWorker that at some point becomes at WatchDog process:
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
The text was updated successfully, but these errors were encountered:
In BaselineOfLargeImageSupport>>postload:package: , the indexes are generated and creates a TKTWorker that at some point becomes at WatchDog process:
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
The text was updated successfully, but these errors were encountered: