This page is no longer maintained — Please continue to the home page at www.scala-lang.org

Eclipse freeze on "selectedIdentifier:"

2 replies
fanf
Joined: 2009-03-17,
User offline. Last seen 2 years 30 weeks ago.

Hello,

I use Scala 2.8 plugin (last available update) with eclipse 3.5.1.
Rather often, I have my eclipse that copletly freezes, and I have to
kill it.
On such freezes, on the console from where I launched eclipse, the last
indication is almost always "selectedIdentifier: SomeType".

It may happens when I try to clic on a type to navigate to its
declaration, or sometime randomly.

Is this a know bug ? If not, how can I try to be more relevant to spot
what happens ?

--
Francois

milessabin
Joined: 2008-08-11,
User offline. Last seen 33 weeks 3 days ago.
Re: Eclipse freeze on "selectedIdentifier:"

On Wed, Sep 30, 2009 at 5:27 PM, Francois wrote:
> Is this a know bug ? If not, how can I try to be more relevant to spot what
> happens ?

What does your JVM/heap configuration look like?

Cheers,

Miles

Kevin Wright
Joined: 2009-06-09,
User offline. Last seen 49 weeks 3 days ago.
Re: Eclipse freeze on "selectedIdentifier:"

I've also had this on occasion, using the following (somewhat
customized!) eclipse.ini

-startup
plugins/org.eclipse.equinox.launcher_1.0.200.v20090520.jar
--launcher.library
plugins/org.eclipse.equinox.launcher.win32.win32.x86_1.0.200.v20090519
-product
org.eclipse.epp.package.jee.product
--launcher.XXMaxPermSize
256M
-showsplash
org.eclipse.platform
--launcher.XXMaxPermSize
256m
-vmargs
-server
-XX:+DoEscapeAnalysis
-XX:+EliminateLocks
-XX:+UseBiasedLocking
-XX:+CMSIncrementalMode
-XX:+CMSIncrementalPacing
-XX:+UseConcMarkSweepGC
-XX:+UseParNewGC
-XX:+ExplicitGCInvokesConcurrent
-XX:+CMSClassUnloadingEnabled
-XX:+AggressiveOpts
-Dawt.useSystemAAFontSettings=lcd
-Dosgi.requiredJavaVersion=1.5
-Xms256m
-Xmx1024m

On Sun JDK 1.6.0_15

On Wed, Sep 30, 2009 at 5:30 PM, Miles Sabin wrote:
> On Wed, Sep 30, 2009 at 5:27 PM, Francois wrote:
>> Is this a know bug ? If not, how can I try to be more relevant to spot what
>> happens ?
>
> What does your JVM/heap configuration look like?
>
> Cheers,
>
>
> Miles
>
> --
> Miles Sabin
> tel: +44 (0)7813 944 528
> skype:  milessabin
> http://www.chuusai.com/
> http://twitter.com/milessabin
>

Copyright © 2012 École Polytechnique Fédérale de Lausanne (EPFL), Lausanne, Switzerland