Community
Participate
Working Groups
1) Eclipse is in Java Browsing Perspective, a non-customized view. 2) I right click on a project and choose "build project". 3) A lot of tasks appear in the task window. ;-) 4) I hover the cursor over the grey column dividers between "In Folder" and "Location" at the top and click to expand "In Folder". 5) Eclipse crashes! NOTE: If first I attempt to resize the "In Folder" column by clicking between it and "Resource" column, and then attempt to resize the "In Folder" column, eclipse does NOT crash if I later click between "In Folder" and "Location" and expand "In Folder". Weird.
If the VM crashed there should be a VM dump file on disk (something like javacore<date> or core<date>). Can you find such a dump file? Also what VM vender/version are you using? Moving to SWT.
Eclipse Version: 2.1.1 Build id: 200306271545 *** System properties: com.lei.epath.mode=eclipse file.encoding=UTF-8 file.encoding.pkg=sun.io file.separator=/ java.awt.graphicsenv=sun.awt.X11GraphicsEnvironment java.awt.printerjob=sun.print.PSPrinterJob java.class.path=/usr/local/eclipse/startup.jar java.class.version=48.0 java.endorsed.dirs=/opt/j2sdk/jdk1.4.2/j2sdk1.4.2/jre/lib/endorsed java.ext.dirs=/opt/j2sdk/jdk1.4.2/j2sdk1.4.2/jre/lib/ext java.home=/opt/j2sdk/jdk1.4.2/j2sdk1.4.2/jre java.io.tmpdir=/tmp java.library.path=/opt/j2sdk/jdk1.4.2/j2sdk1.4.2/jre/lib/i386/client:/opt/j2sdk/jdk1.4.2/j2sdk1.4.2/jre/lib/i386:/opt/j2sdk/jdk1.4.2/j2sdk1.4.2/jre/../lib/i386 java.runtime.name=Java(TM) 2 Runtime Environment, Standard Edition java.runtime.version=1.4.2-b28 java.specification.name=Java Platform API Specification java.specification.vendor=Sun Microsystems Inc. java.specification.version=1.4 java.util.prefs.PreferencesFactory=java.util.prefs.FileSystemPreferencesFactory java.vendor=Sun Microsystems Inc. java.vendor.url=http://java.sun.com/ java.vendor.url.bug=http://java.sun.com/cgi-bin/bugreport.cgi java.version=1.4.2 java.vm.info=mixed mode java.vm.name=Java HotSpot(TM) Client VM java.vm.specification.name=Java Virtual Machine Specification java.vm.specification.vendor=Sun Microsystems Inc. java.vm.specification.version=1.0 java.vm.vendor=Sun Microsystems Inc. java.vm.version=1.4.2-b28 line.separator= os.arch=i386 os.name=Linux os.version=2.4.20-8 path.separator=: sun.arch.data.model=32 sun.boot.class.path=/opt/j2sdk/jdk1.4.2/j2sdk1.4.2/jre/lib/rt.jar:/opt/j2sdk/jdk1.4.2/j2sdk1.4.2/jre/lib/i18n.jar:/opt/j2sdk/jdk1.4.2/j2sdk1.4.2/jre/lib/sunrsasign.jar:/opt/j2sdk/jdk1.4.2/j2sdk1.4.2/jre/lib/jsse.jar:/opt/j2sdk/jdk1.4.2/j2sdk1.4.2/jre/lib/jce.jar:/opt/j2sdk/jdk1.4.2/j2sdk1.4.2/jre/lib/charsets.jar:/opt/j2sdk/jdk1.4.2/j2sdk1.4.2/jre/classes sun.boot.library.path=/opt/j2sdk/jdk1.4.2/j2sdk1.4.2/jre/lib/i386 sun.cpu.endian=little sun.cpu.isalist= sun.io.unicode.encoding=UnicodeLittle sun.java2d.fontpath= sun.os.patch.level=unknown user.country=US user.dir=/usr/local/eclipse/plugins user.home=/root user.language=en user.name=root user.timezone=America/New_York
I cannot reproduce this. Does it happen for you consistently? And if so, does it still happen for you in Eclipse 3.0M3? Also possibly relevant, which gtk version are you using?
The originator says he has found error log files with names like hs_err_pid3538.log hs_err_pid3642.log hs_err_pid3661.log, etc. Are those useful for you Grant? He also has OS core files, but no Java VM core files.
Yes, this happens consistently. Do not know about Eclipse 3.0. Sample text from the hs_ files: An unexpected exception has been detected in native code outside the VM. Unexpected Signal : 11 occurred at PC=0x7707EF5A Function=(null)+0x7707EF5A Library=/usr/lib/libgtk-x11-2.0.so.0 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.gtk.OS.gtk_main_do_event(Native Method) at org.eclipse.swt.widgets.Display.eventProc(Display.java:635) at org.eclipse.swt.internal.gtk.OS.gtk_clipboard_wait_for_contents (Native Method) - locked <0x71f0f508> (a java.lang.Class)
Questions, since I've tried this with Eclipse 2.1.1 and 3.0M3 on both gtk2.0.6 and gtk2.2.1 and cannot make it happen: - can you attach the full text of the hs_ file? - does this happen for you regardless of the project being used in the Java Browsing view? (Perhaps there's something special about the contents of the task view) - can you try this in Eclipse 3.0M3? - I notice a clipboard line in the partial trace you provided; does it matter if there's something on the clipboard or not at the time of expanding the task view problem?
gtk_clipboard_wait_for_contents issue. Moving to VI.
*** This bug has been marked as a duplicate of 44915 ***