Skip to main content

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

Derek (and Michel) could you create a bugzilla bug and put this info there?
Then post the link to the bug in this thread. Thanks! That way we'll keep all the info together


PTP Wiki at http://wiki.eclipse.org/PTP has a link to create a bug on the second line under 'Developer Resources'
thanks!

...Beth

Beth Tibbitts
Eclipse Parallel Tools Platform  http://eclipse.org/ptp
IBM STG - High Performance Computing Tools
Mailing Address:  IBM Corp., 745 West New Circle Road, Lexington, KY 40511


Inactive hide details for Derek Wood ---02/11/2013 11:22:26 PM---My Eclipse javaw.exe process climbs significantly after the prDerek Wood ---02/11/2013 11:22:26 PM---My Eclipse javaw.exe process climbs significantly after the process that is being debugged terminate


    From:

Derek Wood <derek.a.wood@xxxxxxxxx>

    To:

ptp-user@xxxxxxxxxxx,

    Date:

02/11/2013 11:22 PM

    Subject:

[ptp-user] CPU Leak when using Parallel Debugger and SDM

    Sent by:

ptp-user-bounces@xxxxxxxxxxx




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_______________________________________________
ptp-user mailing list
ptp-user@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/ptp-user


GIF image

GIF image


Back to the top