Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [ptp-dev] PTP 4.0.4 build available

Greg,

 

I don't think this is a 4.0.4 issue per se, but, I've noticed for a bit of time (since 4.0.3?)  that the first time I try to open a declaration I get a goofy error -

"Could not find symbol "(long string)" in index" -
this shows up in the frame of eclipse, ie, as shown below:

 

 

After that error occurs, clicking on the header file in the outline view opens the include file properly, as well as subsequent invocations of open declaration (from a right click of the mouse) work without the error.

 

I also noticed that on large memory machines (eg ember’s head node), the indexer just flat out crashes on startup –

I think this is due to java being more greedy than it should be – a suitable workaround appears to be using the -Xmx (some memory size) on the command line to launch the jvm –

Al has done this with the things he packages and ships to a remote system, to avoid the issue –

I think this may be going on with the indexer on ember, since I’m not getting anywhere with it (it goes into an infinite pending state, no java processes on the node).

 

Jay

 

-----Original Message-----
From: ptp-dev-bounces@xxxxxxxxxxx [mailto:ptp-dev-bounces@xxxxxxxxxxx] On Behalf Of Greg Watson
Sent: Tuesday, November 02, 2010 9:44 AM
To: Parallel Tools Platform general developers
Subject: [ptp-dev] PTP 4.0.4 build available

 

Hi,

 

There's a new build of 4.0.4 available from the wiki. I've also created an update site at http://download.eclipse.org/tools/ptp/updates/helios_4_0_4 to make it easier to install.

 

Tutorial presenters, please test this as thoroughly as possible.

 

Thanks,

Greg

_______________________________________________

ptp-dev mailing list

ptp-dev@xxxxxxxxxxx

https://dev.eclipse.org/mailman/listinfo/ptp-dev

 


Back to the top