Running a G4/867 24/7???

Hi:
I have an old G4 867 MHz Mac that has been retired but still works well. I would like to use it as a “drone” computer to run SpamSieve. This will require it to run 24/7/365. Thus, several questions:
     1) Any estimates as to how long a computer can run like this before breaking? In the past I’ve only turned it on and off when using it. Obviously, this is impossible predict with accuracy, but any thoughts?
     2) Is there any fire hazard if one runs it 24/7 like this? Is it more likely to overheat?
     3) Once I set it up, is there any reason to keep the keyboard and monitor connected? Once everything is running, I’d like to unplug these items to decrease the physical footprint.
     4) Is there any way to quiet it down? Probably not, but figured I’d ask. Compared to my new iMac and PowerBook, it sounds like a Harrier jump jet!
     5) Any other thoughts or advice?
Thank you!

#1) I have a G4 733Mhz (DA) machine that has been running for about 10 years, 24/7. The only times it has been shut down is when an electrical storm was in the area, or I was going to be out of town for a while (rare). I would estimate its average time off to have been less than 20 hours per year.
Many electrical devices, especially those with motors, suffer more degradation through restaring than through running continuously.
#2) Any electrical device presents a greater possibility of fire hazard if left running unattended. Not because doing so will cause it to overheat; rather, it is because if the device suffers a fault that could cause a fire, there is no one there to notice and take action.
Most Macs since before the G3s will shut themselves down if the interior temperature gets too high. This is done out of concern to protect the CPU from overheating, rather than because of concern for fire safety.
#4) There are ways to quiet it down, but caution should be taken to continue to provide adequate ventilation. This means that replacing the OEM fans with higher capacity, slower fans is usually a much better choice than rigging up some kind of sound-attenuating (and usually airflow restricting) enclosure around the machine.
Curious - if the machine is going to be unattended, why the need to make it more quiet?
One item I alluded to re leaving a computer running 24/7 - electrical storms.
A surge protector and/or UPS will not provide protection against lightning. Such devices can provide some protection with regard to current/voltage surges or spikes, but not against lightning itself.
Lightning follows a connection to ground. Turning off a surge protector or UPS does not break the ground circuit. The only sure way to guard against lightning when it's nearby is to shut down and unplug - this means unplugging not only the power leads to all equipment (or the power lead to any UPS  or surge strips in use), but also unplugging the telephone or cable connection to a modem.

Similar Messages

  • IOException in ServerSocketAcceptHandler$AcceptHandlerHorse:run

    Hi,
    there is a webapplication running on an OC4J-standalone, the application is reachable with https and CA Certidicate. Most of the time, the application is running well, but sometimes, users will be throwing out by the server, the session timeout is not reached.
    In the logs the folowing error message appears:
    IOException in ServerSocketAcceptHandler$AcceptHandlerHorse:run
    javax.net.ssl.SSLException: Unexpected end of handshake data
    at com.sun.net.ssl.internal.ssl.HandshakeInStream.read(HandshakeInStream.java:81)
    at java.io.InputStream.read(InputStream.java:85)
    at com.sun.net.ssl.internal.ssl.UnknownExtension.<init>(HelloExtensions.java:204)
    at com.sun.net.ssl.internal.ssl.HelloExtensions.<init>(HelloExtensions.java:69)
    at com.sun.net.ssl.internal.ssl.HandshakeMessage$ClientHello.<init>(HandshakeMessage.java:252)
    at com.sun.net.ssl.internal.ssl.ServerHandshaker.processMessage(ServerHandshaker.java:135)
    at com.sun.net.ssl.internal.ssl.Handshaker.processLoop(Handshaker.java:516)
    at com.sun.net.ssl.internal.ssl.Handshaker.process_record(Handshaker.java:454)
    at com.sun.net.ssl.internal.ssl.SSLSocketImpl.readRecord(SSLSocketImpl.java:884)
    at com.sun.net.ssl.internal.ssl.SSLSocketImpl.performInitialHandshake(SSLSocketImpl.java:1096)
    at com.sun.net.ssl.internal.ssl.SSLSocketImpl.startHandshake(SSLSocketImpl.java:1123)
    at com.sun.net.ssl.internal.ssl.SSLSocketImpl.startHandshake(SSLSocketImpl.java:1107)
    at oracle.oc4j.network.ServerSocketAcceptHandler.doSSLHandShaking(ServerSocketAcceptHandler.java:245)
    at oracle.oc4j.network.ServerSocketAcceptHandler$AcceptHandlerHorse.run(ServerSocketAcceptHandler.java:867)
    at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:303)
    at java.lang.Thread.run(Thread.java:619)
    can anybody tell me: what is the error, and what can I do against it??
    Regards
    Jens

    Jens,
    It sounds like you may have certain users with problematic connection to your server. Is there any commonality between users who are kicked out during the SSL handshake? You can analyze the network connection using an open source tool called WireShark available at:
    http://www.wireshark.org/Perhaps you have a corrupt\missing\improperly configured keystore. Theere is a relevant thread on the JDeveloper forum at:
    Configuring SSL for JDeveloper 10.1.3.1You also may benefit from a review of your SSL-specific configuration settings in the web site configuration file. Please see:
    http://download.oracle.com/docs/cd/B25221_04/web.1013/b14432/confdesc.htmThere is a table entitled "Table B-21 Web Site Configuration File Attributes" that may prove useful.
    -Michael

  • Invocation Target Exception while Migrating application to weblogic 10.3

    Hi All,
    We are currently migrating our application from weblogic 8.1 to weblogic 10.3.
    The deployment in wls 10.3 is successful, but while performing some operations(User Registration.. etc)
    we are getting SQLIntegrityConstraintViolationException.
    =================================================================================================
    2010-10-27 17:03:50,968 DEBUG com.sns.ana.services.ConnPoolService - Param 0: java.util.Hashtable
    2010-10-27 17:03:50,968 DEBUG com.sns.ana.services.ConnPoolService - Param 1: java.lang.String
    2010-10-27 17:03:50,968 DEBUG com.sns.ana.services.ConnPoolService - Param 2: weblogic.jdbc.wrapper.PoolConnection_oracle_jdbc_driver_T4CConnection
    2010-10-27 17:03:50,968 DEBUG com.sns.ana.dbsource.AuthorisationDBSource - [addRolesToDB] rows: 0, sql: delete from tana_role where userid = 'odcwls104'
    2010-10-27 17:03:51,030 ERROR com.sns.ana.services.ConnPoolService - [getRestrictedService] InvocationTargetException:
    java.sql.SQLIntegrityConstraintViolationException: ORA-02291: integrity constraint (ESIUSER.FK_TANAROLE_UID) violated - parent key not found
         at oracle.jdbc.driver.SQLStateMapping.newSQLException(SQLStateMapping.java:85)
         at oracle.jdbc.driver.DatabaseError.newSQLException(DatabaseError.java:112)
         at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:173)
         at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:455)
         at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:413)
         at oracle.jdbc.driver.T4C8Oall.receive(T4C8Oall.java:1030)
         at oracle.jdbc.driver.T4CPreparedStatement.doOall8(T4CPreparedStatement.java:194)
         at oracle.jdbc.driver.T4CPreparedStatement.executeForRows(T4CPreparedStatement.java:947)
         at oracle.jdbc.driver.OracleStatement.doExecuteWithTimeout(OracleStatement.java:1222)
         at oracle.jdbc.driver.OraclePreparedStatement.executeInternal(OraclePreparedStatement.java:3381)
         at oracle.jdbc.driver.OraclePreparedStatement.executeUpdate(OraclePreparedStatement.java:3462)
         at oracle.jdbc.driver.OraclePreparedStatementWrapper.executeUpdate(OraclePreparedStatementWrapper.java:1349)
         at weblogic.jdbc.wrapper.PreparedStatement.executeUpdate(PreparedStatement.java:159)
         at com.sns.ana.dbsource.AuthorisationDBSource.addRolesToDB(AuthorisationDBSource.java:684)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:597)
         at com.sns.ana.services.ConnPoolService.getRestrictedDataService(ConnPoolService.java:39)
         at com.sns.ana.services.DataServiceProvider.getRestrictedDataService(DataServiceProvider.java:45)
         at com.sns.ana.user.SNSUser.updateRoles(SNSUser.java:303)
         at com.sns.ana.utils.RoleUtility.processNewRequest(RoleUtility.java:114)
         at com.sns.ana.ui.servlet.ManageUserServlet.doPost(ManageUserServlet.java:395)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:727)
         at com.sns.ana.ui.servlet.AuthorisationBaseServlet.service(AuthorisationBaseServlet.java:86)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:820)
         at weblogic.servlet.internal.StubSecurityHelper$ServletServiceAction.run(StubSecurityHelper.java:227)
         at weblogic.servlet.internal.StubSecurityHelper.invokeServlet(StubSecurityHelper.java:125)
         at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:292)
         at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:175)
         at weblogic.servlet.internal.RequestDispatcherImpl.invokeServlet(RequestDispatcherImpl.java:502)
         at weblogic.servlet.internal.RequestDispatcherImpl.include(RequestDispatcherImpl.java:432)
         at com.sns.ana.ui.servlet.ANAADMMainServlet.doPost(ANAADMMainServlet.java:741)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:727)
         at com.sns.ana.ui.servlet.AuthorisationBaseServlet.service(AuthorisationBaseServlet.java:86)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:820)
         at weblogic.servlet.internal.StubSecurityHelper$ServletServiceAction.run(StubSecurityHelper.java:227)
         at weblogic.servlet.internal.StubSecurityHelper.invokeServlet(StubSecurityHelper.java:125)
         at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:292)
         at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:175)
         at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:3495)
         at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
         at weblogic.security.service.SecurityManager.runAs(Unknown Source)
         at weblogic.servlet.internal.WebAppServletContext.securedExecute(WebAppServletContext.java:2180)
         at weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletContext.java:2086)
         at weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1406)
         at weblogic.work.ExecuteThread.execute(ExecuteThread.java:201)
         at weblogic.work.ExecuteThread.run(ExecuteThread.java:173)
    =================================================================================================
    Upon weblogic server shut down below NameNotFoundException is thrown.
    =================================================================================================
    BaseException: ClassName=null,MethodName=null,MajorCode=-1,MajorMsg=Message Not Available,MinorCode=null,ExceptionObjMsg=[DBConnection][getConnec
    tion]Unable to init database connection due to unresolved DataSource Name com.fortressit.ejb.PortableContextException: javax.naming.NameNotFoundE
    xception: While trying to look up comp/env/jdbc/ap2esiDSLocal in /app/webapp/webadminesi/26700672. [Root exception is java.rmi.ConnectIOException
    : Server is being shut down]; remaining name 'comp/env/jdbc/ap2esiDSLocal'
    While trying to look up comp/env/jdbc/ap2esiDSLocal in /app/webapp/webadminesi/26700672.
    at com.sns.base.util.DBConnection.getConnection(Unknown Source)
    at com.sns.ana.services.ConnPoolService.getParamsWithDBConnection(ConnPoolService.java:93)
    at com.sns.ana.services.ConnPoolService.getRestrictedDataService(ConnPoolService.java:35)
    at com.sns.ana.services.DataServiceProvider.getRestrictedDataService(DataServiceProvider.java:45)
    at com.sns.ana.ui.servlet.listener.CleanupAppSessionListener.sessionDestroyed(CleanupAppSessionListener.java:43)
    at weblogic.servlet.internal.EventsManager.notifySessionLifetimeEvent(EventsManager.java:265)
    at weblogic.servlet.internal.session.SessionData.remove(SessionData.java:873)
    at weblogic.servlet.internal.session.MemorySessionContext.invalidateSession(MemorySessionContext.java:69)
    at weblogic.servlet.internal.session.MemorySessionContext$SessionCleanupAction.run(MemorySessionContext.java:114)
    at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
    at weblogic.security.service.SecurityManager.runAs(Unknown Source)
    at weblogic.servlet.internal.session.MemorySessionContext.destroy(MemorySessionContext.java:90)
    at weblogic.servlet.internal.WebAppServletContext.destroy(WebAppServletContext.java:3062)
    at weblogic.servlet.internal.ServletContextManager.destroyContext(ServletContextManager.java:240)
    at weblogic.servlet.internal.HttpServer.unloadWebApp(HttpServer.java:457)
    at weblogic.servlet.internal.WebAppModule.destroyContexts(WebAppModule.java:1398)
    at weblogic.servlet.internal.WebAppModule.deactivate(WebAppModule.java:492)
    at weblogic.application.internal.flow.ModuleStateDriver$2.previous(ModuleStateDriver.java:188)
    at weblogic.application.utils.StateMachineDriver.previousState(StateMachineDriver.java:148)
    at weblogic.application.utils.StateMachineDriver.previousState(StateMachineDriver.java:138)
    at weblogic.application.internal.flow.ModuleStateDriver.deactivate(ModuleStateDriver.java:71)
    at weblogic.application.internal.flow.ScopedModuleDriver.deactivate(ScopedModuleDriver.java:206)
    at weblogic.application.internal.flow.ModuleListenerInvoker.deactivate(ModuleListenerInvoker.java:124)
    at weblogic.application.internal.flow.DeploymentCallbackFlow$2.previous(DeploymentCallbackFlow.java:417)
    at weblogic.application.utils.StateMachineDriver.previousState(StateMachineDriver.java:148)
    at weblogic.application.utils.StateMachineDriver.previousState(StateMachineDriver.java:138)
    at weblogic.application.internal.flow.DeploymentCallbackFlow.deactivate(DeploymentCallbackFlow.java:91)
    at weblogic.application.internal.flow.DeploymentCallbackFlow.deactivate(DeploymentCallbackFlow.java:83)
    at weblogic.application.internal.BaseDeployment$2.previous(BaseDeployment.java:641)
    at weblogic.application.utils.StateMachineDriver.previousState(StateMachineDriver.java:148)
    at weblogic.application.utils.StateMachineDriver.previousState(StateMachineDriver.java:138)
    at weblogic.application.internal.BaseDeployment.deactivate(BaseDeployment.java:234)
    at weblogic.application.internal.EarDeployment.deactivate(EarDeployment.java:16)
    at weblogic.application.internal.DeploymentStateChecker.deactivate(DeploymentStateChecker.java:199)
    at weblogic.deploy.internal.targetserver.AppContainerInvoker.deactivate(AppContainerInvoker.java:98)
    at weblogic.deploy.internal.targetserver.BasicDeployment.deactivate(BasicDeployment.java:263)
    at weblogic.deploy.internal.targetserver.BasicDeployment.deactivateFromServerLifecycle(BasicDeployment.java:458)
    at weblogic.management.deploy.internal.DeploymentAdapter$1.doDeactivate(DeploymentAdapter.java:73)
    at weblogic.management.deploy.internal.DeploymentAdapter.deactivate(DeploymentAdapter.java:211)
    at weblogic.management.deploy.internal.AppTransition$6.transitionApp(AppTransition.java:66)
    at weblogic.management.deploy.internal.ConfiguredDeployments.transitionApps(ConfiguredDeployments.java:233)
    at weblogic.management.deploy.internal.ConfiguredDeployments.deactivate(ConfiguredDeployments.java:198)
    at weblogic.management.deploy.internal.ConfiguredDeployments.undeploy(ConfiguredDeployments.java:191)
    at weblogic.management.deploy.internal.DeploymentServerService.shutdownApps(DeploymentServerService.java:188)
    at weblogic.management.deploy.internal.DeploymentServerService.shutdownHelper(DeploymentServerService.java:120)
    at weblogic.application.ApplicationShutdownService.halt(ApplicationShutdownService.java:142)
    at weblogic.t3.srvr.ServerServicesManager.haltInternal(ServerServicesManager.java:502)
    at weblogic.t3.srvr.ServerServicesManager.halt(ServerServicesManager.java:334)
    at weblogic.t3.srvr.T3Srvr.shutdown(T3Srvr.java:948)
    at weblogic.t3.srvr.T3Srvr.forceShutdown(T3Srvr.java:854)
    at weblogic.t3.srvr.T3Srvr$2.run(T3Srvr.java:867)
    ##### proxy instance has been created !!!
    =================================================================================================
    From the above exceptions i can infer that, the database connection failed due to unresolved datasource name.
    However we have configured all the Datasources, application seems to be having problem in wls 10.3.
    Waiting in anticipation for replies.
    Regards
    Avinash

    Hi Avinash,
    It seems that the application is not able to get the DataSource JNDI name which you have given that the reason you are getting the NameNotFoundException exception.
    Try to give the same JNDI name in the datasource which your application is trying to lookup, once you have created the datasource make sure you test the connection using Test Connection option by which you can be sure that if the test connection can get a connection from the DB everything is fine also check the JNDI tree if you can see the datasource JNDI name in there.
    Hope this helps you.
    Regards,
    Ravish Mody

  • Whoa, 10.5.1 Broke my sound

    I don't know what happened but I should never jump up unless I'm fixing a previous problem. Now my sound won't work. Buggy and Quirky best explain it. I'm looking into downgrading. I'm running a Powerbook 867.

    wellcrafted wrote:
    I don't know what happened but I should never jump up unless I'm fixing a previous problem.
    Actually you should never jump up if you have a previous problem -
    Now my sound won't work. Buggy and Quirky best explain it. I'm looking into downgrading. I'm running a Powerbook 867.
    Can you describe the situation? My sound is the same as in Tiger on all my upgrades.
    You do know that your powerbook is at the bottom of the specs, but I don't think that would be the problem.
    Message was edited by: nerowolfe

  • Sun Studio newbie problems

    Health!
    I'm very excited to use Netbeans in our C/C++ project for linux because is my favourite IDE for java and I've evaluated other environments (kdevelop, codeblocks, anjuta, eclipse, etc) and i've found at the end that SunStudio fits my needs (autotools project, good symbol browsing ... I miss "Find usages..." ;-).
    Alls seems perfect, but I have an anoying problem debugging postgresql. I've downloaded the latest version and I created a project. I've compiled it with both SunStudio and GCC toolchains but my problem persists: I can't debug postgre's bin/initdb. When I try to debug this executable inside SunStudio dbx frozens after reading symbols (the little dialog with the progress bar stops) and no more errors are shown on dbx console (only warnings):
    - Dbx console -----------------------------------------------------------------------------------------
    Reading initdb
    Reading ld-linux.so.2
    dbx: internal warning: Mismatched checksum - file /lib/ld-2.4.so has 240df4c3, expecting 96bfbe8d
    Reading libpq.so.5
    Reading libz.so.1
    dbx: internal warning: Mismatched checksum - file /usr/lib/libz.so.1.2.3 has 860f4619, expecting 702c3ab4
    Reading libreadline.so.5
    Reading libcrypt.so.1
    dbx: internal warning: Mismatched checksum - file /lib/tls/i686/cmov/libcrypt-2.4.so has b425c94f, expecting fb5386b8
    Reading libdl.so.2
    dbx: internal warning: Mismatched checksum - file /lib/tls/i686/cmov/libdl-2.4.so has 37737ec1, expecting 5f878f92
    Reading libm.so.6
    dbx: internal warning: Mismatched checksum - file /lib/tls/i686/cmov/libm-2.4.so has 786b232d, expecting 6438b370
    Reading libc.so.6
    dbx: internal warning: Mismatched checksum - file /lib/tls/i686/cmov/libc-2.4.so has 64f71bbd, expecting c34120d0
    Reading libncurses.so.5------------------------------------------------------------------------------------------
    I've seen the error logs on ~/.sunstudio/.../var/log/messages.log and I see very strange exceptions, but I think that only those of "unsaved_sources" are relative to dbx:
    - message.log (i've edited these lines) ---------------------------------------------------------------------
    ConfigurationDescriptorProvider: I/O in EQ is not good idea
    java.lang.ClassNotFoundException: org.netbeans.modules.java.project.PackageViewSettings
         at org.netbeans.ProxyClassLoader.loadClass(ProxyClassLoader.java:165)
         at java.lang.ClassLoader.loadClass(ClassLoader.java:251)
         at org.netbeans.modules.options.general.GeneralOptionsPanel.update(GeneralOptionsPanel.java:246)
         at org.netbeans.modules.options.general.GeneralOptionsPanelController.update(GeneralOptionsPanelController.java:40)
         at org.netbeans.modules.options.OptionsPanel.<init>(OptionsPanel.java:312)
         at org.netbeans.modules.options.OptionsWindowAction.actionPerformed(OptionsWindowAction.java:89)
         at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:1995)
         at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:160)
         at java.awt.EventDispatchThread.run(EventDispatchThread.java:121)
    java.lang.ClassNotFoundException: org.netbeans.modules.java.project.PackageViewSettings
         at org.netbeans.ProxyClassLoader.loadClass(ProxyClassLoader.java:165)
         at java.lang.ClassLoader.loadClass(ClassLoader.java:251)
         at org.netbeans.modules.options.general.GeneralOptionsPanel.applyChanges(GeneralOptionsPanel.java:305)
         at org.netbeans.modules.options.general.GeneralOptionsPanelController.applyChanges(GeneralOptionsPanelController.java:44)
         at org.netbeans.modules.options.OptionsPanel.save(OptionsPanel.java:401)
         at org.netbeans.modules.options.OptionsWindowAction$OptionsPanelListener$1.run(OptionsWindowAction.java:187)
         at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:499)
         at org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:932)
    java.lang.ClassNotFoundException: org.netbeans.modules.java.project.PackageViewSettings
         at org.netbeans.ProxyClassLoader.loadClass(ProxyClassLoader.java:165)
         at java.lang.ClassLoader.loadClass(ClassLoader.java:251)
         at org.netbeans.modules.options.general.GeneralOptionsPanel.update(GeneralOptionsPanel.java:246)
         at org.netbeans.modules.options.general.GeneralOptionsPanelController.update(GeneralOptionsPanelController.java:40)
         at org.netbeans.modules.options.OptionsPanel.update(OptionsPanel.java:392)
         at org.netbeans.modules.options.OptionsWindowAction.actionPerformed(OptionsWindowAction.java:116)
         at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:1995)
         at javax.swing.AbstractButton$Handler.actionPerformed(AbstractButton.java:2318)
         at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:168)
         at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:160)
         at java.awt.EventDispatchThread.run(EventDispatchThread.java:121)
    *********** Exception occurred ************ at 2:29 PM on Jul 5, 2007
    java.util.EmptyStackException
         at java.util.Stack.peek(Stack.java:85)
         at java.util.Stack.pop(Stack.java:67)
         at org.netbeans.modules.cnd.execution.OutputWindowWriter$GCCErrorParser.handleLine(OutputWindowWriter.java:405)
         at org.netbeans.modules.cnd.execution.OutputWindowWriter.handleLine(OutputWindowWriter.java:157)
         at org.netbeans.modules.cnd.execution.OutputWindowWriter.write(OutputWindowWriter.java:81)
         at java.io.Writer.write(Writer.java:96)
         at java.io.PrintWriter.write(PrintWriter.java:361)
    [catch] at org.netbeans.modules.cnd.execution.NativeExecution$OutputReaderThread.run(NativeExecution.java:184)
    *********** Exception occurred ************ at 2:35 PM on Jul 5, 2007
    java.lang.NoSuchMethodError: java.lang.ThreadDeath: method <init>(Ljava/lang/String;)V not found
         at com.sun.tools.debugger.dbxgui.debugger.Executor$Tracker.print(Executor.java:105)
         at com.sun.tools.debugger.dbxgui.debugger.Executor$Tracker.run(Executor.java:135)
    [catch] at org.netbeans.core.execution.RunClassThread.run(RunClassThread.java:131)
    *********** Exception occurred ************ at 2:36 PM on Jul 5, 2007
    java.lang.NoSuchMethodError: java.lang.ThreadDeath: method <init>(Ljava/lang/String;)V not found
         at com.sun.tools.debugger.dbxgui.debugger.Executor$Tracker.print(Executor.java:105)
         at com.sun.tools.debugger.dbxgui.debugger.Executor$Tracker.run(Executor.java:135)
    [catch] at org.netbeans.core.execution.RunClassThread.run(RunClassThread.java:131)
    *********** Exception occurred ************ at 2:46 PM on Jul 5, 2007
    java.lang.NoSuchMethodError: java.lang.ThreadDeath: method <init>(Ljava/lang/String;)V not found
         at com.sun.tools.debugger.dbxgui.debugger.Executor$Tracker.print(Executor.java:105)
         at com.sun.tools.debugger.dbxgui.debugger.Executor$Tracker.run(Executor.java:135)
    [catch] at org.netbeans.core.execution.RunClassThread.run(RunClassThread.java:131)
    *********** Exception occurred ************ at 10:19 AM on Jul 6, 2007
    java.util.EmptyStackException
         at java.util.Stack.peek(Stack.java:79)
         at java.util.Stack.pop(Stack.java:61)
         at org.netbeans.modules.cnd.execution.OutputWindowWriter$GCCErrorParser.handleLine(OutputWindowWriter.java:405)
         at org.netbeans.modules.cnd.execution.OutputWindowWriter.handleLine(OutputWindowWriter.java:157)
         at org.netbeans.modules.cnd.execution.OutputWindowWriter.write(OutputWindowWriter.java:81)
         at java.io.Writer.write(Writer.java:92)
         at java.io.PrintWriter.write(PrintWriter.java:333)
    [catch] at org.netbeans.modules.cnd.execution.NativeExecution$OutputReaderThread.run(NativeExecution.java:184)
    ConfigurationDescriptorProvider: I/O in EQ is not good idea
    [org.netbeans.modules.javahelp] Warning: the JavaHelp topic ID org.openide.util.HelpCtx.DEFAULT_HELP was not found.
    [org.netbeans.modules.javahelp] Warning: the JavaHelp topic ID org.openide.util.HelpCtx.DEFAULT_HELP was not found.
    ConfigurationDescriptorProvider: I/O in EQ is not good idea
    java.lang.ClassNotFoundException: org.netbeans.modules.java.project.PackageViewSettings
         at org.netbeans.ProxyClassLoader.loadClass(ProxyClassLoader.java:165)
         at java.lang.ClassLoader.loadClass(ClassLoader.java:251)
         at org.netbeans.modules.options.general.GeneralOptionsPanel.update(GeneralOptionsPanel.java:246)
         at org.netbeans.modules.options.general.GeneralOptionsPanelController.update(GeneralOptionsPanelController.java:40)
         at org.netbeans.modules.options.OptionsPanel.<init>(OptionsPanel.java:312)
         at org.netbeans.modules.options.OptionsWindowAction.actionPerformed(OptionsWindowAction.java:89)
         at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:1995)
         at javax.swing.AbstractButton$Handler.actionPerformed(AbstractButton.java:2318)
         at javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel.java:387)
         at java.awt.EventDispatchThread.run(EventDispatchThread.java:121)
    java.lang.ClassNotFoundException: org.netbeans.modules.java.project.PackageViewSettings
         at org.netbeans.ProxyClassLoader.loadClass(ProxyClassLoader.java:165)
         at java.lang.ClassLoader.loadClass(ClassLoader.java:251)
         at org.netbeans.modules.options.general.GeneralOptionsPanel.applyChanges(GeneralOptionsPanel.java:305)
         at org.netbeans.modules.options.general.GeneralOptionsPanelController.applyChanges(GeneralOptionsPanelController.java:44)
         at org.netbeans.modules.options.OptionsPanel.save(OptionsPanel.java:401)
         at org.netbeans.modules.options.OptionsWindowAction$OptionsPanelListener$1.run(OptionsWindowAction.java:187)
         at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:499)
         at org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:932)
    java.lang.ClassNotFoundException: org.netbeans.modules.java.project.PackageViewSettings
         at org.netbeans.ProxyClassLoader.loadClass(ProxyClassLoader.java:165)
         at java.lang.ClassLoader.loadClass(ClassLoader.java:251)
         at org.netbeans.modules.options.general.GeneralOptionsPanel.update(GeneralOptionsPanel.java:246)
         at org.netbeans.modules.options.general.GeneralOptionsPanelController.update(GeneralOptionsPanelController.java:40)
         at org.netbeans.modules.options.OptionsPanel.update(OptionsPanel.java:392)
         at org.netbeans.modules.options.OptionsWindowAction.actionPerformed(OptionsWindowAction.java:116)
         at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:1995)
         at javax.swing.AbstractButton$Handler.actionPerformed(AbstractButton.java:2318)
         at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:160)
         at java.awt.EventDispatchThread.run(EventDispatchThread.java:121)
    java.lang.ClassNotFoundException: org.netbeans.modules.java.project.PackageViewSettings
         at org.netbeans.ProxyClassLoader.loadClass(ProxyClassLoader.java:165)
         at java.lang.ClassLoader.loadClass(ClassLoader.java:251)
         at org.netbeans.modules.options.general.GeneralOptionsPanel.update(GeneralOptionsPanel.java:246)
         at org.netbeans.modules.options.general.GeneralOptionsPanelController.update(GeneralOptionsPanelController.java:40)
         at org.netbeans.modules.options.OptionsPanel.update(OptionsPanel.java:392)
         at org.netbeans.modules.options.OptionsWindowAction.actionPerformed(OptionsWindowAction.java:116)
         at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:1995)
         at javax.swing.AbstractButton$Handler.actionPerformed(AbstractButton.java:2318)
         at javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel.java:387)
         at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:160)
         at java.awt.EventDispatchThread.run(EventDispatchThread.java:121)
    java.lang.ClassNotFoundException: org.netbeans.modules.java.project.PackageViewSettings
         at org.netbeans.ProxyClassLoader.loadClass(ProxyClassLoader.java:165)
         at java.lang.ClassLoader.loadClass(ClassLoader.java:251)
         at org.netbeans.modules.options.general.GeneralOptionsPanel.update(GeneralOptionsPanel.java:246)
         at org.netbeans.modules.options.general.GeneralOptionsPanelController.update(GeneralOptionsPanelController.java:40)
         at org.netbeans.modules.options.OptionsPanel.update(OptionsPanel.java:392)
         at org.netbeans.modules.options.OptionsWindowAction.actionPerformed(OptionsWindowAction.java:116)
         at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:1995)
         at javax.swing.AbstractButton$Handler.actionPerformed(AbstractButton.java:2318)
         at javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel.java:387)
         at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:160)
         at java.awt.EventDispatchThread.run(EventDispatchThread.java:121)
    java.lang.ClassNotFoundException: org.netbeans.modules.java.project.PackageViewSettings
         at org.netbeans.ProxyClassLoader.loadClass(ProxyClassLoader.java:165)
         at java.lang.ClassLoader.loadClass(ClassLoader.java:251)
         at org.netbeans.modules.options.general.GeneralOptionsPanel.applyChanges(GeneralOptionsPanel.java:305)
         at org.netbeans.modules.options.general.GeneralOptionsPanelController.applyChanges(GeneralOptionsPanelController.java:44)
         at org.netbeans.modules.options.OptionsPanel.save(OptionsPanel.java:401)
         at org.netbeans.modules.options.OptionsWindowAction$OptionsPanelListener$1.run(OptionsWindowAction.java:187)
         at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:499)
         at org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:932)
    Warning - org.netbeans.modules.cnd.actions.MakeCleanAction should override CallableSystemAction.asynchronous() to return false
    Warning - com.sun.tools.swdev.sunstudio.actions.UpdateCheckResultsAction should override CallableSystemAction.asynchronous() to return false
    *********** Exception occurred ************ at 12:31 PM on Jun 14, 2007
    java.util.EmptyStackException
         at java.util.Stack.peek(Stack.java:85)
         at java.util.Stack.pop(Stack.java:67)
         at org.netbeans.modules.cnd.execution.OutputWindowWriter$GCCErrorParser.handleLine(OutputWindowWriter.java:405)
         at org.netbeans.modules.cnd.execution.OutputWindowWriter.handleLine(OutputWindowWriter.java:157)
         at org.netbeans.modules.cnd.execution.OutputWindowWriter.write(OutputWindowWriter.java:81)
         at java.io.Writer.write(Writer.java:96)
         at java.io.PrintWriter.write(PrintWriter.java:361)
    [catch] at org.netbeans.modules.cnd.execution.NativeExecution$OutputReaderThread.run(NativeExecution.java:184)
    *********** Exception occurred ************ at 12:44 PM on Jun 14, 2007
    java.util.EmptyStackException
         at java.util.Stack.peek(Stack.java:85)
         at java.util.Stack.pop(Stack.java:67)
         at org.netbeans.modules.cnd.execution.OutputWindowWriter$GCCErrorParser.handleLine(OutputWindowWriter.java:405)
         at org.netbeans.modules.cnd.execution.OutputWindowWriter.handleLine(OutputWindowWriter.java:157)
         at org.netbeans.modules.cnd.execution.OutputWindowWriter.write(OutputWindowWriter.java:81)
         at java.io.Writer.write(Writer.java:96)
         at java.io.PrintWriter.write(PrintWriter.java:361)
    Serializable class org.netbeans.modules.cnd.editor.fortran.FIndentEngine does not declare serialVersionUID field. Encountered while storing: [] See also http://www.netbeans.org/issues/show_bug.cgi?id=19915
    Serializable class org.netbeans.modules.xml.text.indent.DTDIndentEngine does not declare serialVersionUID field. Encountered while storing: [] See also http://www.netbeans.org/issues/show_bug.cgi?id=19915
    Warning - com.sun.tools.debugger.dbxgui.customactions.NewDbxButtonAction should override CallableSystemAction.asynchronous() to return false
    java.lang.Exception: MsgSnd.snd_via(): socket write failed -- msg 'dbx_unsaved_files incomplete
    [catch] at com.sun.tools.debugger.dbxgui.DbxGuiModule$1.warn(DbxGuiModule.java:67)
         at com.sun.tools.swdev.glue.GErr.warn(GErr.java:18)
         at com.sun.tools.swdev.glue.MsgSnd.snd_via(MsgSnd.java:218)
         at com.sun.tools.swdev.glue.Messenger.send(Messenger.java:70)
         at com.sun.tools.swdev.glue.dbx.GPDbxSurrogate.unsaved_files(GPDbxSurrogate.java:1941)
         at com.sun.tools.debugger.dbxgui.debugger.DbxDebuggerImpl.notifyUnsavedFiles(DbxDebuggerImpl.java:3034)
         at com.sun.tools.debugger.dbxgui.debugger.DbxDebuggerManager.notifyUnsavedFiles(DbxDebuggerManager.java:267)
         at com.sun.tools.debugger.dbxgui.debugger.DbxDebuggerManager.notifyUnsavedFiles(DbxDebuggerManager.java:299)
         at com.sun.tools.debugger.dbxgui.debugger.DbxDebuggerManager.initialUnsavedFiles(DbxDebuggerManager.java:309)
         at com.sun.tools.debugger.dbxgui.debugger.DbxDebuggerImpl.initializeDbx(DbxDebuggerImpl.java:578)
         at com.sun.tools.debugger.dbxgui.debugger.Dbx.initializeDbx(Dbx.java:75)
         at com.sun.tools.debugger.dbxgui.debugger.CommonDbx$Factory$1.run(CommonDbx.java:253)
         at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:209)
         at java.awt.EventQueue.dispatchEvent(EventQueue.java:597)
         at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:273)
         at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:183)
         at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:173)
         at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:168)
         at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:160)
         at java.awt.EventDispatchThread.run(EventDispatchThread.java:121)
    This issue is not critical because I can debug it with kdbg or sunstudio's dbx at command line, but it would be nice to debug inside the IDE is'nt it?.
    Thanks for all this good piece of work and your support.
    Life to nb!!

    Sorry for the delay (in holidays and other projects):
    A note: I am running Ubuntu ;-) (our developer's platform)
    Thanks in advance.
    dbx stack (dbx latest patch: dbx124874-01), dumped with pstack:
    $ pstack 18686
    18686: /mnt/local/rootopt/ss12/sunstudio12/prod/bin/dbx -g sync stdio -xexec32
    (No symbols found)
    0xffffe410: ???? (84fa5e4, 84fa5e0)
    0xb7efebe6: ???? (84fa5e4, bf85d380, bf85e3f8, 81fe93c, b7f462ba, b7f06ea0)
    0x082a3359: ???? (84fa5e0, b7f56120, bf85c3d0, bf85c398, 65742f2e, 4) + 2870
    0x082a2cc0: ???? (84fa5e0, bf85ec38, b7f06eaa, 0, 1, 0) + 30
    0x08231418: ???? (b7f06ea0, bf85ec68, 8361a3a, bf85ec64, 84f9b60, b7f06ea0) + 10
    0x0814929c: ???? (84c7bf8, 84f9be8, 83617ec, 8361a3a, 84f9ee0, 1) + 20
    0x081494ad: ???? (84f9b60, 8356ef8, 84f9b60, 82e41ca, b7f54ff4, 84f9888) + 20
    0x081c4594: ???? (84f9b60, 843d0c0, 84f9820, bf85ed28, 8356ef8, 84f9b60)
    0x081c4704: ???? (84f9b60, 84f97f0, 0, 0, 84d7600, 0) + 20
    0x081c3256: ???? (84f9b60, 84f97f0, bf85ed60, 8341538, 843d108, 843d710) + 60
    0x0817fa6b: ???? (84f97f0, 84384c8, 1, 8158da8, 84f9720, 84f98a0) + 20
    0x08178f81: ???? (84f9720, 8356ef8, bf85ee58, 817c3ef, bf85ee30, 8437638) + 20
    0x0817c3ff: ???? (84c7bf8, 1, bf85eea8, 81beaa7, bf85ee70, 84493b8) + 30
    0x081bebfb: ???? (8356ef8, 1, 0, 0, 59, 84ab724) + 20
    0x081f4055: ???? (8356ef8, bf85efd0, bf85ef48, 0, 8356ef8, bf85efd0) + 40
    0x081f43b2: ???? (8356ef8, bf85efd0, bf85ef88, 0, 0, 8356ef8)
    0x081f3a33: ???? (8356ef8, bf85efd0, bf85efd0, 0, 0, 0)
    0x080eade9: ???? (8356ef8, 84493b8, bf85efd0, 80ed0ca, bf85f00c, b7e8bb91) + 80
    0x080ece4e: ???? (84493b8, 84ab520, 0, 0, 0, 836f7bc) + 40
    0x08184bc1: ???? (84493b8, 2, 84ab268, 0, 84493b8, 84ab2e8) + 40
    0x08275350: ???? (84493b8, 8459a78, 84ab080, 84ab268, 0, 84599f8) + 40
    0x08274c66: ???? (84493b8, 8459a78, 0, 28, 0, 847fd48) + 40
    0x08264524: ???? (84493b8, 8459b08, bf85f1d8, 82ca673, 836a80c, bf85f204) + 30
    0x08263ff1: ???? (84493b8, 84ab0c4, bf85f238, 60, bf85f2e0, 8341538) + 20
    0x0816fcd5: ???? (847ffb8, 0, 0, 84ab0c4, 847ffb8, 8341538)
    0x0828759f: ???? (847ffb8, bf85f2e0, bf85f274, 829f454, 0, 8480268) + 10
    0x0829f50b: ???? (84800c0, 847ffb8, bf85f2e0, 829b825, bf85f2e0, 847fe88) + 10
    0x0829b8bc: ???? (847ffb8, 0, bf85f2e0, 829b512, 8471720, 8471720) + 50
    0x0829b5fb: ???? (847ffb8, 0, bf85f398, 828fa3e, b, 8341538)
    0x0828fadf: ???? (b, 1, 847ffb8, 828ad1a, bf85f4a8, bf85f378) + 10
    0x0828adbe: ???? (847fd48, b, 1, bf85f424, bf85f420, b7f54ff4)
    0x0828b1c5: ???? (8471610, b, 1, 847fd48, 4, 8341538)
    0x0828b922: ???? (8471610, b, 1, 847fd48, bf85f66f, 4) + 230
    0x0828bf8b: ???? (8471610, bf85f66f, b7f56120, 828b9ee, 7f, 844c2a8) + 20
    0x0828ba75: ???? (8471610, bf85f66f, 0, 826b4d0, a, 5407) + 10
    0x0816d7ba: ???? (84493b8, bf85f69c, 58, 826a963, 0, 1) + 20
    0x0826aa3d: ???? (84493b8, 845983c, bf85f6e8, b7e52830, 845cfd8, 8449550) + c0
    0x08268bd0: ???? (84493b8, c, bf85f7c8, 811f7d9, 8437758, 84597f8)
    0x08266ca6: ???? (84493b8, 84597f8, bf85f7e8, 814cafc, 8357470, 84597f8)
    0x08268a19: ???? (84493b8, 84597f8, bf85f838, 8264225, b7f54ff4, 4) + 40
    0x08264326: ???? (84493b8, 84597f8, bf85f868, 81cd63e, 4, 1) + 20
    0x080edf66: ???? (84493b8, 1, bf85f8e8, 80eeab9, bf85f890, 84493b8) + 50
    0x080eead2: ???? (4, bf85f974, bf85f988, b7fba878, 0, 1) + 40
    0xb7e3a8cc: ???? (80ee418, 4, bf85f974, 80e3c44, 82e5e78, b7fad290) + 407a0698
    Java heap
    2007-09-17 09:11:32
    Full thread dump Java HotSpot(TM) Client VM (1.6.0_01-b06 mixed mode, sharing):
    "Glue Notifier" daemon prio=10 tid=0x08350000 nid=0x4903 in Object.wait() [0xb3a5c000..0xb3a5ce60]
    java.lang.Thread.State: WAITING (on object monitor)
    at java.lang.Object.wait(Native Method)
    - waiting on <0x4b200138> (a com.sun.tools.swdev.glue.EventQueue)
    at java.lang.Object.wait(Object.java:485)
    at com.sun.tools.swdev.glue.EventQueue.iget(EventQueue.java:22)
    - locked <0x4b200138> (a com.sun.tools.swdev.glue.EventQueue)
    at com.sun.tools.swdev.glue.NotifierPoll.dispatch(NotifierPoll.java:109)
    at com.sun.tools.swdev.glue.NotifierPoll.loop(NotifierPoll.java:154)
    at com.sun.tools.debugger.dbxgui.debugger.GlueNotifierThread.run(GlueNotifierThread.java:49)
    "Waiter number 0" prio=10 tid=0x08270400 nid=0x4902 runnable [0xb3aad000..0xb3aadee0]
    java.lang.Thread.State: RUNNABLE
    at java.io.FileInputStream.readBytes(Native Method)
    at java.io.FileInputStream.read(FileInputStream.java:199)
    at com.sun.tools.swdev.glue.WaitableInputStream.waitForInput(WaitableInputStream.java:54)
    - locked <0x4b200220> (a com.sun.tools.swdev.glue.WaitableInputStream)
    at com.sun.tools.swdev.glue.CBInfo$Waiter.run(CBInfo.java:35)
    - locked <0x4b200220> (a com.sun.tools.swdev.glue.WaitableInputStream)
    "StreamTerm.OutputMonitor" prio=10 tid=0x0826f800 nid=0x4901 runnable [0xb479e000..0xb479f160]
    java.lang.Thread.State: RUNNABLE
    at com.sun.tools.swdev.toolscommon.base.PacketInputStream.read_work_native(Native Method)
    at com.sun.tools.swdev.toolscommon.base.PacketInputStream.read_work(PacketInputStream.java:83)
    at com.sun.tools.swdev.toolscommon.base.PacketInputStream.read(PacketInputStream.java:54)
    at sun.nio.cs.StreamDecoder.readBytes(StreamDecoder.java:264)
    at sun.nio.cs.StreamDecoder.implRead(StreamDecoder.java:306)
    at sun.nio.cs.StreamDecoder.read(StreamDecoder.java:158)
    - locked <0x4b202340> (a java.io.InputStreamReader)
    at java.io.InputStreamReader.read(InputStreamReader.java:167)
    at org.netbeans.lib.terminalemulator.StreamTerm$OutputMonitor.run(StreamTerm.java:173)
    "exec_Dbx_1" prio=10 tid=0x0834d800 nid=0x4900 in Object.wait() [0xb3c85000..0xb3c861e0]
    java.lang.Thread.State: WAITING (on object monitor)
    at java.lang.Object.wait(Native Method)
    - waiting on <0x4b2023f0> (a java.lang.UNIXProcess)
    at java.lang.Object.wait(Object.java:485)
    at java.lang.UNIXProcess.waitFor(UNIXProcess.java:165)
    - locked <0x4b2023f0> (a java.lang.UNIXProcess)
    at com.sun.tools.swdev.toolscommon.base.UnixChildProcess.waitFor(UnixChildProcess.java:99)
    at com.sun.tools.debugger.dbxgui.debugger.ExecutorUnix.waitForEngine(ExecutorUnix.java:260)
    at com.sun.tools.debugger.dbxgui.debugger.Executor$Tracker.run(Executor.java:120)
    at org.netbeans.core.execution.RunClassThread.run(RunClassThread.java:131)
    "StreamTerm.OutputMonitor" prio=10 tid=0x08409c00 nid=0x48ff runnable [0xb3afe000..0xb3aff060]
    java.lang.Thread.State: RUNNABLE
    at java.io.FileInputStream.readBytes(Native Method)
    at java.io.FileInputStream.read(FileInputStream.java:199)
    at sun.nio.cs.StreamDecoder.readBytes(StreamDecoder.java:264)
    at sun.nio.cs.StreamDecoder.implRead(StreamDecoder.java:306)
    at sun.nio.cs.StreamDecoder.read(StreamDecoder.java:158)
    - locked <0x4b204608> (a java.io.InputStreamReader)
    at java.io.InputStreamReader.read(InputStreamReader.java:167)
    at org.netbeans.lib.terminalemulator.StreamTerm$OutputMonitor.run(StreamTerm.java:173)
    "process reaper" daemon prio=10 tid=0x08138400 nid=0x48fd runnable [0xb3efe000..0xb3eff0e0]
    java.lang.Thread.State: RUNNABLE
    at java.lang.UNIXProcess.waitForProcessExit(Native Method)
    at java.lang.UNIXProcess.access$900(UNIXProcess.java:20)
    at java.lang.UNIXProcess$1$1.run(UNIXProcess.java:132)
    "Class View Updater" prio=10 tid=0xb3f4d000 nid=0x460b in Object.wait() [0xb4c00000..0xb4c010e0]
    java.lang.Thread.State: WAITING (on object monitor)
    at java.lang.Object.wait(Native Method)
    - waiting on <0x514a0fa0> (a java.lang.Object)
    at java.lang.Object.wait(Object.java:485)
    at org.netbeans.modules.cnd.classview.ClassViewUpdater$BlockingQueue.get(ClassViewUpdater.java:43)
    - locked <0x514a0fa0> (a java.lang.Object)
    at org.netbeans.modules.cnd.classview.ClassViewUpdater.run(ClassViewUpdater.java:121)
    "DestroyJavaVM" prio=10 tid=0x08063400 nid=0x45bb waiting on condition [0x00000000..0xb7d9d130]
    java.lang.Thread.State: RUNNABLE
    "AWT-EventQueue-1" prio=10 tid=0x081c8000 nid=0x45f2 runnable [0xb46f4000..0xb46f4f60]
    java.lang.Thread.State: RUNNABLE
    at org.openide.util.SharedClassObject.findObject(SharedClassObject.java:515)
    - waiting to lock <0x8a5b3150> (a java.lang.String)
    at org.netbeans.modules.cnd.settings.CppSettings.getDefault(CppSettings.java:86)
    at org.netbeans.modules.cnd.qnavigator.NavigationView.checkCursor(NavigationView.java:215)
    at org.netbeans.modules.cnd.qnavigator.NavigationView.access$300(NavigationView.java:84)
    at org.netbeans.modules.cnd.qnavigator.NavigationView$2.actionPerformed(NavigationView.java:154)
    at javax.swing.Timer.fireActionPerformed(Timer.java:271)
    at javax.swing.Timer$DoPostEvent.run(Timer.java:201)
    at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:209)
    at java.awt.EventQueue.dispatchEvent(EventQueue.java:597)
    at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:273)
    at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:183)
    at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:173)
    at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:168)
    at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:160)
    at java.awt.EventDispatchThread.run(EventDispatchThread.java:121)
    "TimerQueue" daemon prio=10 tid=0x08191c00 nid=0x45ed in Object.wait() [0xb3ead000..0xb3eade60]
    java.lang.Thread.State: TIMED_WAITING (on object monitor)
    at java.lang.Object.wait(Native Method)
    at javax.swing.TimerQueue.postExpiredTimers(TimerQueue.java:218)
    - locked <0x4fbe8760> (a javax.swing.TimerQueue)
    at javax.swing.TimerQueue.run(TimerQueue.java:234)
    - locked <0x4fbe8760> (a javax.swing.TimerQueue)
    at java.lang.Thread.run(Thread.java:619)
    "Repository writer 0" daemon prio=10 tid=0xb4dc2000 nid=0x45ea in Object.wait() [0xb41ad000..0xb41ae1e0]
    java.lang.Thread.State: WAITING (on object monitor)
    at java.lang.Object.wait(Native Method)
    - waiting on <0x4fa3dd80> (a java.lang.Object)
    at java.lang.Object.wait(Object.java:485)
    at org.netbeans.modules.cnd.repository.queue.KeyValueQueue._waitReady(KeyValueQueue.java:158)
    at org.netbeans.modules.cnd.repository.queue.KeyValueQueue.waitReady(KeyValueQueue.java:151)
    - locked <0x4fa3dd80> (a java.lang.Object)
    at org.netbeans.modules.cnd.repository.queue.RepositoryWritingThread.waitReady(RepositoryWritingThread.java:64)
    at org.netbeans.modules.cnd.repository.queue.RepositoryWritingThread.run(RepositoryWritingThread.java:79)
    at org.netbeans.modules.cnd.repository.queue.RepositoryThreadManager$Wrapper.run(RepositoryThreadManager.java:62)
    at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:499)
    at org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:932)
    "Code Model Parser 1" daemon prio=10 tid=0x08394400 nid=0x45d3 in Object.wait() [0xb41fe000..0xb41ff060]
    java.lang.Thread.State: WAITING (on object monitor)
    at java.lang.Object.wait(Native Method)
    - waiting on <0x4f338d98> (a java.lang.Object)
    at java.lang.Object.wait(Object.java:485)
    at org.netbeans.modules.cnd.modelimpl.csm.core.ParserQueue.waitReady(ParserQueue.java:335)
    - locked <0x4f338d98> (a java.lang.Object)
    at org.netbeans.modules.cnd.modelimpl.csm.core.ParserThread.run(ParserThread.java:46)
    at org.netbeans.modules.cnd.modelimpl.csm.core.ParserThreadManager$Wrapper.run(ParserThreadManager.java:60)
    at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:499)
    at org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:932)
    "Code Model Parser 0" daemon prio=10 tid=0x08318c00 nid=0x45d2 in Object.wait() [0xb435f000..0xb43600e0]
    java.lang.Thread.State: WAITING (on object monitor)
    at java.lang.Object.wait(Native Method)
    - waiting on <0x4f338d98> (a java.lang.Object)
    at java.lang.Object.wait(Object.java:485)
    at org.netbeans.modules.cnd.modelimpl.csm.core.ParserQueue.waitReady(ParserQueue.java:335)
    - locked <0x4f338d98> (a java.lang.Object)
    at org.netbeans.modules.cnd.modelimpl.csm.core.ParserThread.run(ParserThread.java:46)
    at org.netbeans.modules.cnd.modelimpl.csm.core.ParserThreadManager$Wrapper.run(ParserThreadManager.java:60)
    at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:499)
    at org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:932)
    "AWT-Shutdown" prio=10 tid=0x08287000 nid=0x45cd in Object.wait() [0xb4745000..0xb4745fe0]
    java.lang.Thread.State: WAITING (on object monitor)
    at java.lang.Object.wait(Native Method)
    - waiting on <0x4ef43910> (a java.lang.Object)
    at java.lang.Object.wait(Object.java:485)
    at sun.awt.AWTAutoShutdown.run(AWTAutoShutdown.java:259)
    - locked <0x4ef43910> (a java.lang.Object)
    at java.lang.Thread.run(Thread.java:619)
    "AWT-XAWT" daemon prio=10 tid=0x08253c00 nid=0x45cb runnable [0xb47ef000..0xb47efee0]
    java.lang.Thread.State: RUNNABLE
    at sun.awt.X11.XToolkit.waitForEvents(Native Method)
    at sun.awt.X11.XToolkit.run(XToolkit.java:585)
    at sun.awt.X11.XToolkit.run(XToolkit.java:560)
    at java.lang.Thread.run(Thread.java:619)
    "Java2D Disposer" daemon prio=10 tid=0x08238800 nid=0x45ca in Object.wait() [0xb4840000..0xb4841160]
    java.lang.Thread.State: WAITING (on object monitor)
    at java.lang.Object.wait(Native Method)
    - waiting on <0x4ef43b20> (a java.lang.ref.ReferenceQueue$Lock)
    at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:116)
    - locked <0x4ef43b20> (a java.lang.ref.ReferenceQueue$Lock)
    at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:132)
    at sun.java2d.Disposer.run(Disposer.java:125)
    at java.lang.Thread.run(Thread.java:619)
    "Timer-0" daemon prio=10 tid=0x08234000 nid=0x45c6 in Object.wait() [0xb4bb0000..0xb4bb01e0]
    java.lang.Thread.State: TIMED_WAITING (on object monitor)
    at java.lang.Object.wait(Native Method)
    at java.util.TimerThread.mainLoop(Timer.java:509)
    - locked <0x4ef43bc0> (a java.util.TaskQueue)
    at java.util.TimerThread.run(Timer.java:462)
    "CLI Requests Server" daemon prio=10 tid=0x08227000 nid=0x45c4 runnable [0xb4c51000..0xb4c520e0]
    java.lang.Thread.State: RUNNABLE
    at java.net.PlainSocketImpl.socketAccept(Native Method)
    at java.net.PlainSocketImpl.accept(PlainSocketImpl.java:384)
    - locked <0x4ef43e98> (a java.net.SocksSocketImpl)
    at java.net.ServerSocket.implAccept(ServerSocket.java:450)
    at java.net.ServerSocket.accept(ServerSocket.java:421)
    at org.netbeans.CLIHandler$Server.run(CLIHandler.java:867)
    "Active Reference Queue Daemon" daemon prio=10 tid=0xb4d30400 nid=0x45c3 in Object.wait() [0xb4cfe000..0xb4cfef60]
    java.lang.Thread.State: WAITING (on object monitor)
    at java.lang.Object.wait(Native Method)
    at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:116)
    - locked <0x4ef44028> (a java.lang.ref.ReferenceQueue$Lock)
    at org.openide.util.Utilities$ActiveQueue.run(Utilities.java:3002)
    at java.lang.Thread.run(Thread.java:619)
    "Low Memory Detector" daemon prio=10 tid=0x080a1c00 nid=0x45c1 runnable [0x00000000..0x00000000]
    java.lang.Thread.State: RUNNABLE
    "CompilerThread0" daemon prio=10 tid=0x080a0000 nid=0x45c0 waiting on condition [0x00000000..0xb4fb7978]
    java.lang.Thread.State: RUNNABLE
    "Signal Dispatcher" daemon prio=10 tid=0x0809ec00 nid=0x45bf runnable [0x00000000..0x00000000]
    java.lang.Thread.State: RUNNABLE
    "Finalizer" daemon prio=10 tid=0x0808d000 nid=0x45be in Object.wait() [0xb5238000..0xb52381e0]
    java.lang.Thread.State: WAITING (on object monitor)
    at java.lang.Object.wait(Native Method)
    at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:116)
    - locked <0x4ef44210> (a java.lang.ref.ReferenceQueue$Lock)
    at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:132)
    at java.lang.ref.Finalizer$FinalizerThread.run(Finalizer.java:159)
    "Reference Handler" daemon prio=10 tid=0x0808c000 nid=0x45bd in Object.wait() [0xb5288000..0xb5289060]
    java.lang.Thread.State: WAITING (on object monitor)
    at java.lang.Object.wait(Native Method)
    - waiting on <0x4ef43c78> (a java.lang.ref.Reference$Lock)
    at java.lang.Object.wait(Object.java:485)
    at java.lang.ref.Reference$ReferenceHandler.run(Reference.java:116)
    - locked <0x4ef43c78> (a java.lang.ref.Reference$Lock)
    "VM Thread" prio=10 tid=0x08082800 nid=0x45bc runnable
    "VM Periodic Task Thread" prio=10 tid=0x080a3400 nid=0x45c2 waiting on condition
    JNI global references: 1492
    Heap
    def new generation total 18240K, used 2661K [0x4a030000, 0x4b3f0000, 0x4eef0000)
    eden space 16256K, 7% used [0x4a030000, 0x4a165e28, 0x4b010000)
    from space 1984K, 71% used [0x4b200000, 0x4b363998, 0x4b3f0000)
    to space 1984K, 0% used [0x4b010000, 0x4b010000, 0x4b200000)
    tenured generation total 241984K, used 226846K [0x4eef0000, 0x5db40000, 0x8a030000)
    the space 241984K, 93% used [0x4eef0000, 0x5cc77ba0, 0x5cc77c00, 0x5db40000)
    compacting perm gen total 32768K, used 23438K [0x8a030000, 0x8c030000, 0x94030000)
    the space 32768K, 71% used [0x8a030000, 0x8b713898, 0x8b713a00, 0x8c030000)
    ro space 8192K, 73% used [0x94030000, 0x9460fff8, 0x94610000, 0x94830000)
    rw space 12288K, 57% used [0x94830000, 0x94f22750, 0x94f22800, 0x95430000)

  • VWP + NB 5.5 is so slow

    i have 2 GB of RAM and 3 GHz CPU on windows xp. i tried vwp and nb 5.5 on 3 machines with this configuration. opening a visual web project, opening and closing web pages is so slow. it consumes cpu for minutes. what can i do for this?

    Sakthi,
    I finally got a chance to revisit this problem. Sorry for the delay. Yes, the CSS typing lag happens frequently. If you open the project with no pages open then the CSS editor is fast, but once you start opening pages it slows down, especially if those pages have a lot of components. I opened up one page with about 150 components and another with 90 and now every time I type a couple of characters into the CSS editor it hangs for about 8 seconds (I counted). Closing the pages does not help either, I have to restart NetBeans to make it fast again. I tried to recreate this in a brand new project and was unable to. Maybe it has something to do with my project being fairly large (65+ pages)? I've included the thread dump below. When I took this thread dump I had 6 pages open, I then typed �aaaaaaaaaaa� into the editor and then it hung for 39 seconds. Nothing was added to the IDE log during this delay.
    Also, other than the CSS editor and opening pages, I've seen significant slowness when changing the id on components. In Creator, this used to take under a second. Now, it takes between 8-15 seconds regardless of the size of the page. Is it scanning the entire project for places where it needs to rename the component?
    My computer is a Dell GX620 w/ P4 3.2Ghz (HT Enabled), 2GB RAM running XP SP2
    Thread dump for the CSS editor hang:
    2007-01-18 08:36:48
    Full thread dump Java HotSpot(TM) Client VM (1.6.0-b105 mixed mode):
    "Suggestions Broker" daemon prio=2 tid=0x50098400 nid=0x1388 in Object.wait() [0
    x46a9f000..0x46a9fc94]
    java.lang.Thread.State: WAITING (on object monitor)
    at java.lang.Object.wait(Native Method)
    at java.lang.Object.wait(Object.java:485)
    at java.awt.EventQueue.invokeAndWait(EventQueue.java:992)
    - locked <0x146c6c98> (a java.awt.EventQueue$1AWTInvocationLock)
    at javax.swing.SwingUtilities.invokeAndWait(SwingUtilities.java:1323)
    at org.netbeans.modules.tasklist.suggestions.SuggestionsBroker.isTopComp
    onentOpened(SuggestionsBroker.java:662)
    at org.netbeans.modules.tasklist.suggestions.SuggestionsBroker.access$18
    00(SuggestionsBroker.java:66)
    at org.netbeans.modules.tasklist.suggestions.SuggestionsBroker$2.run(Sug
    gestionsBroker.java:600)
    at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:499)
    at org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java
    :932)
    "Inactive RequestProcessor thread [Was:Timeout waitFinished compatibility proces
    sor/org.openide.util.Task$1Run]" daemon prio=2 tid=0x500a1c00 nid=0xae4 in Objec
    t.wait() [0x468ff000..0x468ffd14]
    java.lang.Thread.State: TIMED_WAITING (on object monitor)
    at java.lang.Object.wait(Native Method)
    at org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java
    :885)
    - locked <0x117dd2b8> (a java.lang.Object)
    "Timer-5" daemon prio=2 tid=0x47297000 nid=0xbb8 in Object.wait() [0x46e9f000..0
    x46e9fa94]
    java.lang.Thread.State: WAITING (on object monitor)
    at java.lang.Object.wait(Native Method)
    - waiting on <0x07d8e408> (a java.util.TaskQueue)
    at java.lang.Object.wait(Object.java:485)
    at java.util.TimerThread.mainLoop(Timer.java:483)
    - locked <0x07d8e408> (a java.util.TaskQueue)
    at java.util.TimerThread.run(Timer.java:462)
    "Timer-1" daemon prio=6 tid=0x475c5000 nid=0x1184 in Object.wait() [0x462ef000..
    0x462efb14]
    java.lang.Thread.State: TIMED_WAITING (on object monitor)
    at java.lang.Object.wait(Native Method)
    at java.util.TimerThread.mainLoop(Timer.java:509)
    - locked <0x0730d5c8> (a java.util.TaskQueue)
    at java.util.TimerThread.run(Timer.java:462)
    "DestroyJavaVM" prio=6 tid=0x002a7000 nid=0xa20 waiting on condition [0x00000000
    ..0x0090fd4c]
    java.lang.Thread.State: RUNNABLE
    "TimerQueue" daemon prio=6 tid=0x4661d400 nid=0x1344 in Object.wait() [0x46d4f00
    0..0x46d4fb94]
    java.lang.Thread.State: TIMED_WAITING (on object monitor)
    at java.lang.Object.wait(Native Method)
    at javax.swing.TimerQueue.run(TimerQueue.java:236)
    - locked <0x0713ac88> (a javax.swing.TimerQueue)
    at java.lang.Thread.run(Thread.java:619)
    "AWT-EventQueue-1" prio=6 tid=0x4661c800 nid=0x1440 runnable [0x4694e000..0x4694
    fc14]
    java.lang.Thread.State: RUNNABLE
    at org.apache.xerces.dom.ChildNode.getNextSibling(Unknown Source)
    at com.sun.rave.insync.markup.MarkupUnit.getElementText(MarkupUnit.java:
    272)
    at com.sun.rave.insync.faces.config.ManagedBean.getName(ManagedBean.java
    :126)
    at com.sun.rave.insync.models.ManagedBeansModel.getManagedBean(ManagedBe
    ansModel.java:54)
    at com.sun.rave.insync.models.FacesModelSet.findDesignContext(FacesModel
    Set.java:596)
    at com.sun.rave.insync.models.FacesModelSet.findDesignContext(FacesModel
    Set.java:592)
    at com.sun.rave.jsfsupport.designtime.LoadBundleVariableResolver.resolve
    Variable(LoadBundleVariableResolver.java:80)
    at com.sun.faces.el.VariableResolverChainWrapper.getValue(VariableResolv
    erChainWrapper.java:93)
    at javax.el.CompositeELResolver.getValue(CompositeELResolver.java:143)
    at com.sun.faces.el.FacesCompositeELResolver.getValue(FacesCompositeELRe
    solver.java:62)
    at com.sun.el.parser.AstIdentifier.getValue(AstIdentifier.java:65)
    at com.sun.el.parser.AstValue.getValue(AstValue.java:106)
    at com.sun.el.ValueExpressionImpl.getValue(ValueExpressionImpl.java:192)
    at com.sun.faces.application.ValueBindingValueExpressionAdapter.getValue
    (ValueBindingValueExpressionAdapter.java:102)
    at javax.faces.component.ValueExpressionValueBindingAdapter.getValue(Val
    ueExpressionValueBindingAdapter.java:73)
    at javax.faces.component.UIOutput.getConverter(UIOutput.java:138)
    at com.sun.webui.jsf.util.ConversionUtilities.convertValueToString(Conve
    rsionUtilities.java:532)
    at com.sun.webui.jsf.component.ListSelector.createListItem(ListSelector.
    java:436)
    at com.sun.webui.jsf.component.ListSelector.processOptions(ListSelector.
    java:236)
    at com.sun.webui.jsf.component.ListSelector.getListItems(ListSelector.ja
    va:120)
    at com.sun.webui.jsf.renderkit.html.ListRendererBase.renderList(ListRend
    ererBase.java:376)
    at com.sun.webui.jsf.renderkit.html.ListRendererBase.renderListComponent
    (ListRendererBase.java:168)
    at com.sun.webui.jsf.renderkit.html.ListboxRenderer.encodeEnd(ListboxRen
    derer.java:70)
    at com.sun.webui.jsf.renderkit.html.AbstractDesignTimeRenderer.encodeEnd
    (AbstractDesignTimeRenderer.java:40)
    at com.sun.webui.jsf.renderkit.html.SelectorDesignTimeRenderer.encodeEnd
    (SelectorDesignTimeRenderer.java:131)
    at javax.faces.component.UIComponentBase.encodeEnd(UIComponentBase.java:
    848)
    at com.sun.rave.insync.faces.FacesPageUnit.renderBean(FacesPageUnit.java
    :1312)
    at com.sun.rave.insync.faces.FacesPageUnit.renderNode(FacesPageUnit.java
    :1485)
    at com.sun.rave.insync.faces.FacesPageUnit.renderNode(FacesPageUnit.java
    :1499)
    at com.sun.rave.insync.faces.FacesPageUnit.renderNode(FacesPageUnit.java
    :1499)
    at com.sun.rave.insync.faces.FacesPageUnit.renderNode(FacesPageUnit.java
    :1499)
    at com.sun.rave.insync.faces.FacesPageUnit.renderNode(FacesPageUnit.java
    :1499)
    at com.sun.rave.insync.faces.FacesPageUnit.renderNode(FacesPageUnit.java
    :1499)
    at com.sun.rave.insync.faces.FacesPageUnit.renderNode(FacesPageUnit.java
    :1499)
    at com.sun.rave.insync.faces.FacesPageUnit.renderNode(FacesPageUnit.java
    :1499)
    at com.sun.rave.insync.faces.FacesPageUnit.renderNode(FacesPageUnit.java
    :1499)
    at com.sun.rave.insync.faces.FacesPageUnit.renderBean(FacesPageUnit.java
    :1299)
    at com.sun.rave.insync.faces.FacesPageUnit.renderNode(FacesPageUnit.java
    :1485)
    at com.sun.rave.insync.faces.FacesPageUnit.renderBean(FacesPageUnit.java
    :1299)
    at com.sun.rave.insync.faces.FacesPageUnit.renderNode(FacesPageUnit.java
    :1485)
    at com.sun.rave.insync.faces.FacesPageUnit.renderBean(FacesPageUnit.java
    :1299)
    at com.sun.rave.insync.faces.FacesPageUnit.renderNode(FacesPageUnit.java
    :1485)
    at com.sun.rave.insync.faces.FacesPageUnit.renderBean(FacesPageUnit.java
    :1299)
    at com.sun.rave.insync.faces.FacesPageUnit.getFacesRenderTree(FacesPageU
    nit.java:1069)
    at com.sun.rave.insync.faces.FacesPageUnit.renderHtml(FacesPageUnit.java
    :1607)
    at com.sun.rave.insync.models.FacesModel.getHtmlDomFragment(FacesModel.j
    ava:1554)
    at com.sun.rave.insync.models.FacesModel.findHtmlBody(FacesModel.java:15
    78)
    at com.sun.rave.insync.models.FacesModel.getHtmlBody(FacesModel.java:156
    6)
    at com.sun.rave.designer.jsf.JsfForm.getHtmlBody(JsfForm.java:434)
    at com.sun.rave.designer.WebForm.getHtmlBody(WebForm.java:863)
    at com.sun.rave.designer.WebForm.getHtmlBody(WebForm.java:849)
    at com.sun.rave.designer.DesignerPaneUI.resetPageBox(DesignerPaneUI.java
    :582)
    at com.sun.rave.designer.WebForm.modelRefreshed(WebForm.java:1484)
    at com.sun.rave.designer.WebForm.access$200(WebForm.java:85)
    at com.sun.rave.designer.WebForm$HtmlDomProviderListener.modelRefreshed(
    WebForm.java:1804)
    at com.sun.rave.designer.jsf.JsfForm.fireModelRefreshed(JsfForm.java:697
    at com.sun.rave.designer.jsf.JsfForm.refreshModel(JsfForm.java:555)
    at com.sun.rave.designer.jsf.RefreshServiceImpl.refreshDataObject(Refres
    hServiceImpl.java:87)
    at com.sun.rave.designer.jsf.RefreshServiceImpl.refreshFolder(RefreshSer
    viceImpl.java:103)
    at com.sun.rave.designer.jsf.RefreshServiceImpl.refreshProject(RefreshSe
    rviceImpl.java:69)
    at com.sun.rave.designer.jsf.JsfForm.refreshProject(JsfForm.java:565)
    at com.sun.rave.designer.jsf.JsfForm.refreshDesignersInProject(JsfForm.j
    ava:914)
    at com.sun.rave.designer.jsf.DesignerServiceHackImpl$1$1.run(DesignerSer
    viceHackImpl.java:890)
    at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:209)
    at java.awt.EventQueue.dispatchEvent(EventQueue.java:597)
    at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThre
    ad.java:273)
    at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.
    java:183)
    at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThre
    ad.java:173)
    at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:168)
    at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:160)
    at java.awt.EventDispatchThread.run(EventDispatchThread.java:121)
    "MDR event dispatcher" daemon prio=2 tid=0x470de400 nid=0x2f0 in Object.wait() [
    0x46cff000..0x46cffc94]
    java.lang.Thread.State: WAITING (on object monitor)
    at java.lang.Object.wait(Native Method)
    - waiting on <0x06c9c510> (a java.util.LinkedList)
    at java.lang.Object.wait(Object.java:485)
    at org.netbeans.mdr.util.EventNotifier$EventsDelivery.run(EventNotifier.
    java:263)
    - locked <0x06c9c510> (a java.util.LinkedList)
    at java.lang.Thread.run(Thread.java:619)
    "AWT-Windows" daemon prio=6 tid=0x463a3000 nid=0x748 runnable [0x4688f000..0x468
    8fc94]
    java.lang.Thread.State: RUNNABLE
    at sun.awt.windows.WToolkit.eventLoop(Native Method)
    at sun.awt.windows.WToolkit.run(WToolkit.java:290)
    at java.lang.Thread.run(Thread.java:619)
    "AWT-Shutdown" prio=6 tid=0x463a2000 nid=0x102c in Object.wait() [0x4683f000..0x
    4683fd14]
    java.lang.Thread.State: WAITING (on object monitor)
    at java.lang.Object.wait(Native Method)
    - waiting on <0x06600708> (a java.lang.Object)
    at java.lang.Object.wait(Object.java:485)
    at sun.awt.AWTAutoShutdown.run(AWTAutoShutdown.java:259)
    - locked <0x06600708> (a java.lang.Object)
    at java.lang.Thread.run(Thread.java:619)
    "Java2D Disposer" daemon prio=10 tid=0x460f1400 nid=0x1380 in Object.wait() [0x4
    67ef000..0x467efd94]
    java.lang.Thread.State: WAITING (on object monitor)
    at java.lang.Object.wait(Native Method)
    at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:116)
    - locked <0x066007a0> (a java.lang.ref.ReferenceQueue$Lock)
    at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:132)
    at sun.java2d.Disposer.run(Disposer.java:125)
    at java.lang.Thread.run(Thread.java:619)
    "Timer-0" daemon prio=6 tid=0x45fc4800 nid=0xf74 in Object.wait() [0x4633f000..0
    x4633fa14]
    java.lang.Thread.State: TIMED_WAITING (on object monitor)
    at java.lang.Object.wait(Native Method)
    at java.util.TimerThread.mainLoop(Timer.java:509)
    - locked <0x06600840> (a java.util.TaskQueue)
    at java.util.TimerThread.run(Timer.java:462)
    "CLI Requests Server" daemon prio=6 tid=0x45f3e800 nid=0xaa0 runnable [0x4629f00
    0..0x4629fb14]
    java.lang.Thread.State: RUNNABLE
    at java.net.PlainSocketImpl.socketAccept(Native Method)
    at java.net.PlainSocketImpl.accept(PlainSocketImpl.java:384)
    - locked <0x06600a98> (a java.net.SocksSocketImpl)
    at java.net.ServerSocket.implAccept(ServerSocket.java:450)
    at java.net.ServerSocket.accept(ServerSocket.java:421)
    at org.netbeans.CLIHandler$Server.run(CLIHandler.java:867)
    "Active Reference Queue Daemon" daemon prio=2 tid=0x45f68400 nid=0x146c in Objec
    t.wait() [0x4617f000..0x4617fb94]
    java.lang.Thread.State: WAITING (on object monitor)
    at java.lang.Object.wait(Native Method)
    at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:116)
    - locked <0x06600c28> (a java.lang.ref.ReferenceQueue$Lock)
    at org.openide.util.Utilities$ActiveQueue.run(Utilities.java:3002)
    at java.lang.Thread.run(Thread.java:619)
    "Low Memory Detector" daemon prio=6 tid=0x45c3dc00 nid=0x1148 runnable [0x000000
    00..0x00000000]
    java.lang.Thread.State: RUNNABLE
    "CompilerThread0" daemon prio=10 tid=0x45c39c00 nid=0x17d0 waiting on condition
    [0x00000000..0x45e8f998]
    java.lang.Thread.State: RUNNABLE
    "Attach Listener" daemon prio=10 tid=0x45c37c00 nid=0x1328 runnable [0x00000000.
    .0x00000000]
    java.lang.Thread.State: RUNNABLE
    "Signal Dispatcher" daemon prio=10 tid=0x45c37000 nid=0x9cc waiting on condition
    [0x00000000..0x00000000]
    java.lang.Thread.State: RUNNABLE
    "Finalizer" daemon prio=8 tid=0x45c27800 nid=0x818 in Object.wait() [0x45d9f000.
    .0x45d9fa94]
    java.lang.Thread.State: WAITING (on object monitor)
    at java.lang.Object.wait(Native Method)
    at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:116)
    - locked <0x06600e80> (a java.lang.ref.ReferenceQueue$Lock)
    at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:132)
    at java.lang.ref.Finalizer$FinalizerThread.run(Finalizer.java:159)
    "Reference Handler" daemon prio=10 tid=0x45c23400 nid=0xe9c in Object.wait() [0x
    45d4f000..0x45d4fb14]
    java.lang.Thread.State: WAITING (on object monitor)
    at java.lang.Object.wait(Native Method)
    at java.lang.Object.wait(Object.java:485)
    at java.lang.ref.Reference$ReferenceHandler.run(Reference.java:116)
    - locked <0x06600850> (a java.lang.ref.Reference$Lock)
    "VM Thread" prio=10 tid=0x45c20400 nid=0x17e0 runnable
    "VM Periodic Task Thread" prio=10 tid=0x45c48400 nid=0x15ec waiting on condition
    JNI global references: 3486
    Heap
    def new generation total 26816K, used 10637K [0x02990000, 0x046a0000, 0x06600
    000)
    eden space 23872K, 39% used [0x02990000, 0x032d02e8, 0x040e0000)
    from space 2944K, 39% used [0x043c0000, 0x044e34e8, 0x046a0000)
    to space 2944K, 0% used [0x040e0000, 0x040e0000, 0x043c0000)
    tenured generation total 356924K, used 246365K [0x06600000, 0x1c28f000, 0x33b
    90000)
    the space 356924K, 69% used [0x06600000, 0x15697780, 0x15697800, 0x1c28f000)
    compacting perm gen total 69888K, used 68841K [0x33b90000, 0x37fd0000, 0x43b90
    000)
    the space 69888K, 98% used [0x33b90000, 0x37eca768, 0x37eca800, 0x37fd0000)
    No shared spaces configured.

  • Interlacing problem - display issue or something else?

    Hi, another interlacing question...
    So I captured my footage (originally shot on film, telecined to digibeta) at 10 bit uncompressed to do my online (the offline edit was a 29.97 DVCam dub of that digibeta). Since I'm finishing on 29.97 digibeta, I didn't remove the pulldown as I captured offline or online, and am editing both at my finishing medium's frame rate. So yes, I have the duped fields in there, but it also keeps things simple and I've theoretically been seeing exactly what the finished version will look like the whole time.
    Last time I did this workflow I used a G4 running a dual 867 processor with a gig of RAM, and I had some jitter and interlacing "comb" visible when I watched the 10-bit on the Mac, but when I output to digibeta and DVD, it looked fine. So it appeared to be that my computer simply didn't have the juice to display it properly, but that the media itself was fine, as were both ways of outputting.
    Now I have a spankin' new Mac Pro with a quad 2.66G processor and 3Gigs of RAM, so I figured that "display issue" was behind me. But not only do I still see jitter and comb on my computer monitor, I also see it much worse on the test DVD I just made. So the problem isn't just the display. The look is very similar to when you capture a clip and remove the pulldown, but fail to start capture on an A frame (but since this is all 29.97, I know that isn't the problem).
    I thought it might be that the drives were not fast enough, so I reformatted two of my internal drives into a Raid 0 and put the media there and reconnected it. The raid seems happy, and it's less than half full, but the video doesn't look any better.
    Any idea what else could be causing this? I did just upgrade the project from the FCP 4.5 version I started to the FCP 6 on the new machine, plus my experience has been that moving from offline DV to online can allow in some bugs, but the ins/outs, clip names, frame rates, haven't changed. And of course I've been editnig 29.97 DV this whole time without seeing any of the interlacing on the monitor or tyhe outputs. Could field dominance have anything to do with this? I've never adjusted that in previous applications of this workflow, so it doesn't seem relevant, but I confess I'm not sure what I'm messing with there. Do I need still more RAM? The computers we ran at school a couple of years ago were running 10 bit video on G5s without significant upgrades to my knowledge, and this is just a single stream with a few tracks of audio here. I'm afraid to spend any more $$ until I'm pretty confident it'll solve the problem (shoestring budget here of course). Any thoughts?
    Many thanks.
    -Jeremy

    Thanks for the reply. I don't really have a way to hook up my computer to a broadcast monitor. I know I should, but can't really afford the card to do it. So I color corrected my footage carefully during telecine, and for things like this issue, I'm making DVDs quick and dirty through iDVD, then watching them on my home TV (an LCD that plays both SD and HD).
    I suppose something in my DVD player and/or TV might be giving me the weirdness in the display, but I think I mentioned I did this same workflow before on a lowly G4, and back then while the computer display showed the interlacing problems, the final output looks fine on the same TV/DVD setup I'm using now. (And I also output that timeline on the previous project to a digibeta master and it looked great too--unfortunately no way to test that digibeta output on the present project without going to a post house, which of course cuts into the budget.)
    Maybe I need to bite the bullet and stop being so cheap, but I'm hung up on the fact that it worked fine before, and I can't see how this stronger computer is performing comparatively poorly.
    BTW I do see the interlacing in FCP viewer and canvas, but only when it's set to 100% size. And it looks identical in Quicktime as well.
    The other thought that just occurred to me is that it might be a codec issue. Perhaps the uncompressed 10 bit codec on my new machine isn't quite the same 10 bit uncompressed as the Kona card used to capture the video for both new and old projects. Maybe my old computer worked ok because that codec was slightly different, or I may have even copied the codec to that computer at some point in the past.
    Any of this spur any other ideas? Again I really appreciate the help...
    -Jeremy

  • Is the Education Store Down

    Trying to get into the Education Store. Is it down?

    Problem solved, the store does not work with Firefox 3.0.19 running on an 867 MHz PowerPC G4 with Mac OS X Version 10.4.11
    It does work with Safari...go figure?!

  • ARD problems

    I have installed ARD 3.1 updates on my mac. I am running a dual 867 mgz g4 with 10.4.8 installed. I am trying to connected to another mac over the internet.
    when I go connect to the other mac, I put the ip address in, but it says OFFLINE, I know the other mac is online, so I connect and it connects to it.
    when I try to copy a file to my mac, it says
    COPY TO THIS COMPUTER : FAILED ON ALL
    TASK STAUS : not supported.
    I have used ARD before, but I had to reformmat my mac, so I am trying to use it again, but its not working the same way

    That'd be on/in your Router that you forwarded Ports to... I mean, you'd have to set your Comp's Network>Configure IPv4 to use DHCP with Manual Address to a fixed IP, then Forward those Ports on the Router to that fixed IP.
    Of course certain Routers/Modems handle this automagically, or can use HW Mac Addies to complicate things.

  • Anyone running Leopard on an 867 Mhz computer?

    I've got a Titanium G4 867 Mhz and I'm wondering if Leopard will run
    decently on my machine or not. I know that it meets the minimum system requirements but if it runs poorly it's not worth it.
    Thanks in advance for sharing your experiences.
    -B

    Hey There,
    I just installed Leopard on both of my G4 powerbooks last night. One is a titanium 667mhz DVI and the other a 667mhz titanium Vga model... I tricked out the installer into believing i had a 1ghz cpu by using openfirmware before i inserted the install dvd which I purchased at my local Apple store. If you want me to tell you how let me know. I had a few problems do to the consitency of my previous Tiger drive. I had to reinstall it a couple of times which honestly was a pain in the behind. When I totally erased the hard drives and installed fresh new Leopard It was a success. The very first boot was reall slow as expected. When leopard opened up for the very first time after all the welcome stuff and registration, It was a lot slower then tiger to my surprise which didnt make me to happy after all of those long hours of install after install. So I decide to go to the upgrades menu and check for upgrades. Once I installed the leopard 10.5.1 upgrade it was Way faster then my tiger ever was. I really don't see why Leopard needs at least an 887mhz because it runs Superbly on my 667mhz. And I've messed with everything already with massive multitasking to really see stabillity and It is better then tiger at least for me. The trick is A CLEAN install with No previous data from tiger. and then after install just manually transfer documenst and applications if you like But def not the user data especially if your tiger was modified in anyway shape or form by you.

  • Need 867 MHz G4 to run Leopard! Dang!

    As per rumor, we will need a 867 MHz G4 with 512MB RAM and 9 gig of available disk space to run Leopard. Any one wanna trade?
    Cheers! DALE

    Hi Simon,
    The only Mac we've shed was a "pre-owned" Performa 6200/75, the Mac that got four Road Apples from LowEndMac. Had I known it was going to be a giraffe (a horse built by a committee) I'd never had bought it (explains the cheap price). Our 6100/60 was MUCH faster than the 6200. Still, the 6200 let us limp through a difficult period until I got the first beige G3 in 1999 (still have and use).
    I parted out the 6200; it was such a poor ambassador that I didn't want some other poor sod ending up with a bad MacTaste in his mouth!

  • I Have a silver w/Mirror doors dual 867 running OSX10.2. I try to install OS9.2.1 I get "THIS PROGRAM CAN NOT RUN ON YOUR COMPUTER" Message I need to be able to run Classic.

    I have a powermac Silver with mirror doors 867 dual processors running OSX 10.2 no problem there but I need to run Classic but when I try to install OS 9.2.1 I get a "THIS PROGRAM CAN NOT RUN ON YOUR COMPUTER" message.

    Your G4 (MDD) dual 867MHz model Mac requires the model-specific version of OS 9.2.2 which originally came with that machine. It can not use any other version of OS 9.
    The model-specific version of OS 9.2.2 can be installed using the original disk set which came with that machine; that disk set boots to OS X 10.2, but the installer on it can install OS 9.2.2 (Classic) as an option.
    There is no stand-alone install disk (such as a retail, i.e. white-label, CD) which can be used to install Classic on that model G4.

  • Kernel Panic on PowerBook G4 12" 867 Mhz running Leopard 10.5.8

    Hi I need help today I got (4) four Kernel Panic just surfing the net and or copying files ok this is my systems and the report
    Model: PowerBook6,1, BootROM 4.5.5f4, 1 processor, PowerPC G4 (3.3), 867 MHz, 1.12 GB
    Graphics: kHW_NVidiaGeForce4MXItem, GeForce4 MX, spdisplaysagpdevice, 32 MB
    Memory Module: DIMM0/BUILT-IN, 128 MB, built-in, built-in
    Memory Module: DIMM1/J31, 1 GB, DDR SDRAM, PC2700U-25330
    AirPort: spairportwireless_card_type_airportextreme (0x14E4, 0x4E), Broadcom BCM43xx 1.0 (4.170.25.8)
    Modem: MicroDash, UCJ, V.92, 1.0F, APPLE VERSION 2.6.7
    Bluetooth: Version 2.1.9f10, 2 service, 1 devices, 1 incoming serial ports
    Network Service: AirPort, AirPort, en1
    Parallel ATA Device: MATSHITACD-RW CW-8122
    Parallel ATA Device: TOSHIBA MK1234GAX, 111.79 GB
    USB Device: Bluetooth USB Host Controller, (null) mA
    and this is my kernel panic report
    Interval Since Last Panic Report: 69562 sec
    Panics Since Last Report: 4
    Anonymous UUID: D8AE96F6-302F-4C7B-84A6-C2CFC06E38EF
    Sun Jan 31 21:58:52 2010
    Unresolved kernel trap(cpu 0): 0x300 - Data access DAR=0x000000000000000C PC=0x00000000002AF41C
    Latest crash info for cpu 0:
    Exception state (sv=0x34d55500)
    PC=0x002AF41C; MSR=0x00009030; DAR=0x0000000C; DSISR=0x40000000; LR=0x00D1676C; R1=0x2FBB7C00; XCP=0x0000000C (0x300 - Data access)
    Backtrace:
    0x00D166A0 0x00D26BB0 0x00CC6EC4 0x0035CED0 0x0035C134 0x0035C1E8
    0x000B1DD4
    Kernel loadable modules in backtrace (with dependencies):
    com.apple.driver.AirPortBrcm43xx(366.91.21)@0xcbd000->0xde9fff
    dependency: com.apple.iokit.IO80211Family(216.1)@0xc99000
    dependency: com.apple.iokit.IOPCIFamily(2.6)@0x55f000
    dependency: com.apple.iokit.IONetworkingFamily(1.6.1)@0xbed000
    Proceeding back via exception chain:
    Exception state (sv=0x34d55500)
    previously dumped as "Latest" state. skipping...
    Exception state (sv=0x2190a500)
    PC=0x00000000; MSR=0x0000D030; DAR=0x00000000; DSISR=0x00000000; LR=0x00000000; R1=0x00000000; XCP=0x00000000 (Unknown)
    BSD process name corresponding to current thread: kernel_task
    Mac OS version:
    9L31a
    Kernel version:
    Darwin Kernel Version 9.8.0: Wed Jul 15 16:57:01 PDT 2009; root:xnu-1228.15.4~1/RELEASE_PPC
    System model name: PowerBook6,1
    System uptime in nanoseconds: 3898517260318
    unloaded kexts:
    com.apple.driver.AppleSCCSerial 1.3.2 - last unloaded 4506532001
    loaded kexts:
    com.apple.driver.IOBluetoothBNEPDriver 2.1.9f10 - last loaded 2144251148
    com.apple.filesystems.autofs 2.0.2
    com.apple.iokit.IOBluetoothSerialManager 2.1.9f10
    com.apple.driver.AudioIPCDriver 1.0.6
    com.apple.GeForcePPC 5.4.8
    com.apple.driver.AppleHWSensor 1.9d0
    com.apple.driver.AppleSCCSerial 1.3.2
    com.apple.driver.Portable_PlatformMonitor 1.8.7d5
    com.apple.driver.AppleTexasAudio 2.5.8f1
    com.apple.driver.AppleTexas2Audio 2.5.8f1
    com.apple.driver.AppleDACAAudio 2.5.8f1
    com.apple.driver.AppleFCU 1.3.2b0
    com.apple.driver.AppleFan 1.0.10f1
    com.apple.driver.AppleADT746x 1.0.10f1
    com.apple.driver.AppleADM103x 1.0.10f1
    com.apple.driver.AppleADBButtons 3.0
    com.apple.AppleOnboardDisplay 1.15.1
    com.apple.iokit.IOFireWireIP 1.7.7
    com.apple.driver.AppleVSP 2.2.2
    com.apple.driver.AppleThermal 1.0.1f2
    com.apple.driver.AppleHWClock 1.5.2d0
    com.apple.driver.InternalModemSupport 2.4.0
    com.apple.driver.AppleADBMouse 2.1.1
    com.apple.driver.AppleI2S 1.0.1f1
    com.apple.nvidia.nv10hal 5.4.8
    com.apple.driver.AppleFileSystemDriver 1.1.0
    com.apple.driver.CSRUSBBluetoothHCIController 2.1.9f10
    com.apple.driver.AppleUSBMergeNub 3.5.2
    com.apple.driver.AppleADBKeyboard 2.3.9
    com.apple.iokit.IOSCSIMultimediaCommandsDevice 2.1.1
    com.apple.iokit.SCSITaskUserClient 2.1.1
    com.apple.driver.XsanFilter 2.7.91
    com.apple.driver.AppleUSBHub 3.4.9
    com.apple.iokit.IOUSBUserClient 3.5.2
    com.apple.iokit.IOATAPIProtocolTransport 1.5.3
    com.apple.iokit.IOATABlockStorage 2.0.6
    com.apple.driver.ApplePMU 2.5.6d2
    com.apple.driver.AppleVIA 1.5.1d1
    com.apple.driver.AppleGPIO 1.3.0d0
    com.apple.iokit.AppleGMACEthernet 1.5.9f1
    com.apple.iokit.AppleMediaBay 1.0.2f1
    com.apple.driver.KeyLargoATA 1.1.1f1
    com.apple.driver.AppleFWOHCI 3.9.7
    com.apple.driver.AppleKaua`

    HI Michael,
    Go here for help to Resolve Kernel Panics
    Tutorial: Avoiding and eliminating Kernel panics
    com.apple.driver.AirPortBrcm43xx(366.91.21)@0xcbd000->0xde9fff
    The Airport card may need replacing.
    Carolyn

  • After installing Maverick Os on my MacBook Pro, the setup runs (i choose my location, provide it with some settings info, starts to create an account for me... but then when the desktop appears it indicates that the setup failed.

    Here is the error message that I receive....
    Process:         Setup Assistant [222]
    Path:            /System/Library/CoreServices/Setup Assistant.app/Contents/MacOS/Setup Assistant
    Identifier:      com.apple.SetupAssistant
    Version:         10.9 (1325)
    Build Info:      MacBuddyX-1325000000000000~1
    Code Type:       X86-64 (Native)
    Parent Process:  launchd [161]
    Responsible:     Setup Assistant [222]
    User ID:         501
    Date/Time:       2014-01-14 19:52:15.989 -0800
    OS Version:      Mac OS X 10.9.1 (13B42)
    Report Version:  11
    Anonymous UUID:  AD6F6E4F-EB27-5BCC-E877-D33DDF0EB244
    Crashed Thread:  15  Dispatch queue: apply-settings
    Exception Type:  EXC_BAD_INSTRUCTION (SIGILL)
    Exception Codes: 0x0000000000000001, 0x0000000000000000
    Application Specific Information:
    XPC API Misuse: Attempt to look up cross UID boundaries by unprivileged process.
    Application Specific Signatures:
    API Misuse
    Thread 0:: Dispatch queue: com.apple.main-thread
    0   libsystem_kernel.dylib                  0x00000001124b5a1a mach_msg_trap + 10
    1   libsystem_kernel.dylib                  0x00000001124b4d18 mach_msg + 64
    2   com.apple.CoreFoundation                0x000000010961d315 __CFRunLoopServiceMachPort + 181
    3   com.apple.CoreFoundation                0x000000010961c939 __CFRunLoopRun + 1161
    4   com.apple.CoreFoundation                0x000000010961c275 CFRunLoopRunSpecific + 309
    5   com.apple.HIToolbox                     0x0000000113440f0d RunCurrentEventLoopInMode + 226
    6   com.apple.HIToolbox                     0x0000000113440cb7 ReceiveNextEventCommon + 479
    7   com.apple.HIToolbox                     0x0000000113440abc _BlockUntilNextEventMatchingListInModeWithFilter + 65
    8   com.apple.AppKit                        0x0000000110a1f28e _DPSNextEvent + 1434
    9   com.apple.AppKit                        0x0000000110a1e8db -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 122
    10  com.apple.AppKit                        0x0000000110a129cc -[NSApplication run] + 553
    11  com.apple.AppKit                        0x00000001109fd803 NSApplicationMain + 940
    12  libdyld.dylib                           0x00000001123115fd start + 1
    Thread 1:
    0   libsystem_kernel.dylib                  0x00000001124b9e6a __workq_kernreturn + 10
    1   libsystem_pthread.dylib                 0x00000001125c5f08 _pthread_wqthread + 330
    2   libsystem_pthread.dylib                 0x00000001125c8fb9 start_wqthread + 13
    Thread 2:: Dispatch queue: com.apple.libdispatch-manager
    0   libsystem_kernel.dylib                  0x00000001124ba662 kevent64 + 10
    1   libdispatch.dylib                       0x00000001122dc43d _dispatch_mgr_invoke + 239
    2   libdispatch.dylib                       0x00000001122dc152 _dispatch_mgr_thread + 52
    Thread 3:
    0   libsystem_kernel.dylib                  0x00000001124b9e6a __workq_kernreturn + 10
    1   libsystem_pthread.dylib                 0x00000001125c5f08 _pthread_wqthread + 330
    2   libsystem_pthread.dylib                 0x00000001125c8fb9 start_wqthread + 13
    Thread 4:
    0   libsystem_kernel.dylib                  0x00000001124b5a1a mach_msg_trap + 10
    1   libsystem_kernel.dylib                  0x00000001124b4d18 mach_msg + 64
    2   com.apple.CoreFoundation                0x000000010961d315 __CFRunLoopServiceMachPort + 181
    3   com.apple.CoreFoundation                0x000000010961c939 __CFRunLoopRun + 1161
    4   com.apple.CoreFoundation                0x000000010961c275 CFRunLoopRunSpecific + 309
    5   com.apple.Foundation                    0x000000010f8eda7c -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 253
    6   com.apple.Foundation                    0x000000010f93602b -[NSRunLoop(NSRunLoop) runUntilDate:] + 78
    7   com.apple.SystemMigration               0x000000010a3d2d7a -[SMManager _searchForValidSystemsThread] + 1689
    8   com.apple.Foundation                    0x000000010f8eb70b __NSThread__main__ + 1318
    9   libsystem_pthread.dylib                 0x00000001125c4899 _pthread_body + 138
    10  libsystem_pthread.dylib                 0x00000001125c472a _pthread_start + 137
    11  libsystem_pthread.dylib                 0x00000001125c8fc9 thread_start + 13
    Thread 5:
    0   libsystem_kernel.dylib                  0x00000001124b5a1a mach_msg_trap + 10
    1   libsystem_kernel.dylib                  0x00000001124b4d18 mach_msg + 64
    2   com.apple.CoreFoundation                0x000000010961d315 __CFRunLoopServiceMachPort + 181
    3   com.apple.CoreFoundation                0x000000010961c939 __CFRunLoopRun + 1161
    4   com.apple.CoreFoundation                0x000000010961c275 CFRunLoopRunSpecific + 309
    5   com.apple.Foundation                    0x000000010f8eda7c -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 253
    6   com.apple.Foundation                    0x000000010f93602b -[NSRunLoop(NSRunLoop) runUntilDate:] + 78
    7   com.apple.SystemMigration               0x000000010a3d2581 -[SMManager _slingshotBrowserThread] + 222
    8   com.apple.Foundation                    0x000000010f8eb70b __NSThread__main__ + 1318
    9   libsystem_pthread.dylib                 0x00000001125c4899 _pthread_body + 138
    10  libsystem_pthread.dylib                 0x00000001125c472a _pthread_start + 137
    11  libsystem_pthread.dylib                 0x00000001125c8fc9 thread_start + 13
    Thread 6:
    0   libsystem_kernel.dylib                  0x00000001124b5a1a mach_msg_trap + 10
    1   libsystem_kernel.dylib                  0x00000001124b4d18 mach_msg + 64
    2   com.apple.CoreFoundation                0x000000010961d315 __CFRunLoopServiceMachPort + 181
    3   com.apple.CoreFoundation                0x000000010961c939 __CFRunLoopRun + 1161
    4   com.apple.CoreFoundation                0x000000010961c275 CFRunLoopRunSpecific + 309
    5   com.apple.Foundation                    0x000000010f8eda7c -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 253
    6   com.apple.Foundation                    0x000000010f93602b -[NSRunLoop(NSRunLoop) runUntilDate:] + 78
    7   com.apple.SystemMigration               0x000000010a3d2695 -[SMManager _timeCapsuleBrowserThread] + 200
    8   com.apple.Foundation                    0x000000010f8eb70b __NSThread__main__ + 1318
    9   libsystem_pthread.dylib                 0x00000001125c4899 _pthread_body + 138
    10  libsystem_pthread.dylib                 0x00000001125c472a _pthread_start + 137
    11  libsystem_pthread.dylib                 0x00000001125c8fc9 thread_start + 13
    Thread 7:: com.apple.CFSocket.private
    0   libsystem_kernel.dylib                  0x00000001124b99aa __select + 10
    1   com.apple.CoreFoundation                0x0000000109668d43 __CFSocketManager + 867
    2   libsystem_pthread.dylib                 0x00000001125c4899 _pthread_body + 138
    3   libsystem_pthread.dylib                 0x00000001125c472a _pthread_start + 137
    4   libsystem_pthread.dylib                 0x00000001125c8fc9 thread_start + 13
    Thread 8:
    0   libsystem_kernel.dylib                  0x00000001124b5a1a mach_msg_trap + 10
    1   libsystem_kernel.dylib                  0x00000001124b4d18 mach_msg + 64
    2   com.apple.CoreFoundation                0x000000010961d315 __CFRunLoopServiceMachPort + 181
    3   com.apple.CoreFoundation                0x000000010961c939 __CFRunLoopRun + 1161
    4   com.apple.CoreFoundation                0x000000010961c275 CFRunLoopRunSpecific + 309
    5   com.apple.CoreFoundation                0x00000001096d19d1 CFRunLoopRun + 97
    6   com.apple.SetupAssistant                0x0000000108e72ba9 0x108e20000 + 338857
    7   com.apple.Foundation                    0x000000010f8eb70b __NSThread__main__ + 1318
    8   libsystem_pthread.dylib                 0x00000001125c4899 _pthread_body + 138
    9   libsystem_pthread.dylib                 0x00000001125c472a _pthread_start + 137
    10  libsystem_pthread.dylib                 0x00000001125c8fc9 thread_start + 13
    Thread 9:
    0   libsystem_kernel.dylib                  0x00000001124b5a1a mach_msg_trap + 10
    1   libsystem_kernel.dylib                  0x00000001124b4d18 mach_msg + 64
    2   com.apple.CoreFoundation                0x000000010961d315 __CFRunLoopServiceMachPort + 181
    3   com.apple.CoreFoundation                0x000000010961c939 __CFRunLoopRun + 1161
    4   com.apple.CoreFoundation                0x000000010961c275 CFRunLoopRunSpecific + 309
    5   com.apple.AppKit                        0x0000000110bbf1ce _NSEventThread + 144
    6   libsystem_pthread.dylib                 0x00000001125c4899 _pthread_body + 138
    7   libsystem_pthread.dylib                 0x00000001125c472a _pthread_start + 137
    8   libsystem_pthread.dylib                 0x00000001125c8fc9 thread_start + 13
    Thread 10:
    0   libsystem_kernel.dylib                  0x00000001124b5a1a mach_msg_trap + 10
    1   libsystem_kernel.dylib                  0x00000001124b4d18 mach_msg + 64
    2   com.apple.CoreFoundation                0x000000010961d315 __CFRunLoopServiceMachPort + 181
    3   com.apple.CoreFoundation                0x000000010961c939 __CFRunLoopRun + 1161
    4   com.apple.CoreFoundation                0x000000010961c275 CFRunLoopRunSpecific + 309
    5   com.apple.CoreFoundation                0x00000001096d19d1 CFRunLoopRun + 97
    6   com.apple.AOSKit                        0x000000011ab6350d -[AOSConfig listenForSystemEvents:] + 335
    7   com.apple.Foundation                    0x000000010f8eb70b __NSThread__main__ + 1318
    8   libsystem_pthread.dylib                 0x00000001125c4899 _pthread_body + 138
    9   libsystem_pthread.dylib                 0x00000001125c472a _pthread_start + 137
    10  libsystem_pthread.dylib                 0x00000001125c8fc9 thread_start + 13
    Thread 11:: com.apple.NSURLConnectionLoader
    0   libsystem_kernel.dylib                  0x00000001124b5a1a mach_msg_trap + 10
    1   libsystem_kernel.dylib                  0x00000001124b4d18 mach_msg + 64
    2   com.apple.CoreFoundation                0x000000010961d315 __CFRunLoopServiceMachPort + 181
    3   com.apple.CoreFoundation                0x000000010961c939 __CFRunLoopRun + 1161
    4   com.apple.CoreFoundation                0x000000010961c275 CFRunLoopRunSpecific + 309
    5   com.apple.Foundation                    0x000000010f8eb907 +[NSURLConnection(Loader) _resourceLoadLoop:] + 348
    6   com.apple.Foundation                    0x000000010f8eb70b __NSThread__main__ + 1318
    7   libsystem_pthread.dylib                 0x00000001125c4899 _pthread_body + 138
    8   libsystem_pthread.dylib                 0x00000001125c472a _pthread_start + 137
    9   libsystem_pthread.dylib                 0x00000001125c8fc9 thread_start + 13
    Thread 12:
    0   libsystem_kernel.dylib                  0x00000001124b9e6a __workq_kernreturn + 10
    1   libsystem_pthread.dylib                 0x00000001125c5f08 _pthread_wqthread + 330
    2   libsystem_pthread.dylib                 0x00000001125c8fb9 start_wqthread + 13
    Thread 13:: JavaScriptCore::BlockFree
    0   libsystem_kernel.dylib                  0x00000001124b9716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib                 0x00000001125c6c3b _pthread_cond_wait + 727
    2   com.apple.JavaScriptCore                0x0000000118a5ae15 JSC::BlockAllocator::blockFreeingThreadMain() + 261
    3   com.apple.JavaScriptCore                0x0000000118a500af ***::wtfThreadEntryPoint(void*) + 15
    4   libsystem_pthread.dylib                 0x00000001125c4899 _pthread_body + 138
    5   libsystem_pthread.dylib                 0x00000001125c472a _pthread_start + 137
    6   libsystem_pthread.dylib                 0x00000001125c8fc9 thread_start + 13
    Thread 14:: JavaScriptCore::Marking
    0   libsystem_kernel.dylib                  0x00000001124b9716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib                 0x00000001125c6c3b _pthread_cond_wait + 727
    2   com.apple.JavaScriptCore                0x0000000118a5b887 JSC::GCThread::waitForNextPhase() + 119
    3   com.apple.JavaScriptCore                0x0000000118a5b718 JSC::GCThread::gcThreadMain() + 88
    4   com.apple.JavaScriptCore                0x0000000118a500af ***::wtfThreadEntryPoint(void*) + 15
    5   libsystem_pthread.dylib                 0x00000001125c4899 _pthread_body + 138
    6   libsystem_pthread.dylib                 0x00000001125c472a _pthread_start + 137
    7   libsystem_pthread.dylib                 0x00000001125c8fc9 thread_start + 13
    Thread 15 Crashed:: Dispatch queue: apply-settings
    0   libxpc.dylib                            0x000000011261c0a6 _xpc_api_misuse + 75
    1   libxpc.dylib                            0x0000000112615da7 xpc_connection_set_target_uid + 147
    2   com.apple.SetupAssistant                0x0000000108e88173 0x108e20000 + 426355
    3   com.apple.SetupAssistant                0x0000000108e89409 0x108e20000 + 431113
    4   com.apple.SetupAssistant                0x0000000108e88bfd 0x108e20000 + 429053
    5   com.apple.SetupAssistant                0x0000000108e664f9 0x108e20000 + 287993
    6   com.apple.SetupAssistant                0x0000000108e39393 0x108e20000 + 103315
    7   com.apple.SetupAssistant                0x0000000108e52169 0x108e20000 + 205161
    8   com.apple.SetupAssistant                0x0000000108e30d5d 0x108e20000 + 68957
    9   com.apple.SetupAssistant                0x0000000108e2c963 0x108e20000 + 51555
    10  libdispatch.dylib                       0x00000001122dd1d7 _dispatch_call_block_and_release + 12
    11  libdispatch.dylib                       0x00000001122da2ad _dispatch_client_callout + 8
    12  libdispatch.dylib                       0x00000001122dc68f _dispatch_queue_drain + 451
    13  libdispatch.dylib                       0x00000001122dd9dd _dispatch_queue_invoke + 110
    14  libdispatch.dylib                       0x00000001122dbfa3 _dispatch_root_queue_drain + 75
    15  libdispatch.dylib                       0x00000001122dd193 _dispatch_worker_thread2 + 40
    16  libsystem_pthread.dylib                 0x00000001125c5ef8 _pthread_wqthread + 314
    17  libsystem_pthread.dylib                 0x00000001125c8fb9 start_wqthread + 13
    Thread 16:
    0   libsystem_kernel.dylib                  0x00000001124b9e6a __workq_kernreturn + 10
    1   libsystem_pthread.dylib                 0x00000001125c5f08 _pthread_wqthread + 330
    2   libsystem_pthread.dylib                 0x00000001125c8fb9 start_wqthread + 13
    Thread 17:: com.apple.appkit-heartbeat
    0   libsystem_kernel.dylib                  0x00000001124b9a3a __semwait_signal + 10
    1   libsystem_c.dylib                       0x0000000112402e60 nanosleep + 200
    2   libsystem_c.dylib                       0x0000000112402d52 usleep + 54
    3   com.apple.AppKit                        0x0000000110c832ad -[NSUIHeartBeat _heartBeatThread:] + 2132
    4   com.apple.Foundation                    0x000000010f8eb70b __NSThread__main__ + 1318
    5   libsystem_pthread.dylib                 0x00000001125c4899 _pthread_body + 138
    6   libsystem_pthread.dylib                 0x00000001125c472a _pthread_start + 137
    7   libsystem_pthread.dylib                 0x00000001125c8fc9 thread_start + 13
    Thread 15 crashed with X86 Thread State (64-bit):
      rax: 0x00000001126249d4  rbx: 0x0000000122f14a80  rcx: 0x11003f509d3c3fd6  rdx: 0x0000000122f14438
      rdi: 0x0000000000000000  rsi: 0x0000000112622824  rbp: 0x0000000122f14b30  rsp: 0x0000000122f14a80
       r8: 0x00000001126249c1   r9: 0x000000011240b900  r10: 0x00000001123d0348  r11: 0x0000000122f14a90
      r12: 0x0000000000000008  r13: 0x0000000122f14c18  r14: 0x00007f981ac8bd10  r15: 0x00000000000001f7
      rip: 0x000000011261c0a6  rfl: 0x0000000000010202  cr2: 0x000000011261c05b
    Logical CPU:     0
    Error Code:      0x00000000
    Trap Number:     6
    Binary Images:
           0x108e20000 -        0x108ebcff7  com.apple.SetupAssistant (10.9 - 1325) <57CBE8D5-3EB7-31F8-9F3C-F844B1FE78A0> /System/Library/CoreServices/Setup Assistant.app/Contents/MacOS/Setup Assistant
           0x108f15000 -        0x108f1dff7  com.apple.CloudServices (1.0 - 1) <D59A4139-B4E4-3097-A442-BA87928B355C> /System/Library/PrivateFrameworks/CloudServices.framework/Versions/A/CloudServi ces
           0x108f2f000 -        0x108f69fff  com.apple.LoginUIKit (3.0 - 3.0) <43FDB1EA-61EC-3D8A-B48D-EBAF3178424D> /System/Library/PrivateFrameworks/LoginUIKit.framework/Versions/A/LoginUIKit
           0x108fa9000 -        0x108faaff7  libDiagnosticMessagesClient.dylib (100) <4CDB0F7B-C0AF-3424-BC39-495696F0DB1E> /usr/lib/libDiagnosticMessagesClient.dylib
           0x108fb0000 -        0x108fbcff7  com.apple.CalendarAgentLink (7.0 - 138) <B8B63D14-D853-3478-B001-BC67B7E9F993> /System/Library/PrivateFrameworks/CalendarAgentLink.framework/Versions/A/Calend arAgentLink
           0x108fd4000 -        0x108fdbff7  com.apple.phonenumbers (1.1.1 - 105) <767A63EB-244C-34F1-9FFA-D1A6BED60C31> /System/Library/PrivateFrameworks/PhoneNumbers.framework/Versions/A/PhoneNumber s
           0x108fe4000 -        0x108fe4fff  com.apple.quartzframework (1.5 - 1.5) <3B2A72DB-39FC-3C5B-98BE-605F37777F37> /System/Library/Frameworks/Quartz.framework/Versions/A/Quartz
           0x108fe7000 -        0x109000fff  com.apple.AssistantServices (1.1 - 132) <8046BCBE-4F58-3F51-85A2-4F876C299B5E> /System/Library/PrivateFrameworks/AssistantServices.framework/Versions/A/Assist antServices
           0x109027000 -        0x10902bfff  com.apple.FindMyMac (2.1 - 2.1) <57D589E9-B726-3519-BE99-1B38F7737ED6> /System/Library/PrivateFrameworks/FindMyMac.framework/Versions/A/FindMyMac
           0x109038000 -        0x10903bfff  com.apple.AppleSystemInfo (3.0 - 3.0) <4D032152-AA40-350E-BB96-44BC55C5C69C> /System/Library/PrivateFrameworks/AppleSystemInfo.framework/Versions/A/AppleSys temInfo
           0x109043000 -        0x10904ffff  com.apple.IASUtilities (1.0 - 14) <EB5194D6-35C7-3A8B-97C5-5F75BEDFA87A> /System/Library/PrivateFrameworks/IASUtilities.framework/Versions/A/IASUtilitie s
           0x109063000 -        0x1092c4ff7  com.apple.imageKit (2.5 - 770) <33BCF627-EB1A-3CC1-98AB-2324B6DFB329> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/ImageKit.fram ework/Versions/A/ImageKit
           0x109511000 -        0x10956fff7  com.apple.corelocation (1486.17 - 1486.24) <9FBB29F0-E000-3190-A96C-9EAA5CCCA2A0> /System/Library/Frameworks/CoreLocation.framework/Versions/A/CoreLocation
           0x1095ac000 -        0x109791ff7  com.apple.CoreFoundation (6.9 - 855.11) <E22C6A1F-8996-349C-905E-96C3BBE07C2F> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
           0x109904000 -        0x10992aff7  com.apple.AOSAccounts (1.2.47 - 1.2.72) <C13B030F-55B1-3AF0-A14E-11FF9CC54E83> /System/Library/PrivateFrameworks/AOSAccounts.framework/Versions/A/AOSAccounts
           0x109957000 -        0x109969fff  com.apple.login (3.0 - 3.0) <B825A996-7F9C-3F47-B76F-A0F9B4BEB373> /System/Library/PrivateFrameworks/login.framework/Versions/A/login
           0x10997e000 -        0x1099f1ffb  com.apple.securityfoundation (6.0 - 55122) <119D1C53-B292-3378-AEE1-A3B1FB02F43F> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoun dation
           0x109a35000 -        0x109c8dff1  com.apple.security (7.0 - 55471) <233831C5-C457-3AD5-AFE7-E3E2DE6929C9> /System/Library/Frameworks/Security.framework/Versions/A/Security
           0x109dd9000 -        0x109e05ff7  com.apple.framework.SystemAdministration (1.0 - 1.0) <36C562FF-5D91-318C-A19C-6B4453FB78B9> /System/Library/PrivateFrameworks/SystemAdministration.framework/Versions/A/Sys temAdministration
           0x109e33000 -        0x109e39ff7  com.apple.IntlPreferences (2.0 - 2.0) <EA3B8FCD-C308-3285-B1C8-95A2AC417FDF> /System/Library/PrivateFrameworks/IntlPreferences.framework/Versions/A/IntlPref erences
           0x109e43000 -        0x109fdfff7  com.apple.QuartzCore (1.8 - 332.0) <994D1E0A-64B6-398C-B9A2-C362F02DE943> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
           0x10a0bd000 -        0x10a275ff3  libicucore.A.dylib (511.27) <003B6C21-CBD1-3486-9A1D-030ADF5FA061> /usr/lib/libicucore.A.dylib
           0x10a31f000 -        0x10a31fff9 +cl_kernels (???) <3E400220-E595-4DA8-8D34-CEA0105FD0DA> cl_kernels
           0x10a321000 -        0x10a38bff7  com.apple.framework.IOKit (2.0.1 - 907.1.13) <C1E95F5C-B79B-31BE-9F2A-1B25163C1F16> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
           0x10a3c0000 -        0x10a3c0fff  com.apple.Carbon (154 - 157) <4E260C09-78F4-305B-B408-13321CAF6213> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
           0x10a3c6000 -        0x10a4b4fff  com.apple.SystemMigration (500 - 677) <A9EB2F94-5573-3B31-8EF3-46A7589982F2> /System/Library/PrivateFrameworks/SystemMigration.framework/Versions/A/SystemMi gration
           0x10f548000 -        0x10f564fff  com.apple.frameworks.preferencepanes (16.0 - 16.0) <059E99D8-67C2-3B59-B5E7-850DD7A92D75> /System/Library/Frameworks/PreferencePanes.framework/Versions/A/PreferencePanes
           0x10f584000 -        0x10f585fff +cl_kernels (???) <5C10565B-F823-449F-822C-706DC2430D30> cl_kernels
           0x10f587000 -        0x10f5e6fff  com.apple.framework.CoreWLAN (4.0 - 400.45.1) <775F9444-8059-30A2-8058-7F7ACD68CCF1> /System/Library/Frameworks/CoreWLAN.framework/Versions/A/CoreWLAN
           0x10f62a000 -        0x10f68dff7  com.apple.SystemConfiguration (1.13 - 1.13) <F05F4149-981B-380B-8F50-51CE804BBB89> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfi guration
           0x10f6c8000 -        0x10f6c8fff +cl_kernels (???) <B2828595-B3E1-4FEE-9F4D-A5A6B6069643> cl_kernels
           0x10f6cb000 -        0x10f6ccffb  libScreenReader.dylib (333.2) <0172E6E2-9D4B-36BF-81DC-428FF0668E78> /usr/lib/libScreenReader.dylib
           0x10f6d2000 -        0x10f6e4fff  com.apple.frameworks.preferencepanessupport (12.0 - 12.0) <76194568-146C-3019-A5EF-866EC3D5AA85> /System/Library/PrivateFrameworks/PreferencePanesSupport.framework/Versions/A/P referencePanesSupport
           0x10f6fb000 -        0x10f6fbfff  com.apple.Cocoa (6.8 - 20) <E90E99D7-A425-3301-A025-D9E0CD11918E> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
           0x10f6ff000 -        0x10f70bff7  com.apple.OpenDirectory (10.9 - 173.1.1) <6B78BD7B-5622-38E6-8FC6-86A117E3ACCA> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
           0x10f727000 -        0x10f731ff7  com.apple.CrashReporterSupport (10.9 - 538) <B487466B-3AA1-3854-A808-A61F049FA794> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/Cra shReporterSupport
           0x10f742000 -        0x10f7c6ff7  com.apple.AOSUI (1.2 - 270) <B33570A8-00E2-3A0C-9ABB-E71D3F62A4BA> /System/Library/PrivateFrameworks/AOSUI.framework/Versions/A/AOSUI
           0x10f83b000 -        0x10f83ffff  com.apple.ServerInformation (2.0 - 1) <E628F08A-0F6F-384B-AFD5-1BC1BBF56F1F> /System/Library/PrivateFrameworks/ServerInformation.framework/Versions/A/Server Information
           0x10f84d000 -        0x10f857ff7  com.apple.bsd.ServiceManagement (2.0 - 2.0) <2D27B498-BB9C-3D88-B05A-76908A8A26F3> /System/Library/Frameworks/ServiceManagement.framework/Versions/A/ServiceManage ment
           0x10f866000 -        0x10f872fff  com.apple.Collaboration (71 - 71) <0CD617F3-354C-3FEF-A966-C2553B7662EE> /System/Library/Frameworks/Collaboration.framework/Versions/A/Collaboration
           0x10f884000 -        0x10fb83fff  com.apple.Foundation (6.9 - 1056) <D608EDFD-9634-3573-9B7E-081C7D085F7A> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
           0x10fdc4000 -        0x10ff71f27  libobjc.A.dylib (551.1) <AD7FD984-271E-30F4-A361-6B20319EC73B> /usr/lib/libobjc.A.dylib
           0x10ff94000 -        0x10ff95ff7  libSystem.B.dylib (1197.1.1) <BFC0DC97-46C6-3BE0-9983-54A98734897A> /usr/lib/libSystem.B.dylib
           0x10ff9c000 -        0x1108b805f  com.apple.CoreGraphics (1.600.0 - 599.7) <7D0FD5A7-A061-39BA-8E00-723825D2C4DD> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics
           0x1109e4000 -        0x1109e4ffd +cl_kernels (???) <C61CA8B9-19A4-4A5B-9E19-9D2A6BFD69B1> cl_kernels
           0x1109e8000 -        0x1109e8fff  com.apple.CoreServices (59 - 59) <7A697B5E-F179-30DF-93F2-8B503CEEEFD5> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
           0x1109f1000 -        0x1109f1fff  com.apple.ApplicationServices (48 - 48) <3E3F01A8-314D-378F-835E-9CC4F8820031> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Application Services
           0x1109fb000 -        0x11156fff7  com.apple.AppKit (6.9 - 1265) <0E9FC8BF-DA3C-34C5-91CC-12BC922B5F01> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
           0x111cfc000 -        0x111d3eff7  libauto.dylib (185.5) <F45C36E8-B606-3886-B5B1-B6745E757CA8> /usr/lib/libauto.dylib
           0x111d56000 -        0x111e3dff7  libxml2.2.dylib (26) <A1DADD11-89E5-3DE4-8802-07186225967F> /usr/lib/libxml2.2.dylib
           0x111e78000 -        0x111e89ff7  libz.1.dylib (53) <42E0C8C6-CA38-3CA4-8619-D24ED5DD492E> /usr/lib/libz.1.dylib
           0x111e8f000 -        0x111fffff6  com.apple.CFNetwork (673.0.3 - 673.0.3) <42CFC3DB-35C8-3652-AF37-4BCC73D8BDEF> /System/Library/Frameworks/CFNetwork.framework/Versions/A/CFNetwork
           0x112105000 -        0x112106fff  liblangid.dylib (117) <9546E641-F730-3AB0-B3CD-E0E2FDD173D9> /usr/lib/liblangid.dylib
           0x112110000 -        0x11212bff7  libCRFSuite.dylib (34) <FFAE75FA-C54E-398B-AA97-18164CD9789D> /usr/lib/libCRFSuite.dylib
           0x112136000 -        0x112188fff  libc++.1.dylib (120) <4F68DFC5-2077-39A8-A449-CAC5FDEE7BDE> /usr/lib/libc++.1.dylib
           0x1121e4000 -        0x1121e4fff +cl_kernels (???) <F5D80094-62D0-40E2-BCA9-791177B86C62> cl_kernels
           0x1121e8000 -        0x112211ff7  libc++abi.dylib (48) <8C16158F-CBF8-3BD7-BEF4-022704B2A326> /usr/lib/libc++abi.dylib
           0x11221f000 -        0x11221ffff  com.apple.appstore.macbuddy.AppStore (1.0 - 1) <869159DF-ACF0-3183-BA35-C4258DAC9DCD> /System/Library/CoreServices/SetupAssistantPlugins/AppStore.icdplugin/Contents/ MacOS/AppStore
           0x112226000 -        0x11222aff7  libcache.dylib (62) <BDC1E65B-72A1-3DA3-A57C-B23159CAAD0B> /usr/lib/system/libcache.dylib
           0x112231000 -        0x112231ffb +cl_kernels (???) <1F7DCBAD-8C86-4809-8CAE-980D0050F418> cl_kernels
           0x112233000 -        0x11223dfff  libcommonCrypto.dylib (60049) <8C4F0CA0-389C-3EDC-B155-E62DD2187E1D> /usr/lib/system/libcommonCrypto.dylib
           0x11224d000 -        0x112254fff  libcompiler_rt.dylib (35) <4CD916B2-1B17-362A-B403-EF24A1DAC141> /usr/lib/system/libcompiler_rt.dylib
           0x112265000 -        0x11226cff3  libcopyfile.dylib (103) <5A881779-D0D6-3029-B371-E3021C2DDA5E> /usr/lib/system/libcopyfile.dylib
           0x112275000 -        0x1122c3fff  libcorecrypto.dylib (161.1) <F3973C28-14B6-3006-BB2B-00DD7F09ABC7> /usr/lib/system/libcorecrypto.dylib
           0x1122d9000 -        0x1122f3fff  libdispatch.dylib (339.1.9) <46878A5B-4248-3057-962C-6D4A235EEF31> /usr/lib/system/libdispatch.dylib
           0x11230e000 -        0x112311ff7  libdyld.dylib (239.3) <62F4D752-4089-31A8-8B73-B95A68893B3C> /usr/lib/system/libdyld.dylib
           0x112319000 -        0x112319ff7  libkeymgr.dylib (28) <3AA8D85D-CF00-3BD3-A5A0-E28E1A32A6D8> /usr/lib/system/libkeymgr.dylib
           0x112320000 -        0x112327ff7  liblaunch.dylib (842.1.4) <FCBF0A02-0B06-3F97-9248-5062A9DEB32C> /usr/lib/system/liblaunch.dylib
           0x112332000 -        0x112337fff  libmacho.dylib (845) <1D2910DF-C036-3A82-A3FD-44FF73B5FF9B> /usr/lib/system/libmacho.dylib
           0x112341000 -        0x112343ff7  libquarantine.dylib (71) <7A1A2BCB-C03D-3A25-BFA4-3E569B2D2C38> /usr/lib/system/libquarantine.dylib
           0x11234f000 -        0x112350ffb  libremovefile.dylib (33) <3543F917-928E-3DB2-A2F4-7AB73B4970EF> /usr/lib/system/libremovefile.dylib
           0x112356000 -        0x112356fff  com.apple.ibooks.macbuddy.iBooks (1.0 - 1) <D14600F4-579A-3955-B3CA-66E34EBA8082> /System/Library/CoreServices/SetupAssistantPlugins/iBooks.icdplugin/Contents/Ma cOS/iBooks
           0x11235a000 -        0x11236bff7  libsystem_asl.dylib (217.1.4) <655FB343-52CF-3E2F-B14D-BEBF5AAEF94D> /usr/lib/system/libsystem_asl.dylib
           0x11237c000 -        0x11237dff7  libsystem_blocks.dylib (63) <FB856CD1-2AEA-3907-8E9B-1E54B6827F82> /usr/lib/system/libsystem_blocks.dylib
           0x112382000 -        0x112382fff  com.apple.icdplugin.FaceTime (8.0 - 4218) <5CB60BF5-5931-3A16-AC83-921CFC985942> /System/Library/CoreServices/SetupAssistantPlugins/FaceTime.icdplugin/Contents/ MacOS/FaceTime
           0x112387000 -        0x112410ff7  libsystem_c.dylib (997.1.1) <61833FAA-7281-3FF9-937F-686B6F20427C> /usr/lib/system/libsystem_c.dylib
           0x112441000 -        0x112443ff3  libsystem_configuration.dylib (596.12) <C4F633D9-94C8-35D9-BB2D-84C5122533C7> /usr/lib/system/libsystem_configuration.dylib
           0x11244d000 -        0x112455fff  libsystem_dnssd.dylib (522.1.11) <270DCF6C-502D-389A-AA9F-DE4624A36FF7> /usr/lib/system/libsystem_dnssd.dylib
           0x112461000 -        0x112488ffb  libsystem_info.dylib (449.1.3) <7D41A156-D285-3849-A2C3-C04ADE797D98> /usr/lib/system/libsystem_info.dylib
           0x1124a4000 -        0x1124c0ff7  libsystem_kernel.dylib (2422.1.72) <D14913DB-47F1-3591-8DAF-D4B4EF5F8818> /usr/lib/system/libsystem_kernel.dylib
           0x1124e4000 -        0x112513fd2  libsystem_m.dylib (3047.16) <B7F0E2E4-2777-33FC-A787-D6430B630D54> /usr/lib/system/libsystem_m.dylib
           0x112525000 -        0x112540ff7  libsystem_malloc.dylib (23.1.10) <FFE5C472-B23A-318A-85BF-77CDE61900D1> /usr/lib/system/libsystem_malloc.dylib
           0x11254a000 -        0x112571ff7  libsystem_network.dylib (241.3) <8B1E1F1D-A5CC-3BAE-8B1E-ABC84337A364> /usr/lib/system/libsystem_network.dylib
           0x11258f000 -        0x112598ff3  libsystem_notify.dylib (121) <52571EC3-6894-37E4-946E-064B021ED44E> /usr/lib/system/libsystem_notify.dylib
           0x1125a3000 -        0x1125a9ff7  libsystem_platform.dylib (24.1.4) <331BA4A5-55CE-3B95-99EB-44E0C89D7FB8> /usr/lib/system/libsystem_platform.dylib
           0x1125bc000 -        0x1125bdff7  com.apple.icdplugin.gamecenter (1.0 - ???) <F57BD71F-F55B-3B93-885E-F4C4E3198106> /System/Library/CoreServices/SetupAssistantPlugins/GameCenter.icdplugin/Content s/MacOS/GameCenter
           0x1125c3000 -        0x1125caff7  libsystem_pthread.dylib (53.1.4) <AB498556-B555-310E-9041-F67EC9E00E2C> /usr/lib/system/libsystem_pthread.dylib
           0x1125d8000 -        0x1125d9ff7  libsystem_sandbox.dylib (278.10) <A47E7E11-3C76-318E-B67D-98972B86F094> /usr/lib/system/libsystem_sandbox.dylib
           0x1125e1000 -        0x1125e5fff  libsystem_stats.dylib (93.1.26) <B9E26A9E-FBBC-3938-B8B7-6CF7CA8C99AD> /usr/lib/system/libsystem_stats.dylib
           0x1125ec000 -        0x1125edfff  libunc.dylib (28) <62682455-1862-36FE-8A04-7A6B91256438> /usr/lib/system/libunc.dylib
           0x1125f9000 -        0x1125feff7  libunwind.dylib (35.3) <78DCC358-2FC1-302E-B395-0155B47CB547> /usr/lib/system/libunwind.dylib
           0x112605000 -        0x112629fff  libxpc.dylib (300.1.17) <4554927A-9467-365C-91F1-5A116989DD7F> /usr/lib/system/libxpc.dylib
           0x112646000 -        0x112656fff  libbsm.0.dylib (33) <2CAC00A2-1352-302A-88FA-C567D4D69179> /usr/lib/libbsm.0.dylib
           0x112660000 -        0x11274afff  libsqlite3.dylib (158) <00269BF9-43BE-39E0-9C85-24585B9923C8> /usr/lib/libsqlite3.dylib
           0x112764000 -        0x112771ff7  libxar.1.dylib (202) <5572AA71-E98D-3FE1-9402-BB4A84E0E71E> /usr/lib/libxar.1.dylib
           0x11277c000 -        0x112780fff  libpam.2.dylib (20) <B93CE8F5-DAA8-30A1-B1F6-F890509513CB> /usr/lib/libpam.2.dylib
           0x112789000 -        0x112789ffd  libOpenScriptingUtil.dylib (157) <19F0E769-0989-3062-9AFB-8976E90E9759> /usr/lib/libOpenScriptingUtil.dylib
           0x11278d000 -        0x11278dff7  com.apple.LegacyHandle (2.0 - 586.16) <1D981AA9-E0EB-32C4-ADD2-73D108521A12> /System/Library/PrivateFrameworks/AVConference.framework/Frameworks/LegacyHandl e.framework/Versions/A/LegacyHandle
           0x112794000 -        0x1127a1ff0  libbz2.1.0.dylib (29) <0B98AC35-B138-349C-8063-2B987A75D24C> /usr/lib/libbz2.1.0.dylib
           0x1127a7000 -        0x1127a8fff  com.apple.snatmap (2.0 - 586.16) <EE8063BA-7288-386F-A846-5DBD905C4C40> /System/Library/PrivateFrameworks/AVConference.framework/Frameworks/snatmap.fra mework/Versions/A/snatmap
           0x1127ad000 -        0x112a97fff  com.apple.CoreServices.CarbonCore (1077.14 - 1077.14) <B00BEB34-A9F5-381F-99FD-11E405768A9A> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonC ore.framework/Versions/A/CarbonCore
           0x112b15000 -        0x112ba4fff  com.apple.Metadata (10.7.0 - 800.12.2) <A9F5D471-8732-3F95-A4A2-33864B92A181> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadat a.framework/Versions/A/Metadata
           0x112c0e000 -        0x112c85fff  com.apple.CoreServices.OSServices (600.4 - 600.4) <36B2B009-C35E-3F21-824E-E0D00E7808C7> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServi ces.framework/Versions/A/OSServices
           0x112d28000 -        0x112d28fff  com.apple.icdplugin.iMessage (8.0 - 4218) <20FD7408-2708-3FB5-B371-7DFAC5E405BD> /System/Library/CoreServices/SetupAssistantPlugins/iMessage.icdplugin/Contents/ MacOS/iMessage
           0x112d2d000 -        0x112d9afff  com.apple.SearchKit (1.4.0 - 1.4.0) <B9B8D510-A27E-36B0-93E9-17146D9E9045> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchK it.framework/Versions/A/SearchKit
           0x112dde000 -        0x112ddffff  com.apple.identityservices.macbuddyplugin (1.0 - 1) <50EA57F5-AE4D-3923-8E5C-BB29716ACF98> /System/Library/CoreServices/SetupAssistantPlugins/IdentityServices.icdplugin/C ontents/MacOS/IdentityServices
           0x112de4000 -        0x112e3fffb  com.apple.AE (665.5 - 665.5) <BBA230F9-144C-3CAB-A77A-0621719244CD> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.fram ework/Versions/A/AE
           0x112e6f000 -        0x112f38fff  com.apple.LaunchServices (572.23 - 572.23) <8D955BDE-2C4C-3DD4-B4D7-2D916174FE1D> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchS ervices.framework/Versions/A/LaunchServices
           0x112fb1000 -        0x112fdafff  com.apple.DictionaryServices (1.2 - 208) <A539A058-BA57-35EE-AA08-D0B0E835127D> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Diction aryServices.framework/Versions/A/DictionaryServices
           0x112ffe000 -        0x113003fff  com.apple.DiskArbitration (2.6 - 2.6) <F8A47F61-83D1-3F92-B7A8-A169E0D187C0> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
           0x113012000 -        0x113019fff  com.apple.NetFS (6.0 - 4.0) <8E26C099-CE9D-3819-91A2-64EA929C6137> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
           0x113024000 -        0x11302ffff  libkxld.dylib (2422.1.72) <C88EF3E6-B31F-3E12-BE9B-562D912BA733> /usr/lib/system/libkxld.dylib
           0x113038000 -        0x113043ff7  com.apple.NetAuth (5.0 - 5.0) <C811E662-9EC3-3B74-808A-A75D624F326B> /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth
           0x11304f000 -        0x1130b3ff3  com.apple.datadetectorscore (5.0 - 354.0) <025DCBCF-B208-3515-B79F-0190C648A728> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDe tectorsCore
           0x1130f6000 -        0x1130f9fff  com.apple.TCC (1.0 - 1) <32A075D9-47FD-3E71-95BC-BFB0D583F41C> /System/Library/PrivateFrameworks/TCC.framework/Versions/A/TCC
           0x113101000 -        0x113118fff  com.apple.CFOpenDirectory (10.9 - 173.1.1) <3FB4D5FE-860B-3BDE-BAE2-3531D919EF10> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpen Directory.framework/Versions/A/CFOpenDirectory
           0x11313c000 -        0x113164ffb  libxslt.1.dylib (13) <C9794936-633C-3F0C-9E71-30190B9B41C1> /usr/lib/libxslt.1.dylib
           0x113174000 -        0x113258fff  com.apple.coreui (2.1 - 231) <432DB40C-6B7E-39C8-9FB5-B95917930056> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
           0x11331d000 -        0x11335afff  com.apple.framework.corewlankit (3.0 - 300.35) <BB6A2123-0A23-3EE1-A5A0-2F7FC0959908> /System/Library/PrivateFrameworks/CoreWLANKit.framework/Versions/A/CoreWLANKit
           0x113388000 -        0x11338bff7  com.apple.LoginUICore (3.0 - 3.0) <1ECBDA90-D6ED-3333-83EB-9C8232DFAD7C> /System/Library/PrivateFrameworks/LoginUIKit.framework/Versions/A/Frameworks/Lo ginUICore.framework/Versions/A/LoginUICore
           0x113396000 -        0x1133c4ff7  com.apple.securityinterface (9.0 - 55047) <0346D8A9-2CAA-38F3-A741-5FBA5E9F1E7C> /System/Library/Frameworks/SecurityInterface.framework/Versions/A/SecurityInter face
           0x1133f9000 -        0x1133fdfff  com.apple.CommonPanels (1.2.6 - 96) <6B434AFD-50F8-37C7-9A56-162C17E375B3> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels. framework/Versions/A/CommonPanels
           0x113408000 -        0x11340bfff  com.apple.help (1.3.3 - 46) <AE763646-D07A-3F9A-ACD4-F5CBD734EE36> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framewor k/Versions/A/Help
           0x113412000 -        0x1136bcffd  com.apple.HIToolbox (2.1 - 696) <1CFFF37B-C392-3088-B0A4-C08C55B2AF8F> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.fra mework/Versions/A/HIToolbox
           0x113815000 -        0x113827fff  com.apple.ImageCapture (9.0 - 9.0) <BE0B65DA-3031-359B-8BBA-B9803D4ADBF4> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture. framework/Versions/A/ImageCapture
           0x113847000 -        0x1138d3ff7  com.apple.ink.framework (10.9 - 207) <8A50B893-AD03-3826-8555-A54FEAF08F47> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework /Versions/A/Ink
           0x113906000 -        0x11391eff7  com.apple.openscripting (1.4 - 157) <B3B037D7-1019-31E6-9D17-08E699AF3701> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting .framework/Versions/A/OpenScripting
           0x113934000 -        0x113935ff7  com.apple.print.framework.Print (9.0 - 260) <EE00FAE1-DA03-3EC2-8571-562518C46994> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framewo rk/Versions/A/Print
           0x11393b000 -        0x11393dff7  com.apple.securityhi (9.0 - 55005) <405E2BC6-2B6F-3B6B-B48E-2FD39214F052> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.fr amework/Versions/A/SecurityHI
           0x113943000 -        0x11394bff7  com.apple.speech.recognition.framework (4.2.4 - 4.2.4) <98BBB3E4-6239-3EF1-90B2-84EA0D3B8D61> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecogni tion.framework/Versions/A/SpeechRecognition
           0x11395c000 -        0x113a1eff1  com.apple.CoreText (352.0 - 367.15) <E5C70FC8-C861-39B8-A491-595E5B55CFC8> /System/Library/Frameworks/CoreText.framework/Versions/A/CoreText
           0x113a8e000 -        0x113b93fff  com.apple.ImageIO.framework (3.3.0 - 1038) <2C058216-C6D8-3380-A7EA-92A3F04520C1> /System/Library/Frameworks/ImageIO.framework/Versions/A/ImageIO
           0x113bff000 -        0x113c6eff1  com.apple.ApplicationServices.ATS (360 - 363.1) <88976B22-A9B8-3E7B-9AE6-0B8E09A968FC> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/ATS
           0x113c9e000 -        0x113d27fff  com.apple.ColorSync (4.9.0 - 4.9.0) <B756B908-9AD1-3F5D-83F9-7A0B068387D2> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ColorSync.framework/Versions/A/ColorSync
           0x113d72000 -        0x113db7ff6  com.apple.HIServices (1.22 - 466) <21807AF8-3BC7-32BB-AB96-7C35CB59D7F6> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ HIServices.framework/Versions/A/HIServices
           0x113ded000 -        0x113dfcff8  com.apple.LangAnalysis (1.7.0 - 1.7.0) <8FE131B6-1180-3892-98F5-C9C9B79072D4> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ LangAnalysis.framework/Versions/A/LangAnalysis
           0x113e0e000 -        0x113e5bff2  com.apple.print.framework.PrintCore (9.0 - 428) <8D8253E3-302F-3DB2-9C5C-572CB974E8B3> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ PrintCore.framework/Versions/A/PrintCore
           0x113e8e000 -        0x113ec7ff7  com.apple.QD (3.50 - 298) <C1F20764-DEF0-34CF-B3AB-AB5480D64E66> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ QD.framework/Versions/A/QD
           0x113ee5000 -        0x113eeefff  com.apple.speech.synthesis.framework (4.6.2 - 4.6.2) <0AAE45F0-FC6E-36B6-A6A7-73E6950A74AC> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ SpeechSynthesis.framework/Versions/A/SpeechSynthesis
           0x113f03000 -        0x113f06ffc  com.apple.IOSurface (91 - 91) <07CA8A59-1E32-3FB6-B506-18DAF58A8CE0> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
           0x113f13000 -        0x113f13fff  com.apple.Accelerate (1.9 - Accelerate 1.9) <509BB27A-AE62-366D-86D8-0B06D217CF56> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
           0x113f1b000 -        0x1141effc7  com.apple.vImage (7.0 - 7.0) <D241DBFA-AC49-31E2-893D-EAAC31890C90> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.fr amework/Versions/A/vImage
           0x114234000 -        0x114234fff  com.apple.Accelerate.vecLib (3.9 - vecLib 3.9) <F8D0CC77-98AC-3B58-9FE6-0C25421827B6> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/vecLib
           0x114238000 -        0x114303fff  libvDSP.dylib (423.32) <3BF732BE-DDE0-38EB-8C54-E4E3C64F77A7> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvDSP.dylib
           0x114311000 -        0x1143c1ff7  libvMisc.dylib (423.32) <049C0735-1808-39B9-943F-76CB8021744F> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvMisc.dylib
           0x1143d3000 -        0x1147b4ffe  libLAPACK.dylib (1094.5) <7E7A9B8D-1638-3914-BAE0-663B69865986> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libLAPACK.dylib
           0x11481c000 -        0x11498aff7  libBLAS.dylib (1094.5) <DE93A590-5FA5-32A2-A16C-5D7D7361769F> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libBLAS.dylib
           0x1149ba000 -        0x114aa9fff  libFontParser.dylib (111.1) <835A8253-6AB9-3AAB-9CBF-171440DEC486> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libFontParser.dylib
           0x114b1f000 -        0x114b66fff  libFontRegistry.dylib (127) <A77A0480-AA5D-3CC8-8B68-69985CD546DC> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libFontRegistry.dylib
           0x114b92000 -        0x114bb6ff7  libJPEG.dylib (1038) <86F349A8-882D-3326-A0B0-63257F68B1A7> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib
           0x114bc4000 -        0x114c1dfff  libTIFF.dylib (1038) <5CBFE0C2-9DD8-340B-BA63-A94CE2E476F2> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib
           0x114c2f000 -        0x114c4aff7  libPng.dylib (1038) <EF781AF8-C2E6-3179-B8A1-A584783070F1> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib
           0x114c59000 -        0x114c5dff7  libGIF.dylib (1038) <C29B4323-1B9E-36B9-96C2-7CEDBAA124F0> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib
           0x114c66000 -        0x114d54fff  libJP2.dylib (1038) <6C8179F5-8063-3ED6-A7C2-D5603DECDF28> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJP2.dylib
           0x114d7f000 -        0x114d81fff  libRadiance.dylib (1038) <55F99274-5074-3C73-BAC5-AF234E71CF38> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.d ylib
           0x114d8a000 -        0x114dd1ff7  libcups.2.dylib (372) <348EED62-6C20-35D6-8EFB-E80943965100> /usr/lib/libcups.2.dylib
           0x114deb000 -        0x114e04ff7  com.apple.Kerberos (3.0 - 1) <F108AFEB-198A-3BAF-BCA5-9DFCE55EFF92> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
           0x114e24000 -        0x114e53ff5  com.apple.GSS (4.0 - 2.0) <ED98D992-CC14-39F3-9ABC-8D7F986487CC> /System/Library/Frameworks/GSS.framework/Versions/A/GSS
           0x114e76000 -        0x114e92fff  libresolv.9.dylib (54) <11C2C826-F1C6-39C6-B4E8-6E0C41D4FA95> /usr/lib/libresolv.9.dylib
           0x114ea4000 -        0x114f95ff9  libiconv.2.dylib (41) <BB44B115-AC32-3877-A0ED-AEC6232A4563> /usr/lib/libiconv.2.dylib
           0x114fab000 -        0x11500fff9  com.apple.Heimdal (4.0 - 2.0) <E7D20A4D-4674-37E1-A949-635FFF7C439A> /System/Library/PrivateFrameworks/Heimdal.framework/Versions/A/Heimdal
           0x11503e000 -        0x11503ffff  com.apple.TrustEvaluationAgent (2.0 - 25) <334A82F4-4AE4-3719-A511-86D0B0723E2B> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/Tru stEvaluationAgent
           0x115044000 -        0x115048ff7  libheimdal-asn1.dylib (323.12) <063A01C2-E547-39D9-BB42-4CC8E64ADE70> /usr/lib/libheimdal-asn1.dylib
           0x115053000 -        0x11505cfff  com.apple.CommonAuth (4.0 - 2.0) <1D263127-5F27-3128-996D-7397660D0C6E> /System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAuth
           0x11506a000 -        0x1150bbff3  com.apple.audio.CoreAudio (4.2.0 - 4.2.0) <BF4C2FE3-8BC8-30D1-8347-2A7221268794> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
           0x1150e6000 -        0x115239ff7  com.apple.audio.toolbox.AudioToolbox (1.9 - 1.9) <A0B7B007-9BD8-30E2-B644-47856DA29FEE> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
           0x1152d6000 -        0x115406ff7  com.apple.desktopservices (1.8 - 1.8) <09DC9BB8-432F-3C7A-BB08-956A2DDFC2DE> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/Desk topServicesPriv
           0x11548b000 -        0x11549dff7  com.apple.MultitouchSupport.framework (245.13 - 245.13) <D5E7416D-45AB-3690-86C6-CC4B5FCEA2D2> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/Multit ouchSupport
           0x1154ae000 -        0x1154c6ff7  com.apple.GenerationalStorage (2.0 - 160.2) <79629AC7-896F-3302-8AC1-4939020F08C3> /System/Library/PrivateFrameworks/GenerationalStorage.framework/Versions/A/Gene rationalStorage
           0x1154d7000 -        0x115511ff3  com.apple.bom (12.0 - 192) <989690DB-B9CC-3DB5-89AE-B5D33EDC474E> /System/Library/PrivateFrameworks/Bom.framework/Versions/A/Bom
           0x115524000 -        0x115532fff  com.apple.opengl (9.0.83 - 9.0.83) <AF467644-7B1D-327A-AC47-CECFCAF61990> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
           0x11553e000 -        0x115563ff7  com.apple.CoreVideo (1.8 - 117.2) <4674339E-26D0-35FA-9958-422832B39B12> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
           0x115583000 -        0x115851ff4  com.apple.CoreImage (9.0.54) <74BB8685-69A9-3A45-8DED-EA26BD39D710> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/CoreImage .framework/Versions/A/CoreImage
           0x115948000 -        0x11599bfff  com.apple.ScalableUserInterface (1.0 - 1) <CF745298-7373-38D2-B3B1-727D5A569E48> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/ScalableU serInterface.framework/Versions/A/ScalableUserInterface
           0x1159c4000 -        0x115a03fff  libGLU.dylib (9.0.83) <8B457205-513B-3477-AE9C-3AD979D5FE11> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
           0x115a17000 -        0x115a1fffc  libGFXShared.dylib (9.0.83) <11A621C3-37A0-39CE-A69B-8739021BD79D> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.d ylib
           0x115a2a000 -        0x115a35fff  libGL.dylib (9.0.83) <984A960A-C159-3AE5-8B40-E2B451F6C712> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
           0x115a4e000 -        0x115a8cff7  libGLImage.dylib (9.0.83) <C08048A7-03CC-3E40-BCDC-7791D87AC8E4> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dyl ib
           0x115a9a000 -        0x115a9cfff  libCVMSPluginSupport.dylib (9.0.83) <E2AED858-6EEB-36C6-8C06-C3CF649A3CD5> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCVMSPluginS upport.dylib
           0x115aa1000 -        0x115aa4fff  libCoreVMClient.dylib (58.1) <EBC36C69-C896-3C3D-8589-3E9023E7E56F> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClien t.dylib
           0x115ab1000 -        0x115ee4ffb  com.apple.vision.FaceCore (3.0.0 - 3.0.0) <F42BFC9C-0B16-35EF-9A07-91B7FDAB7FC5> /System/Library/PrivateFrameworks/FaceCore.framework/Versions/A/FaceCore
           0x116103000 -        0x116151fff  com.apple.opencl (2.3.57 - 2.3.57) <FC03A80D-543A-3448-83FF-D399C3A240D9> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
           0x11616f000 -        0x11617bff3  com.apple.AppleFSCompression (56 - 1.0) <5652B0D0-EB08-381F-B23A-6DCF96991FB5> /System/Library/PrivateFrameworks/AppleFSCompression.framework/Versions/A/Apple FSCompression
           0x116188000 -        0x1161a1ff7  com.apple.Ubiquity (1.3 - 289) <C7F1B734-CE81-334D-BE41-8B20D95A1F9B> /System/Library/PrivateFrameworks/Ubiquity.framework/Versions/A/Ubiquity
           0x1161ba000 -        0x1161c7fff  com.apple.Sharing (132.2 - 132.2) <F983394A-226D-3244-B511-FA51FDB6ADDA> /System/Library/PrivateFrameworks/Sharing.framework/Versions/A/Sharing
           0x1161dd000 -        0x11620dfff  com.apple.IconServices (25 - 25.17) <4751127E-FBD5-3ED5-8510-08D4E4166EFE> /System/Library/PrivateFrameworks/IconServices.framework/Versions/A/IconService s
           0x11623c000 -        0x116261ff7  com.apple.ChunkingLibrary (2.0 - 155.1) <B845DC7A-D1EA-31E2-967C-D1FE0C628036> /System/Library/PrivateFrameworks/ChunkingLibrary.framework/Versions/A/Chunking Library
           0x116272000 -        0x11629cff7  libpcap.A.dylib (42) <91D3FF51-D6FE-3C05-98C9-1182E0EC3D58> /usr/lib/libpcap.A.dylib
           0x1162b0000 -        0x116316fff  com.apple.framework.CoreWiFi (2.0 - 200.21.1) <5491896D-78C5-30B6-96E9-D8DDECF3BE73> /System/Library/Frameworks/CoreWiFi.framework/Versions/A/CoreWiFi
           0x11637a000 -        0x116383fff  com.apple.CaptiveNetworkSupport (13.0 - 1) <096FA05D-1113-3263-B060-FFF4C8AEE8CE> /System/Library/PrivateFrameworks/CaptiveNetwork.framework/Versions/A/CaptiveNe twork
           0x116391000 -        0x1163bbff0  com.apple.SystemConfiguration.EAP8021X (13.0.0 - 13.0) <DC09B518-9F82-38DD-B37D-4A3279E3230D> /System/Library/PrivateFrameworks/EAP8021X.framework/Versions/A/EAP8021X
           0x1163d4000 -        0x11640cff7  com.apple.RemoteViewServices (2.0 - 94) <3F34D630-3DDB-3411-BC28-A56A9B55EBDA> /System/Library/PrivateFrameworks/RemoteViewServices.framework/Versions/A/Remot eViewServices
           0x11644b000 -        0x11644bffd  com.apple.audio.units.AudioUnit (1.9 - 1.9) <6E89F3CB-CC41-3728-9F9A-FDFC151E8261> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
           0x116454000 -        0x11669cfff  com.apple.CoreData (107 - 481) <E5AFBA07-F73E-3B3F-9099-F51224EE8EAD> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
           0x1167c9000 -        0x11680afff  com.apple.PerformanceAnalysis (1.47 - 47) <784ED7B8-FAE4-36CE-8C76-B7D300316C9F> /System/Library/PrivateFrameworks/PerformanceAnalysis.framework/Versions/A/Perf ormanceAnalysis
           0x117060000 -        0x117123ff7  com.apple.backup.framework (1.5.1 - 1.5.1) <FC4E949B-B41A-3F21-8AF8-AEDB13146FEA> /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup
           0x1171aa000 -        0x11722afff  com.apple.CoreSymbolication (3.0 - 141) <B018335C-698B-3F87-AF1C-6115C4FA8954> /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSy mbolication
           0x11724b000 -        0x1172a3ff7  com.apple.Symbolication (1.4 - 129) <16D42516-7B5E-357C-898A-FAA9EE7642B3> /System/Library/PrivateFrameworks/Symbolication.framework/Versions/A/Symbolicat ion
           0x1172f0000 -        0x11731ffff  com.apple.DebugSymbols (106 - 106) <E1BDED08-523A-36F4-B2DA-9D5C712F0AC7> /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbol s
           0x117340000 -        0x11735eff7  com.apple.CalendarFoundation (7.0 - 111) <D5CEE7AE-3325-3E7E-924B-12834AE7D218> /System/Library/PrivateFrameworks/CalendarFoundation.framework/Versions/A/Calen darFoundation
           0x117388000 -        0x117543ff6  com.apple.GeoServices (1.0 - 702.14.9) <A3A4D6AC-72B2-39F3-AAE0

    Hey everyone in Apple world!
    I figured out how to fix the flashing yellow screen problem that I've been having on my MBP!  Yessssss!!!
    I found this super handy website with the golden answer: http://support.apple.com/kb/HT1379
    I followed the instructions on this page and here's what I did:
    Resetting NVRAM / PRAM
    Shut down your Mac.
    Locate the following keys on the keyboard: Command (⌘), Option, P, and R. You will need to hold these keys down simultaneously in step 4.
    Turn on the computer.
    Press and hold the Command-Option-P-R keys before the gray screen appears.
    Hold the keys down until the computer restarts and you hear the startup sound for the second time.
    Release the keys.
    I went through the 6 steps above twice, just to make sure I got rid of whatever stuff was holding up my bootup process.  Since I did that, my MBP boots up just like normal.  No flashing yellow screen anymore!!   
    (Note that I arrived at this solution when I first saw this page: http://support.apple.com/kb/TS2570?viewlocale=en_US)
    Let me know if this works for you!
    Elaine

  • Screen goes black on 867 Powerbook . . .

    Looking for some advice.
    I have an 867 titanium PB which was running 10.5.6 when my problem started. Yesterday the screen went black, although you can see a ghost image of the desktop in the right light.
    Things I have tried:
    Rebuilt permissions
    Verified disk
    Zapped the PRAM
    switched to another user account
    Booted off an OS X install disk
    Hooked up an external monitor to the PB and found that the second display works fine, so the PB video board seems to be working.
    Updated to 10.5.7 (no difference)
    I also tried to boot off an OS X install disk to access the hardware testing tools, but the PB screen is too dark to tell what is going on. Don't want to accidently erase the drive trying to run a diagnostic.
    When I hook the PB up to an external monitor and turn on "Mirror displays" I can revive the PB screen by changing its resolution to the normal setting. Then, both monitors will work fine. And the PB screen is at its expected illumination.
    But when not hooked up to a second monitor, the PB screen will go black at some point. If I try to reset its display resolution without a second monitor, all I get is a brief flash of the screen at full illumination, then it returns to black instantly.
    Question: Am I dealing with a system corruption issue, a failed monitor backlight, video board, failed clock battery which can't hold onto the monitor illumination settings, or something else altogether?
    (It's actually my teenager's PB now so he'll be bummed if I pronounce it dead . . .)
    TIA
    Thomas

    I think your inverter board might've flown south. Thats what happened on my PB the screen would go on for a few seconds and the it would go dark, so I would say that is most likely the problem.

Maybe you are looking for

  • Are there any problems using the Thunderbolt to Firewire 800 adapter?

    I found the only way to migrate my old mac to my new i mac was to use a firewire 800 to thunderbolt adapter, or ethernet. Am I correct?

  • Safari crashes each time I try to upload pictures

    I am new to Mac and never had any troubles with my Mac Air since I bought it before last Christmas. However, a couple of days ago I realized each time I want to upload a picture it crashes. I tried linkedin, yahoo and a couple of other sites. Reinsta

  • Still no update for me!!! Please help

    I still cannot update ?? Ive tried upgrading iTunes, restarting iPhone, but it still says I have the current software? What's the deal? Any suggestions?

  • Navigation with sub-topics

    Hello, my question is, if it is possible to create a website with deeper navigation. For example: When i create a site "products" it appears automatically in the navigation list. Is it now possible to create some different product pages under this to

  • Camera randomly moves forward then backward

    Hey all, I have a camera parented to a null that is being used for this shot. The camera zooms close to the planet very quickly, and then i wanted it to approach slowly (like a coming out of warp shot). Seems easy enough.. The camera slows down at Z