Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
RE: [cdt-dev] Problem in CDT core automated test suite


Creating a managed make project does not invoke the CDT Parser.  
I'd suggest raising a couple of defects @ bugs.eclipse.org.

Thanks
JohnC
www.eclipse.org/cdt


cdt-dev-admin@xxxxxxxxxxx wrote on 09/17/2004 01:23:05 AM:

> I think this is the problem of Java Virtual Machine from Sun.

> We have the same problem on Itanium since CDT 1.2.1.
> Here is description:
>  
>
> Description

>
> Sun JVM crashes during execution of  cdtdcore tests

> Class:   org.eclipse.cdt.core.parser.tests.ParserSymbolTableTest
> Method:            public void testConstructors()
> Last command:     IParameterizedSymbol cloned =
> (IParameterizedSymbol) constructor2.clone();

> Log file:
>      [java] Unexpected Signal : 11 occurred at PC=0x200000000081DBC0
>      [java] Function=InterpretMethod__12cInterpreterP12cInterpreter+0x1DAD0
>      [java] Library=/opt/j2sdk1.4.2_03/jre/lib/ia64/server/libjvm.so
>
> Appears on

>
> Sun JDK 1.4.2-03

>
> Caused by

>
> Possible cause may be in Interpreter Loop implementation for IA-64 platform

>
> Impact

>
> Hi; Called method is used for parsing c++ keyword using namespace.

>  
>
>  

> There is no such problem for other JVM (i.e. BEA JRockit).
> The problem is serious, because we can't use CDT 2.0 for IA-64 with
> SUN JVM at all.

> It crashes at creation Managed Make C/C++ project.
>  
> Alexei Sentsov

Back to the top