[scala-tools] Eclipse freeze on "selectedIdentifier:"

View: New views
3 Messages — Rating Filter:   Alert me  

[scala-tools] Eclipse freeze on "selectedIdentifier:"

by Francois Armand-2 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

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

Re: [scala-tools] Eclipse freeze on "selectedIdentifier:"

by Miles Sabin :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

On Wed, Sep 30, 2009 at 5:27 PM, Francois <fanf42@...> 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

Re: [scala-tools] Eclipse freeze on "selectedIdentifier:"

by Kevin Wright-4 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

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 <miles@...> wrote:

> On Wed, Sep 30, 2009 at 5:27 PM, Francois <fanf42@...> 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
>