found 396636 3.2.1-4 severity 396636 normal thanks The bug is still present in version 3.2.1-4, see the attached log; howevereclipse now does not crash, but it doesn't use the internal browser because it cannot find the NS_InitXPCOM3 symbol.
Actually that symbol isn't defined in /usr/lib/xulrunner/libgtkembedmoz.so but in /usr/lib/xulrunner/libxpcom.so. Why does the "eclipse" script look for libgtkembedmoz.so? That is, Is eclipse opening the wrong library?
I'm not sure of the severity of this bug, so I'm setting it to normal. Feel free to change it, of course.
ii eclipse 3.2.1-4 Extensible Tool Platform and Java IDE ii eclipse-jdt 3.2.1-4 Java Development Tools plug-ins for Eclipse ii eclipse-pde 3.2.1-4 Plug-in Development Environment to develop E ii eclipse-platform 3.2.1-4 Eclipse platform without plug-ins to develop ii eclipse-rcp 3.2.1-4 Eclipse rich client platform ii eclipse-source 3.2.1-4 Eclipse source code plug-ins ii libswt3.2-gtk-java 3.2.1-4 Fast and rich GUI toolkit for Java, gtk2 ver ii libswt3.2-gtk-jni 3.2.1-4 Platform dependent files for libswt3.2-gtk-j --- Giuseppe D'Angelo [EMAIL PROTECTED]
using specified vm: /usr/lib/jvm/java-1.5.0-sun Could not create /usr/local/lib/eclipse/.eclipseextension. Please run as root: touch /usr/local/lib/eclipse/.eclipseextension chmod 2775 /usr/local/lib/eclipse/.eclipseextension chown root:staff /usr/local/lib/eclipse/.eclipseextension Install location: file:/usr/lib/eclipse/ Configuration file: file:/usr/lib/eclipse/configuration/config.ini loaded Configuration location: file:/home/peppe/.eclipse/org.eclipse.platform_3.2.0/configuration/ Configuration file: file:/home/peppe/.eclipse/org.eclipse.platform_3.2.0/configuration/config.ini not found or not read Shared configuration location: file:/usr/lib/eclipse/configuration/ Framework located: file:/usr/lib/eclipse/plugins/org.eclipse.osgi_3.2.1.R32x_v20060919.jar Framework classpath: file:/usr/lib/eclipse/plugins/org.eclipse.osgi_3.2.1.R32x_v20060919.jar Splash location: /usr/lib/eclipse/plugins/org.eclipse.platform_3.2.0.v20060601/splash.bmp runCommand: </usr/lib/eclipse/eclipse><-name><Eclipse><-showsplash><600></usr/lib/eclipse/plugins/org.eclipse.platform_3.2.0.v20060601/splash.bmp> Debug options: file:/home/peppe/.options not found Time to load bundles: 18 Starting application: 3101 !SESSION 2007-01-08 12:38:30.367 ----------------------------------------------- eclipse.buildId=M20060921-0945 java.version=1.5.0_10 java.vendor=Sun Microsystems Inc. BootLoader constants: OS=linux, ARCH=x86, WS=gtk, NL=it_IT Command-line arguments: -os linux -ws gtk -arch x86 -consolelog -debug !ENTRY org.eclipse.osgi 2 1 2007-01-08 12:38:33.498 !MESSAGE NLS missing message: initializer_error in: org.eclipse.core.internal.runtime.messages !ENTRY org.eclipse.osgi 2 1 2007-01-08 12:38:33.499 !MESSAGE NLS missing message: fileInitializer_fileNotFound in: org.eclipse.core.internal.runtime.messages !ENTRY org.eclipse.osgi 2 1 2007-01-08 12:38:33.500 !MESSAGE NLS missing message: fileInitializer_IOError in: org.eclipse.core.internal.runtime.messages !ENTRY org.eclipse.osgi 2 1 2007-01-08 12:38:33.500 !MESSAGE NLS missing message: fileInitializer_missingFileName in: org.eclipse.core.internal.runtime.messages Application Started: 22496 !ENTRY org.eclipse.ui.browser 2 0 2007-01-08 12:47:35.402 !MESSAGE Internal browser is not available: NS_InitXPCOM3 !ENTRY org.eclipse.ui 4 4 2007-01-08 12:47:45.495 !MESSAGE Unhandled event loop exception !ENTRY org.eclipse.ui 4 0 2007-01-08 12:47:45.496 !MESSAGE Failed to execute runnable (java.lang.UnsatisfiedLinkError: NS_InitXPCOM3) !STACK 0 org.eclipse.swt.SWTException: Failed to execute runnable (java.lang.UnsatisfiedLinkError: NS_InitXPCOM3) at org.eclipse.swt.SWT.error(SWT.java:3374) at org.eclipse.swt.SWT.error(SWT.java:3297) at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:126) at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:3143) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2845) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1914) at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1878) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:419) at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149) at org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplication.java:95) at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:78) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:92) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:68) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:400) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:177) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:585) at org.eclipse.core.launcher.Main.invokeFramework(Main.java:336) at org.eclipse.core.launcher.Main.basicRun(Main.java:280) at org.eclipse.core.launcher.Main.run(Main.java:977) at org.eclipse.core.launcher.Main.main(Main.java:952) Caused by: java.lang.UnsatisfiedLinkError: NS_InitXPCOM3 at org.eclipse.swt.internal.mozilla.XPCOM.NS_InitXPCOM3(Native Method) at org.eclipse.swt.browser.Browser.<init>(Browser.java:284) at org.eclipse.jdt.internal.ui.text.java.hover.BrowserInformationControl.isAvailable(BrowserInformationControl.java:93) at org.eclipse.jdt.internal.ui.text.java.hover.JavadocHover$2.doCreateInformationControl(JavadocHover.java:101) at org.eclipse.jdt.internal.ui.text.java.hover.AbstractReusableInformationControlCreator.createInformationControl(AbstractReusableInformationControlCreator.java:45) at org.eclipse.jface.text.AbstractInformationControlManager.getInformationControl(AbstractInformationControlManager.java:620) at org.eclipse.jface.text.AbstractInformationControlManager.internalShowInformationControl(AbstractInformationControlManager.java:851) at org.eclipse.jface.text.AbstractInformationControlManager.presentInformation(AbstractInformationControlManager.java:837) at org.eclipse.jface.text.AbstractHoverInformationControlManager.presentInformation(AbstractHoverInformationControlManager.java:502) at org.eclipse.jface.text.TextViewerHoverManager.doPresentInformation(TextViewerHoverManager.java:231) at org.eclipse.jface.text.TextViewerHoverManager$5.run(TextViewerHoverManager.java:221) at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:35) at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:123) ... 20 more Start VM: /usr/lib/jvm/java-1.5.0-sun/bin/java -Djava.library.path=/usr/lib/jni -Dgnu.gcj.precompiled.db.path=/var/lib/gcj-4.1/classmap.db -Dgnu.gcj.runtime.VMClassLoader.library_control=never -Dosgi.locking=none -jar /usr/lib/eclipse/startup.jar -os linux -ws gtk -arch x86 -launcher /usr/lib/eclipse/eclipse -name Eclipse -showsplash 600 -exitdata c10007 -install /usr/lib/eclipse -consolelog -debug -vm /usr/lib/jvm/java-1.5.0-sun/bin/java -vmargs -Djava.library.path=/usr/lib/jni -Dgnu.gcj.precompiled.db.path=/var/lib/gcj-4.1/classmap.db -Dgnu.gcj.runtime.VMClassLoader.library_control=never -Dosgi.locking=none -jar /usr/lib/eclipse/startup.jar