Bug 434054 - When selected Java Project, IDE closes automatically
Summary: When selected Java Project, IDE closes automatically
Status: RESOLVED WORKSFORME
Alias: None
Product: Platform
Classification: Eclipse Project
Component: IDE (show other bugs)
Version: 4.3.2   Edit
Hardware: PC Windows 7
: P3 blocker (vote)
Target Milestone: ---   Edit
Assignee: Platform-UI-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords: needinfo
Depends on:
Blocks:
 
Reported: 2014-05-04 11:12 EDT by ashwin kokku CLA
Modified: 2014-05-07 10:44 EDT (History)
3 users (show)

See Also:


Attachments
Eclipse_Closes_automatically_Screen_Shots (693.74 KB, application/vnd.openxmlformats-officedocument.wordprocessingml.document)
2014-05-04 11:12 EDT, ashwin kokku CLA
no flags Details
Log File (24.45 KB, text/plain)
2014-05-06 00:58 EDT, ashwin kokku CLA
no flags Details
VM Crash dump file (32.87 KB, application/octet-stream)
2014-05-06 00:59 EDT, ashwin kokku CLA
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description ashwin kokku CLA 2014-05-04 11:12:12 EDT
Created attachment 242676 [details]
Eclipse_Closes_automatically_Screen_Shots

Step 1 : Launch the IDE using eclipse icon
Step 2 : Select the workspace 
Step 3 : Go to file -> New -> Project
Step 4 : Double click on Java Project and IDE closes automatically

PFA.
Comment 1 Dani Megert CLA 2014-05-05 08:38:45 EDT
Is there something in the .log file?

Also, look out for VM crash dump files in the Eclipse install directory.
Comment 2 ashwin kokku CLA 2014-05-06 00:58:20 EDT
Created attachment 242727 [details]
Log File
Comment 3 ashwin kokku CLA 2014-05-06 00:59:52 EDT
Created attachment 242728 [details]
VM Crash dump file
Comment 4 Dani Megert CLA 2014-05-06 04:39:58 EDT
Crash happens in StandardVMType#generateLibraryInfo:
j  java.lang.ProcessImpl.destroy()V+4
j  org.eclipse.jdt.internal.launching.StandardVMType.generateLibraryInfo(Ljava/io/File;Ljava/io/File;)Lorg/eclipse/jdt/internal/launching/LibraryInfo;+411


Ashwin, which build are you using (build id) and which JRE?
Comment 5 Dani Megert CLA 2014-05-06 04:43:29 EDT
(In reply to Dani Megert from comment #4)
> Crash happens in StandardVMType#generateLibraryInfo:
> j  java.lang.ProcessImpl.destroy()V+4
> j 
> org.eclipse.jdt.internal.launching.StandardVMType.generateLibraryInfo(Ljava/
> io/File;Ljava/io/File;)Lorg/eclipse/jdt/internal/launching/LibraryInfo;+411
> 
> 
> Ashwin, which build are you using (build id) and which JRE?

Ah, I see it in the .log:
4.3.2.M20140221-1700 and Oracle JRE 1.6.0_29.

Can you please try whether you can reproduce the bug with
http://download.eclipse.org/eclipse/downloads/drops4/S-4.4M7-201405010200/
and latest JRE:
http://www.oracle.com/technetwork/java/javase/overview/index.html
Comment 6 Markus Keller CLA 2014-05-06 09:27:05 EDT
> Oracle JRE 1.6.0_29.

The first few log entries and the crash dump say it's 1.8.0_05-b13.

I've tried 4.3.2 with that Java 8 VM, and I didn't get a crash. Of course, 4.3.2 doesn't have any Java 8 support, so you have to expect trouble with that setup.
Comment 7 ashwin kokku CLA 2014-05-07 09:16:34 EDT
Hi Dani and Markas,

I was using :

1.Eclipse IDE Version 4.3.2
2.JDK 8

As pointed by Markas that 4.3.2 doesn't have Java 8 support. The defect can be closed. 

Am able to use Eclipse 4.3.2 with Java 6 without any issues.

Thank you very much for your time and support.

Best Regards

ashwin

(In reply to Dani Megert from comment #5)
> (In reply to Dani Megert from comment #4)
> > Crash happens in StandardVMType#generateLibraryInfo:
> > j  java.lang.ProcessImpl.destroy()V+4
> > j 
> > org.eclipse.jdt.internal.launching.StandardVMType.generateLibraryInfo(Ljava/
> > io/File;Ljava/io/File;)Lorg/eclipse/jdt/internal/launching/LibraryInfo;+411
> > 
> > 
> > Ashwin, which build are you using (build id) and which JRE?
> 
> Ah, I see it in the .log:
> 4.3.2.M20140221-1700 and Oracle JRE 1.6.0_29.
> 
> Can you please try whether you can reproduce the bug with
> http://download.eclipse.org/eclipse/downloads/drops4/S-4.4M7-201405010200/
> and latest JRE:
> http://www.oracle.com/technetwork/java/javase/overview/index.html
Comment 8 Dani Megert CLA 2014-05-07 10:44:30 EDT
.