Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[ptp-dev] Fwd: Problems with rebuilt PTP (RC3?)

OK, now I realize that problem (2. below) was on the second launch.
The first one says (while doing "Initialing breakpoints"  -- shouldn't it be "initializing" ?)
Exception occurred during launch
Reason:
Time out

Console in development workbench says:
======================= EVENT_DBG_ERROR ====================
----- debugger error: MyHello: No such file or directory ------------
java.lang.NullPointerException
    at org.eclipse.ptp.debug.external.core.AbstractDebugger.handleErrorEvent(AbstractDebugger.java:229)
    at org.eclipse.ptp.debug.external.core.debugger.ParallelDebugger.handleEvent(ParallelDebugger.java:434)
    at org.eclipse.ptp.debug.external.core.proxy.AbstractProxyDebugClient.handleEvent(AbstractProxyDebugClient.java:114)
    at org.eclipse.ptp.core.proxy.AbstractProxyClient.fireProxyEvent(AbstractProxyClient.java:221)
    at org.eclipse.ptp.core.proxy.AbstractProxyClient.sessionProgress(AbstractProxyClient.java:265)
    at org.eclipse.ptp.core.proxy.AbstractProxyClient.access$6(AbstractProxyClient.java:246)
    at org.eclipse.ptp.core.proxy.AbstractProxyClient$2.run(AbstractProxyClient.java:199)
***** CURRENT COMMAND: org.eclipse.ptp.debug.external.core.commands.SetFunctionBreakpointCommand@1ad4feb
<00000059 SFB 23:32303a666666666666666600 3:3000 3:3000 3:3000 1:00 9:6d61696e00 1:00 3:3000 3:3000>


Then, if i attempt to launch PTP debug *again*, I get the error below, but that's obviously
because something is already wrong...

...Beth

---------- Forwarded message ----------
From: Beth Tibbitts <bethtib@xxxxxxxxx>
Date: Feb 22, 2006 3:43 PM
Subject: Problems with rebuilt PTP (RC3?)
To: Parallel Tools Platform general developers <ptp-dev@xxxxxxxxxxx>

I updated everything from CVS (from HEAD) and rebuilt   here on Linux (RedHat/IBM client)

1. preferences - had to tell it where debug executable (sdm) was.
       Window > Preferences     PTP > Debug > SDM  .. the "SDM Executable" text field was empty.
                                                      I made it point to the executable file "sdm" that was built in the sdm project.
 

2. Launch - Error dialog, "Time out on tasks: ffffffff"
Reason:  Error within Debug UI:

(no more info)
.log file says:
java.lang.Exception: Time out on tasks: ffffffff
    at org.eclipse.ptp.debug.internal.ui.UIDebugManager$11.run(UIDebugManager.java:621)
    at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:35)


...Beth



--
...Beth


Back to the top