- This topic has 5 replies, 3 voices, and was last updated 19 years ago by Riyad Kalla.
-
AuthorPosts
-
jebrickMemberI’m running MyEclipse on Linux RedHat 9 with the KDE desktop. After the update to 4.0.3 I keep getting hard locks with MyEclipse where I will have to do kill the process to break out. This is only when I’m editing class files, not JSPs ( thank you for fixing that bug). I can’t tell you what sets it off other than changing a file. I could be in the middle of typing a change and it will lock up. Let me know what else I can give you on this.
I start Eclipse with eclipse -vmargs -Xmx512M &
There is no exception in the log file.
Scott AndersonParticipantThis is only when I’m editing class files
You mean using the Java editor? We don’t actually make any changes to that; it’s standard Eclipse. Can you try restarting with the following arguments:
eclipse.exe -clean -vmargs -Duser.language=en -Xms128M -Xmx512M -XX:PermSize=64M -XX:MaxPermSize=128MAre the results the same? Is it reproducable every time with a certain set of actions? If so what? Can you please post all the information we request in the [URL=http://www.myeclipseide.com/PNphpBB2+file-viewtopic-t-393.html]Posting Guidelines[/URL] thread at the top of this forum? That will give us some context so that we can dig deeper into this.
Riyad KallaMemberjebrick,
I would also suggest you make sure you are using the Sun VM and not trying to use Blackdown or especially gcj to run Eclipse. Event though that project have come quite far Eclipse is not certified with it.You can also try upgrading Eclipse to 3.1.1
jebrickMemberThe MyEclipse 4.0.3 installer does not work with the Linux Eclipse 3.1.1 install. Says it is not Eclipse 3.1.
I’ll try the command line arguments and get back to you.
jebrickMemberThe command line you have given seems to have stabilized the application. I will update if I find anything else new.
Riyad KallaMemberjebrick,
Thank you for following up, keep us posted. -
AuthorPosts