Bug 412235 - Eclipse crash on Ubuntu 13.04
Summary: Eclipse crash on Ubuntu 13.04
Status: CLOSED DUPLICATE of bug 400626
Alias: None
Product: Platform
Classification: Eclipse Project
Component: SWT (show other bugs)
Version: 4.3   Edit
Hardware: PC Linux
: P3 normal with 1 vote (vote)
Target Milestone: ---   Edit
Assignee: Platform-SWT-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords: needinfo
Depends on:
Blocks:
 
Reported: 2013-07-03 12:41 EDT by Francesco D'Amore CLA
Modified: 2013-07-10 07:44 EDT (History)
4 users (show)

See Also:


Attachments
Log file (203.82 KB, text/x-log)
2013-07-03 12:41 EDT, Francesco D'Amore CLA
no flags Details
Log file of Eclipse where debug fails on Ubuntu 13.04 (145.96 KB, text/x-log)
2013-07-09 11:53 EDT, Francesco D'Amore CLA
no flags Details
JRE dump file (144.62 KB, text/x-log)
2013-07-10 05:20 EDT, Francesco D'Amore CLA
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Francesco D'Amore CLA 2013-07-03 12:41:45 EDT
Created attachment 233050 [details]
Log file

Hi..

I use Eclipse Java EE IDE for Web Developers, Kepler 4.3.0, on Ubuntu 13.04.

The system crash each time I try to work on a Web Application. I sue Eclipse with tomcat 6.0.18, and whene a web app is running on the server, eclipse crash after freezing.

It is impossible to work on. The same issue with eclispe Juno. 

I attached the log file at this bug report, but there are no usefull information.

Also the java console crash without any information.... simply crash.
Comment 1 Francesco D'Amore CLA 2013-07-03 12:45:25 EDT
In another pc, I work without problem on Eclipse Juno with Ubuntu 12.04...
Comment 2 Noopur Gupta CLA 2013-07-04 03:01:40 EDT
Nothing useful in the attached file.
Please clear you .log file and attach the one after Eclipse crashes. 

Also, look for the crash log (either as sibling of the JRE, the eclipse.exe or in your home dir) and attach the javacore file.

See if your issue is similar to bug 411745 and bug 406736.
Comment 3 Francesco D'Amore CLA 2013-07-04 04:23:04 EDT
In previously installation of eclipse and Ubuntu, I had the problem related to WebKit. But in that case I read information in log file or in JRE output about webkit bugs. Now is impossible to read any thinks about the bug....simply eclipse crash after freezing.

Here it seems a different bugs, or the same bug without an error output about webkit. I have this problem about eclipse since the ubuntu 12.10 and eclipse juno.

A will try adding this:

-Dorg.eclipse.swt.browser.DefaultType=mozilla

at elcipse.ini.

Take in consideration that this type of bugs render Eclipse unusable for different Ubuntu distro and may be any newer distro Gnome based.

Thank you for help.
Comment 4 Noopur Gupta CLA 2013-07-04 05:54:09 EDT
Check if crash log is generated after Eclipse crashes.
If there is no crash log being produced, you can generate a stack trace when eclipse freezes using 'kill -3 pid' or other methods mentioned here - http://wiki.eclipse.org/How_to_report_a_deadlock#Getting_a_stack_trace_on_other_platforms
Comment 5 Francesco D'Amore CLA 2013-07-04 05:59:16 EDT
Ok, thank you. Afeter crash the log reported is that I attached to this bug.

I will try with method you suggest me.... thank you.

At moment, I added this line

-Dorg.eclipse.swt.browser.DefaultType=mozilla

to eclipse.ini and eclipse seems not crash yet...

Thank you.
Comment 6 Francesco D'Amore CLA 2013-07-09 11:53:35 EDT
Created attachment 233283 [details]
Log file of Eclipse where debug fails on Ubuntu 13.04

Eclipse follow crashing even after adding line in eclipse.ini about WebKit and mozilla.

At this report I atteched the log file with info about crashing...
Comment 7 Grant Gayed CLA 2013-07-09 12:58:21 EDT
(In reply to comment #6)
> Created attachment 233283 [details]
> Log file of Eclipse where debug fails on Ubuntu 13.04

This is not the kind of log file that's needed.  When a crash occurs the JRE usually writes out a dump file with more native info that looks more like https://bugs.eclipse.org/bugs/attachment.cgi?id=212245 .  If you're using an Oracle JRE then it's a file with name hs_err_pid<pid>.log, and would probably be written in the eclipse root directory, assuming this is where eclipse was launched from.
Comment 8 Francesco D'Amore CLA 2013-07-10 05:20:22 EDT
Created attachment 233310 [details]
JRE dump file

I think that this is the file you required.

The problem I think is always related to WebKit and gnome. 

I'm using Eclipse Kepler for JavaEE developer and it seems that Eclipse crash during debug session of Web Application. 

I use Tomcat 6.0.18 as server. 

Thank you for your help.
Comment 9 Arun Thondapu CLA 2013-07-10 07:44:23 EDT
This bug has an experimental fix currently in Eclipse 4.4 and the fix will be backported to 4.3.1. Please refer to bug 400626 comment 4 for a workaround and more details are on that bug.

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