Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[eclipse-dev] Unable to launch eclipse in linux


I get the following error when i try to launch eclipse in Linux.

How can i overcome the error  and get it started..? I'm using 3.0.1  version


Here is the log file that is generated.
An unexpected exception has been detected in native code outside the VM.
Unexpected Signal : 11 occurred at PC=0xB74FD9EE
Function=(null)
Library=/lib/tls/libc.so.6

NOTE: We are unable to locate the function name symbol for the error
      just occurred. Please refer to release documentation for possible
      reason and solutions.


Current Java thread:
        at org.eclipse.swt.internal.motif.OS.XtAppCreateShell(Native Method)
        - locked <0xaf39c1c0> (a java.lang.Class)
        at org.eclipse.swt.widgets.Display.initializeDisplay(Display.java:2012)
        at org.eclipse.swt.widgets.Display.init(Display.java:1831)
        at org.eclipse.swt.graphics.Device.<init>(Device.java:147)
        at org.eclipse.swt.widgets.Display.<init>(Display.java:394)
        at org.eclipse.swt.widgets.Display.<init>(Display.java:391)
        at org.eclipse.ui.internal.Workbench.createDisplay(Workbench.java:278)
        at org.eclipse.ui.PlatformUI.createDisplay(PlatformUI.java:153)
        at org.eclipse.ui.internal.ide.IDEApplication.createDisplay(IDEApplication.java:122)
        at org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplication.java:72)
        at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:335)
        at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:273)
        at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:129)
        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:324)




 Rgds,
Roopa

Back to the top