Community
Participate
Working Groups
Build Identifier: 20110301-1815 I don't remember I ever used Web browser in Eclipse, but when I suddenly hover on Window -> Web browser (I just going click by Preferences) as Eclipse crashes. It also crashes over Web browser item in Preferences menu. Reproducible: Always Steps to Reproduce: 1. Trying to open Preferences dialog 2. When go on Window -> Web browser 3. Eclipse crashes
Please attach a VM crash log and your workspace's log file to this bug.
Created attachment 203554 [details] vm log VM crash log in attachment. I don't have error notice about this bug in Eclipse log. That's only this: !SESSION 2011-09-18 18:52:34.909 ----------------------------------------------- eclipse.buildId=M20110210-1200 java.version=1.6.0_26 java.vendor=Sun Microsystems Inc. BootLoader constants: OS=linux, ARCH=x86, WS=gtk, NL=ru_RU Framework arguments: -product org.eclipse.epp.package.php.product Command-line arguments: -os linux -ws gtk -arch x86 -product org.eclipse.epp.package.php.product !ENTRY org.eclipse.core.resources 2 10035 2011-09-18 18:52:42.803 !MESSAGE The workspace exited with unsaved changes in the previous session; refreshing workspace to recover changes.
This might be similar to my another issue: Bug 358014
It's trying to use your xulrunner in /usr/lib/xulrunner-2.0, which is not supported. Unless you're doing something to explicitly point at this location, this should be fixed if you upgrade to the Eclipse 3.7 or 4.2 release. Closing report as WORKSFORME, please reopen if you still see this problem with Eclipse 3.7 or 4.2.
*** Bug 358014 has been marked as a duplicate of this bug. ***
(In reply to comment #4) I can't update it to 3.7 or more since there is no Eclipse for PHP Developers (PDT) package for 3.7. And latest PDT is v2.2.1 uses eclipse 3.6 :(
(In reply to comment #6) > I can't update it to 3.7 or more since there is no Eclipse for PHP Developers > (PDT) package for 3.7. And latest PDT is v2.2.1 uses eclipse 3.6 :( There's a PDT 3 for Indigo.
(In reply to comment #7) > > There's a PDT 3 for Indigo. I mean there is no new PDT by itself: http://www.eclipse.org/pdt/downloads/ (the latest download include PDT 2.2.0, Eclipse 3.6, ...) http://www.eclipse.org/downloads/php_package.php So to "upgrade" I need remove PDT 2 and install SDK 3.7 and then PDT 3?
(In reply to comment #8) > So to "upgrade" I need remove PDT 2 and install SDK 3.7 and then PDT 3? I presume you install Eclipse 3.7 and then install PDT 3 from the Indigo site. Please ask on PDT's forums for installation instructions if you get lost. http://www.eclipse.org/forums
If you're really stuck on using Eclipse 3.6.2 then there are a couple of other things you can try with your 3.6.2 install. 1. Add to the end of your eclipse.ini file (substituting an appropriate value for the <...> part): -Dorg.eclipse.swt.browser.XULRunnerPath=<fullPathToXULRunnerOlderThan2.0> 2. Alternatively, if your Linux has WebKit 1.2.x installed then add to the end of your eclipse.ini file: -Dorg.eclipse.swt.browser.UseWebKitGTK=true
(In reply to comment #10) > If you're really stuck on using Eclipse 3.6.2 then there are a couple of other > things you can try with your 3.6.2 install. > > 1. Add to the end of your eclipse.ini file (substituting an appropriate value > for the <...> part): > -Dorg.eclipse.swt.browser.XULRunnerPath=<fullPathToXULRunnerOlderThan2.0> > > 2. Alternatively, if your Linux has WebKit 1.2.x installed then add to the end > of your eclipse.ini file: > -Dorg.eclipse.swt.browser.UseWebKitGTK=true THANKS!!! I've added both lines and now Eclipse doesn't closes on Web browsers and Marketplace is working
*** Bug 358013 has been marked as a duplicate of this bug. ***