Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [equinox-dev] Eclipse and the Mac System Log - Runaway CPU

On Wed, Feb 20, 2008 at 8:52 PM, Thomas Watson <tjwatson@xxxxxxxxxx> wrote:
>
> It may actually be coming from the VM shipped with the Mac. The messages
> seem somewhat related to the extension classloader in the VM. Do you know if
> you are using an officially released version of the VM?

I've got an Eclipse 3.3.0 kicking around, and I see some messages
being logged which are clearly from Eclipse:

Feb 20 22:31:04 apple /Users/alex/Desktop/IDEs/Eclipse
3.3/Eclipse.app/Contents/MacOS/eclipse[794]: Unrecognized Java VM
option ignored: -Xdock:icon=..
/Resources/Eclipse.icns
Feb 20 22:31:04 apple /Users/alex/Desktop/IDEs/Eclipse
3.3/Eclipse.app/Contents/MacOS/eclipse[794]: Unrecognized Java VM
option ignored: -XstartOnFirst
Thread
Feb 20 22:31:30 apple [0x0-0x5a05a].org.eclipse.eclipse[794]: !SESSION
Feb 20 22:31:31 apple [0x0-0x5a05a].org.eclipse.eclipse[794]:
2008-02-20 22:31:07.658
-----------------------------------------------
Feb 20 22:31:31 apple [0x0-0x5a05a].org.eclipse.eclipse[794]:
eclipse.buildId=I20070625-1500
Feb 20 22:31:31 apple [0x0-0x5a05a].org.eclipse.eclipse[794]:
java.version=1.5.0_13
Feb 20 22:31:31 apple [0x0-0x5a05a].org.eclipse.eclipse[794]:
java.vendor=Apple Inc.
Feb 20 22:31:31 apple [0x0-0x5a05a].org.eclipse.eclipse[794]:
BootLoader constants: OS=macosx, ARCH=ppc, WS=carbon, NL=en_US
Feb 20 22:31:31 apple [0x0-0x5a05a].org.eclipse.eclipse[794]:
Framework arguments:  -keyring /Users/alex/.eclipse_keyring
-showlocation
Feb 20 22:31:31 apple [0x0-0x5a05a].org.eclipse.eclipse[794]:
Command-line arguments:  -os macosx -ws carbon -arch ppc -keyring
/Users/alex/.eclipse_ke
yring -consoleLog -showlocation
Feb 20 22:31:31 apple [0x0-0x5a05a].org.eclipse.eclipse[794]: !ENTRY
org.eclipse.update.configurator 2008-02-20 22:31:30.971
Feb 20 22:31:31 apple [0x0-0x5a05a].org.eclipse.eclipse[794]: !MESSAGE
Could not install bundle plugins/osgi.jar   Bundle "org.eclipse.osgi"
version "3
.3.0.v20070530" has already been installed from: System Bundle
Feb 20 22:31:32 apple login[800]: USER_PROCESS: 800 ttys001

It looks like they're being printed out by System.out/err type calls,
but they're not repeating. This is using a vanilla Java 1.5.0 install,
on a PowerPC system.

The LIBRARY calls look like the JVM is doing something special,
though. What's in your Eclipse.ini file? What version of Java? Is it
an intel or powerpc system?

Alex


Back to the top