Bug 250715 - Eclipse crashes when leaving variable proposal table
Summary: Eclipse crashes when leaving variable proposal table
Status: RESOLVED NOT A BUG
Alias: None
Product: kde
Classification: I don't know
Component: general (show other bugs)
Version: 4.5
Platform: openSUSE Linux
: NOR crash
Target Milestone: ---
Assignee: Unassigned bugs mailing-list
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-09-09 23:54 UTC by Ralph Moenchmeyer
Modified: 2010-09-10 22:03 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Ralph Moenchmeyer 2010-09-09 23:54:27 UTC
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
Comment 1 Ralph Moenchmeyer 2010-09-10 00:26:30 UTC
Tested the same Eclipse installation an project for Opensuse 11.2 and KDE 4.5. No problem there. 
It seems that the problem really is due to something in the latest KDE 4.5.1 version.
Comment 2 Ralph Moenchmeyer 2010-09-10 22:03:37 UTC
Meanwhile I did a clean reinstall of Opensuse 11.3 from scratch, updated to KDE
4.5.1 and updated glibc. 

I reinstalled Eclipse and tested for a fresh project.  

No problems any longer. 

So my problem probably resulted from other package updates and not from KDE 4.5.1. 

I shall try to narrow down the problem but for the time being I think I close
the bug as the connection of my problem to KDE 4.5.1 could be be misleading.