Community
Participate
Working Groups
I'm running lubuntu 12.04 64bit. Downloaded eclipse-cpp-juno-linux-gtk-x86_64.tar.gz Version: Juno Release Build id: 20120614-1722 When I start eclipse. Clicking on a tabbed item would cause eclipse to disappear. I have provided the log file from /eclipse_workspace/.metadata/.log below. !SESSION 2012-09-25 18:18:52.737 ----------------------------------------------- eclipse.buildId=I20120608-1400 java.version=1.7.0_07 java.vendor=Oracle Corporation BootLoader constants: OS=linux, ARCH=x86_64, WS=gtk, NL=en_CA Framework arguments: -product org.eclipse.epp.package.cpp.product Command-line arguments: -os linux -ws gtk -arch x86_64 -product org.eclipse.epp.package.cpp.product !ENTRY org.eclipse.ui 4 4 2012-09-25 18:19:37.429 !MESSAGE Plug-in 'org.eclipse.cdt.ui' contributed an invalid Menu Extension (Path: 'project/org.eclipse.cdt.ui.prjmenu' is invalid): org.eclipse.cdt.ui.manageConfigsAction2 !ENTRY org.eclipse.ui 4 4 2012-09-25 18:19:37.467 !MESSAGE Plug-in 'org.eclipse.cdt.ui' contributed an invalid Menu Extension (Path: 'project/org.eclipse.cdt.ui.prjmenu' is invalid): org.eclipse.cdt.ui.buildConfigMenuAction !ENTRY org.eclipse.ui 4 4 2012-09-25 18:19:37.468 !MESSAGE Plug-in 'org.eclipse.cdt.ui' contributed an invalid Menu Extension (Path: 'project/org.eclipse.cdt.ui.prjmenu' is invalid): org.eclipse.cdt.ui.wsselection !SESSION 2012-09-25 19:02:08.460 ----------------------------------------------- eclipse.buildId=I20120608-1400 java.version=1.7.0_07 java.vendor=Oracle Corporation BootLoader constants: OS=linux, ARCH=x86_64, WS=gtk, NL=en_CA Framework arguments: -product org.eclipse.epp.package.cpp.product Command-line arguments: -os linux -ws gtk -arch x86_64 -product org.eclipse.epp.package.cpp.product !ENTRY org.eclipse.ui 4 4 2012-09-25 19:02:45.404 !MESSAGE Plug-in 'org.eclipse.cdt.ui' contributed an invalid Menu Extension (Path: 'project/org.eclipse.cdt.ui.prjmenu' is invalid): org.eclipse.cdt.ui.manageConfigsAction2 !ENTRY org.eclipse.ui 4 4 2012-09-25 19:02:45.415 !MESSAGE Plug-in 'org.eclipse.cdt.ui' contributed an invalid Menu Extension (Path: 'project/org.eclipse.cdt.ui.prjmenu' is invalid): org.eclipse.cdt.ui.buildConfigMenuAction !ENTRY org.eclipse.ui 4 4 2012-09-25 19:02:45.416 !MESSAGE Plug-in 'org.eclipse.cdt.ui' contributed an invalid Menu Extension (Path: 'project/org.eclipse.cdt.ui.prjmenu' is invalid): org.eclipse.cdt.ui.wsselection
Also have a look for hs_err_<pid>.log, it sounds like it core dumped. PW
After the eclipse disappears, there is no hs_err*log to be found.
Try running it from the command line, with something like: bash$ eclipse -data tmp_ws -consoleLog If it dies, check there for an error log. PW
After starting eclipse using the console command previously suggested, there is still no log file to be found other the the creation of the tmp_ws eclipse workspace. Nothing remarkable inside either. The console output is shown below. $ /usr/local/bin/eclipse/eclipse -data tmp_ws -consoleLog ** Gtk:ERROR:gtkwidget.c:8835:gtk_widget_real_map: assertion failed: (gtk_widget_get_realized (widget)) Aborted $ /usr/local/bin/eclipse/eclipse -data tmp_ws -consoleLog -debug Start VM: -Dosgi.requiredJavaVersion=1.5 -Dhelp.lucene.tokenizer=standard -XX:MaxPermSize=256m -Xms40m -Xmx512m -Djava.class.path=/usr/local/bin/eclipse//plugins/org.eclipse.equinox.launcher_1.3.0.v20120522-1813.jar -os linux -ws gtk -arch x86 -showsplash /usr/local/bin/eclipse//plugins/org.eclipse.platform_4.2.0.v201206081400/splash.bmp -launcher /usr/local/bin/eclipse/eclipse -name Eclipse --launcher.library /usr/local/bin/eclipse//plugins/org.eclipse.equinox.launcher.gtk.linux.x86_1.1.200.v20120522-1813/eclipse_1502.so -startup /usr/local/bin/eclipse//plugins/org.eclipse.equinox.launcher_1.3.0.v20120522-1813.jar --launcher.overrideVmargs -product org.eclipse.epp.package.jee.product -data tmp_ws -consoleLog -debug -vm /opt/jdk1.7.0_07/bin/../jre/lib/i386/client/libjvm.so -vmargs -Dosgi.requiredJavaVersion=1.5 -Dhelp.lucene.tokenizer=standard -XX:MaxPermSize=256m -Xms40m -Xmx512m -Djava.class.path=/usr/local/bin/eclipse//plugins/org.eclipse.equinox.launcher_1.3.0.v20120522-1813.jar Install location: file:/usr/local/bin/eclipse/ Configuration file: file:/usr/local/bin/eclipse/configuration/config.ini loaded Configuration location: file:/usr/local/bin/eclipse/configuration/ Framework located: file:/usr/local/bin/eclipse/plugins/org.eclipse.osgi_3.8.0.v20120529-1548.jar Framework classpath: file:/usr/local/bin/eclipse/plugins/org.eclipse.osgi_3.8.0.v20120529-1548.jar Splash location: /usr/local/bin/eclipse//plugins/org.eclipse.platform_4.2.0.v201206081400/splash.bmp Debug options: file:/home/someuser/eclipse/.options not found Time to load bundles: 23 Starting application: 12327 Application Started: 24336 ** Gtk:ERROR:gtkwidget.c:8835:gtk_widget_real_map: assertion failed: (gtk_widget_get_realized (widget)) Aborted
*** This bug has been marked as a duplicate of bug 382812 ***