(In reply to Sravan Kumar Lakkimsetti from comment #8) > Hi, > > According to the log we can see that both GTK2 and GTK3 libraries are loaded > and the gtk2 pi library loaded. > > In luna eclipse should have started with GTK3 and GTK3 PI libraries by > default. Can you please let us know about the following > > 1. If there are any environment settings done before starting eclipse ? > 2. Is this problem reproducible with Java 7? > > Thanks > Sravan 1. tried running it from a clean account (so no specific environment variables and also no workspace yet) and it still crashes 2. env. vars.: see 1. above; tried openjre7 from Debian respository, Luna also crashes, see log below. 3. build version: I cannot determine this from the Eclipse GUI Help->About because it crashes before the GUI is activated (I only see the small startup flash window). $ java -version java version "1.7.0_25" OpenJDK Runtime Environment (IcedTea 2.3.10) (7u25-2.3.10-1~deb7u1) OpenJDK 64-Bit Server VM (build 23.7-b01, mixed mode) mdo@vapulo:~/Downloads/Eclipse/4.4 (Luna)/eclipse$ ./eclipse org.eclipse.m2e.logback.configuration: The org.eclipse.m2e.logback.configuration bundle was activated before the state location was initialized. Will retry after the state location is initialized. (java:15330): GLib-GObject-WARNING **: cannot register existing type `GdkDisplayManager' (java:15330): GLib-CRITICAL **: g_once_init_leave: assertion `result != 0' failed (java:15330): GLib-GObject-CRITICAL **: g_object_new: assertion `G_TYPE_IS_OBJECT (object_type)' failed (java:15330): GLib-GObject-WARNING **: invalid (NULL) pointer instance (java:15330): GLib-GObject-CRITICAL **: g_signal_connect_data: assertion `G_TYPE_CHECK_INSTANCE (instance)' failed (java:15330): GLib-GObject-WARNING **: invalid (NULL) pointer instance (java:15330): GLib-GObject-CRITICAL **: g_signal_connect_data: assertion `G_TYPE_CHECK_INSTANCE (instance)' failed (java:15330): GLib-GObject-WARNING **: cannot register existing type `GdkDisplay' (java:15330): GLib-CRITICAL **: g_once_init_leave: assertion `result != 0' failed (java:15330): GLib-GObject-CRITICAL **: g_type_register_static: assertion `parent_type > 0' failed (java:15330): GLib-CRITICAL **: g_once_init_leave: assertion `result != 0' failed (java:15330): GLib-GObject-CRITICAL **: g_object_new: assertion `G_TYPE_IS_OBJECT (object_type)' failed # # A fatal error has been detected by the Java Runtime Environment: # # SIGSEGV (0xb) at pc=0x00007f5db090c73f, pid=15330, tid=140040758400768 # # JRE version: 7.0_25-b30 # Java VM: OpenJDK 64-Bit Server VM (23.7-b01 mixed mode linux-amd64 compressed oops) # Problematic frame: # C [libgdk-x11-2.0.so.0+0x5173f] gdk_display_open+0x3f # # Failed to write core dump. Core dumps have been disabled. To enable core dumping, try "ulimit -c unlimited" before starting Java again # # An error report file with more information is saved as: # /home/mdo/Downloads/Eclipse/4.4 (Luna)/eclipse/hs_err_pid15330.log # # If you would like to submit a bug report, please include # instructions on how to reproduce the bug and visit: # http://icedtea.classpath.org/bugzilla # The crash happened outside the Java Virtual Machine in native code. # See problematic frame for where to report the bug. #