| Summary: | The IDE crashes when I have errors in my java code | ||||||
|---|---|---|---|---|---|---|---|
| Product: | [Eclipse Project] Platform | Reporter: | Carlos Quiros <supportlists> | ||||
| Component: | SWT | Assignee: | Grant Gayed <grant_gayed> | ||||
| Status: | RESOLVED FIXED | QA Contact: | |||||
| Severity: | critical | ||||||
| Priority: | P3 | CC: | amj87.iitr, remy.suen | ||||
| Version: | 3.7 | ||||||
| Target Milestone: | --- | ||||||
| Hardware: | PC | ||||||
| OS: | Linux | ||||||
| Whiteboard: | |||||||
| Attachments: |
|
||||||
|
Description
Carlos Quiros
Created attachment 194124 [details]
Crash log
Seems like some problem occured while creating the SWT browser control. Moving to Platform/SWT for comment It's trying to use seamonkey-2.x, which is not a supported renderer. I'm not sure why it's trying this though. Questions: - which linux distro/version are you using? - is /usr/lib/seamonkey/ a link to /usr/lib/seamonkey-2.0.13/ ? - do any of the following files exist on your machine? And if so what is their content? /etc/gre.conf /etc/gre64.conf /etc/gre.d/gre.conf /etc/gre.d/gre64.conf (In reply to comment #3) > It's trying to use seamonkey-2.x, which is not a supported renderer. I'm not > sure why it's trying this though. Questions: > > - which linux distro/version are you using? > - is /usr/lib/seamonkey/ a link to /usr/lib/seamonkey-2.0.13/ ? > - do any of the following files exist on your machine? And if so what is their > content? > > /etc/gre.conf > /etc/gre64.conf > /etc/gre.d/gre.conf > /etc/gre.d/gre64.conf Hi, I am using Slackware 13.1 32 bits in a VMWare Virtual Machine. The same happens in Slackware 13.1 32 in a real machine. yes, /usr/lib/seamonkey/ a link to /usr/lib/seamonkey-2.0.13/ Non of the files (/etc/gre.conf /etc/gre64.conf /etc/gre.d/gre.conf /etc/gre.d/gre64.conf) exist in my distro. That likely explains why seamonkey is being found anyways. You should be able to make the crash go away by setting Linux environment variable MOZILLA_FIVE_HOME=/dev/null before launching Eclipse. However you'll probably find that Browser functionality is not working (you can confirm this by trying Eclipse's Internal Web Browser view). It seems like your linux distro does not have a WebKitGTK or XULRunner available, because the Browser attempts both of these before falling back to trying something like seamonkey. Can you confirm that neither of these is present in /usr/lib/ ? And if not, the easiest way to get this working is to download XULRunner 1.9.2.x and install it ( https://developer.mozilla.org/en/XULRunner_1.9.2_Release_Notes ). Once you do this the Browser should auto-detect it and use it. Hi, Yes, that was the problem. After installing XULRunner. All runs fine.\ Many thanks for the help. Carlos. Fixed No problem, glad to hear it's working for you now. As a side note I've logged bug 344270 for the crash you were originally seeing. |