Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Newcomers » Newcomers » Eclipse crashing
Eclipse crashing [message #209292] Mon, 07 May 2007 17:42 Go to next message
Eclipse UserFriend
Originally posted by: brigham_anderson_spam.yahoo.com

Hi There,
Eclipse is constantly running out of memory (PermGen space?) every 15
minutes or so and crashing. Increasing the memory allocated does not seem
to help.

Here is the error from the console:
java.lang.OutOfMemoryError: PermGen space

...and I also get this popup error:
JVM terminated. Exit code=1
/usr/bin/java
-Xms100m
-Xmx512m
-jar /usr/share/eclipse/startup.jar
-os linux
-ws gtk
-arch x86_64
-launcher /usr/share/eclipse/eclipse
-name Eclipse
-showsplash 600
-exitdata a800a
-vm /usr/bin/java
-vmargs
-Xms100m
-Xmx512m
-jar /usr/share/eclipse/startup.jar


I don't know if this is relevant, but I'm running Fedora 6 and there is
something messed up with the libswt-gtk. In order to get Eclipse to run I
have to execute this in the command line first:
MOZILLA_FIVE_HOME=EMPTY
export MOZILLA_FIVE_HOME

Thanks for any help, I love eclipse, but this is starting to drive me nuts!

Best,
Brigham
Re: Eclipse crashing [message #209299 is a reply to message #209292] Mon, 07 May 2007 17:45 Go to previous messageGo to next message
Darin Swanson is currently offline Darin SwansonFriend
Messages: 2386
Registered: July 2009
Senior Member
This is PermGen not heap so it is slightly different argument to bump it up.

Add another argument similar to:
-XX:MaxPermSize=128M

HTH
Darins

"B. Anderson" <brigham_anderson_spam@yahoo.com> wrote in message
news:721d8aedc92cba622ea960658983ad1d$1@www.eclipse.org...
> Hi There,
> Eclipse is constantly running out of memory (PermGen space?) every 15
> minutes or so and crashing. Increasing the memory allocated does not seem
> to help.
> Here is the error from the console:
> java.lang.OutOfMemoryError: PermGen space
>
> ..and I also get this popup error:
> JVM terminated. Exit code=1
> /usr/bin/java
> -Xms100m
> -Xmx512m
> -jar /usr/share/eclipse/startup.jar
> -os linux
> -ws gtk
> -arch x86_64
> -launcher /usr/share/eclipse/eclipse
> -name Eclipse
> -showsplash 600
> -exitdata a800a
> -vm /usr/bin/java
> -vmargs
> -Xms100m
> -Xmx512m
> -jar /usr/share/eclipse/startup.jar
>
> I don't know if this is relevant, but I'm running Fedora 6 and there is
> something messed up with the libswt-gtk. In order to get Eclipse to run I
> have to execute this in the command line first:
> MOZILLA_FIVE_HOME=EMPTY
> export MOZILLA_FIVE_HOME
>
> Thanks for any help, I love eclipse, but this is starting to drive me
> nuts!
>
> Best,
> Brigham
>
>
>
Re: Eclipse crashing [message #209358 is a reply to message #209292] Tue, 08 May 2007 07:13 Go to previous messageGo to next message
Lorenzo Bettini is currently offline Lorenzo BettiniFriend
Messages: 1814
Registered: July 2009
Location: Firenze, Italy
Senior Member
B. Anderson wrote:
> Hi There,
> Eclipse is constantly running out of memory (PermGen space?) every 15
> minutes or so and crashing. Increasing the memory allocated does not
> seem to help.
> Here is the error from the console:
> java.lang.OutOfMemoryError: PermGen space
>
> ..and I also get this popup error:
> JVM terminated. Exit code=1
> /usr/bin/java
> -Xms100m
> -Xmx512m
> -jar /usr/share/eclipse/startup.jar
> -os linux
> -ws gtk
> -arch x86_64
> -launcher /usr/share/eclipse/eclipse
> -name Eclipse
> -showsplash 600
> -exitdata a800a
> -vm /usr/bin/java
> -vmargs
> -Xms100m
> -Xmx512m
> -jar /usr/share/eclipse/startup.jar
>
> I don't know if this is relevant, but I'm running Fedora 6 and there is
> something messed up with the libswt-gtk. In order to get Eclipse to run
> I have to execute this in the command line first:
> MOZILLA_FIVE_HOME=EMPTY
> export MOZILLA_FIVE_HOME

You mean that with this, eclipse does not crash anymore?

I experienced the same problem under a Debian few months ago, and found
no other solution but to reinstall the whole distribution :-(

thanks
Lorenzo

--
Lorenzo Bettini, PhD in Computer Science, DSI, Univ. di Firenze
ICQ# lbetto, 16080134 (GNU/Linux User # 158233)
HOME: http://www.lorenzobettini.it MUSIC: http://www.purplesucker.com
BLOGS: http://tronprog.blogspot.com http://longlivemusic.blogspot.com
http://www.gnu.org/software/src-highlite
http://www.gnu.org/software/gengetopt
http://www.gnu.org/software/gengen http://doublecpp.sourceforge.net


Re: Eclipse crashing [message #209499 is a reply to message #209292] Tue, 08 May 2007 15:28 Go to previous message
Eclipse UserFriend
Originally posted by: eclipse5.rizzoweb.com

B. Anderson wrote:
> Hi There,
> Eclipse is constantly running out of memory (PermGen space?) every 15
> minutes or so and crashing. Increasing the memory allocated does not
> seem to help.
> Here is the error from the console:
> java.lang.OutOfMemoryError: PermGen space

This is a FAQ. A simple Google search for "eclipse PermGen space" would
have brought you to the answer quickly. Or a search of Bugzilla would
have found https://bugs.eclipse.org/bugs/show_bug.cgi?id=92250 which
goes into great detail about the issue.

Please do a little research on your own before posting questions to the
newsgroups. Many of us here like to help those who help themselves.

Eric
Previous Topic:validating a table cell
Next Topic:validating a table cell
Goto Forum:
  


Current Time: Sat Oct 19 08:49:23 GMT 2024

Powered by FUDForum. Page generated in 0.08898 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top