Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cdt-dev] LaunchVMProvider memory leaks?

https://bugs.eclipse.org/bugs/show_bug.cgi?id=331232  

 

From: cdt-dev-bounces@xxxxxxxxxxx [mailto:cdt-dev-bounces@xxxxxxxxxxx] On Behalf Of Marc Khouzam
Sent: Friday, November 26, 2010 1:27 PM
To: 'CDT General developers list.'
Subject: Re: [cdt-dev] LaunchVMProvider memory leaks?

 

I don't know why things don't get cleaned up properly, but it seems to me that they should .

Terminating a session may be the trigger, or maybe it is removing the launch from the debug view; I'm not sure.

 

Marc

 

 


From: cdt-dev-bounces@xxxxxxxxxxx [mailto:cdt-dev-bounces@xxxxxxxxxxx] On Behalf Of Alexiev, Dobrin
Sent: Friday, November 26, 2010 10:07 AM
To: CDT General developers list.
Subject: [cdt-dev] LaunchVMProvider memory leaks?

I noticed that instances of org.eclipse.cdt.dsf.gdb.internal.ui.viewmodel.launch.LaunchVMProvider get accumulated every time I start and terminated a GDB debug session.

Does it make sense references to terminated debug sessions to be released?

 

Thanks

Dobrin


Back to the top