Community
Participate
Working Groups
I get a systematic crash of ECLIPSE under KDE 4.3.5 (mandriva 2010, on X86_64 intel quad core platform) when attempting to expand the lower level of directories, in the Project Explorer window for example. No problem using another linux distribution (RedHat or Mandriva 2008) -- Configuration Details -- Product: Eclipse 1.3.2.20110218-0812 (org.eclipse.epp.package.cpp.product) Installed Features: org.eclipse.platform 3.6.2.r362_v20110210-9gF78Gs1FrIGnHDHWkEcopoN8AmxeZflGDGKQi
This is probably bug 333227 what JVM are you using?
(In reply to comment #1) > This is probably bug 333227 what JVM are you using? I am using the following : java version "1.6.0_18" OpenJDK Runtime Environment (IcedTea6 1.8.7) (mandriva-7.b18.5mdv2010.0-x86_64) OpenJDK 64-Bit Server VM (build 14.0-b16, mixed mode)
Adding -XX:-UseCompressedOops to eclipse.ini doesn't seem to solve the problem
You need to provide more detail on the crash. An error log + backtrace otherwise there's no way to pinpoint where the issue is.
Please can you tell me where the error log / backtrace are written ? because on the standrad output I get absolutly nothing...
There may be an hs_err_*.log in the directory in which you started eclipse (if the JVM has crashed). In general this is known to work so this is likely an issue with your environment and not eclipse.
(In reply to comment #0) > I get a systematic crash of ECLIPSE under KDE 4.3.5 (mandriva 2010, on X86_64 > intel quad core platform) when attempting to expand the lower level of > directories, in the Project Explorer window for example. What kind of files do you have in that folder? Is it always that one folder? See bug 320487.
(In reply to comment #7) > There may be an hs_err_*.log in the directory in which you started eclipse (if > the JVM has crashed). > In general this is known to work so this is likely an issue with your > environment and not eclipse. I get no hs_err_*.log. You are right, it is clealy a problem between eclipse and the kde environment : when I run the same Eclipse session via an ssh session (everything in the environment is the same apart the KDE addings), I never get any crash of Eclipse. The trouble is that Eclipse is the unique software that crashes this way with my Kde 4.3.5 session and I have no idea about what is going wrong ...
(In reply to comment #8) > (In reply to comment #0) > > I get a systematic crash of ECLIPSE under KDE 4.3.5 (mandriva 2010, on X86_64 > > intel quad core platform) when attempting to expand the lower level of > > directories, in the Project Explorer window for example. > What kind of files do you have in that folder? Is it always that one folder? > See bug 320487. Yes ! MALLOC_CHECK=0 eclipse seems to solve the trouble (by default it was set to 2) Thank you for your help PS: by the way, setting MALLOC_CHECK=1 eclipse produces tens of error messages by glibc : *** glibc detected *** /usr/bin/java: free(): invalid pointer: 0x0000000003a40ed0 *** *** glibc detected *** /usr/bin/java: free(): invalid pointer: 0x0000000002e9f090 *** ....
Marking as duplicate as per comment 8 + comment 10 *** This bug has been marked as a duplicate of bug 320487 ***