Eclipse CDT freezes / CPU bot within 5 seconds after saving

I save the file in the Eclipse CDT, build, run the program, and return to editing. Then, Eclipse completely captures the processor within 3 to 5 seconds, causing an annoying delay in keyboard latency. after 2, 3 minutes the same question appears.

Eclipse Indigo runs on Debian Squeeze inside VirtualBox, which can use 6 out of 8 iCore7 8-hyperthread processors. Interestingly, on the host OS, I see that all 8 hyperthreads are busy.

This becomes annoying because after each build it stops me for 5 seconds after continuing my work. It seems to be related to the index, since disabling the indexer from the problem fixes the problem (but then the IDE is useless btit).

I have enough memory for eclipse, for a Debian guest, and for the Java virtual machine.

Any ideas what I can do?

UPDATE: The problem is resolved. I am running * New version of Debian * New version of Eclipse * Without virtualization, i.e. on pure metal * Downloaded from Debian from SSD

I don’t know what the reason is, but the problem is now gone.

+4
source share

All Articles