100% CPU usage during/after debuggin
Open Source C & C++ IDE for Windows
Brought to you by:
claplace
During debugging, sooner or later, the devc++ process
starts using 100% CPU and slowing down the system as hell.
There is no way to calm it down. Only exit devc++ and
start it again.
Might have something to do with watching variables.
I'm developing a console application.
I'm using 4.9.9.1. Also used 4.9.9.0.
Windows XP Sp2.
--sadyc
Logged In: YES
user_id=7178
I would like to a me too to this.
Using 4.9.9.1, and also developing a console application.
For my application its usually about 3 or 4 run's through
the code, and it'll start usually sucking down cycles.
Sometimes on the third run I can actually see it sitting
there eating about 50% cycles, and the next run through will
send the system to 100% CPU.
My app does allocate around 2 Megs in memory, so I don't
know if that's the problem, as generally I'm breaking the
code and not completing execution.
Or as the previous poster, could it be the Watch Lists?
Logged In: YES
user_id=1229537
Very annoying too have to restart Dev-C++ for every third or
fourth time because the system have gotten to slow to run
anything.
This happens during debugging, and I have always watched
variables when it happens.
Running 4.9.9.2
Windows XP Pro SP2
Logged In: NO
This still happens with 4.9.9.2 / GDB 6.3
Logged In: YES
user_id=596130
This problem also occurs on 4.9.9.2.
Logged In: YES
user_id=1796200
Originator: NO
Hello,
I get the same problem, debugging a console application.
I am using Version 4.9.9.2.
I am using watches, with a large program.
100% CPU usage, even afer I stop debugging and close my project.