Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[ptp-dev] CValue error

I'm still getting this error from yesterday, even with updates this morning.
Are  you guys seeing this too or was this file removed perhaps?

package org.eclipse.ptp.debug.internal.core.model.CValue

around line 218.

            else if ( cdiValue instanceof ICDIReferenceValue )
return processUnderlyingValue(((ICDIReferenceValue)cdiValue).referenceValue());
            else if ( cdiValue instanceof ICDIWCharValue )
                return getWCharValueString( (ICDIWCharValue)cdiValue );

says BigInteger is an invalid argument to processUnderlyingValue.

--
-- Nathan
Correspondence
---------------------------------------------------------------------
Nathan DeBardeleben, Ph.D.
Los Alamos National Laboratory
Parallel Tools Team
High Performance Computing Environments
phone: 505-667-3428
email: ndebard@xxxxxxxx
---------------------------------------------------------------------



Back to the top