- About Scala
- Documentation
- Code Examples
- Software
- Scala Developers
Eclipse freeze on "selectedIdentifier:"
Wed, 2009-09-30, 17:27
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
Wed, 2009-09-30, 19:07
#2
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
>
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