Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[ptp-user] CPU Leak when using Parallel Debugger and SDM

My Eclipse javaw.exe process climbs significantly after the process that is being debugged terminates using Parallel Debugger and sdm.

Info/Steps
Eclipse Juno SR 1 Win64
(I tried to use SR2 RC3 and Kepler, but was unable to build my project and I'll post these issues in the next thread).

New Remote project
Remote Tools
Remote GCC C/C++ Executable
Add source file to print "Hello World"

Add Parallel Application Run Configuration
Target System Configuration: Remote-Generic-Interactive

Start debug perspective.  Let process terminate, whether by hitting terminate or letting the program naturally flow to the end.

Notice once the Hello World process terminates, the CPU usage in the Windows task manager jumps to occupy full core resources (I have a quad core, so jumps from 1% to 25% the instant it terminates).

Each new debugging instance adds to this.  So after the second instance, javaw.exe is at 50%, and after four, it's at full usage.

Also, Eclipse does not appear to remember the checkbox to remember my decision to switch to the Parallel Debug perspective automatically.

Thanks,

Derek

Back to the top