On Fri, 2007-06-15 at 11:19 +0200, Stefan Held wrote:
Am Freitag, den 15.06.2007, 10:38 +0900 schrieb Ben Konrath:
These packages aren't officially supported but I would still like to know if you find any problems.
Hi Ben, installing the sdk works without any problem. Starting it once works also.
Before starting Eclipse:
Mem: 1026520k total, 629856k used, 396664k free, 100268k buffers Swap: 2031608k total, 0k used, 2031608k free, 215832k cached
After exiting Eclipse and Starting again:
top - 11:13:28 up 9 min, 3 users, load average: 13.51, 5.72, 2.22 Tasks: 152 total, 1 running, 151 sleeping, 0 stopped, 0 zombie Cpu(s): 0.5%us, 1.7%sy, 0.0%ni, 10.8%id, 86.4%wa, 0.2%hi, 0.5%si, 0.0%st Mem: 1026520k total, 1014636k used, 11884k free, 720k buffers Swap: 2031608k total, 1030000k used, 1001608k free, 19064k cached
This was really funny :) My System was very unresponsive.
Yeah, I've seen this with other versions of eclipse. Still not sure what's going on there.
I have Eclipse SDK 3.3RC4 from Eclipse.org in my ~/ this runs normal, without these problems.
Were you running Eclipse with GCJ in interpreted mode or were you using another JVM?
Killing Eclipse with kill -9 resulted into the following:
[sheld@workstation ~]$ eclipse /usr/bin/eclipse: line 6: 3581 Getötet /usr/lib/eclipse/eclipse --launcher.library /usr/lib/eclipse/plugins/org.eclipse.equinox.launcher.gtk.linux.x86_1.0.0.v20070606/eclipse_1017a.so -startup /usr/share/eclipse/startup.jar ${1+"$@"}
I added 'exec' to the eclipse wrapper so it should exit more cleanly with the next version.
Thanks for the input!
Ben