Public bug reported:

Binary package hint: eclipse

Eclipse crashes after saving a file or opening a project. It worked
perfectly and because of package updates (all my packages are from the
official Ubuntu repositories) these problems have started.

$ eclipse 
searching for compatible vm...
  testing /usr/lib/jvm/java-6-sun...found
*sys-package-mgr*: can't create package cache dir, 
'/usr/lib/eclipse/plugins/org.python.pydev.jython_1.3.17/cachedir/packages'
#
# An unexpected error has been detected by Java Runtime Environment:
#
#  SIGSEGV (0xb) at pc=0x0625665c, pid=6810, tid=2159094672
#
# Java VM: Java HotSpot(TM) Server VM (10.0-b22 mixed mode linux-x86)
# Problematic frame:
# V  [libjvm.so+0x25665c]
#
# An error report file with more information is saved as:
# /home/sander/hs_err_pid6810.log
#
# If you would like to submit a bug report, please visit:
#   http://java.sun.com/webapps/bugreport/crash.jsp
# The crash happened outside the Java Virtual Machine in native code.
# See problematic frame for where to report the bug.
#

in the eclipse error dialog:

JVM terminated. Exit code=1
/usr/lib/jvm/java-6-sun/bin/java
-Djava.library.path=/usr/lib/jni
-Dgnu.gcj.precompiled.db.path=/var/lib/gcj-4.2/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 88010
-install /usr/lib/eclipse
-vm /usr/lib/jvm/java-6-sun/bin/java
-vmargs
-Djava.library.path=/usr/lib/jni
-Dgnu.gcj.precompiled.db.path=/var/lib/gcj-4.2/classmap.db
-Dgnu.gcj.runtime.VMClassLoader.library_control=never
-Dosgi.locking=none
-jar /usr/lib/eclipse/startup.jar 

relevant installed packages:
$ dpkg -l|grep java
ii  java-common                                0.28ubuntu3                      
                  Base of all Java packages
ii  libbcel-java                               5.2-3ubuntu1                     
                  Analyze, create, and manipulate (binary) Jav
ii  libcommons-beanutils-java                  1.8.0~beta-1                     
                  utility for manipulating JavaBeans
ii  libcommons-codec-java                      1.3-4                            
                  encoder and decoders such as Base64 and hexa
ii  libcommons-collections-java                2.1.1-8                          
                  A set of abstract data type interfaces and i
ii  libcommons-collections3-java               3.1a-3.1                         
                  A set of abstract data type interfaces and i
ii  libcommons-dbcp-java                       1.2.2-1                          
                  Database Connection Pooling Services
ii  libcommons-digester-java                   1.8-1                            
                  Rule based XML Java object mapping tool
ii  libcommons-el-java                         1.0-4                            
                  Implementation of the JSP2.0 Expression Lang
ii  libcommons-launcher-java                   1.1-3                            
                  cross platform java application launcher
ii  libcommons-logging-java                    1.1-1ubuntu1                     
                  commmon wrapper interface for several loggin
ii  libcommons-modeler-java                    2.0.1-4                          
                  convenience library to use Java Management E
ii  libcommons-pool-java                       1.3-1                            
                  pooling implementation for Java objects
ii  libjaxp1.3-java                            1.3.04-2                         
                  Java XML parser and transformer APIs (DOM, S
ii  libjsch-java                               0.1.37-2                         
                  java secure channel
ii  liblog4j1.2-java                           1.2.15-2                         
                  Logging library for java
ii  liblucene-java                             1.4.3.dfsg-3                     
                  full-text search engine library for Java(TM)
ii  liblucene-java-doc                         1.4.3.dfsg-3                     
                  demonstration programs and example code for 
ii  libmx4j-java                               3.0.1-3                          
                  An open source implementation of the JMX(TM)
ii  libreadline-java                           0.8.0.1-8                        
                  GNU readline and BSD editline wrappers for J
ii  libregexp-java                             1.4-4                            
                  regular expression library for Java
ii  libservlet2.3-java                         4.0-10                           
                  Servlet 2.3 and JSP 1.2 Java classes and doc
ii  libservlet2.4-java                         5.0.30-6ubuntu1                  
                  Servlet 2.4 and JSP 2.0 Java library.
ii  libswt3.2-gtk-java                         3.2.2-5ubuntu2                   
                  Fast and rich GUI toolkit for Java, gtk2 ver
ii  libtomcat5.5-java                          5.5.25-5ubuntu1                  
                  Java Servlet engine -- core libraries
ii  libxerces2-java                            2.9.0-1                          
                  Validating XML parser for Java with DOM leve
ii  sun-java6-bin                              6-06-0ubuntu1                    
                  Sun Java(TM) Runtime Environment (JRE) 6 (ar
ii  sun-java6-doc                              6-06-0ubuntu1                    
                  Sun JDK(TM) Documention -- integration insta
ii  sun-java6-fonts                            6-06-0ubuntu1                    
                  Lucida TrueType fonts (from the Sun JRE)
ii  sun-java6-jdk                              6-06-0ubuntu1                    
                  Sun Java(TM) Development Kit (JDK) 6
ii  sun-java6-jre                              6-06-0ubuntu1                    
                  Sun Java(TM) Runtime Environment (JRE) 6 (ar
ii  sun-java6-plugin                           6-06-0ubuntu1                    
                  The Java(TM) Plug-in, Java SE 6
$ dpkg -l|grep eclipse
ii  eclipse                                    3.2.2-5ubuntu2                   
                  Extensible Tool Platform and Java IDE
ii  eclipse-jdt                                3.2.2-5ubuntu2                   
                  Java Development Tools plug-ins for Eclipse
ii  eclipse-pde                                3.2.2-5ubuntu2                   
                  Plug-in Development Environment to develop E
ii  eclipse-platform                           3.2.2-5ubuntu2                   
                  Eclipse platform without plug-ins to develop
ii  eclipse-pydev                              1.2.5-2                          
                  Python development plug-in for Eclipse
ii  eclipse-rcp                                3.2.2-5ubuntu2                   
                  Eclipse rich client platform
ii  eclipse-sdk                                3.2.2-5ubuntu2                   
                  Extensible Tool Platform and Java IDE

All is manually configured and double checked to use Sun Java.

Also after doing upgrades (as root) for eclipse with the internal
eclipse update functionality the problem still remains.

Please fix this.

** Affects: eclipse (Ubuntu)
     Importance: Undecided
         Status: New

-- 
eclipse crashes after saving or opening project
https://bugs.launchpad.net/bugs/241393
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to