Comments
1 comment
-
Hello,
If the objects are listed in the all objects tab, they were still live after a garbage collection. Now, some of these objects may just be waiting to be finalized, meaning they would go after the next snapshot (or using the force GC button). There is normally a darn good reason why the objects are still live, such as being referenced by other objects. The trick is to find the reason, which involves going up the hierarchy to find the parent or 'root object'.
Missing source code could just mean that the object was not one allocated in your own source code (like a System or Microsoft namespace) or it could be missing or problem PDB files. Maybe these objects get created by a different assembly (dll) that's missing a PDB.
Add comment
Please sign in to leave a comment.
Thanks!