Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 337952

Summary: Eclipse crashes while trying to index an imported project
Product: [Tools] CDT Reporter: Jens <linucks42>
Component: cdt-indexerAssignee: Project Inbox <cdt-indexer-inbox>
Status: RESOLVED DUPLICATE QA Contact: Markus Schorn <mschorn.eclipse>
Severity: critical    
Priority: P3 CC: cdtdoug, jamesblackburn+eclipse
Version: 8.0   
Target Milestone: ---   
Hardware: PC   
OS: Linux   
Whiteboard:
Attachments:
Description Flags
Error report file none

Description Jens CLA 2011-02-23 05:23:56 EST
Build Identifier: 20100917-0705

I downloaded the latest version of Eclipse/CDT (eclipse-cpp-helios-SR1-linux-gtk-x86_64.tar.gz) onto my suse box:

jmht@csevst1:~/eclipse> lsb_release -a
LSB Version:    n/a
Distributor ID: SUSE LINUX
Description:    openSUSE 11.2 (x86_64)
Release:        11.2
Codename:       n/a

This is with java:

> java -version
java version "1.6.0_23"
Java(TM) SE Runtime Environment (build 1.6.0_23-b05)
Java HotSpot(TM) 64-Bit Server VM (build 19.0-b09, mixed mode)

I untar and run the eclipse binary and then import my existing C++ project and eclipse then crashes while it's trying to index the C++ (at least this is what it says it's doing when it crashes).

Reproducible: Always

Steps to Reproduce:
1. Start eclipse (first time, from untarred package)
2. Select default workspace
3. File -> New -> Makefile project with existing code
4. Name project, select directory and select Linux GCC toolchain
Comment 1 Jens CLA 2011-02-23 05:25:29 EST
Created attachment 189583 [details]
Error report file
Comment 2 James Blackburn CLA 2011-02-23 05:26:41 EST
JVM bug.

*** This bug has been marked as a duplicate of bug 333227 ***