Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
RE: [cdt-dev] Memory leak perhaps?

Fedja,

 

> ps. one more thing worth mentioning. I created several make targets for my project. Couple for the top level (make  all and clean) and few more for the subcomponents (make and clean). When I tried to

> run subcomponent make to build just that one, it ended up building the whole thing and crashing at the end. Is that a bug in Make Target window?

This seems to work correctly for me. May I ask you to create a bugzilla report and attach a sample project that does not work?

 

Thanks,

Mikhail


From: cdt-dev-bounces@xxxxxxxxxxx [mailto:cdt-dev-bounces@xxxxxxxxxxx] On Behalf Of Fedja Jeleskovic
Sent: Wednesday, March 14, 2007 7:15 PM
To: cdt-dev@xxxxxxxxxxx
Subject: [cdt-dev] Memory leak perhaps?

 

Hi there,

I am experiencing strange memory handling with use of the latest version of Eclipse and CDT and it looks like there is a big memory leak in there somewhere. Lately, whenever Eclipse hangs for different reasons (typically at the end of the build) and I have to kill the Eclipse process, I loose good chunk of my memory.

Mem:   2074484k total,   238936k used,  1835548k free, <- before I run Eclipse
Mem:   2074484k total,  1835000k used,   239484k free, <- after the crash

Running Linux x86:
SDK
   Version: 3.3.0
   Build id: I20070222-0951
CDT
   Version: 4.0.0.200703080601
   Build id: 200703120600


Thanks


Fedja
ps. one more thing worth mentioning. I created several make targets for my project. Couple for the top level (make  all and clean) and few more for the subcomponents (make and clean). When I tried to run subcomponent make to build just that one, it ended up building the whole thing and crashing at the end. Is that a bug in Make Target window?


Back to the top