mbien commented on issue #9262: URL: https://github.com/apache/netbeans/issues/9262#issuecomment-4759249979
just as update: I looked into this a while ago and you are right that some strong references are not cleaned up in some cases. However, there is more to that, since the Packets remained even without gc roots (after I fixed a few things). This indicates that the debugger reference counter has something stuck too (there is a second mechanism specific to the debugger interface which can prevent objects from being collected). At that point i got distracted by other things - will try to revisit this at some point - potentially with a partial fix for the strong references first. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] For further information about the NetBeans mailing lists, visit: https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists
