[Bug 250715] New: Eclipse crashes when leaving variable proposal table

Ralph Moenchmeyer rm at anracon.de
Thu Sep 9 22:54:27 BST 2010


https://bugs.kde.org/show_bug.cgi?id=250715

           Summary: Eclipse crashes when leaving variable proposal table
           Product: kde
           Version: 4.5
          Platform: openSUSE RPMs
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: crash
          Priority: NOR
         Component: general
        AssignedTo: unassigned-bugs at kde.org
        ReportedBy: rm at anracon.de


Version:           4.5 (using Devel) 
OS:                Linux

I use Eclipse Helios for PHP development with KDE 4.5.1 (Opensuse 11.3,
x86_64). Today I upgraded to the latest RPMs of Opensuse's Factory repository.
The rpm for kdebase is kdebase4 4.5.1-178.1-x86_64 from KDE 4 Factory - if that
information helps.  

Now there is a new problem with Eclipse and KDE (different from the known
MALLOC-problem in 4.5.0, which has been circumvented recently). Description: 

Eclipse starts perfectly. No crash during startup. It loads all the plugins I
use. The PHP editor works normally as long as no dialog window for variable
proposal opens. However, as soon as the dialog with the variable proposal table
is displayed - e.g. when you type $ and wait - you run into trouble when 
a) you choose a variable 
b) leave the dialog by ESC 
c) or klick with the mouse into the editor area again. 
Eclipse crashes immediately. 

Messages from the JVM are (Eclipse resides in a directory /samba/eclipse on my
machine): 

JVM terminated. Exit code=1
/usr/bin/java
-Dosgi.requiredJavaVersion=1.5
-XX:MaxPermSize=256m
-Xms40m
-Xmx384m
-jar /samba/eclipse//plugins/org.eclipse.equinox.launcher_1.1.0.v20100507.jar
-os linux
-ws gtk
-arch x86_64
-showsplash
-launcher /samba/eclipse/eclipse
-name Eclipse
--launcher.library
/samba/eclipse//plugins/org.eclipse.equinox.launcher.gtk.linux.x86_64_1.1.0.v20100503/eclipse_1307.so
-startup
/samba/eclipse//plugins/org.eclipse.equinox.launcher_1.1.0.v20100507.jar
-exitdata b8006
-product org.eclipse.epp.package.php.product
-vm /usr/bin/java
-vmargs
-Dosgi.requiredJavaVersion=1.5
-XX:MaxPermSize=256m
-Xms40m
-Xmx384m
-jar /samba/eclipse//plugins/org.eclipse.equinox.launcher_1.1.0.v20100507.jar 


Just for testing I tried 
MALLOC_CHECK_=0 /samba/eclipse/eclipse

Same problem - same crash.  

The same eclipse installation with the same projects, SVN etc. works flawlessly
with a previous 4.5.0 version (with MALLOC_CHECK_=0) and a previous 4.5.1
version.  




Reproducible: Always

Steps to Reproduce:
Open eclipse, open a file in the PHP editor, provoke the opening of a variable
proposal dialog, choose a suggested variable to be used in the editor's code.  

Actual Results:  
Crash of eclipse

Expected Results:  
Normal editor operation

-- 
Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the Unassigned-bugs mailing list