Logging region out of memory

Dear Berkeley dbxml users,
I'm using an Oracle database accessed by two different clients via shared Web services. The amount of information stored in the database is fairly small since the two clients are still in development.
After 50 or so transactions, I get an exception that states "Logging region out of memory, you may need to increase its size".
I read in [this document|http://www.oracle.com/technology/documentation/berkeley-db/db/gsg_txn/JAVA/logconfig.html#logregionsize] that I might have to change the default settings to suit my needs. But I find it a bit strange to have to change the default configuration for such a small application.
Does it seem reasonable for me to change the logging configuration or am I missing something here?
I thank you all in advance for reading this.
Guillaume CHAPUIS

Thank you very much for your answer,
I have a maximum of three different containers open at the same time. Is that too many?
Anyway, now that I know where the exception comes from, I'm going to try and reduce the number of open containers and the length of the path.
Thanks again and have a nice day.

Similar Messages

  • Open Container: Logging region out of memory

    When opening a container I am getting the following error... according to doc's it appears as though a new log file should be created but this is not the case...
    Utils: Logging region out of memory; you may need to increase its size
    Utils: DB->get: method not permitted before handle's open method
    Utils: DB->put: method not permitted before handle's open method
    Utils: DB->put: method not permitted before handle's open method
    Utils: DB->put: method not permitted before handle's open method
    Utils: DB->put: method not permitted before handle's open method
    Utils: DB->put: method not permitted before handle's open method
    Error: com.sleepycat.dbxml.XmlException: Error: Cannot allocate memory, errcode = DATABASE_ERROR
    com.sleepycat.dbxml.XmlException: Error: Cannot allocate memory, errcode = DATABASE_ERROR
    at com.sleepycat.dbxml.dbxml_javaJNI.XmlManager_openContainer__SWIG_2(Native Method)
    at com.sleepycat.dbxml.XmlManager.openContainer(XmlManager.java:525)
    at com.sleepycat.dbxml.XmlManager.openContainer(XmlManager.java:190)
    at com.sleepycat.dbxml.XmlManager.openContainer(XmlManager.java:132)
    at com.iconnect.data.pool.BerkeleyXMLDBPool.getContainer(BerkeleyXMLDBPool.java:195)
    at com.iconnect.data.adapters.BerkleyXMLDBImpl.query(BerkleyXMLDBImpl.java:109)
    at com.iconnect.data.DataManagerFactory.query(DataManagerFactory.java:112)
    at controls.iConnectControl.IConnectImpl.login(IConnectImpl.java:100)
    at controls.iConnectControl.IConnectBean.login(IConnectBean.java:110)
    at app.a12.en.auth.LoginController.Login(LoginController.java:124)
    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:585)
    at org.apache.beehive.netui.pageflow.FlowController.invokeActionMethod(FlowController.java:811)
    at org.apache.beehive.netui.pageflow.FlowController.getActionMethodForward(FlowController.java:752)
    at org.apache.beehive.netui.pageflow.FlowController.internalExecute(FlowController.java:446)
    at org.apache.beehive.netui.pageflow.PageFlowController.internalExecute(PageFlowController.java:237)
    at org.apache.beehive.netui.pageflow.FlowController.execute(FlowController.java:299)
    at org.apache.beehive.netui.pageflow.internal.FlowControllerAction.execute(FlowControllerAction.java:55)
    at org.apache.struts.action.RequestProcessor.processActionPerform(RequestProcessor.java:484)
    at org.apache.beehive.netui.pageflow.PageFlowRequestProcessor.processActionPerform(PageFlowRequestProcessor.java:1403)
    at org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:274)
    at org.apache.beehive.netui.pageflow.PageFlowRequestProcessor.processInternal(PageFlowRequestProcessor.java:647)
    at org.apache.beehive.netui.pageflow.PageFlowRequestProcessor.process(PageFlowRequestProcessor.java:702)
    at org.apache.beehive.netui.pageflow.AutoRegisterActionServlet.process(AutoRegisterActionServlet.java:565)
    at org.apache.struts.action.ActionServlet.doPost(ActionServlet.java:525)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:709)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
    at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:237)
    at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:157)
    at com.iconnect.security.SecurityFilter.doFilter(SecurityFilter.java:99)
    at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:186)
    at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:157)
    at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:214)
    at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:104)
    at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:520)
    at org.apache.catalina.core.StandardContextValve.invokeInternal(StandardContextValve.java:198)
    at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:152)
    at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:104)
    at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:520)
    at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:137)
    at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:104)
    at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:118)
    at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:102)
    at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:520)
    at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
    at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:104)
    at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:520)
    at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:929)
    at org.apache.coyote.tomcat5.CoyoteAdapter.service(CoyoteAdapter.java:160)
    at org.apache.jk.server.JkCoyoteHandler.invoke(JkCoyoteHandler.java:300)
    at org.apache.jk.common.HandlerRequest.invoke(HandlerRequest.java:374)
    at org.apache.jk.common.ChannelSocket.invoke(ChannelSocket.java:743)
    at org.apache.jk.common.ChannelSocket.processConnection(ChannelSocket.java:675)
    at org.apache.jk.common.SocketConnection.runIt(ChannelSocket.java:866)
    at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:683)
    at java.lang.Thread.run(Thread.java:595)

    Here is the output that we have... one thing to note that the exception implies that the container does not exists (although it does)... it is falling into a sub-routine for:
    myManager.existsContainer(containerName) == 0
    The exception is thrown (it seems) because of the "Logging region..." error...
    We had normal operation untill the loggin system ran out of memory... (I am using a shared Environment and am amanaging shared open Containers)...
    btw - Is there not a good end-to-end Java example that is available?
    // Initialize the Environment Configuration
    envConfig.setAllowCreate(true);           // If the environment does not
    envConfig.setInitializeCache(true);      // Turn on the shared memory
    envConfig.setInitializeLocking(true);      // Turn on the locking subsystem.
    envConfig.setInitializeLogging(false);      // Turn on the logging subsystem.
    envConfig.setTransactional(true);           // Turn on the transactional
    envConfig.setErrorStream(System.err);
    envConfig.setErrorPrefix("Utils");
    envConfig.setNoLocking(true);
    // Played using these settings as well
    //envConfig.setLogInMemory(true);
    //envConfig.setLogBufferSize(10 * 1024 * 1024);
    envConfig.setThreaded(true);
    Getting container: USER.dbxml
    Utils: Logging region out of memory; you may need to increase its size
    Container does not exist.... creating...
    Utils: Logging region out of memory; you may need to increase its size
    Utils: Logging region out of memory; you may need to increase its size
    com.sleepycat.dbxml.XmlException: Error: Cannot allocate memory, errcode = DATABASE_ERROR
    com.sleepycat.dbxml.XmlException: Error: Cannot allocate memory, errcode = DATABASE_ERROR
    at com.sleepycat.dbxml.dbxml_javaJNI.XmlManager_createContainer__SWIG_0(Native Method)
    at com.sleepycat.dbxml.XmlManager.createContainer(XmlManager.java:485)
    at com.sleepycat.dbxml.XmlManager.createContainer(XmlManager.java:152)
    at com.sleepycat.dbxml.XmlManager.createContainer(XmlManager.java:122)
    at com.iconnect.data.pool.BerkeleyXMLDBPool.getContainer(BerkeleyXMLDBPool.java:171)
    at com.iconnect.data.adapters.BerkleyXMLDBImpl.query(BerkleyXMLDBImpl.java:109)
    at com.iconnect.data.DataManagerFactory.query(DataManagerFactory.java:112)
    at controls.iConnectControl.IConnectImpl.login(IConnectImpl.java:100)
    at controls.iConnectControl.IConnectBean.login(IConnectBean.java:110)
    at auth.LoginController.Login(LoginController.java:123)
    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:585)
    at org.apache.beehive.netui.pageflow.FlowController.invokeActionMethod(FlowController.java:811)
    at org.apache.beehive.netui.pageflow.FlowController.getActionMethodForward(FlowController.java:752)
    at org.apache.beehive.netui.pageflow.FlowController.internalExecute(FlowController.java:446)
    at org.apache.beehive.netui.pageflow.PageFlowController.internalExecute(PageFlowController.java:237)
    at org.apache.beehive.netui.pageflow.FlowController.execute(FlowController.java:299)
    at org.apache.beehive.netui.pageflow.internal.FlowControllerAction.execute(FlowControllerAction.java:55)
    at org.apache.struts.action.RequestProcessor.processActionPerform(RequestProcessor.java:484)
    at org.apache.beehive.netui.pageflow.PageFlowRequestProcessor.processActionPerform(PageFlowRequestProcessor.java:1403)
    at org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:274)
    at org.apache.beehive.netui.pageflow.PageFlowRequestProcessor.processInternal(PageFlowRequestProcessor.java:647)
    at org.apache.beehive.netui.pageflow.PageFlowRequestProcessor.process(PageFlowRequestProcessor.java:702)
    at org.apache.beehive.netui.pageflow.AutoRegisterActionServlet.process(AutoRegisterActionServlet.java:565)
    at org.apache.struts.action.ActionServlet.doPost(ActionServlet.java:525)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:709)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
    at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:237)
    at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:157)
    at com.iconnect.security.SecurityFilter.doFilter(SecurityFilter.java:99)
    at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:186)
    at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:157)
    at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:214)
    at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:104)
    at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:520)
    at org.apache.catalina.core.StandardContextValve.invokeInternal(StandardContextValve.java:198)
    at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:152)
    at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:104)
    at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:520)
    at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:137)
    at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:104)
    at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:118)
    at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:102)
    at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:520)
    at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
    at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:104)
    at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:520)
    at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:929)
    at org.apache.coyote.tomcat5.CoyoteAdapter.service(CoyoteAdapter.java:160)
    at org.apache.jk.server.JkCoyoteHandler.invoke(JkCoyoteHandler.java:300)
    at org.apache.jk.common.HandlerRequest.invoke(HandlerRequest.java:374)
    at org.apache.jk.common.ChannelSocket.invoke(ChannelSocket.java:743)
    at org.apache.jk.common.ChannelSocket.processConnection(ChannelSocket.java:675)
    at org.apache.jk.common.SocketConnection.runIt(ChannelSocket.java:866)
    at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:683)
    at java.lang.Thread.run(Thread.java:595)
    Setting namespace: http://iconnect.com/schemas/user
    com.sleepycat.dbxml.XmlException: Error: Cannot resolve container: USER.dbxml. Container not open and auto-open is not enabled. Container may not exist., errcode = CONTAINER_CLOSED

  • Repeated Opening of  database in a Txn  causes Logging region out of memory

    Hi
    BDB 4.6.21
    When I open and close a single database file repeatedly, it causes the error message "Logging region out of memory; you may need to increase its size". I have set the 65KB default size for set_lg_regionmax. Is there any work around for solving this issue, other than increasing the value for the set_lg_regionmax. Even if we set it to a higher value, we cannot predict how the clients of BDB will opens a file and closes a database file. Following is a stand alone program, using which one can reproduce the scenario.
    void main()
    const int SUCCESS = 0;
    ULONG uEnvFlags = DB_CREATE | DB_INIT_MPOOL | DB_INIT_LOG | DB_INIT_TXN |DB_INIT_LOCK | DB_THREAD;// |
    //DB_RECOVER;
    LPCSTR lpctszHome = "D:\\Nisam\\Temp";
    int nReturn = 0;
    DbEnv* pEnv = new DbEnv( DB_CXX_NO_EXCEPTIONS );
    nReturn = pEnv->set_thread_count( 20 );
    nReturn = pEnv->open( lpctszHome, uEnvFlags, 0 );
    if( SUCCESS != nReturn )
    return 0;
    DbTxn* pTxn = 0;
    char szBuff[MAX_PATH];
    UINT uDbFlags = DB_CREATE | DB_THREAD;
    Db* pDb = 0;
    Db Database( pEnv, 0 );
    lstrcpy( szBuff, "DBbbbbbbbbbbbbbbbbbbbbbbbbbb________0" );// some long name
    // First create the database
    nReturn = Database.open( pTxn, szBuff, 0, DB_BTREE, uDbFlags, 0 );
    nReturn = Database.close( 0 );
    for( int nCounter = 0; 10000 > nCounter; ++nCounter )
    // Now repeatedly open and close the above created database
    pEnv->txn_begin( pTxn, &pTxn, 0 );
    Db Database( pEnv, 0 );
    nReturn = Database.open( pTxn, szBuff, 0, DB_BTREE, uDbFlags, 0 );
    if( SUCCESS != nReturn )
    // when the count reaches 435, the error occurs
    pTxn->abort();
    pDb->close( 0 );
    pEnv->close( 0 );
    return 0;
    pTxn->abort();
    pTxn = 0;
    Database.close( 0 );
    By the way, following is the content of my DB_CONFIG file
    set_tx_max 1000
    set_lk_max_lockers 10000
    set_lk_max_locks 100000
    set_lk_max_objects 100000
    set_lock_timeout 20000
    set_lg_bsize 1048576
    set_lg_max 10485760
    #log region: 66KB
    set_lg_regionmax 67584
    set_cachesize 0 8388608 1
    Thanks are Regards
    Nisam

    Hi Nisam,
    I was able to reproduce the problem using Berkeley DB 4.6.21. The problem is with releasing the FNAME structure in certain cases involving abort Transactions. In a situation where you have continuous (in a loop) transactional (open, abort, close) of databases you will notice (as you did) that the log region size needs to be increased (set_lg_regionmax).
    This problem was identified and reproduced yesterday (thanks for letting us know about this) and is reported as SR #15953. It will be fixed in the next release of Berkeley DB and is currently in code review/regression testing. I have a patch that you can apply to Berkeley DB 4.6 and have confirmed that your test program runs with the patch applied. If you send me email at (Ron dot Cohen at Oracle) I’ll send the patch to you.
    As you noticed, commiting the transaction will run cleanly without error. You could do that (with the suggestiion DB_TXN_NOSYNC below) but you may not even need transactions for this.
    I want to expand a bit on my recommendation that you not abort transactions in the manner that you are doing (though with the patch you can certainly do that). First, the open/close database is a heavyweight operation. Typically you create/open your databases and keep them open for the life of the application (or a long time).
    You also mentioned, that you noticed commits may have taken a longer time. We can talk about that (if you email me), but you could consider using the DB_TXN_NOSYNC flag losing durability. Make sure that this suggestion will work with your application requirements.
    Even if you have (create/open/get/commit/abort) that should not need transactions for a single get operation. For that case, there would be no logging for the open and close therefore this sequence would be faster. This was a code snippet so what you have in your application may be a lot more complicated and justify what you have done. But the simple test case above should not require a transaction since you are doing a single atomic get.
    I hope this helps!
    Ron Cohen
    Oracle Corporation

  • Csstored: Logging region out of memory

    Hi.
    Newest calendar server (Communications suite 7).
    When we start the calendar server, we get this in the store.log:
    [08/Oct/2009:12:26:39 +0200] bane csstored[2896]: General Notice: csstored is refreshing
    [08/Oct/2009:12:26:39 +0200] bane csstored[2896]: General Notice: csstored is refreshed
    [08/Oct/2009:12:26:39 +0200] bane csstored[2896]: General Notice: csstored is ready
    [08/Oct/2009:12:26:39 +0200] bane csstored[2896]: General Notice: Copying all the transaction log files from live db to hotbackup/archive dirs.
    [08/Oct/2009:12:26:40 +0200] bane csstored[2896]: General Error: hotbackup: Logging region out of memory; you may need to increase its size
    [08/Oct/2009:12:26:40 +0200] bane csstored[2896]: General Error: hotbackup: Recovery function for LSN 10 3275844 failed on backward pass
    [08/Oct/2009:12:26:40 +0200] bane csstored[2896]: General Error: hotbackup: PANIC: Not enough space
    [08/Oct/2009:12:26:40 +0200] bane csstored[2896]: General Critical: Failed to recover databases in /var/opt/sun/comms/calendar/SUNWics5/csdb/hotbackup/20091008
    [08/Oct/2009:12:26:40 +0200] bane csstored[2896]: General Error: hotbackup: DB_ENV->open: /var/opt/sun/comms/calendar/SUNWics5/csdb/hotbackup/20091008: DB_RUNRECOVERY: Fatal error, run database recovery
    [08/Oct/2009:12:26:40 +0200] bane csstored[2896]: General Notice: The hotbackup task has been temporarily disabled.
    Google search on this error gives suggestion to put these settings in Berkely DB_config file:
    set_cachesize 0 8388608 8
    set_lg_regionmax 524288
    set_lg_bsize 2097152
    Does calendar server even have a berkely db_config file?
    This problem cropped up today, after a series of restarts due to another problem that is now fixed.
    What does this mean, and how do I fix it? :o)

    whaterverfdsa wrote:
    What platform are you running on (Solaris x86/Sparc/Redhat Linux)?OpenSolaris (I know it's not supported, but we needed HA Clustering without shared storage, and to my knowledge the only solution then was opensolaris...)OpenSolaris isn't supported or tested at all with Communication Suite 7 so if something does break you will not get any assistance from Sun to fix it. Make sure you keep plenty of backups.
    Try stopping calendar server, move all of the hotbackup files elsewhere (/calendar/SUNWics5/csdb/hotbackup/*) and restarting calendar server.
    Does this fix the problem?Actually, I had put off this problem while I fixed some others, and when I was now going to do as you suggested, the problem had vanished... :o)
    Possibly the bad hotbackup(s) had cycled out? (We use the default settings for hotbackup and archive)...A fresh hotbackup/archive directory is created each day.
    The hotbackup mechanism is designed to warn the calendar server administrator of a possible corruption/problem with the production database. If the production database was fine but there was some issue with replaying the production database transaction log to the hotbackup db then you can hit this scenario.
    So the problem is gone, but I don't think I understand what the errormessage really meant... The calendar server stored process attempts to replay the live production database transaction log to the hotbackup db copy. If there is a problem during this process (as was the case here) it could indicate a problem with the production database.
    I couldn't find any other reports of the error "Logging region out of memory; you may need to increase its size" with Calendar Server so this may indicate a problem with Calendar Server (Berkeley DB) and OpenSolaris, a problem with the CS6.3 patch release provided with Comm-Suite-7 or some issue specific to your environment.
    Does it try to restore from a hotbackup after doing the hotbackup to verify?No. It is up to the administrator to verify if the production database is corrupt (db_verify / csdb check) and if so then follow the recovery procedures as per:
    http://docs.sun.com/app/docs/doc/819-4654/acamh?a=view
    Regards,
    Shane.

  • Running out of locks, lockers, and logging region

    I know this issue has been brought up quite a bit, but I am experiencing an issue that I can't quite track down exactly.
    Simply, I have a function that either creates or reopens containers of an existing database. These creations/opens are wrapped in a transaction. The transaction is aborted on any kind of error and committed once all containers/databases are open.
    I have an application which runs as a daemon and stays connected to the containers and database waiting for a network connection. This application can be run any number of times. The database is meant to be initialized in a way to support concurrency and integrity.
    I am noticing that upon every execution of the application, my locks increase by around 80-100 and the lockers increase by a consistent 134. I am also subsequently seeing, after 5 instances are run, a logging region out of memory error.
    I was wondering if these locks/lockers/logging region usage sticking around after database/container initialization was normal and if I should be handling the expansion of these areas at runtime to accommodate the indefinite number of processes that can access this database at any one time?
    I know the question is rather vague, but I'm attempting to find out where I should begin looking.
    Thank you in advance and please let me know if you need anymore information.

    This is just a guess:
    (1) Your applications runs up against the maximum number of lock objects, which triggers an exception. This may be caused by either (a) your application requirements or (b) failure to commit/abort transactions.
    (2) The exception is not caught at the appropriate place, or appropriate action is not taken in the exception handling, which is to deallocate XmlResults and other objects (so the underlying C++ objects may be freed) and to abort the transaction.
    (3) C++ objects the Java wrappers of which should have been deleted (call delete()) are still around when they shouldn't be, and this causes a SEGV to happen, which is what you're seeing.
    If you think the above is possible, you could boil down com.company.MyClass to a minimal example that reproduces the behaviour you're seeing and is easy for others to run at home, and then post it here.
    Michael Ludwig

  • Out of Memory! error messages

    For a few months I have been getting a series of about 40 error messages when Logic 7.2.1 is starting up. They appear at the end of the startup process. I dismiss each one and at the end of all the messages, Logic appears and seems to work then with no problems. The messages are:
    Out of Memory!
    Out of memory! Couldn't insert or delete data
    Couldn't creat Region
    Out of memory! Couldn't insert or delete data
    These appear with Logic in Native mode and also if I add the DAE audio engine.
    I have trashed prefs. I have cleared out all plugins. The error messages do not go away.
    Does anyone have any ideas as to why these error messages are appearing?

    Is there a specific song it's trying to load on
    startup? Maybe that's corrupted?
    Thanks for the suggestion. There is no Autoload song to load in any of the folders that might have it. The errors appear after I have trashed ALL Logic preferences and Restarted the G5 and then started up Logic.
    If you hold down the Option key near the end of Logic starting up (while it is checking MIDI), this causes Logic to appear without any song loaded. In this case I get no memory error messages. If I then select File / New and load in a generic new song, the error messages appear again at that point.
    So, I think you are correct in thinking it relates to the song that is being loaded but why the generic new song should cause these error messages is not clear to me yet.

  • Out of memory detected in log.xml

    Hi,
    Our db version is 11.1.0.7.0 and in log.xml we see out of memory error like this
    Out of memory detected in /u01/app/oracle/admin/diag/rdbms/ABCD/alert/log.xml at time/line number: Tue Feb 15 03:09:11 2011/54933.
    Alert log file looks ok.
    How to prevent this?

    You need to provide more information than that. I presume you got this from the OEM alert.
    Try looking in /u01/app/oracle/admin/diag/rdbms/ABCD/ABCD/trace/alert_ABCD.log and look at any entries for February 15th. That might point you in the right direction.

  • Big Log Files resulting in Out Of Memory of serverpartition

    Hi Forte users,
    Using the Component/View Log from EConsole on a server partition triggers
    an
    Out-Of Memory of the server partition when the log file is too big (a few
    Mb).
    Does anyone know how to change the log file name or clean the log file of
    a server partition running interpreted with Forte 2.0H16 ???
    Any help welcome,
    Thanks,
    Vincent Figari
    You don't need to buy Internet access to use free Internet e-mail.
    Get completely free e-mail from Juno at http://www.juno.com
    Or call Juno at (800) 654-JUNO [654-5866]

    Ask in Photoshop General Discussion or go to Microsoft and search for an article on memory allocation
    http://search.microsoft.com/search.aspx?mkt=en-US&setlang=en-US
    This forum is about the Cloud as a delivery process, not about using individual programs
    If you start at the Forums Index https://forums.adobe.com/welcome
    You will be able to select a forum for the specific Adobe product(s) you use
    Click the "down arrow" symbol on the right (where it says All communities) to open the drop down list and scroll

  • RE: Big Log Files resulting in Out Of Memory of serverpartition

    To clean a log on nt, you can open it with notepad, select all and delte, add a space ans save as... with the same file name
    on unix, you can just redirect the standard input to the file name (e.g.:
    # > forte_ex_2390.log
    (Should work with nt but i never tried)
    Hope that will help
    De : Vincent R Figari
    Date : lundi 30 mars 1998 21:42
    A : [email protected]
    Objet : Big Log Files resulting in Out Of Memory of server partition
    Hi Forte users,
    Using the Component/View Log from EConsole on a server partition triggers
    an
    Out-Of Memory of the server partition when the log file is too big (a few
    Mb).
    Does anyone know how to change the log file name or clean the log file of
    a server partition running interpreted with Forte 2.0H16 ???
    Any help welcome,
    Thanks,
    Vincent Figari
    You don't need to buy Internet access to use free Internet e-mail.
    Get completely free e-mail from Juno at http://www.juno.com
    Or call Juno at (800) 654-JUNO [654-5866]

    So try treating your development box like a production box for a day and see if the problem manifests itself.
    Do a load test and simulate massive numbers of changes on your development box.
    Are there any OS differences between production and development?
    How long does it take to exhaust the memory?
    Does it just add new jsp files, or can it also replace old ones?

  • Safari message "web content quit unexpectedly" every time I log into Facebook and then it logs me out. How do I fix this?

    It only does it on Facebook. I've checked for updates, restarted, cleared my cache, and done the utilities permission repair to no avail. Just purchased my first Mac a few months ago and I'm using Lion. Thanks in advance for your help! This is the code that it gives me:
    Process:         WebProcess [297]
    Path:            /System/Library/PrivateFrameworks/WebKit2.framework/WebProcess.app/Contents/Mac OS/WebProcess
    Identifier:      com.apple.WebProcess
    Version:         7534 (7534.48.3)
    Build Info:      WebKit2-7534048003000000~10
    Code Type:       X86-64 (Native)
    Parent Process:  Safari [126]
    Date/Time:       2011-10-11 16:58:12.966 -0400
    OS Version:      Mac OS X 10.7.1 (11B26)
    Report Version:  9
    Interval Since Last Report:          6269 sec
    Crashes Since Last Report:           9
    Per-App Interval Since Last Report:  6274 sec
    Per-App Crashes Since Last Report:   8
    Anonymous UUID:                      E1A8DBCD-FFF9-4A20-99F4-0408A852961A
    Crashed Thread:  0  Dispatch queue: com.apple.main-thread
    Exception Type:  EXC_BAD_ACCESS (SIGSEGV)
    Exception Codes: KERN_INVALID_ADDRESS at 0x0000000000000009
    VM Regions Near 0x9:
    -->
        __TEXT                 00000001041c3000-00000001041c4000 [    4K] r-x/rwx SM=COW  /System/Library/PrivateFrameworks/WebKit2.framework/WebProcess.app/Contents/Mac OS/WebProcess
    Application Specific Information:
    objc[297]: garbage collection is OFF
    Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
    0   libRIP.A.dylib                          0x00007fff8fb04c1e ripc_Reclaim + 162
    1   libRIP.A.dylib                          0x00007fff8fb04a66 ripc_Finalize + 23
    2   com.apple.CoreGraphics                  0x00007fff8d576510 CGContextDelegateFinalize + 53
    3   com.apple.CoreFoundation                0x00007fff8e1118df CFRelease + 399
    4   com.apple.CoreGraphics                  0x00007fff8d5764a1 context_reclaim + 74
    5   com.apple.CoreFoundation                0x00007fff8e1118df CFRelease + 399
    6   com.apple.AppKit                        0x00007fff923a452b -[NSCGSContext _invalidate] + 78
    7   com.apple.AppKit                        0x00007fff923a44b7 -[NSCGSContext dealloc] + 27
    8   com.apple.AppKit                        0x00007fff923a4495 -[NSWindowGraphicsContext dealloc] + 67
    9   com.apple.AppKit                        0x00007fff923a4449 -[NSBitmapGraphicsContext dealloc] + 92
    10  libobjc.A.dylib                         0x00007fff90ef503c (anonymous namespace)::AutoreleasePoolPage::pop(void*) + 434
    11  com.apple.CoreFoundation                0x00007fff8e13a6a5 _CFAutoreleasePoolPop + 37
    12  com.apple.Foundation                    0x00007fff910300d7 -[NSAutoreleasePool drain] + 154
    13  com.apple.CoreFoundation                0x00007fff8e161694 __CFRUNLOOP_IS_CALLING_OUT_TO_A_TIMER_CALLBACK_FUNCTION__ + 20
    14  com.apple.CoreFoundation                0x00007fff8e1611e6 __CFRunLoopDoTimer + 534
    15  com.apple.CoreFoundation                0x00007fff8e141ba1 __CFRunLoopRun + 1617
    16  com.apple.CoreFoundation                0x00007fff8e141216 CFRunLoopRunSpecific + 230
    17  com.apple.HIToolbox                     0x00007fff91f634ff RunCurrentEventLoopInMode + 277
    18  com.apple.HIToolbox                     0x00007fff91f6ac21 ReceiveNextEventCommon + 355
    19  com.apple.HIToolbox                     0x00007fff91f6aaae BlockUntilNextEventMatchingListInMode + 62
    20  com.apple.AppKit                        0x00007fff922e2191 _DPSNextEvent + 659
    21  com.apple.AppKit                        0x00007fff922e1a95 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 135
    22  com.apple.AppKit                        0x00007fff922de3d6 -[NSApplication run] + 463
    23  com.apple.WebKit2                       0x00007fff90ccf447 WebKit::WebProcessMain(WebKit::CommandLine const&) + 587
    24  com.apple.WebKit2                       0x00007fff90cbaee2 WebKitMain + 268
    25  com.apple.WebProcess                    0x00000001041c3da4 0x1041c3000 + 3492
    Thread 1:: Dispatch queue: com.apple.libdispatch-manager
    0   libsystem_kernel.dylib                  0x00007fff890e17e6 kevent + 10
    1   libdispatch.dylib                       0x00007fff92ee960e _dispatch_mgr_invoke + 923
    2   libdispatch.dylib                       0x00007fff92ee819e _dispatch_mgr_thread + 54
    Thread 2:
    0   libsystem_kernel.dylib                  0x00007fff890e1192 __workq_kernreturn + 10
    1   libsystem_c.dylib                       0x00007fff8903c594 _pthread_wqthread + 758
    2   libsystem_c.dylib                       0x00007fff8903db85 start_wqthread + 13
    Thread 3:
    0   libsystem_kernel.dylib                  0x00007fff890e1192 __workq_kernreturn + 10
    1   libsystem_c.dylib                       0x00007fff8903c594 _pthread_wqthread + 758
    2   libsystem_c.dylib                       0x00007fff8903db85 start_wqthread + 13
    Thread 4:: WebCore: LocalStorage
    0   libsystem_kernel.dylib                  0x00007fff890e0bca __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x00007fff8903e274 _pthread_cond_wait + 840
    2   com.apple.JavaScriptCore                0x00007fff92f80ba0 ***::ThreadCondition::timedWait(***::Mutex&, double) + 64
    3   com.apple.WebCore                       0x00007fff8b54b2ba ***::MessageQueue<WebCore::LocalStorageTask>::waitForMessage() + 132
    4   com.apple.WebCore                       0x00007fff8b54b213 WebCore::LocalStorageThread::threadEntryPoint() + 99
    5   com.apple.WebCore                       0x00007fff8b54b15b WebCore::LocalStorageThread::threadEntryPointCallback(void*) + 9
    6   libsystem_c.dylib                       0x00007fff8903a8bf _pthread_start + 335
    7   libsystem_c.dylib                       0x00007fff8903db75 thread_start + 13
    Thread 5:: com.apple.NSURLConnectionLoader
    0   libsystem_kernel.dylib                  0x00007fff890df67a mach_msg_trap + 10
    1   libsystem_kernel.dylib                  0x00007fff890ded71 mach_msg + 73
    2   com.apple.CoreFoundation                0x00007fff8e13929c __CFRunLoopServiceMachPort + 188
    3   com.apple.CoreFoundation                0x00007fff8e141a04 __CFRunLoopRun + 1204
    4   com.apple.CoreFoundation                0x00007fff8e141216 CFRunLoopRunSpecific + 230
    5   com.apple.Foundation                    0x00007fff91091a97 +[NSURLConnection(NSURLConnectionReallyInternal) _resourceLoadLoop:] + 335
    6   com.apple.Foundation                    0x00007fff910861ea -[NSThread main] + 68
    7   com.apple.Foundation                    0x00007fff91086162 __NSThread__main__ + 1575
    8   libsystem_c.dylib                       0x00007fff8903a8bf _pthread_start + 335
    9   libsystem_c.dylib                       0x00007fff8903db75 thread_start + 13
    Thread 6:: com.apple.CFSocket.private
    0   libsystem_kernel.dylib                  0x00007fff890e0df2 __select + 10
    1   com.apple.CoreFoundation                0x00007fff8e18a66b __CFSocketManager + 1355
    2   libsystem_c.dylib                       0x00007fff8903a8bf _pthread_start + 335
    3   libsystem_c.dylib                       0x00007fff8903db75 thread_start + 13
    Thread 7:: QTKit: listenOnDelegatePort
    0   libsystem_kernel.dylib                  0x00007fff890df67a mach_msg_trap + 10
    1   libsystem_kernel.dylib                  0x00007fff890ded71 mach_msg + 73
    2   com.apple.CoreFoundation                0x00007fff8e13929c __CFRunLoopServiceMachPort + 188
    3   com.apple.CoreFoundation                0x00007fff8e141a04 __CFRunLoopRun + 1204
    4   com.apple.CoreFoundation                0x00007fff8e141216 CFRunLoopRunSpecific + 230
    5   com.apple.CoreFoundation                0x00007fff8e150f2f CFRunLoopRun + 95
    6   com.apple.QTKit                         0x00007fff9086b702 listenOnDelegatePort + 418
    7   libsystem_c.dylib                       0x00007fff8903a8bf _pthread_start + 335
    8   libsystem_c.dylib                       0x00007fff8903db75 thread_start + 13
    Thread 8:: QTKit: listenOnNotificationPort
    0   libsystem_kernel.dylib                  0x00007fff890df67a mach_msg_trap + 10
    1   libsystem_kernel.dylib                  0x00007fff890ded71 mach_msg + 73
    2   com.apple.CoreFoundation                0x00007fff8e13929c __CFRunLoopServiceMachPort + 188
    3   com.apple.CoreFoundation                0x00007fff8e141a04 __CFRunLoopRun + 1204
    4   com.apple.CoreFoundation                0x00007fff8e141216 CFRunLoopRunSpecific + 230
    5   com.apple.CoreFoundation                0x00007fff8e150f2f CFRunLoopRun + 95
    6   com.apple.QTKit                         0x00007fff9086bb99 listenOnNotificationPort + 376
    7   libsystem_c.dylib                       0x00007fff8903a8bf _pthread_start + 335
    8   libsystem_c.dylib                       0x00007fff8903db75 thread_start + 13
    Thread 9:
    0   libsystem_kernel.dylib                  0x00007fff890e1192 __workq_kernreturn + 10
    1   libsystem_c.dylib                       0x00007fff8903c594 _pthread_wqthread + 758
    2   libsystem_c.dylib                       0x00007fff8903db85 start_wqthread + 13
    Thread 10:
    0   libsystem_kernel.dylib                  0x00007fff890e1192 __workq_kernreturn + 10
    1   libsystem_c.dylib                       0x00007fff8903c594 _pthread_wqthread + 758
    2   libsystem_c.dylib                       0x00007fff8903db85 start_wqthread + 13
    Thread 11:
    0   libsystem_kernel.dylib                  0x00007fff890e1192 __workq_kernreturn + 10
    1   libsystem_c.dylib                       0x00007fff8903c594 _pthread_wqthread + 758
    2   libsystem_c.dylib                       0x00007fff8903db85 start_wqthread + 13
    Thread 12:
    0   libsystem_kernel.dylib                  0x00007fff890e1192 __workq_kernreturn + 10
    1   libsystem_c.dylib                       0x00007fff8903c594 _pthread_wqthread + 758
    2   libsystem_c.dylib                       0x00007fff8903db85 start_wqthread + 13
    Thread 13:
    0   libsystem_kernel.dylib                  0x00007fff890e1192 __workq_kernreturn + 10
    1   libsystem_c.dylib                       0x00007fff8903c594 _pthread_wqthread + 758
    2   libsystem_c.dylib                       0x00007fff8903db85 start_wqthread + 13
    Thread 0 crashed with X86 Thread State (64-bit):
      rax: 0x00007fc963d86f90  rbx: 0x00007fc961e090d0  rcx: 0x00007fc961e090e0  rdx: 0x00007fc963e31d60
      rdi: 0x00007fc963d86f80  rsi: 0x0000000000000001  rbp: 0x00007fff63dc0f60  rsp: 0x00007fff63dc0f30
       r8: 0x00007fc963e31d50   r9: 0x0000000000000002  r10: 0x0000000000001e20  r11: 0xffff80369e3d54bf
      r12: 0x0000000100012080  r13: 0x0000000000000001  r14: 0x00007fc963d86270  r15: 0x00007fc963d86468
      rip: 0x00007fff8fb04c1e  rfl: 0x0000000000010206  cr2: 0x0000000000000009
    Logical CPU: 0
    Binary Images:
           0x1041c3000 -        0x1041c3fff  com.apple.WebProcess (7534 - 7534.48.3) <6DA681AD-4D28-3FA0-8B54-42F4C4C30D6D> /System/Library/PrivateFrameworks/WebKit2.framework/WebProcess.app/Contents/Mac OS/WebProcess
           0x1041cc000 -        0x1041ccfff  WebProcessShim.dylib (534.48.3 - compatibility 1.0.0) <CF286A92-63E5-395A-9900-1419553346E8> /System/Library/PrivateFrameworks/WebKit2.framework/WebProcess.app/Contents/Mac OS/WebProcessShim.dylib
        0x7fff63dc3000 -     0x7fff63df7ac7  dyld (195.5 - ???) <4A6E2B28-C7A2-3528-ADB7-4076B9836041> /usr/lib/dyld
        0x7fff876a2000 -     0x7fff87b2cfff  com.apple.Safari.framework (7534 - 7534.48.3) <287305A0-D3A2-3D28-8B46-41548687741B> /System/Library/PrivateFrameworks/Safari.framework/Versions/A/Safari
        0x7fff87b2d000 -     0x7fff87b2eff7  libsystem_blocks.dylib (53.0.0 - compatibility 1.0.0) <8BCA214A-8992-34B2-A8B9-B74DEACA1869> /usr/lib/system/libsystem_blocks.dylib
        0x7fff87b2f000 -     0x7fff87e06fff  com.apple.security (7.0 - 55010) <2418B583-D3BD-3BC5-8B07-8289C8A5B43B> /System/Library/Frameworks/Security.framework/Versions/A/Security
        0x7fff87e07000 -     0x7fff87ea6fff  com.apple.LaunchServices (480.19 - 480.19) <41ED4C8B-C74B-34EA-A9BF-34DBA5F52307> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchS ervices.framework/Versions/A/LaunchServices
        0x7fff87efc000 -     0x7fff88399fff  com.apple.RawCamera.bundle (3.8.0 - 577) <38481531-657E-DFFA-1EF4-ADFCA15DAC49> /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera
        0x7fff883d5000 -     0x7fff88802fff  libLAPACK.dylib (??? - ???) <4F2E1055-2207-340B-BB45-E4F16171EE0D> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libLAPACK.dylib
        0x7fff8881f000 -     0x7fff88829ff7  liblaunch.dylib (392.18.0 - compatibility 1.0.0) <39EF04F2-7F0C-3435-B785-BF283727FFBD> /usr/lib/system/liblaunch.dylib
        0x7fff8882a000 -     0x7fff88983ff7  com.apple.audio.toolbox.AudioToolbox (1.7 - 1.7) <296F10D0-A871-39C1-B8B2-9200AB12B5AF> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
        0x7fff88984000 -     0x7fff88b0efff  com.apple.WebKit (7534 - 7534.48.3) <03AC8252-B3A1-3A7C-9DAF-99CC9DC56D5D> /System/Library/Frameworks/WebKit.framework/Versions/A/WebKit
        0x7fff88b0f000 -     0x7fff88b18fff  libnotify.dylib (80.0.0 - compatibility 1.0.0) <BD08553D-8088-38A8-8007-CF5C0B8F0404> /usr/lib/system/libnotify.dylib
        0x7fff88b19000 -     0x7fff88b36fff  libPng.dylib (??? - ???) <75DA9F95-C2A1-3534-9F8B-14CFFDE2A290> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libPng.dylib
        0x7fff88b37000 -     0x7fff88b43fff  com.apple.CrashReporterSupport (10.7 - 343) <89EFF4A7-D064-3CAE-9BFC-285EE9033197> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/Cra shReporterSupport
        0x7fff88b61000 -     0x7fff88b6ffff  com.apple.NetAuth (1.0 - 3.0) <F384FFFD-70F6-3B1C-A886-F5B446E456E7> /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth
        0x7fff88b70000 -     0x7fff88b7eff7  libkxld.dylib (??? - ???) <65BE345D-6618-3D1A-9E2B-255E629646AA> /usr/lib/system/libkxld.dylib
        0x7fff88b7f000 -     0x7fff88c46ff7  com.apple.ColorSync (4.7.0 - 4.7.0) <A29897D7-4B63-3BBB-B66C-710BE9CC01D8> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ColorSync.framework/Versions/A/ColorSync
        0x7fff88c47000 -     0x7fff88cebfef  com.apple.ink.framework (1.3.2 - 110) <F69DBD44-FEC8-3C14-8131-CC0245DBBD42> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework /Versions/A/Ink
        0x7fff88cec000 -     0x7fff88dccfff  com.apple.CoreServices.OSServices (478.25.1 - 478.25.1) <E7FD4DB7-7844-355A-83D0-C1F24BE71019> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServi ces.framework/Versions/A/OSServices
        0x7fff88dcd000 -     0x7fff88dd1fff  libCGXType.A.dylib (600.0.0 - compatibility 64.0.0) <5EEAD17D-006C-3855-8093-C7A4A97EE0D0> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCGXType.A.dylib
        0x7fff88e24000 -     0x7fff88e29fff  libGIF.dylib (??? - ???) <21851808-BFD2-3141-8354-A419479726BF> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libGIF.dylib
        0x7fff88e2a000 -     0x7fff88febfe7  com.apple.CoreData (103 - 358.4) <8D8ABA2E-0161-334D-A7C9-79E5297E188B> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
        0x7fff88fec000 -     0x7fff890c9fef  libsystem_c.dylib (763.11.0 - compatibility 1.0.0) <1D61CA57-3C6D-30F7-89CB-CC6F0787B1DC> /usr/lib/system/libsystem_c.dylib
        0x7fff890ca000 -     0x7fff890eafff  libsystem_kernel.dylib (1699.22.73 - compatibility 1.0.0) <69F2F501-72D8-3B3B-8357-F4418B3E1348> /usr/lib/system/libsystem_kernel.dylib
        0x7fff890eb000 -     0x7fff890edff7  com.apple.print.framework.Print (7.0 - 247) <579D7E49-A7F4-3C41-9434-3114B8A9B96C> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framewo rk/Versions/A/Print
        0x7fff89148000 -     0x7fff89175fe7  libSystem.B.dylib (159.0.0 - compatibility 1.0.0) <7B4D685D-939C-3ABE-8780-77A1889E0DE9> /usr/lib/libSystem.B.dylib
        0x7fff89176000 -     0x7fff8917bfff  com.apple.OpenDirectory (10.7 - 144) <E8AACF47-C423-3DCE-98F6-A811612B1B46> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
        0x7fff8917c000 -     0x7fff8918dff7  SyndicationUI (??? - ???) <2611F56F-81A9-3457-8C87-2700BFD9D4CB> /System/Library/PrivateFrameworks/SyndicationUI.framework/Versions/A/Syndicatio nUI
        0x7fff89194000 -     0x7fff89194fff  libkeymgr.dylib (23.0.0 - compatibility 1.0.0) <61EFED6A-A407-301E-B454-CD18314F0075> /usr/lib/system/libkeymgr.dylib
        0x7fff895e1000 -     0x7fff89620ff7  libcups.2.dylib (2.9.0 - compatibility 2.0.0) <DE681910-3F7F-3502-9937-AB8008CD281A> /usr/lib/libcups.2.dylib
        0x7fff89621000 -     0x7fff8962eff7  libbz2.1.0.dylib (1.0.5 - compatibility 1.0.0) <8EDE3492-D916-37B2-A066-3E0F054411FD> /usr/lib/libbz2.1.0.dylib
        0x7fff8962f000 -     0x7fff89632fff  libCoreVMClient.dylib (??? - ???) <9E9F7B24-567C-3102-909C-219CF2B191FD> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClien t.dylib
        0x7fff89633000 -     0x7fff899f9fff  com.apple.MediaToolbox (1.0 - 705.35) <EC6755D1-58BC-36F5-AB66-143D03A0AF8C> /System/Library/PrivateFrameworks/MediaToolbox.framework/Versions/A/MediaToolbo x
        0x7fff8a30c000 -     0x7fff8a36eff7  com.apple.coreui (0.3 - 162) <A752F9D0-1CAE-340F-B2D2-95EEF242B301> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
        0x7fff8a37e000 -     0x7fff8a3c9fff  com.apple.SystemConfiguration (1.11 - 1.11) <0B02FEC4-C36E-32CB-8004-2214B6793AE8> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfi guration
        0x7fff8a3ca000 -     0x7fff8a3edff7  com.apple.RemoteViewServices (1.0 - 1) <EB549657-8EDC-312A-B8BE-DEC3E160AC3D> /System/Library/PrivateFrameworks/RemoteViewServices.framework/Versions/A/Remot eViewServices
        0x7fff8a3ee000 -     0x7fff8a408fff  com.apple.CoreMediaAuthoring (2.0 - 889) <99D8E4C6-DDD3-3B0C-BBFB-A513877F10F6> /System/Library/PrivateFrameworks/CoreMediaAuthoring.framework/Versions/A/CoreM ediaAuthoring
        0x7fff8a409000 -     0x7fff8a40dff7  com.apple.CommonPanels (1.2.5 - 94) <0BB2C436-C9D5-380B-86B5-E355A7711259> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels. framework/Versions/A/CommonPanels
        0x7fff8a40e000 -     0x7fff8a489ff7  com.apple.print.framework.PrintCore (7.0 - 366) <E663DF78-6729-332D-B763-ABB63A6BBB55> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ PrintCore.framework/Versions/A/PrintCore
        0x7fff8a53c000 -     0x7fff8a5aafff  com.apple.CoreSymbolication (2.1 - 66) <E1582596-4157-3535-BF1F-3BAE92A0B09F> /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSy mbolication
        0x7fff8a627000 -     0x7fff8a62bfff  libmathCommon.A.dylib (2026.0.0 - compatibility 1.0.0) <FF83AFF7-42B2-306E-90AF-D539C51A4542> /usr/lib/system/libmathCommon.A.dylib
        0x7fff8a62c000 -     0x7fff8a72eff7  com.apple.PubSub (1.0.5 - 65.28) <D971543B-C9BE-3C58-8453-B3C69E2D2A6F> /System/Library/Frameworks/PubSub.framework/Versions/A/PubSub
        0x7fff8a72f000 -     0x7fff8ab61fe7  com.apple.VideoToolbox (1.0 - 705.35) <B1B9F159-EEE2-38BB-A55E-CDB335A7A226> /System/Library/PrivateFrameworks/VideoToolbox.framework/Versions/A/VideoToolbo x
        0x7fff8ab62000 -     0x7fff8ab65ff7  com.apple.securityhi (4.0 - 1) <B37B8946-BBD4-36C1-ABC6-18EDBC573F03> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.fr amework/Versions/A/SecurityHI
        0x7fff8ab83000 -     0x7fff8abaafff  com.apple.PerformanceAnalysis (1.10 - 10) <2A058167-292E-3C3A-B1F8-49813336E068> /System/Library/PrivateFrameworks/PerformanceAnalysis.framework/Versions/A/Perf ormanceAnalysis
        0x7fff8abab000 -     0x7fff8abcafff  libresolv.9.dylib (46.0.0 - compatibility 1.0.0) <33263568-E6F3-359C-A4FA-66AD1300F7D4> /usr/lib/libresolv.9.dylib
        0x7fff8ac0a000 -     0x7fff8ac37ff7  com.apple.opencl (1.50.62 - 1.50.62) <616ADE61-11D1-3816-A255-3F0F80F2EAC8> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
        0x7fff8ac80000 -     0x7fff8ac82fff  com.apple.TrustEvaluationAgent (2.0 - 1) <80AFB5D8-5CC4-3A38-83B9-A7DF5820031A> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/Tru stEvaluationAgent
        0x7fff8ac83000 -     0x7fff8acbdfff  com.apple.DebugSymbols (2.1 - 85) <AEF473A5-25BF-3FB7-9A07-320D9CB85959> /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbol s
        0x7fff8acbe000 -     0x7fff8acdbff7  com.apple.openscripting (1.3.3 - ???) <A64205E6-D3C5-3E12-B1A0-72243151AF7D> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting .framework/Versions/A/OpenScripting
        0x7fff8aced000 -     0x7fff8b2d1faf  libBLAS.dylib (??? - ???) <D62D6A48-5C7A-3ED6-875D-AA3C2C5BF791> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libBLAS.dylib
        0x7fff8b2d2000 -     0x7fff8b305fff  com.apple.GSS (2.1 - 2.0) <A150154E-40D3-345B-A92D-3A023A55AC52> /System/Library/Frameworks/GSS.framework/Versions/A/GSS
        0x7fff8b306000 -     0x7fff8b402ff7  com.apple.avfoundation (2.0 - 180.23) <C4383696-561D-33F3-AD7C-51E672F580B2> /System/Library/Frameworks/AVFoundation.framework/Versions/A/AVFoundation
        0x7fff8b403000 -     0x7fff8b453fff  com.apple.CoreMediaIO (201.0 - 3148) <66287EB0-61F1-3175-90DC-24BB29473C67> /System/Library/Frameworks/CoreMediaIO.framework/Versions/A/CoreMediaIO
        0x7fff8b454000 -     0x7fff8b4c9ff7  libc++.1.dylib (19.0.0 - compatibility 1.0.0) <C0EFFF1B-0FEB-3F99-BE54-506B35B555A9> /usr/lib/libc++.1.dylib
        0x7fff8b4ca000 -     0x7fff8b524fff  com.apple.HIServices (1.9 - ???) <8791E8AA-C034-330D-B2BA-5141154C21CD> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ HIServices.framework/Versions/A/HIServices
        0x7fff8b528000 -     0x7fff8c221fef  com.apple.WebCore (7534 - 7534.48.3) <7C5A681C-3749-382C-9551-C197EF878C22> /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore.frame work/Versions/A/WebCore
        0x7fff8c445000 -     0x7fff8c485fff  libtidy.A.dylib (??? - ???) <E500CDB9-C010-3B1A-B995-774EE64F39BE> /usr/lib/libtidy.A.dylib
        0x7fff8c486000 -     0x7fff8c487fff  libdnsinfo.dylib (395.6.0 - compatibility 1.0.0) <718A135F-6349-354A-85D5-430B128EFD57> /usr/lib/system/libdnsinfo.dylib
        0x7fff8c488000 -     0x7fff8c50dff7  com.apple.Heimdal (2.1 - 2.0) <E4CD970F-8DE8-31E4-9FC0-BDC97EB924D5> /System/Library/PrivateFrameworks/Heimdal.framework/Versions/A/Heimdal
        0x7fff8c51b000 -     0x7fff8c51bfff  com.apple.Cocoa (6.6 - ???) <021D4214-9C23-3CD8-AFB2-F331697A4508> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
        0x7fff8c558000 -     0x7fff8c55dfff  libcache.dylib (47.0.0 - compatibility 1.0.0) <B7757E2E-5A7D-362E-AB71-785FE79E1527> /usr/lib/system/libcache.dylib
        0x7fff8c55e000 -     0x7fff8c589ff7  libxslt.1.dylib (3.24.0 - compatibility 3.0.0) <8051A3FC-7385-3EA9-9634-78FC616C3E94> /usr/lib/libxslt.1.dylib
        0x7fff8c5a4000 -     0x7fff8c5afff7  com.apple.speech.recognition.framework (4.0.19 - 4.0.19) <7ADAAF5B-1D78-32F2-9FFF-D2E3FBB41C2B> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecogni tion.framework/Versions/A/SpeechRecognition
        0x7fff8c6af000 -     0x7fff8c6b5fff  libmacho.dylib (800.0.0 - compatibility 1.0.0) <D86F63EC-D2BD-32E0-8955-08B5EAFAD2CC> /usr/lib/system/libmacho.dylib
        0x7fff8c6b6000 -     0x7fff8c6bcff7  libunwind.dylib (30.0.0 - compatibility 1.0.0) <1E9C6C8C-CBE8-3F4B-A5B5-E03E3AB53231> /usr/lib/system/libunwind.dylib
        0x7fff8c6bd000 -     0x7fff8c704ff7  com.apple.CoreMedia (1.0 - 705.35) <6BEC7E0A-BC2E-30DA-8E18-7AF6E8A7821F> /System/Library/Frameworks/CoreMedia.framework/Versions/A/CoreMedia
        0x7fff8c705000 -     0x7fff8c70bfff  com.apple.DiskArbitration (2.4 - 2.4) <5185FEA6-92CA-3CAA-8442-BD71DBC64AFD> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
        0x7fff8c781000 -     0x7fff8c781fff  com.apple.Accelerate.vecLib (3.7 - vecLib 3.7) <4CC14F7C-BCA7-3CAC-BEC9-B06576E5A15B> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/vecLib
        0x7fff8c782000 -     0x7fff8c88ffff  libJP2.dylib (??? - ???) <D8257CEE-A1C3-394A-8193-6DB7C29A15A8> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libJP2.dylib
        0x7fff8c890000 -     0x7fff8c992ff7  libxml2.2.dylib (10.3.0 - compatibility 10.0.0) <D46F371D-6422-31B7-BCE0-D80713069E0E> /usr/lib/libxml2.2.dylib
        0x7fff8ca06000 -     0x7fff8ca07fff  liblangid.dylib (??? - ???) <CACBE3C3-2F7B-3EED-B50E-EDB73F473B77> /usr/lib/liblangid.dylib
        0x7fff8ca08000 -     0x7fff8ca08fff  com.apple.vecLib (3.7 - vecLib 3.7) <29927F20-262F-379C-9108-68A6C69A03D0> /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
        0x7fff8ca0c000 -     0x7fff8ca0ffff  libMatch.1.dylib (??? - ???) <B5F68196-AB9D-3899-8A0A-76001720C479> /usr/lib/libMatch.1.dylib
        0x7fff8ca10000 -     0x7fff8cc81fff  com.apple.CoreImage (7.77 - 1.0.1) <AB6ECCF3-4B04-3363-9158-08F305BF15FA> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/CoreImage .framework/Versions/A/CoreImage
        0x7fff8cc90000 -     0x7fff8cc97ff7  com.apple.CommerceCore (1.0 - 17) <AA783B87-48D4-3CA6-8FF6-0316396022F4> /System/Library/PrivateFrameworks/CommerceKit.framework/Versions/A/Frameworks/C ommerceCore.framework/Versions/A/CommerceCore
        0x7fff8ccc9000 -     0x7fff8cfe2fff  com.apple.CoreServices.CarbonCore (960.13 - 960.13) <398ABDD7-BB95-3C05-96D2-B54243FC4745> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonC ore.framework/Versions/A/CarbonCore
        0x7fff8cfe3000 -     0x7fff8cfffff7  com.apple.GenerationalStorage (1.0 - 124) <C0290CA0-A2A0-3280-9442-9D783883D638> /System/Library/PrivateFrameworks/GenerationalStorage.framework/Versions/A/Gene rationalStorage
        0x7fff8d000000 -     0x7fff8d015fff  com.apple.speech.synthesis.framework (4.0.74 - 4.0.74) <C061ECBB-7061-3A43-8A18-90633F943295> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ SpeechSynthesis.framework/Versions/A/SpeechSynthesis
        0x7fff8d016000 -     0x7fff8d080fff  com.apple.framework.IOKit (2.0 - ???) <F79E7690-EF97-3D04-BA22-177E256803AF> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
        0x7fff8d081000 -     0x7fff8d090fff  libxar.1.dylib (??? - ???) <58B07AA0-BC12-36E3-94FC-C252719A1BDF> /usr/lib/libxar.1.dylib
        0x7fff8d157000 -     0x7fff8d1aefff  libTIFF.dylib (??? - ???) <9E32B490-4C5B-3D96-AF27-9C085C606403> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libTIFF.dylib
        0x7fff8d1ea000 -     0x7fff8d25dfff  libstdc++.6.dylib (52.0.0 - compatibility 7.0.0) <6BDD43E4-A4B1-379E-9ED5-8C713653DFF2> /usr/lib/libstdc++.6.dylib
        0x7fff8d25e000 -     0x7fff8d25efff  com.apple.ApplicationServices (41 - 41) <03F3FA8F-8D2A-3AB6-A8E3-40B001116339> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Application Services
        0x7fff8d25f000 -     0x7fff8d2e3ff7  com.apple.ApplicationServices.ATS (5.0 - ???) <F10B1918-A06E-3ECF-85EF-05F0CF27187E> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/ATS
        0x7fff8d312000 -     0x7fff8d41efef  libcrypto.0.9.8.dylib (0.9.8 - compatibility 0.9.8) <3AD29F8D-E3BC-3F49-A438-2C8AAB71DC99> /usr/lib/libcrypto.0.9.8.dylib
        0x7fff8d41f000 -     0x7fff8d424ff7  libsystem_network.dylib (??? - ???) <4ABCEEF3-A3F9-3E06-9682-CE00F17138B7> /usr/lib/system/libsystem_network.dylib
        0x7fff8d4b8000 -     0x7fff8db869df  com.apple.CoreGraphics (1.600.0 - ???) <B3C42497-53F5-31BB-987E-D1E76746B0E4> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/CoreGraphics
        0x7fff8db87000 -     0x7fff8dcc0fef  com.apple.vImage (5.0 - 5.0) <C45D2CBE-FA15-3D13-9E9D-A3BF57B84BBE> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.fr amework/Versions/A/vImage
        0x7fff8dce8000 -     0x7fff8dceefff  IOSurface (??? - ???) <06FA3FDD-E6D5-391F-B60D-E98B169DAB1B> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
        0x7fff8dcef000 -     0x7fff8dceffff  com.apple.audio.units.AudioUnit (1.7 - 1.7) <D75971EE-0D74-365A-8E52-46558EA49E87> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
        0x7fff8dcf0000 -     0x7fff8de8ffff  com.apple.QuartzCore (1.7 - 269.0) <E0AFC745-4AC5-36E3-9827-E5344721071D> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
        0x7fff8de90000 -     0x7fff8deb9ff7  com.apple.framework.Apple80211 (7.0 - 700.57) <0D7D7E08-377B-32F0-AD91-673F992B5CFF> /System/Library/PrivateFrameworks/Apple80211.framework/Versions/A/Apple80211
        0x7fff8deba000 -     0x7fff8ded0fff  libGL.dylib (??? - ???) <22064411-0A62-373C-828B-0AA2BA2A8D34> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
        0x7fff8ded1000 -     0x7fff8e034fff  com.apple.CFNetwork (520.0.13 - 520.0.13) <67E3BB43-2A22-3F5A-964E-391375B24CE0> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwo rk.framework/Versions/A/CFNetwork
        0x7fff8e035000 -     0x7fff8e03cfff  libcopyfile.dylib (85.1.0 - compatibility 1.0.0) <172B1985-F24A-34E9-8D8B-A2403C9A0399> /usr/lib/system/libcopyfile.dylib
        0x7fff8e03d000 -     0x7fff8e051ff7  com.apple.LangAnalysis (1.7.0 - 1.7.0) <04C31EF0-912A-3004-A08F-CEC27030E0B2> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ LangAnalysis.framework/Versions/A/LangAnalysis
        0x7fff8e052000 -     0x7fff8e094ff7  libcommonCrypto.dylib (55010.0.0 - compatibility 1.0.0) <A5B9778E-11C3-3F61-B740-1F2114E967FB> /usr/lib/system/libcommonCrypto.dylib
        0x7fff8e0a1000 -     0x7fff8e0d6fff  com.apple.securityinterface (5.0 - 55004) <790DDF7E-6BA9-36DD-B818-2322A712E1F5> /System/Library/Frameworks/SecurityInterface.framework/Versions/A/SecurityInter face
        0x7fff8e0d7000 -     0x7fff8e0d7fff  com.apple.Carbon (153 - 153) <895C2BF2-1666-3A59-A669-311B1F4F368B> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
        0x7fff8e109000 -     0x7fff8e2dcff7  com.apple.CoreFoundation (6.7 - 635) <57446B22-0778-3E07-9690-96AC705D57E8> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
        0x7fff8e2dd000 -     0x7fff8e38ffff  com.apple.CoreText (4.0.0 - ???) <D7BD85FD-277A-3A97-B1AD-5EE14215237E> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreText.framework/Versions/A/CoreText
        0x7fff8e390000 -     0x7fff8e4a5fff  com.apple.DesktopServices (1.6.0 - 1.6.0) <208D40FC-8BBE-330F-B999-18771BEA6895> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/Desk topServicesPriv
        0x7fff8e548000 -     0x7fff8e5e2ff7  com.apple.SearchKit (1.4.0 - 1.4.0) <B7573888-BAF6-333D-AB00-C0D2BF88DF0F> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchK it.framework/Versions/A/SearchKit
        0x7fff8e640000 -     0x7fff8e648fff  libsystem_dnssd.dylib (??? - ???) <7749128E-D0C5-3832-861C-BC9913F774FA> /usr/lib/system/libsystem_dnssd.dylib
        0x7fff8e649000 -     0x7fff8e74eff7  libFontParser.dylib (??? - ???) <22AADE96-E54D-3918-9DFA-1967F8B21E54> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libFontParser.dylib
        0x7fff8e9f8000 -     0x7fff8ea5fff7  com.apple.audio.CoreAudio (4.0.0 - 4.0.0) <0B715012-C8E8-386D-9C6C-90F72AE62A2F> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
        0x7fff8ea60000 -     0x7fff8ea63fff  com.apple.help (1.3.2 - 42) <AB67588E-7227-3993-927F-C9E6DAC507FD> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framewor k/Versions/A/Help
        0x7fff8f3fb000 -     0x7fff8f412fff  com.apple.CFOpenDirectory (10.7 - 144) <9709423E-8484-3B26-AAE8-EF58D1B8FB3F> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpen Directory.framework/Versions/A/CFOpenDirectory
        0x7fff8f45c000 -     0x7fff8f45dff7  libremovefile.dylib (21.0.0 - compatibility 1.0.0) <C6C49FB7-1892-32E4-86B5-25AD165131AA> /usr/lib/system/libremovefile.dylib
        0x7fff8f4be000 -     0x7fff8f4bffff  libunc.dylib (24.0.0 - compatibility 1.0.0) <C67B3B14-866C-314F-87FF-8025BEC2CAAC> /usr/lib/system/libunc.dylib
        0x7fff8f515000 -     0x7fff8f51afff  libpam.2.dylib (3.0.0 - compatibility 3.0.0) <D952F17B-200A-3A23-B9B2-7C1F7AC19189> /usr/lib/libpam.2.dylib
        0x7fff8f543000 -     0x7fff8f548fff  libcompiler_rt.dylib (6.0.0 - compatibility 1.0.0) <98ECD5F6-E85C-32A5-98CD-8911230CB66A> /usr/lib/system/libcompiler_rt.dylib
        0x7fff8f5dc000 -     0x7fff8f6baff7  com.apple.ImageIO.framework (3.1.0 - 3.1.0) <70228E69-063C-32FF-BBE7-FCCD9C5C0864> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/ImageIO
        0x7fff8f6bb000 -     0x7fff8f6bcfff  libDiagnosticMessagesClient.dylib (??? - ???) <3DCF577B-F126-302B-BCE2-4DB9A95B8598> /usr/lib/libDiagnosticMessagesClient.dylib
        0x7fff8f8ca000 -     0x7fff8f8ccfff  libquarantine.dylib (36.0.0 - compatibility 1.0.0) <4C3BFBC7-E592-3939-B376-1C2E2D7C5389> /usr/lib/system/libquarantine.dylib
        0x7fff8f8cd000 -     0x7fff8f8cdfff  com.apple.CoreServices (53 - 53) <5946A0A6-393D-3087-86A0-4FFF6A305CC0> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
        0x7fff8f8ce000 -     0x7fff8fad0fff  libicucore.A.dylib (46.1.0 - compatibility 1.0.0) <82DCB94B-3819-3CC3-BC16-2AACA7F64F8A> /usr/lib/libicucore.A.dylib
        0x7fff8fad1000 -     0x7fff8fae8fff  com.apple.MultitouchSupport.framework (220.62 - 220.62) <7EF58A7E-CB97-335F-A025-4A0F00AEF896> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/Multit ouchSupport
        0x7fff8fae9000 -     0x7fff8faecfff  libRadiance.dylib (??? - ???) <DCDA308D-4856-3631-B6D7-7A8B94169BC0> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libRadiance.dylib
        0x7fff8faf1000 -     0x7fff8fb34ff7  libRIP.A.dylib (600.0.0 - compatibility 64.0.0) <2B1571E1-8E87-364E-BC36-C9C9B5D3EAC4> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
        0x7fff8fb35000 -     0x7fff8ffdcff7  FaceCoreLight (1.4.2 - compatibility 1.0.0) <6F89E9A9-DEB6-32B5-8B50-3B97F5DB597D> /System/Library/PrivateFrameworks/FaceCoreLight.framework/Versions/A/FaceCoreLi ght
        0x7fff8ffdd000 -     0x7fff90006fff  com.apple.CoreServicesInternal (113.7 - 113.7) <ACAC98CD-5941-39DB-951A-2509DCCD22FD> /System/Library/PrivateFrameworks/CoreServicesInternal.framework/Versions/A/Cor eServicesInternal
        0x7fff90007000 -     0x7fff9005afff  com.apple.AppleVAFramework (5.0.14 - 5.0.14) <5FA4AED9-8E55-389C-9F5B-02FFE5BCBB75> /System/Library/PrivateFrameworks/AppleVA.framework/Versions/A/AppleVA
        0x7fff9005b000 -     0x7fff907effff  com.apple.CoreAUC (6.11.03 - 6.11.03) <5A56B2DC-A0A6-357B-ADF2-5714AFEBD926> /System/Library/PrivateFrameworks/CoreAUC.framework/Versions/A/CoreAUC
        0x7fff907fb000 -     0x7fff9080dff7  libbsm.0.dylib (??? - ???) <349BB16F-75FA-363F-8D98-7A9C3FA90A0D> /usr/lib/libbsm.0.dylib
        0x7fff9080e000 -     0x7fff90850fff  com.apple.corelocation (330.9 - 330.9) <ACE577F2-6EDE-3768-BF76-8632E8B81876> /System/Library/Frameworks/CoreLocation.framework/Versions/A/CoreLocation
        0x7fff90858000 -     0x7fff909e2ff7  com.apple.QTKit (7.7.1 - 2246) <C8A57DE8-A86A-34B6-B6BA-565EE3B6D140> /System/Library/Frameworks/QTKit.framework/Versions/A/QTKit
        0x7fff90a0f000 -     0x7fff90a57fff  com.apple.framework.CoreWLAN (2.0 - 200.46) <04AFD988-DDFB-330D-B042-C1EB2826A0CC> /System/Library/Frameworks/CoreWLAN.framework/Versions/A/CoreWLAN
        0x7fff90a58000 -     0x7fff90ab8fff  libvDSP.dylib (325.3.0 - compatibility 1.0.0) <74B62E70-4189-3022-8FC9-1182EA7C6E34> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvDSP.dylib
        0x7fff90ab9000 -     0x7fff90b5bff7  com.apple.securityfoundation (5.0 - 55005) <0D59908C-A61B-389E-AF37-741ACBBA6A94> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoun dation
        0x7fff90c30000 -     0x7fff90dd8fff  com.apple.WebKit2 (7534 - 7534.48.3) <9F8CD6D9-3123-3F53-BAC3-D770B0812C25> /System/Library/PrivateFrameworks/WebKit2.framework/Versions/A/WebKit2
        0x7fff90e02000 -     0x7fff90e98ff7  libvMisc.dylib (325.3.0 - compatibility 1.0.0) <AC5A384A-FA5A-3307-9CED-BD69E6F12A09> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvMisc.dylib
        0x7fff90ee6000 -     0x7fff90fcadef  libobjc.A.dylib (228.0.0 - compatibility 1.0.0) <C5F2392D-B481-3A9D-91BE-3D039FFF4DEC> /usr/lib/libobjc.A.dylib
        0x7fff9102c000 -     0x7fff9133efff  com.apple.Foundation (6.7 - 833.1) <618D7923-3519-3C53-9CBD-CF3C7130CB32> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
        0x7fff9139e000 -     0x7fff913dafff  libsystem_info.dylib (??? - ???) <BC49C624-1DAB-3A37-890F-6EFD46538424> /usr/lib/system/libsystem_info.dylib
        0x7fff913db000 -     0x7fff9142dff7  libGLU.dylib (??? - ???) <C3CE8BA0-470F-3BCE-B17C-A31E70E035F2> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
        0x7fff9142e000 -     0x7fff9142efff  com.apple.Accelerate (1.7 - Accelerate 1.7) <3E4582EB-CFEF-34EA-9DA8-8421F1C3C77D> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
        0x7fff91ad3000 -     0x7fff91adeff7  libc++abi.dylib (14.0.0 - compatibility 1.0.0) <8FF3D766-D678-36F6-84AC-423C878E6D14> /usr/lib/libc++abi.dylib
        0x7fff91adf000 -     0x7fff91b55fff  com.apple.ISSupport (1.9.8 - 56) <2CEE7E6B-D841-36D8-BC9F-081B33F6E501> /System/Library/PrivateFrameworks/ISSupport.framework/Versions/A/ISSupport
        0x7fff91b56000 -     0x7fff91bd8fff  com.apple.Metadata (10.7.0 - 627.9) <F293A9A7-9790-3629-BE81-D19C158C5EA4> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadat a.framework/Versions/A/Metadata
        0x7fff91bfa000 -     0x7fff91c5efff  com.apple.Symbolication (1.2 - 83.1) <0C6F8907-6829-3409-99AC-ACC62923DE98> /System/Library/PrivateFrameworks/Symbolication.framework/Versions/A/Symbolicat ion
        0x7fff91c5f000 -     0x7fff91ccffff  com.apple.datadetectorscore (3.0 - 179.3) <AFFBD606-91DE-3F91-8E38-C037D9FBFA8B> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDe tectorsCore
        0x7fff91cd0000 -     0x7fff91cd1fff  libsystem_sandbox.dylib (??? - ???) <8D14139B-B671-35F4-9E5A-023B4C523C38> /usr/lib/system/libsystem_sandbox.dylib
        0x7fff91db1000 -     0x7fff91e04fff  libFontRegistry.dylib (??? - ???) <8FE14D77-1286-3619-A02E-0AC1A622596E> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libFontRegistry.dylib
        0x7fff91e67000 -     0x7fff91e6bfff  libdyld.dylib (195.5.0 - compatibility 1.0.0) <F1903B7A-D3FF-3390-909A-B24E09BAD1A5> /usr/lib/system/libdyld.dylib
        0x7fff91e6c000 -     0x7fff91e89ff7  libxpc.dylib (77.16.0 - compatibility 1.0.0) <0A4B4775-29A9-30D6-956B-3BE1DBF98090> /usr/lib/system/libxpc.dylib
        0x7fff91e91000 -     0x7fff91e98fff  com.apple.NetFS (4.0 - 4.0) <B9F41443-679A-31AD-B0EB-36557DAF782B> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
        0x7fff91e99000 -     0x7fff91ebdff7  com.apple.Kerberos (1.0 - 1) <2FF2569B-F59A-371E-AF33-66297F512CB3> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
        0x7fff91ebe000 -     0x7fff91ec9fff  com.apple.CommonAuth (2.1 - 2.0) <49949286-61FB-3A7F-BF49-0EBA45E2664E> /System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAuth
        0x7fff91eca000 -     0x7fff91ed0fff  libGFXShared.dylib (??? - ???) <DE6987C5-81AC-3AE6-84F0-138C9636D412> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.d ylib
        0x7fff91ed1000 -     0x7fff91edefff  libCSync.A.dylib (600.0.0 - compatibility 64.0.0) <931F40EB-CA75-3A90-AC97-4DB8E210BC76> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib
        0x7fff91edf000 -     0x7fff91f2dff7  libauto.dylib (??? - ???) <F0004B88-CA01-37D0-A77F-6651C4EC7D8E> /usr/lib/libauto.dylib
        0x7fff91f2e000 -     0x7fff91f5dfff  com.apple.DictionaryServices (1.2 - 158) <2CE51CD1-EE3D-3618-9507-E39A09C9BB8D> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Diction aryServices.framework/Versions/A/DictionaryServices
        0x7fff91f5e000 -     0x7fff91f60fff  libCVMSPluginSupport.dylib (??? - ???) <2D21E6BE-CB20-3F76-8DCC-1CB0660A8A5B> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCVMSPluginS upport.dylib
        0x7fff91f61000 -     0x7fff92284fff  com.apple.HIToolbox (1.7 - ???) <10FA3432-6638-39D9-8681-9E95298D239E> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.fra mework/Versions/A/HIToolbox
        0x7fff92285000 -     0x7fff922aefff  libJPEG.dylib (??? - ???) <3DBFEB41-4BF2-3502-872A-BB3738EE61B0> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libJPEG.dylib
        0x7fff922b1000 -     0x7fff922d8ff7  libsandbox.1.dylib (??? - ???) <6A450ECC-ED04-3304-B5D7-5996F60F9257> /usr/lib/libsandbox.1.dylib
        0x7fff922d9000 -     0x7fff92ed1fff  com.apple.AppKit (6.7 - 1138) <C8D2FDDA-B9D5-3948-A376-6B9B6F0596C6> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
        0x7fff92ed2000 -     0x7fff92ee5ff7  libCRFSuite.dylib (??? - ???) <034D4DAA-63F0-35E4-BCEF-338DD7A453DD> /usr/lib/libCRFSuite.dylib
        0x7fff92ee6000 -     0x7fff92ef4fff  libdispatch.dylib (187.5.0 - compatibility 1.0.0) <698F8EFB-7075-3111-94E3-891156C88172> /usr/lib/system/libdispatch.dylib
        0x7fff92f08000 -     0x7fff92f47fff  com.apple.AE (527.6 - 527.6) <6F8DF9EF-3250-3B7F-8841-FCAD8E323954> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.fram ework/Versions/A/AE
        0x7fff92f48000 -     0x7fff92f5aff7  libz.1.dylib (1.2.5 - compatibility 1.0.0) <30CBEF15-4978-3DED-8629-7109880A19D4> /usr/lib/libz.1.dylib
        0x7fff92f5f000 -     0x7fff92f75ff7  com.apple.ImageCapture (7.0 - 7.0) <69E6E2E1-777E-332E-8BCF-4F0611517DD0> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture. framework/Versions/A/ImageCapture
        0x7fff92f76000 -     0x7fff93183fff  com.apple.JavaScriptCore (7534 - 7534.48) <99B60407-592A-3DDC-A3D0-86578B92B3F8> /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore
        0x7fff9318e000 -     0x7fff931cffff  com.apple.QD (3.12 - ???) <4F3C5629-97C7-3E55-AF3C-ACC524929DA2> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ QD.framework/Versions/A/QD
        0x7fff931d0000 -     0x7fff931f6ff7  com.apple.framework.familycontrols (3.0 - 300) <72FEA71A-5865-3875-97E9-3C8C96B7F7FA> /System/Library/PrivateFrameworks/FamilyControls.framework/Versions/A/FamilyCon trols
        0x7fff931f7000 -     0x7fff93206fff  com.apple.opengl (1.7.4 - 1.7.4) <38AF4430-7E81-3C98-9330-21DCDA90507E> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
        0x7fff93207000 -     0x7fff9330afff  libsqlite3.dylib (9.6.0 - compatibility 9.0.0) <ED5E84C6-646D-3B70-81D6-7AF957BEB217> /usr/lib/libsqlite3.dylib
        0x7fff936e4000 -     0x7fff937d9fff  libiconv.2.dylib (7.0.0 - compatibility 7.0.0) <5C40E880-0706-378F-B864-3C2BD922D926> /usr/lib/libiconv.2.dylib
        0x7fff937da000 -     0x7fff9382eff7  com.apple.ScalableUserInterface (1.0 - 1) <1873D7BE-2272-31A1-8F85-F70C4D706B3B> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/ScalableU serInterface.framework/Versions/A/ScalableUserInterface
        0x7fff93ab3000 -     0x7fff93af2ff7  libGLImage.dylib (??? - ???) <29F82AD9-45F0-3AC5-A4A4-B767EC555D82> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dyl ib
        0x7fff93bdb000 -     0x7fff93c03ff7  com.apple.CoreVideo (1.7 - 70.0) <59D5B407-CCB6-3406-8C55-C1B0168D7DC2> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
    External Modification Summary:
      Calls made by other processes targeting this process:
        task_for_pid: 3
        thread_create: 0
        thread_set_state: 0
      Calls made by this process:
        task_for_pid: 0
        thread_create: 0
        thread_set_state: 0
      Calls made by all processes on this machine:
        task_for_pid: 662
        thread_create: 0
        thread_set_state: 0
    VM Region Summary:
    ReadOnly portion of Libraries: Total=186.3M resident=140.6M(75%) swapped_out_or_unallocated=45.8M(25%)
    Writable regions: Total=1.1G written=63.4M(5%) resident=87.6M(7%) swapped_out=0K(0%) unallocated=1.1G(93%)
    REGION TYPE                        VIRTUAL
    ===========                        =======
    CG image                                4K
    CG shared images                     3408K
    CoreAnimation                        2912K
    CoreGraphics                           16K
    CoreServices                          900K
    JS JIT generated code               128.0M
    JS JIT generated code (reserved)    896.0M        reserved VM address space (unallocated)
    JS VM register file                  4160K
    JS garbage collector                 5712K
    MALLOC                               95.8M
    MALLOC guard page                      32K
    Memory tag=242                         12K
    Memory tag=251                         36K
    SQLite page cache                     384K
    STACK GUARD                          56.1M
    Stack                                14.2M
    VM_ALLOCATE                          16.3M
    __CI_BITMAP                            80K
    __DATA                               18.4M
    __IMAGE                              1256K
    __LINKEDIT                           47.2M
    __TEXT                              139.2M
    __UNICODE                             544K
    mapped file                          39.4M
    shared memory                        5828K
    ===========                        =======
    TOTAL                                 1.4G
    TOTAL, minus reserved VM space      579.0M
    Model: MacBookPro8,1, BootROM MBP81.0047.B1E, 2 processors, Intel Core i5, 2.3 GHz, 4 GB, SMC 1.68f96
    Graphics: Intel HD Graphics 3000, Intel HD Graphics 3000, Built-In, 384 MB
    Memory Module: BANK 0/DIMM0, 2 GB, DDR3, 1333 MHz, 0x80CE, 0x4D34373142353737334448302D4348392020
    Memory Module: BANK 1/DIMM0, 2 GB, DDR3, 1333 MHz, 0x80CE, 0x4D34373142353737334448302D4348392020
    AirPort: spairport_wireless_card_type_airport_extreme (0x14E4, 0xD6), Broadcom BCM43xx 1.0 (5.100.98.75.10)
    Bluetooth: Version 2.5.0f17, 2 service, 19 devices, 1 incoming serial ports
    Network Service: AirPort, AirPort, en1
    Serial ATA Device: Hitachi HTS545032B9A302, 320.07 GB
    Serial ATA Device: MATSHITADVD-R   UJ-898
    USB Device: FaceTime HD Camera (Built-in), apple_vendor_id, 0x8509, 0xfa200000 / 3
    USB Device: hub_device, 0x0424  (SMSC), 0x2513, 0xfa100000 / 2
    USB Device: Apple Internal Keyboard / Trackpad, apple_vendor_id, 0x0245, 0xfa120000 / 5
    USB Device: BRCM2070 Hub, 0x0a5c  (Broadcom Corp.), 0x4500, 0xfa110000 / 4
    USB Device: Bluetooth USB Host Controller, apple_vendor_id, 0x821a, 0xfa113000 / 7
    USB Device: hub_device, 0x0424  (SMSC), 0x2513, 0xfd100000 / 2
    USB Device: IR Receiver, apple_vendor_id, 0x8242, 0xfd110000 / 3

    Facebook. It immediatelhy logged me out.
    Launch Safari.
    From the menu bar click Safari / Preferences then select the Privacy tab.
    Click Details
    Type   facebook   in the search field top right corner of that window
    Click: Remove All / Done.
    Quit then relaunch Safari.
    If that didn't help, go to ~/Library/Cookies.
    Move the Cookies.plist file from the Cookies folder to the Trash.
    Now go to ~/Library/Caches/com.apple.Safari
    Move the Cache.db file from the com.apple.Safari folder to the Trash.
    Restart your Mac.
    Try again.
    ~ (Tilde) character represents the Home folder.
    For LIon:   To find the Home folder in OS X Lion, open the Finder, hold the Option key, and choose Go > Library

  • How can I avoid running out of memory when creating components dynamically

    Hello everyone,
    Recently, I am planning to design a web application. It will be used by all middle school teachers in a region to make examination papers and it must contain the following main functions.
    1)Generate test questions dynamically. For instance, a teacher who logs on the web application will only see a select one menu and a Next Quiz button. The former is used for determining the number of options for the current multiple/single choice question. The later is dedicated to creating appropriate input text elements according to the selected option number. That is to say, if the teacher selects 4 in the menu and presses the Next Quiz button, 5 input text form elements will appear. The first one is for the question to be asked such as "1.What is the biggest planet in the solar system?", the others are optional answers like a)Uranus. b) Saturn. c)Jupiter. d)Earch. Each answer stands for an input text elements. When the teacher fills in the fourth answer, another select one menu and Next Quiz button will emerge on the fly just under this answer, allowing the teacher to make the second question. The same thing repeats for the following questions.
    2)Undo and Redo. Whenever a teacher wants to roll back or redo what he has done, just press the Undo or[i] Redo button. In the previous example, if the teacher selects the third answer and presses the Delete button to drop this answer, it will delete both the literal string content[i] and the input text element, changing the answer d to c automatically. After that, he decides to get back the original answer c, Jupiter, he can just click the Undo button as if he hadn�ft made the deleting operation.
    3)Save the unfinished working in the client side. If a teacher has done half of his work, he can choose to press the Save button to store what he has done in his computer. The reason for doing so is simply to alleviate the burden of the server. Although all finished test papers must be saved in a database on the server, sometimes the unfinished papers could be dropped forever or could form the ultimate testing papers after several months. So if these papers keep in the server, it will waste the server computer�fs room. Next time the teacher can press the Restore button on the page to get the previously stored part of the test paper from his own computer and continue to finish the whole paper.
    4)Allow at least 1,000 teachers to make test papers at the same time. The maximum question number per examination paper is 60.
    Here are my two rough solutions,
    A.Using JSF.
    B.Using JavaScript and plain JSP[b] without JSF.
    The comparison of the two solutions:
    1)Both schemas can implement the first and the second requirements. In JSF page I could add a standard panelGird tag and use its binding attribute. In the backing bean, the method specified by the binding attribute is responsible for generating HtmlInput objects and adding them to the HtmlPanelGird object on the fly. Every HtmlInput object is corresponding to a question subject or an optional answer. The method is called by an actionListener, which is registered in the Next Quiz commandButton, triggering by the clicking on this button in the client side. Using JSF can also be prone to managing the HtmlInput objects, e.g. panelGird.getChildren().add(HtmlInput) and panelGird.getChildren().remove(HtmlInput) respond to the undoing operation of deleting an optional answer and the redoing operation of the deleting action respectively. I know JavaScript can also achieve these goals. It could be more complex since I don�ft know well about JavaScript.
    2)I can not find a way to meet the third demand right now. I am eager to know your suggestion.
    3)Using JSF, I think, can�ft allow 1,000 teachers to do their own papers at the same time. Because in this scenario, suppose each questionnaire having 60 questions and 4 answers per question, there will be approximately 300,000 HtmlInput objects (1,000X60X(4+1)) creating on the server side. The server must run out of memory undoubtedly. To make things better, we can use a custom component which can be rendered as a whole question including its all optional answers. That is to say, a new custom component on the server side stands for a whole question on the client side. Even so, about 60,000(1,000X60) this type of custom components will be created progressively and dynamically, plus other UISelectOne and UICommand objects, it also can�ft afford for most servers. Do I have to use JavaScript to avoid occupying the server's memory in this way? If so, I have to go back and use JavaScript and plain JSP without JSF.
    Thank you in advance!
    Best Regards, Ailsa
    2007/5/4

    Thank you for your quick response, BalusC. I really appreciate your answer.
    Yes, you are right. If I manually code the same amount of those components in the JSF pages instead of generating them dynamically, the server will still run out of memory. That is to say, JSF pages might not accommodate a great deal of concurrent visiting. If I upgrade the server to just allow 1,000 teachers making their own test papers at the same time, but when over 2,000 students take the same questionnaire simultaneously, the server will need another upgrading. So I have to do what you have told me, using JS+DOM instead of upgrading the server endlessly.
    Best Regards, Ailsa

  • Late 2013 iMac kernel panics and logging me out

    I have already followed up with Apple Support so I have a case open for this, but in case the hive mind here was ahead of the problem I figured I would post the issue here too.
    I have a 2 day old iMac (1TB Flash, 32GB RAM - not 3rd party, 10.9.1) that has kernel paniced twice and repeatedly logged me out in the short time I've had it. I've verified the drive, repaired permissions, done the hardware diagnostics test, and on suggestion from Apple Support, re-installed the OS (not a clean install, just a re-install). None of the tests resulted in any anolomalies.
    Overnight it appears that there was something called a "shutdownStall" that was tied to multiple processes, if that adds anything as I've never heard of that fault before: "AdobeIPCBroker,Core Sync,dbfseventsd,FMCore_2014-02-02-003807_Richards-iMac.shutdownStall
    But on the last forced log out (a few minutes ago) it appears that WindowServer crashed while I was using Safari. I am including the System Diagnostic Report for that crash here in case someone with more technical skills at deciphering these can make some sense of it:
    Process:         WindowServer [128]
    Path:            /System/Library/Frameworks/CoreGraphics.framework/Versions/A/Resources/WindowSe rver
    Identifier:      WindowServer
    Version:         599.7
    Code Type:       X86-64 (Native)
    Parent Process:  launchd [1]
    Responsible:     WindowServer [128]
    User ID:         88
    Date/Time:       2014-02-02 12:31:21.761 -0700
    OS Version:      Mac OS X 10.9.1 (13B42)
    Report Version:  11
    Anonymous UUID:  EFEBD821-F51B-63A9-681D-F2612E01969E
    Sleep/Wake UUID: CF436292-F831-4C7C-9AA5-7806BD6830EE
    Crashed Thread:  0  Dispatch queue: com.apple.main-thread
    Exception Type:  EXC_BAD_ACCESS (SIGSEGV)
    Exception Codes: KERN_INVALID_ADDRESS at 0x0000000000000050
    VM Regions Near 0x50:
    -->
        __TEXT                 00000001028b3000-00000001028b4000 [    4K] r-x/rwx SM=COW  /System/Library/Frameworks/CoreGraphics.framework/Versions/A/Resources/WindowSe rver
    Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
    0   com.apple.GeForceGLDriver               0x0000123440304498 0x123440000000 + 3163288
    1   GLEngine                                0x00007fff81e7a51a gleTextureSubImageCopy + 1058
    2   GLEngine                                0x00007fff81d90e01 glCopyTexSubImage2D_Exec + 1541
    3   com.apple.QuartzCore                    0x00007fff852b283c CA::OGL::CGLContext::copy_destination(int, CA::OGL::Surface*, unsigned long, CA::Bounds const*, int const*, bool&) + 268
    4   com.apple.QuartzCore                    0x00007fff852b207b CA::OGL::(anonymous namespace)::MaskCorners::begin(CA::OGL::ImagingNode*) + 1325
    5   com.apple.QuartzCore                    0x00007fff852b1a01 CA::OGL::ImagingNode::render(CA::OGL::ImagingNode::RenderClosure*, unsigned int) + 401
    6   com.apple.QuartzCore                    0x00007fff852b17f5 CA::OGL::render_layers(CA::OGL::Renderer&, CA::OGL::Layer*) + 144
    7   com.apple.QuartzCore                    0x00007fff852aeb3b CA::OGL::render_root_layers(CA::OGL::Renderer&, x_link_struct const*, CA::OGL::Gstate const&) + 331
    8   com.apple.QuartzCore                    0x00007fff852a7470 CA::OGL::Renderer::render(CA::Render::Update const*) + 714
    9   com.apple.QuartzCore                    0x00007fff852a712f CA::OGL::render(CA::OGL::Renderer&, CA::Render::Update*) + 236
    10  com.apple.QuartzCore                    0x00007fff85340194 CARenderOGLRenderDisplay + 82
    11  com.apple.CoreGraphics                  0x00007fff8ab11962 gl_composite_core_animation + 2004
    12  com.apple.CoreGraphics                  0x00007fff8ab187f3 gl_composite_layer_core + 571
    13  com.apple.CoreGraphics                  0x00007fff8ab14312 gl_composite_layer + 479
    14  com.apple.CoreGraphics                  0x00007fff8ab101e8 gl_composite_layers + 38
    15  com.apple.CoreGraphics                  0x00007fff8ab0f99c CGXGLAccelComposite + 1345
    16  com.apple.CoreGraphics                  0x00007fff8a7f4ee8 CGLayerComposite + 116
    17  com.apple.CoreGraphics                  0x00007fff8a8e6392 CGXUpdateDisplay + 8689
    18  com.apple.CoreGraphics                  0x00007fff8a8e40dd update_display_callback + 125
    19  com.apple.CoreGraphics                  0x00007fff8aa944ae run_timer_pass + 379
    20  com.apple.CoreGraphics                  0x00007fff8a7f1e89 CGXRunOneServicesPass + 164
    21  com.apple.CoreGraphics                  0x00007fff8a7f26c6 CGXServer + 807
    22  WindowServer                            0x00000001028b3f96 main + 9
    23  libdyld.dylib                           0x00007fff85d725fd start + 1
    Thread 1:: Dispatch queue: com.apple.libdispatch-manager
    0   libsystem_kernel.dylib                  0x00007fff85baa662 kevent64 + 10
    1   libdispatch.dylib                       0x00007fff8a03a43d _dispatch_mgr_invoke + 239
    2   libdispatch.dylib                       0x00007fff8a03a152 _dispatch_mgr_thread + 52
    Thread 2:
    0   libsystem_kernel.dylib                  0x00007fff85ba5a1a mach_msg_trap + 10
    1   libsystem_kernel.dylib                  0x00007fff85ba4d18 mach_msg + 64
    2   com.apple.CoreFoundation                0x00007fff8e46b315 __CFRunLoopServiceMachPort + 181
    3   com.apple.CoreFoundation                0x00007fff8e46a939 __CFRunLoopRun + 1161
    4   com.apple.CoreFoundation                0x00007fff8e46a275 CFRunLoopRunSpecific + 309
    5   com.apple.CoreFoundation                0x00007fff8e51f9d1 CFRunLoopRun + 97
    6   com.apple.CoreGraphics                  0x00007fff8aa8c2dc eventThread + 263
    7   libsystem_pthread.dylib                 0x00007fff89dd2899 _pthread_body + 138
    8   libsystem_pthread.dylib                 0x00007fff89dd272a _pthread_start + 137
    9   libsystem_pthread.dylib                 0x00007fff89dd6fc9 thread_start + 13
    Thread 3:: com.apple.CoreAnimation.render-server
    0   libsystem_kernel.dylib                  0x00007fff85ba5a1a mach_msg_trap + 10
    1   libsystem_kernel.dylib                  0x00007fff85ba4d18 mach_msg + 64
    2   com.apple.QuartzCore                    0x00007fff852903b7 CA::Render::Server::server_thread(void*) + 195
    3   com.apple.QuartzCore                    0x00007fff852902ed thread_fun + 25
    4   libsystem_pthread.dylib                 0x00007fff89dd2899 _pthread_body + 138
    5   libsystem_pthread.dylib                 0x00007fff89dd272a _pthread_start + 137
    6   libsystem_pthread.dylib                 0x00007fff89dd6fc9 thread_start + 13
    Thread 4:
    0   libsystem_kernel.dylib                  0x00007fff85ba9e6a __workq_kernreturn + 10
    1   libsystem_pthread.dylib                 0x00007fff89dd3f08 _pthread_wqthread + 330
    2   libsystem_pthread.dylib                 0x00007fff89dd6fb9 start_wqthread + 13
    Thread 0 crashed with X86 Thread State (64-bit):
      rax: 0x00007f9d1b800400  rbx: 0x0000000000000000  rcx: 0x0000000000000000  rdx: 0x0000000000000005
      rdi: 0x000012344080c120  rsi: 0x0000000000000502  rbp: 0x00007fff5d336820  rsp: 0x00007fff5d335bd0
       r8: 0x0000000000000000   r9: 0x0000000000000006  r10: 0x0000000000000c00  r11: 0x0000000008ece474
      r12: 0x0000000000000006  r13: 0x0000000118408000  r14: 0x00000000ffffffff  r15: 0x0000000118597000
      rip: 0x0000123440304498  rfl: 0x0000000000010297  cr2: 0x0000000000000050
    Logical CPU:     2
    Error Code:      0x00000004
    Trap Number:     14
    Binary Images:
           0x1028b3000 -        0x1028b3ffd  WindowServer (599.7) <3962C9A3-3D52-3D3B-BA42-C4670C12982C> /System/Library/Frameworks/ApplicationServices.framework/Frameworks/CoreGraphic s.framework/Resources/WindowServer
           0x102985000 -        0x102986fff  com.apple.driver.IOAccelerator2D (98.7.1 - 98.7.1) <8621B42C-CBD7-39C4-8A3B-B35BD78E44E4> /System/Library/Extensions/IOAccelerator2D.plugin/Contents/MacOS/IOAccelerator2 D
           0x102996000 -        0x1029a4ff7  com.apple.AppleGVACoreFramework (6.0.38 - 6.0.38) <3A7D31F6-C063-3250-9067-9DB74F980E84> /System/Library/PrivateFrameworks/AppleGVACore.framework/AppleGVACore
        0x123440000000 -     0x12344087bff7  com.apple.GeForceGLDriver (8.18.22 - 8.1.8) <CFA88606-8A16-3251-A1AA-4BC5F5D74E1C> /System/Library/Extensions/GeForceGLDriver.bundle/Contents/MacOS/GeForceGLDrive r
        0x7fff6608b000 -     0x7fff660be817  dyld (239.3) <D1DFCF3F-0B0C-332A-BCC0-87A851B570FF> /usr/lib/dyld
        0x7fff81ad0000 -     0x7fff81ad8ffc  libGFXShared.dylib (9.0.83) <11A621C3-37A0-39CE-A69B-8739021BD79D> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.d ylib
        0x7fff81b1f000 -     0x7fff81b4efd2  libsystem_m.dylib (3047.16) <B7F0E2E4-2777-33FC-A787-D6430B630D54> /usr/lib/system/libsystem_m.dylib
        0x7fff81b56000 -     0x7fff81b67ff7  libz.1.dylib (53) <42E0C8C6-CA38-3CA4-8619-D24ED5DD492E> /usr/lib/libz.1.dylib
        0x7fff81bd0000 -     0x7fff81bf9fff  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
        0x7fff81d68000 -     0x7fff81ef5ff7  GLEngine (9.0.83) <26CCE609-D645-3945-A678-517ED5B65785> /System/Library/Frameworks/OpenGL.framework/Versions/A/Resources/GLEngine.bundl e/GLEngine
        0x7fff81ef7000 -     0x7fff81efeff3  libcopyfile.dylib (103) <5A881779-D0D6-3029-B371-E3021C2DDA5E> /usr/lib/system/libcopyfile.dylib
        0x7fff822db000 -     0x7fff822e1ff7  libsystem_platform.dylib (24.1.4) <331BA4A5-55CE-3B95-99EB-44E0C89D7FB8> /usr/lib/system/libsystem_platform.dylib
        0x7fff82315000 -     0x7fff82748ffb  com.apple.vision.FaceCore (3.0.0 - 3.0.0) <F42BFC9C-0B16-35EF-9A07-91B7FDAB7FC5> /System/Library/PrivateFrameworks/FaceCore.framework/Versions/A/FaceCore
        0x7fff82749000 -     0x7fff827f9ff7  libvMisc.dylib (423.32) <049C0735-1808-39B9-943F-76CB8021744F> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvMisc.dylib
        0x7fff82847000 -     0x7fff829adfff  libGLProgrammability.dylib (9.0.83) <9C97E814-F674-30F8-8C2D-C45FC1E7D934> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgramma bility.dylib
        0x7fff829ae000 -     0x7fff829c9ff7  libsystem_malloc.dylib (23.1.10) <FFE5C472-B23A-318A-85BF-77CDE61900D1> /usr/lib/system/libsystem_malloc.dylib
        0x7fff829ef000 -     0x7fff82a78fff  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
        0x7fff82f15000 -     0x7fff82f16ff7  libsystem_blocks.dylib (63) <FB856CD1-2AEA-3907-8E9B-1E54B6827F82> /usr/lib/system/libsystem_blocks.dylib
        0x7fff82f42000 -     0x7fff8300dfff  libvDSP.dylib (423.32) <3BF732BE-DDE0-38EB-8C54-E4E3C64F77A7> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvDSP.dylib
        0x7fff8300e000 -     0x7fff8305cfff  com.apple.opencl (2.3.57 - 2.3.57) <FC03A80D-543A-3448-83FF-D399C3A240D9> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
        0x7fff8305d000 -     0x7fff8335cfff  com.apple.Foundation (6.9 - 1056) <D608EDFD-9634-3573-9B7E-081C7D085F7A> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
        0x7fff8336d000 -     0x7fff833beff3  com.apple.audio.CoreAudio (4.2.0 - 4.2.0) <BF4C2FE3-8BC8-30D1-8347-2A7221268794> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
        0x7fff83546000 -     0x7fff835aaff3  com.apple.datadetectorscore (5.0 - 354.0) <025DCBCF-B208-3515-B79F-0190C648A728> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDe tectorsCore
        0x7fff83bcd000 -     0x7fff83c1ffff  libc++.1.dylib (120) <4F68DFC5-2077-39A8-A449-CAC5FDEE7BDE> /usr/lib/libc++.1.dylib
        0x7fff83c20000 -     0x7fff83f0afff  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
        0x7fff83f0b000 -     0x7fff83f66ffb  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
        0x7fff83ff6000 -     0x7fff83ff7ff7  libsystem_sandbox.dylib (278.10) <A47E7E11-3C76-318E-B67D-98972B86F094> /usr/lib/system/libsystem_sandbox.dylib
        0x7fff83ff8000 -     0x7fff842c6ff4  com.apple.CoreImage (9.0.54) <74BB8685-69A9-3A45-8DED-EA26BD39D710> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/CoreImage .framework/Versions/A/CoreImage
        0x7fff842fe000 -     0x7fff842fffff  libunc.dylib (28) <62682455-1862-36FE-8A04-7A6B91256438> /usr/lib/system/libunc.dylib
        0x7fff84300000 -     0x7fff84a4ffff  libclh.dylib (4.0.3 - 4.0.3) <45E23A83-DD87-3CF3-8BA5-D503A8E632B8> /System/Library/Extensions/GeForceGLDriver.bundle/Contents/MacOS/libclh.dylib
        0x7fff84a50000 -     0x7fff84a59fff  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
        0x7fff84b80000 -     0x7fff84b8bfff  libkxld.dylib (2422.1.72) <C88EF3E6-B31F-3E12-BE9B-562D912BA733> /usr/lib/system/libkxld.dylib
        0x7fff84b8c000 -     0x7fff84b90ff7  libheimdal-asn1.dylib (323.12) <063A01C2-E547-39D9-BB42-4CC8E64ADE70> /usr/lib/libheimdal-asn1.dylib
        0x7fff84ba5000 -     0x7fff84f86ffe  libLAPACK.dylib (1094.5) <7E7A9B8D-1638-3914-BAE0-663B69865986> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libLAPACK.dylib
        0x7fff8519e000 -     0x7fff851a2ff7  libGIF.dylib (1038) <C29B4323-1B9E-36B9-96C2-7CEDBAA124F0> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib
        0x7fff851fb000 -     0x7fff851fcfff  liblangid.dylib (117) <9546E641-F730-3AB0-B3CD-E0E2FDD173D9> /usr/lib/liblangid.dylib
        0x7fff851fd000 -     0x7fff85204fff  libcompiler_rt.dylib (35) <4CD916B2-1B17-362A-B403-EF24A1DAC141> /usr/lib/system/libcompiler_rt.dylib
        0x7fff85205000 -     0x7fff85208fff  libCoreVMClient.dylib (58.1) <EBC36C69-C896-3C3D-8589-3E9023E7E56F> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClien t.dylib
        0x7fff85209000 -     0x7fff8522dfff  libxpc.dylib (300.1.17) <4554927A-9467-365C-91F1-5A116989DD7F> /usr/lib/system/libxpc.dylib
        0x7fff8522e000 -     0x7fff8523bff7  libxar.1.dylib (202) <5572AA71-E98D-3FE1-9402-BB4A84E0E71E> /usr/lib/libxar.1.dylib
        0x7fff8523c000 -     0x7fff85245ff3  libsystem_notify.dylib (121) <52571EC3-6894-37E4-946E-064B021ED44E> /usr/lib/system/libsystem_notify.dylib
        0x7fff85269000 -     0x7fff85405ff7  com.apple.QuartzCore (1.8 - 332.0) <994D1E0A-64B6-398C-B9A2-C362F02DE943> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
        0x7fff8568f000 -     0x7fff856b7ffb  libxslt.1.dylib (13) <C9794936-633C-3F0C-9E71-30190B9B41C1> /usr/lib/libxslt.1.dylib
        0x7fff856c1000 -     0x7fff856e6ff7  com.apple.CoreVideo (1.8 - 117.2) <4674339E-26D0-35FA-9958-422832B39B12> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
        0x7fff85721000 -     0x7fff85731fff  libbsm.0.dylib (33) <2CAC00A2-1352-302A-88FA-C567D4D69179> /usr/lib/libbsm.0.dylib
        0x7fff858e4000 -     0x7fff8590bffb  libsystem_info.dylib (449.1.3) <7D41A156-D285-3849-A2C3-C04ADE797D98> /usr/lib/system/libsystem_info.dylib
        0x7fff8590c000 -     0x7fff8590cfff  com.apple.Accelerate (1.9 - Accelerate 1.9) <509BB27A-AE62-366D-86D8-0B06D217CF56> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
        0x7fff8590d000 -     0x7fff8590dfff  com.apple.CoreServices (59 - 59) <7A697B5E-F179-30DF-93F2-8B503CEEEFD5> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
        0x7fff8590e000 -     0x7fff859f5ff7  libxml2.2.dylib (26) <A1DADD11-89E5-3DE4-8802-07186225967F> /usr/lib/libxml2.2.dylib
        0x7fff85b4c000 -     0x7fff85b53ff7  liblaunch.dylib (842.1.4) <FCBF0A02-0B06-3F97-9248-5062A9DEB32C> /usr/lib/system/liblaunch.dylib
        0x7fff85b55000 -     0x7fff85b93ff7  libGLImage.dylib (9.0.83) <C08048A7-03CC-3E40-BCDC-7791D87AC8E4> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dyl ib
        0x7fff85b94000 -     0x7fff85bb0ff7  libsystem_kernel.dylib (2422.1.72) <D14913DB-47F1-3591-8DAF-D4B4EF5F8818> /usr/lib/system/libsystem_kernel.dylib
        0x7fff85bb1000 -     0x7fff85bbdff7  com.apple.OpenDirectory (10.9 - 173.1.1) <6B78BD7B-5622-38E6-8FC6-86A117E3ACCA> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
        0x7fff85bbe000 -     0x7fff85bc0ff3  libsystem_configuration.dylib (596.12) <C4F633D9-94C8-35D9-BB2D-84C5122533C7> /usr/lib/system/libsystem_configuration.dylib
        0x7fff85bc1000 -     0x7fff85bd2ff7  libsystem_asl.dylib (217.1.4) <655FB343-52CF-3E2F-B14D-BEBF5AAEF94D> /usr/lib/system/libsystem_asl.dylib
        0x7fff85d6c000 -     0x7fff85d6eff7  libquarantine.dylib (71) <7A1A2BCB-C03D-3A25-BFA4-3E569B2D2C38> /usr/lib/system/libquarantine.dylib
        0x7fff85d6f000 -     0x7fff85d72ff7  libdyld.dylib (239.3) <62F4D752-4089-31A8-8B73-B95A68893B3C> /usr/lib/system/libdyld.dylib
        0x7fff85dd1000 -     0x7fff85dd3fff  libRadiance.dylib (1038) <55F99274-5074-3C73-BAC5-AF234E71CF38> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.d ylib
        0x7fff85de7000 -     0x7fff85e0bff7  libJPEG.dylib (1038) <86F349A8-882D-3326-A0B0-63257F68B1A7> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib
        0x7fff85ea1000 -     0x7fff85ea6fff  libmacho.dylib (845) <1D2910DF-C036-3A82-A3FD-44FF73B5FF9B> /usr/lib/system/libmacho.dylib
        0x7fff86455000 -     0x7fff8648eff7  com.apple.QD (3.50 - 298) <C1F20764-DEF0-34CF-B3AB-AB5480D64E66> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ QD.framework/Versions/A/QD
        0x7fff8648f000 -     0x7fff866e7ff1  com.apple.security (7.0 - 55471) <233831C5-C457-3AD5-AFE7-E3E2DE6929C9> /System/Library/Frameworks/Security.framework/Versions/A/Security
        0x7fff8671a000 -     0x7fff867dcff1  com.apple.CoreText (352.0 - 367.15) <E5C70FC8-C861-39B8-A491-595E5B55CFC8> /System/Library/Frameworks/CoreText.framework/Versions/A/CoreText
        0x7fff86d3c000 -     0x7fff87010fc7  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
        0x7fff872de000 -     0x7fff87337fff  libTIFF.dylib (1038) <5CBFE0C2-9DD8-340B-BA63-A94CE2E476F2> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib
        0x7fff8736e000 -     0x7fff8736efff  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
        0x7fff883ed000 -     0x7fff883eefff  com.apple.TrustEvaluationAgent (2.0 - 25) <334A82F4-4AE4-3719-A511-86D0B0723E2B> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/Tru stEvaluationAgent
        0x7fff88451000 -     0x7fff8847dfff  com.apple.CoreServicesInternal (184.8 - 184.8) <707E05AE-DDA8-36FD-B0FF-7F15A061B46A> /System/Library/PrivateFrameworks/CoreServicesInternal.framework/Versions/A/Cor eServicesInternal
        0x7fff8847e000 -     0x7fff884a5ff7  libsystem_network.dylib (241.3) <8B1E1F1D-A5CC-3BAE-8B1E-ABC84337A364> /usr/lib/system/libsystem_network.dylib
        0x7fff884a6000 -     0x7fff884a7ff7  libSystem.B.dylib (1197.1.1) <BFC0DC97-46C6-3BE0-9983-54A98734897A> /usr/lib/libSystem.B.dylib
        0x7fff889e1000 -     0x7fff889e5fff  libsystem_stats.dylib (93.1.26) <B9E26A9E-FBBC-3938-B8B7-6CF7CA8C99AD> /usr/lib/system/libsystem_stats.dylib
        0x7fff88ae5000 -     0x7fff88ae9ff7  libcache.dylib (62) <BDC1E65B-72A1-3DA3-A57C-B23159CAAD0B> /usr/lib/system/libcache.dylib
        0x7fff88aea000 -     0x7fff88c3dff7  com.apple.audio.toolbox.AudioToolbox (1.9 - 1.9) <A0B7B007-9BD8-30E2-B644-47856DA29FEE> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
        0x7fff89247000 -     0x7fff89286fff  libGLU.dylib (9.0.83) <8B457205-513B-3477-AE9C-3AD979D5FE11> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
        0x7fff892ae000 -     0x7fff892b6fff  libsystem_dnssd.dylib (522.1.11) <270DCF6C-502D-389A-AA9F-DE4624A36FF7> /usr/lib/system/libsystem_dnssd.dylib
        0x7fff8933e000 -     0x7fff89348fff  libcommonCrypto.dylib (60049) <8C4F0CA0-389C-3EDC-B155-E62DD2187E1D> /usr/lib/system/libcommonCrypto.dylib
        0x7fff89478000 -     0x7fff89483fff  libGL.dylib (9.0.83) <984A960A-C159-3AE5-8B40-E2B451F6C712> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
        0x7fff89484000 -     0x7fff894cbfff  libFontRegistry.dylib (127) <A77A0480-AA5D-3CC8-8B68-69985CD546DC> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libFontRegistry.dylib
        0x7fff894f2000 -     0x7fff8950dff7  libPng.dylib (1038) <EF781AF8-C2E6-3179-B8A1-A584783070F1> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib
        0x7fff8986e000 -     0x7fff898b3ff6  com.apple.HIServices (1.22 - 466) <21807AF8-3BC7-32BB-AB96-7C35CB59D7F6> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ HIServices.framework/Versions/A/HIServices
        0x7fff898b4000 -     0x7fff89943fff  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
        0x7fff89944000 -     0x7fff8994eff7  com.apple.bsd.ServiceManagement (2.0 - 2.0) <2D27B498-BB9C-3D88-B05A-76908A8A26F3> /System/Library/Frameworks/ServiceManagement.framework/Versions/A/ServiceManage ment
        0x7fff89dd1000 -     0x7fff89dd8ff7  libsystem_pthread.dylib (53.1.4) <AB498556-B555-310E-9041-F67EC9E00E2C> /usr/lib/system/libsystem_pthread.dylib
        0x7fff89dea000 -     0x7fff89e37ff2  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
        0x7fff89e61000 -     0x7fff89eaffff  libcorecrypto.dylib (161.1) <F3973C28-14B6-3006-BB2B-00DD7F09ABC7> /usr/lib/system/libcorecrypto.dylib
        0x7fff89eb0000 -     0x7fff89f79fff  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
        0x7fff89fbb000 -     0x7fff8a01eff7  com.apple.SystemConfiguration (1.13 - 1.13) <F05F4149-981B-380B-8F50-51CE804BBB89> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfi guration
        0x7fff8a01f000 -     0x7fff8a036fff  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
        0x7fff8a037000 -     0x7fff8a051fff  libdispatch.dylib (339.1.9) <46878A5B-4248-3057-962C-6D4A235EEF31> /usr/lib/system/libdispatch.dylib
        0x7fff8a1da000 -     0x7fff8a1e2ff3  libCGCMS.A.dylib (599.7) <92AA4E85-7633-36E2-BAD0-7B1A2E48E75C> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGCMS .A.dylib
        0x7fff8a632000 -     0x7fff8af4e05f  com.apple.CoreGraphics (1.600.0 - 599.7) <7D0FD5A7-A061-39BA-8E00-723825D2C4DD> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics
        0x7fff8af5a000 -     0x7fff8afcdffb  com.apple.securityfoundation (6.0 - 55122) <119D1C53-B292-3378-AEE1-A3B1FB02F43F> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoun dation
        0x7fff8afce000 -     0x7fff8aff7ff7  libc++abi.dylib (48) <8C16158F-CBF8-3BD7-BEF4-022704B2A326> /usr/lib/libc++abi.dylib
        0x7fff8b23c000 -     0x7fff8b240fff  libpam.2.dylib (20) <B93CE8F5-DAA8-30A1-B1F6-F890509513CB> /usr/lib/libpam.2.dylib
        0x7fff8b258000 -     0x7fff8b258ff7  libkeymgr.dylib (28) <3AA8D85D-CF00-3BD3-A5A0-E28E1A32A6D8> /usr/lib/system/libkeymgr.dylib
        0x7fff8b259000 -     0x7fff8b2a0ff7  libcups.2.dylib (372) <348EED62-6C20-35D6-8EFB-E80943965100> /usr/lib/libcups.2.dylib
        0x7fff8b2dc000 -     0x7fff8b44aff7  libBLAS.dylib (1094.5) <DE93A590-5FA5-32A2-A16C-5D7D7361769F> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libBLAS.dylib
        0x7fff8b44b000 -     0x7fff8b44bffd  libOpenScriptingUtil.dylib (157) <19F0E769-0989-3062-9AFB-8976E90E9759> /usr/lib/libOpenScriptingUtil.dylib
        0x7fff8b45d000 -     0x7fff8b4c7ff7  com.apple.framework.IOKit (2.0.1 - 907.1.13) <C1E95F5C-B79B-31BE-9F2A-1B25163C1F16> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
        0x7fff8b4e4000 -     0x7fff8b5e9fff  com.apple.ImageIO.framework (3.3.0 - 1038) <2C058216-C6D8-3380-A7EA-92A3F04520C1> /System/Library/Frameworks/ImageIO.framework/Versions/A/ImageIO
        0x7fff8c649000 -     0x7fff8c6b8ff1  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
        0x7fff8c6b9000 -     0x7fff8c7a7fff  libJP2.dylib (1038) <6C8179F5-8063-3ED6-A7C2-D5603DECDF28> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJP2.dylib
        0x7fff8c7a8000 -     0x7fff8c899ff9  libiconv.2.dylib (41) <BB44B115-AC32-3877-A0ED-AEC6232A4563> /usr/lib/libiconv.2.dylib
        0x7fff8c89a000 -     0x7fff8c8a9ff8  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
        0x7fff8c921000 -     0x7fff8c921fff  com.apple.ApplicationServices (48 - 48) <3E3F01A8-314D-378F-835E-9CC4F8820031> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Application Services
        0x7fff8ca14000 -     0x7fff8ca2fff7  libCRFSuite.dylib (34) <FFAE75FA-C54E-398B-AA97-18164CD9789D> /usr/lib/libCRFSuite.dylib
        0x7fff8ca8c000 -     0x7fff8cb7bfff  libFontParser.dylib (111.1) <835A8253-6AB9-3AAB-9CBF-171440DEC486> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libFontParser.dylib
        0x7fff8d6e8000 -     0x7fff8d717ff5  com.apple.GSS (4.0 - 2.0) <ED98D992-CC14-39F3-9ABC-8D7F986487CC> /System/Library/Frameworks/GSS.framework/Versions/A/GSS
        0x7fff8d81c000 -     0x7fff8d838fff  libresolv.9.dylib (54) <11C2C826-F1C6-39C6-B4E8-6E0C41D4FA95> /usr/lib/libresolv.9.dylib
        0x7fff8de97000 -     0x7fff8df0efff  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
        0x7fff8df0f000 -     0x7fff8e0bcf27  libobjc.A.dylib (551.1) <AD7FD984-271E-30F4-A361-6B20319EC73B> /usr/lib/libobjc.A.dylib
        0x7fff8e0bd000 -     0x7fff8e0c2ff7  libunwind.dylib (35.3) <78DCC358-2FC1-302E-B395-0155B47CB547> /usr/lib/system/libunwind.dylib
        0x7fff8e0ee000 -     0x7fff8e0f1ffc  com.apple.IOSurface (91 - 91) <07CA8A59-1E32-3FB6-B506-18DAF58A8CE0> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
        0x7fff8e0f2000 -     0x7fff8e0ffff0  libbz2.1.0.dylib (29) <0B98AC35-B138-349C-8063-2B987A75D24C> /usr/lib/libbz2.1.0.dylib
        0x7fff8e225000 -     0x7fff8e230fff  libGPUSupportMercury.dylib (9.0.83) <A9DF1DD1-8C1E-3A86-AF96-BF3A7D4C8C1B> /System/Library/PrivateFrameworks/GPUSupport.framework/Versions/A/Libraries/lib GPUSupportMercury.dylib
        0x7fff8e231000 -     0x7fff8e232ffb  libremovefile.dylib (33) <3543F917-928E-3DB2-A2F4-7AB73B4970EF> /usr/lib/system/libremovefile.dylib
        0x7fff8e233000 -     0x7fff8e238fff  com.apple.DiskArbitration (2.6 - 2.6) <F8A47F61-83D1-3F92-B7A8-A169E0D187C0> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
        0x7fff8e29b000 -     0x7fff8e2ddff7  libauto.dylib (185.5) <F45C36E8-B606-3886-B5B1-B6745E757CA8> /usr/lib/libauto.dylib
        0x7fff8e2de000 -     0x7fff8e3c8fff  libsqlite3.dylib (158) <00269BF9-43BE-39E0-9C85-24585B9923C8> /usr/lib/libsqlite3.dylib
        0x7fff8e3fa000 -     0x7fff8e5dfff7  com.apple.CoreFoundation (6.9 - 855.11) <E22C6A1F-8996-349C-905E-96C3BBE07C2F> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
        0x7fff8e5e0000 -     0x7fff8e5eaff7  com.apple.CrashReporterSupport (10.9 - 538) <B487466B-3AA1-3854-A808-A61F049FA794> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/Cra shReporterSupport
        0x7fff8e5eb000 -     0x7fff8e5f9fff  com.apple.opengl (9.0.83 - 9.0.83) <AF467644-7B1D-327A-AC47-CECFCAF61990> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
        0x7fff8e650000 -     0x7fff8e654fff  com.apple.IOAccelerator (98.7.1 - 98.7.1) <C0D16D6F-8729-3110-BEBA-BE4F53444470> /System/Library/PrivateFrameworks/IOAccelerator.framework/Versions/A/IOAccelera tor
        0x7fff8e74d000 -     0x7fff8e7a0fff  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
        0x7fff8e83d000 -     0x7fff8e840fff  com.apple.TCC (1.0 - 1) <32A075D9-47FD-3E71-95BC-BFB0D583F41C> /System/Library/PrivateFrameworks/TCC.framework/Versions/A/TCC
        0x7fff8ebda000 -     0x7fff8ebdbff7  libDiagnosticMessagesClient.dylib (100) <4CDB0F7B-C0AF-3424-BC39-495696F0DB1E> /usr/lib/libDiagnosticMessagesClient.dylib
        0x7fff8ec2e000 -     0x7fff8ec35fff  com.apple.NetFS (6.0 - 4.0) <8E26C099-CE9D-3819-91A2-64EA929C6137> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
        0x7fff8ec62000 -     0x7fff8ec6dff7  com.apple.NetAuth (5.0 - 5.0) <C811E662-9EC3-3B74-808A-A75D624F326B> /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth
        0x7fff8ed23000 -     0x7fff8ed2cfff  com.apple.CommonAuth (4.0 - 2.0) <1D263127-5F27-3128-996D-7397660D0C6E> /System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAuth
        0x7fff8edf0000 -     0x7fff8ef60ff6  com.apple.CFNetwork (673.0.3 - 673.0.3) <42CFC3DB-35C8-3652-AF37-4BCC73D8BDEF> /System/Library/Frameworks/CFNetwork.framework/Versions/A/CFNetwork
        0x7fff8ef65000 -     0x7fff8ef67fff  libCVMSPluginSupport.dylib (9.0.83) <E2AED858-6EEB-36C6-8C06-C3CF649A3CD5> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCVMSPluginS upport.dylib
        0x7fff8ef98000 -     0x7fff8f150ff3  libicucore.A.dylib (511.27) <003B6C21-CBD1-3486-9A1D-030ADF5FA061> /usr/lib/libicucore.A.dylib
        0x7fff8f151000 -     0x7fff8f1befff  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
        0x7fff8f1bf000 -     0x7fff8f1c5ff7  libCGXCoreImage.A.dylib (599.7) <AC38090E-BA96-33C0-92F3-8EF6231582C4> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGXCo reImage.A.dylib
        0x7fff8f1d3000 -     0x7fff8f237ff9  com.apple.Heimdal (4.0 - 2.0) <E7D20A4D-4674-37E1-A949-635FFF7C439A> /System/Library/PrivateFrameworks/Heimdal.framework/Versions/A/Heimdal
        0x7fff8f380000 -     0x7fff8f399ff7  com.apple.Kerberos (3.0 - 1) <F108AFEB-198A-3BAF-BCA5-9DFCE55EFF92> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
        0x7fff8f67b000 -     0x7fff8f704ff7  libsystem_c.dylib (997.1.1) <61833FAA-7281-3FF9-937F-686B6F20427C> /usr/lib/system/libsystem_c.dylib
    External Modification Summary:
      Calls made by other processes targeting this process:
        task_for_pid: 11
        thread_create: 0
        thread_set_state: 0
      Calls made by this process:
        task_for_pid: 0
        thread_create: 0
        thread_set_state: 0
      Calls made by all processes on this machine:
        task_for_pid: 2098
        thread_create: 2
        thread_set_state: 0
    VM Region Summary:
    ReadOnly portion of Libraries: Total=149.5M resident=78.8M(53%) swapped_out_or_unallocated=70.7M(47%)
    Writable regions: Total=1.3G written=151.3M(12%) resident=351.5M(27%) swapped_out=0K(0%) unallocated=929.3M(73%)
    REGION TYPE                      VIRTUAL
    ===========                      =======
    CG backing stores                  70.2M
    CG framebuffers                   175.8M
    CG image                            712K
    CG raster data                     1436K
    CG shared images                    204K
    CoreAnimation                     198.5M
    CoreGraphics                         20K
    Dispatch continuations             16.0M
    IOKit                             402.8M
    IOKit (reserved)                  256.0M        reserved VM address space (unallocated)
    Kernel Alloc Once                     8K
    MALLOC                            157.9M
    MALLOC (admin)                       32K
    Memory Tag 247                      740K
    Memory Tag 252                     14.2M
    OpenGL GLSL                        3840K
    STACK GUARD                        56.0M
    Stack                              9824K
    VM_ALLOCATE                        7612K
    __CGSERVER                            4K
    __DATA                             26.4M
    __LINKEDIT                         65.8M
    __TEXT                             83.7M
    __UNICODE                           544K
    mapped file                         152K
    shared memory                        68K
    ===========                      =======
    TOTAL                               1.5G
    TOTAL, minus reserved VM space      1.3G
    Best I can think is that there is something up with the graphics card or Mavericks handling of the graphics card or some settting related to graphics judging from the code, but that is me talking out of my nethers...
    Any additional thoughts?
    TIA!

    I'm suddenly having the same issue on my Late 2013 27" iMac that I purchased in November Richard.  I see that no one has responded to your post but I wanted to subscribe to this thread in case you or anyone else may have learned any more about this.
    You mentioned that you had a ticket open with Apple Care.  Did anything come of that?
    I put my iMac to sleep a couple of hours ago and when I returned it was still powered up but completely unresponsive.  I noticed that it was pretty warm when I rebooted it.  iStat Menus showed the SSD at 50c and the GPU at 48c.  There were no applications open previously, nothing at all running so I'm not sure what to think.
    I reset the SMC but no changes and the SSD is still running very hot while the GPU has cooled.
    I'll keep searching for some answers and open a ticket if needed, but I wanted to see if you had gotten any further with this.
    TIA!
    P.S.   Maybe it's our name? 

  • Lion logs me out while doing CPU intensive items!

    I have a really annoying issue.
    I play games on my computer such as the Portal's and Minecraft. And I can because I have a nice computer as you can tell from the specs below.
    But, after upgrading to Lion, I've had this weird and annoying issue. Whenever I play any of these graphic intensive games, after a while the game will stop and I will get logged out to the user screen. This didn't happen on Snow Leopard. I check Activity Monitor whil playing these games and I have plently of RAM (Usually 3-4 GB left) and my CPU is only at 30%. I have Terrabytes of disk space. Also, while using iMovie, I haven't been logged out. Maybe it's just not enough graphics intensive as Portal 2 or Minecraft. Plus, I have the latest version of the graphics card drivers.  Here's the crash log from when a game called VVVVVV crashed and logged me out.
    Process:         vvvvvv [17432]
    Path:            /Users/USER/Library/Application Support/Steam/*/VVVVVV.app/Contents/MacOS/vvvvvv
    Identifier:      com.distractionware.vvvvvv
    Version:         vvvvvv 1.92 (1.0)
    Code Type:       X86 (Native)
    Parent Process:  launchd [217]
    Date/Time:       2011-07-28 11:00:40.723 -0700
    OS Version:      Mac OS X 10.7 (11A511)
    Report Version:  9
    Interval Since Last Report:          427438 sec
    Crashes Since Last Report:           16
    Per-App Interval Since Last Report:  3358 sec
    Per-App Crashes Since Last Report:   1
    Anonymous UUID:                      D37F8B7D-F7F6-471C-993E-FC6B65C52275
    Crashed Thread:  0  Dispatch queue: com.apple.main-thread
    Exception Type:  EXC_BAD_ACCESS (SIGSEGV)
    Exception Codes: KERN_INVALID_ADDRESS at 0x00000000af81bb09
    VM Regions Near 0xaf81bb09:
        Submap                 00000000ad313000-00000000ad400000          r--/rwx process-only submap
    --> Submap                 00000000ad400000-00000000b0000000          r--/rwx machine-wide submap
        Stack                  00000000bc000000-00000000bf800000 [ 56.0M] ---/rwx SM=NUL 
    Application Specific Information:
    /Users/AidanJones/Library/Application Support/Steam/SteamApps/common/vvvvvv/VVVVVV.app/Contents/MacOS/vvvvvv
    objc[17432]: garbage collection is OFF
    Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
    0   com.distractionware.vvvvvv              0x00004815 __static_initialization_and_destruction_0(int, int) + 45
    1   dyld                                    0x8fe46cc0 ImageLoaderMachO::doInitialization(ImageLoader::LinkContext const&) + 64
    2   dyld                                    0x8fe44220 ImageLoader::recursiveInitialization(ImageLoader::LinkContext const&, unsigned int, ImageLoader::InitializerTimingList&) + 256
    3   dyld                                    0x8fe451c0 ImageLoader::runInitializers(ImageLoader::LinkContext const&, ImageLoader::InitializerTimingList&) + 62
    4   dyld                                    0x8fe39656 dyld::initializeMainExecutable() + 214
    5   dyld                                    0x8fe3def2 dyld::_main(macho_header const*, unsigned long, int, char const**, char const**, char const**) + 2238
    6   dyld                                    0x8fe372ef dyldbootstrap::start(macho_header const*, int, char const**, long, macho_header const*) + 637
    7   dyld                                    0x8fe37063 _dyld_start + 51
    Thread 0 crashed with X86 Thread State (32-bit):
      eax: 0x00000002  ebx: 0x000047d4  ecx: 0xbffffd57  edx: 0x8fe69150
      edi: 0x003da01c  esi: 0x0000000a  ebp: 0xbfffedf8  esp: 0xbfffedac
       ss: 0x00000023  efl: 0x00010246  eip: 0x00004815   cs: 0x0000001b
       ds: 0x00000023   es: 0x00000023   fs: 0x00000000   gs: 0x0000000f
      cr2: 0xaf81bb09
    Logical CPU: 4
    Binary Images:
        0x1000 -   0x3d9ff3 +com.distractionware.vvvvvv (vvvvvv 1.92 - 1.0) <746D07E1-015F-585E-62CE-88F4CC05E744> /Users/USER/Library/Application Support/Steam/*/VVVVVV.app/Contents/MacOS/vvvvvv
      0x53d000 -   0x5a2f97 +SDL (1.2.14 - 1.2.14) <F92BC2D7-C81B-A235-E519-40B26DD49E17> /Users/USER/Library/Application Support/Steam/*/VVVVVV.app/Contents/Frameworks/SDL.framework/Versions/A/SDL
      0x5b2000 -   0x5b6ff7 +SDL_image (1.2.10 - 1.2.10) <7BC12AD9-295E-1930-DC86-D218D7A9BE7A> /Users/USER/Library/Application Support/Steam/*/VVVVVV.app/Contents/Frameworks/SDL_image.framework/Versions/A/S DL_image
      0x5bb000 -   0x602fe7 +SDL_mixer (1.2.11 - 1.2.11) <839BAACE-BD83-F3EA-4F72-80E964D2130C> /Users/USER/Library/Application Support/Steam/*/VVVVVV.app/Contents/Frameworks/SDL_mixer.framework/Versions/A/S DL_mixer
      0x637000 -   0x69bfff  com.apple.framework.IOKit (2.0 - ???) <B5888D02-8C36-3404-A37E-7457D950D629> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
      0x6c2000 -   0x6d0fff  com.apple.opengl (1.7.4 - 1.7.4) <C6DE3D3A-CC1F-3F55-B8DD-2637FA40058F> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
      0x6d8000 -   0x6d8fff  com.apple.vecLib (3.7 - vecLib 3.7) <A01CD788-26FB-320F-8617-5A7DF0F9031E> /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
      0x6db000 -   0x98cff7  com.apple.security (7.0 - 55010) <28168576-1B8C-3FE8-9356-DE79390A480A> /System/Library/Frameworks/Security.framework/Versions/A/Security
      0xa80000 -   0xa87ffd  com.apple.NetFS (4.0 - 4.0) <D0D59145-D211-3E7C-9062-35A2833FA99B> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
      0xa8e000 -   0xad5fff  com.apple.SystemConfiguration (1.11 - 1.11) <A7769080-2A4F-36AF-9484-08A936690307> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfi guration
      0xaf7000 -   0xb02ffc  com.apple.NetAuth (1.0 - 3.0) <C07853C0-AF32-3633-9CEF-2480860C12C5> /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth
      0xb0d000 -   0xb6fffb  com.apple.datadetectorscore (3.0 - 179.3) <18117942-9D6F-3283-B8B0-03C7550CA2EB> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDe tectorsCore
      0xb9c000 -   0xbb8ff5  com.apple.GenerationalStorage (1.0 - 124) <0BC29510-6C26-3445-88B7-21502CAFF372> /System/Library/PrivateFrameworks/GenerationalStorage.framework/Versions/A/Gene rationalStorage
      0xbc2000 -   0xbc3fff  com.apple.TrustEvaluationAgent (2.0 - 1) <EABDA7EE-A98F-35B8-9E3E-7075BA651C68> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/Tru stEvaluationAgent
      0xbc8000 -   0xbdcff7  com.apple.CFOpenDirectory (10.7 - 144) <665CDF77-F0C9-3AFF-8CF8-64257268B7DD> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpen Directory.framework/Versions/A/CFOpenDirectory
      0xbf2000 -   0xc11fff  com.apple.RemoteViewServices (1.0 - 1) <D9810485-6A62-3758-96F5-48950AF250F1> /System/Library/PrivateFrameworks/RemoteViewServices.framework/Versions/A/Remot eViewServices
      0xc28000 -   0xd33ffb  com.apple.DesktopServices (1.6.0 - 1.6.0) <66E2BD3A-958A-3F46-8DA0-C0F2358013B0> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/Desk topServicesPriv
      0xd88000 -   0xee9ffb  com.apple.QuartzCore (1.7 - 269.0) <221FF6A0-9C2C-3977-BC2A-A84C392BA49B> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
      0xf7a000 -   0xfd3ff3  com.apple.coreui (0.3 - 162) <BD3FBC84-234A-38E0-AA29-DE0424D3FD16> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
      0xfff000 -  0x1012ff9  com.apple.MultitouchSupport.framework (220.62 - 220.62) <5BD8730D-43A4-3040-9EA3-0BDA52A392A9> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/Multit ouchSupport
    0x1020000 -  0x1042ff1  com.apple.PerformanceAnalysis (1.10 - 10) <45B10D4C-9B3B-37A6-982D-687A6F9EEA28> /System/Library/PrivateFrameworks/PerformanceAnalysis.framework/Versions/A/Perf ormanceAnalysis
    0x1056000 -  0x1078ffe  com.apple.framework.familycontrols (3.0 - 300) <AE51B604-D32D-32F7-AEDC-B1C4EB7191C6> /System/Library/PrivateFrameworks/FamilyControls.framework/Versions/A/FamilyCon trols
    0x108c000 -  0x1090ffd  IOSurface (??? - ???) <97E875C2-9F1A-3FBA-B80C-594892A02621> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
    0x1098000 -  0x10b2fff  com.apple.Kerberos (1.0 - 1) <25E5A286-876D-3A8E-A12F-52D184559E8C> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
    0x10cc000 -  0x113afff  com.apple.Heimdal (2.1 - 2.0) <5BA5BFA4-0B05-3B00-AF06-C3D0D60F36BC> /System/Library/PrivateFrameworks/Heimdal.framework/Versions/A/Heimdal
    0x115e000 -  0x1162ff7  com.apple.OpenDirectory (10.7 - 144) <A117580D-FD86-381E-82FD-B1A040045031> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
    0x116a000 -  0x1173ff3  com.apple.CommonAuth (2.1 - 2.0) <94EA2555-212C-3704-8307-FCEE5D6D32C5> /System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAuth
    0x1179000 -  0x13eaffb  com.apple.CoreImage (7.77 - 1.0.1) <DF1D9EB7-5879-3EA2-8CF5-80004DAC18BC> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/CoreImage .framework/Versions/A/CoreImage
    0x148f000 -  0x14e0ff9  com.apple.ScalableUserInterface (1.0 - 1) <C3FA7E40-0213-3ABC-A006-2CB00B6A7EAB> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/ScalableU serInterface.framework/Versions/A/ScalableUserInterface
    0x14f9000 -  0x1542ff7  libGLU.dylib (??? - ???) <3524C956-C8B2-3E8B-805D-9E25E5481A58> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
    0x1550000 -  0x1555ffd  libGFXShared.dylib (??? - ???) <7C55BE22-CDB5-3192-B7F0-96EA754A20AC> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.d ylib
    0x155b000 -  0x1568fff  libGL.dylib (??? - ???) <C1C549FC-FF7F-3012-9DF5-5255217B4AEA> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
    0x1579000 -  0x15b5ffa  libGLImage.dylib (??? - ???) <7A150184-E3F7-3773-917A-A5E24B9241FA> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dyl ib
    0x15bd000 -  0x15beffd  libCVMSPluginSupport.dylib (??? - ???) <8057030D-B290-3A8B-9828-3A1BD123B124> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCVMSPluginS upport.dylib
    0x15c3000 -  0x15c6ffd  libCoreVMClient.dylib (??? - ???) <1438A7D5-A622-3623-A49F-45F881B1D947> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClien t.dylib
    0x15cb000 -  0x15f4ffe  com.apple.opencl (1.50.62 - 1.50.62) <52059AB5-8E0D-356E-98AA-71A4777CBE57> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
    0x1600000 -  0x1a55fff  FaceCoreLight (1.4.2 - compatibility 1.0.0) <53AC5DCE-D04B-3DC3-808D-AA1CAD4D0924> /System/Library/PrivateFrameworks/FaceCoreLight.framework/Versions/A/FaceCoreLi ght
    0x1ea9000 -  0x1f40ff3  com.apple.securityfoundation (5.0 - 55005) <F5A98CC2-11C6-34F3-8F72-75B642627630> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoun dation
    0x1f7e000 -  0x1f84ffd  com.apple.CommerceCore (1.0 - 17) <71641C17-1CA7-3AC9-974E-AAC9EB641035> /System/Library/PrivateFrameworks/CommerceKit.framework/Versions/A/Frameworks/C ommerceCore.framework/Versions/A/CommerceCore
    0x1f8c000 -  0x1fbaff7 +mikmod (3.1.10r2 - 3.1.12) <484ED43A-1C22-DF87-240A-594F8F37B9BE> /Users/USER/Library/Application Support/Steam/*/VVVVVV.app/Contents/Frameworks/SDL_mixer.framework/Versions/A/F rameworks/mikmod.framework/Versions/A/mikmod
    0x1fcb000 -  0x2005ffb +smpeg (??? - 0.0.1d1) <307DED87-2630-CFC1-0E46-1464733C0E70> /Users/USER/Library/Application Support/Steam/*/VVVVVV.app/Contents/Frameworks/SDL_mixer.framework/Versions/A/F rameworks/smpeg.framework/Versions/A/smpeg
    0x8fe36000 - 0x8fe689c7  dyld (195.5 - ???) <134323A7-49DC-3A9D-ACFD-32FAD0FD6BA2> /usr/lib/dyld
    0x9001f000 - 0x90021ff9  com.apple.securityhi (4.0 - 1) <BD367302-73C3-32F4-8080-E389AE89E434> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.fr amework/Versions/A/SecurityHI
    0x90022000 - 0x90361ff3  com.apple.HIToolbox (1.7 - ???) <A9583F07-218D-35CD-B29C-C65E6D008836> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.fra mework/Versions/A/HIToolbox
    0x90381000 - 0x903b7fff  com.apple.DebugSymbols (2.1 - 85) <FAD78A3A-48DF-3D27-9726-1D31D3B889DA> /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbol s
    0x9041b000 - 0x9052aff7  libsqlite3.dylib (9.6.0 - compatibility 9.0.0) <01987A45-9270-30FD-8A67-5E53DB637909> /usr/lib/libsqlite3.dylib
    0x9052b000 - 0x9052eff7  libmathCommon.A.dylib (2026.0.0 - compatibility 1.0.0) <69357047-7BE0-3360-A36D-000F55E39336> /usr/lib/system/libmathCommon.A.dylib
    0x905b0000 - 0x905b3ff7  libcompiler_rt.dylib (6.0.0 - compatibility 1.0.0) <7F6C14CC-0169-3F1B-B89C-372F67F1F3B5> /usr/lib/system/libcompiler_rt.dylib
    0x9067f000 - 0x9068dfff  libdispatch.dylib (187.5.0 - compatibility 1.0.0) <1883C8E2-D180-3EA0-8BEF-325F2FEDACD1> /usr/lib/system/libdispatch.dylib
    0x908cf000 - 0x908d0fff  liblangid.dylib (??? - ???) <C8C204E9-1785-3785-BBD7-22D59493B98B> /usr/lib/liblangid.dylib
    0x90ad5000 - 0x90b3cfff  libc++.1.dylib (19.0.0 - compatibility 1.0.0) <3AFF3CE8-14AE-300F-8F63-8B7FB9D4DA96> /usr/lib/libc++.1.dylib
    0x90c20000 - 0x90c56ff7  com.apple.AE (527.6 - 527.6) <77999151-94E3-37CD-A49E-7A9F9084F886> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.fram ework/Versions/A/AE
    0x90c57000 - 0x912bc65b  com.apple.CoreGraphics (1.600.0 - ???) <DD3B7ADA-0F19-371E-BB87-F3C08464134A> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/CoreGraphics
    0x91359000 - 0x9135aff7  libsystem_sandbox.dylib (??? - ???) <BC0A04E9-4F28-3BC8-AA7B-63C3451E9212> /usr/lib/system/libsystem_sandbox.dylib
    0x9152e000 - 0x9153eff7  libCRFSuite.dylib (??? - ???) <CE616EF3-756A-355A-95AD-3472A876BEB9> /usr/lib/libCRFSuite.dylib
    0x9153f000 - 0x9159cffb  com.apple.htmlrendering (76 - 1.1.4) <743C2943-40BC-36FB-A45C-3421A394F081> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HTMLRendering .framework/Versions/A/HTMLRendering
    0x916ff000 - 0x9179aff3  com.apple.ink.framework (1.3.2 - 110) <9F6F37F9-999E-30C5-93D0-E48D4B5E20CD> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework /Versions/A/Ink
    0x9179b000 - 0x91a9eff7  com.apple.Foundation (6.7 - 833.1) <94BFFEDD-0676-368D-B4C6-8784E1DA4306> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
    0x91a9f000 - 0x91a9ffff  com.apple.Carbon (153 - 153) <6FF98F0F-2CDE-3888-A304-4ED447D24CE3> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
    0x91be9000 - 0x91ca9ff3  com.apple.ColorSync (4.7.0 - 4.7.0) <50767823-56BA-373D-BC5A-37B17B659838> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ColorSync.framework/Versions/A/ColorSync
    0x91d5d000 - 0x91d5efff  libsystem_blocks.dylib (53.0.0 - compatibility 1.0.0) <B04592B1-0924-3422-82FF-976B339DF567> /usr/lib/system/libsystem_blocks.dylib
    0x91d5f000 - 0x91dbfffb  com.apple.audio.CoreAudio (4.0.0 - 4.0.0) <6026C895-3DC6-3785-A7BB-2F2B9E292D95> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
    0x920bc000 - 0x920bdfff  libDiagnosticMessagesClient.dylib (??? - ???) <DB3889C2-2FC2-3087-A2A2-4C319455E35C> /usr/lib/libDiagnosticMessagesClient.dylib
    0x920be000 - 0x920c0ffb  libRadiance.dylib (??? - ???) <5112B7CE-BAAF-3E98-94E4-676BCB92867F> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libRadiance.dylib
    0x92195000 - 0x92199fff  com.apple.CommonPanels (1.2.5 - 94) <3A988595-DE53-34ED-9367-C9A737E2AF38> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels. framework/Versions/A/CommonPanels
    0x9225f000 - 0x9228dfe7  libSystem.B.dylib (159.0.0 - compatibility 1.0.0) <FA9B75F7-B989-3DD3-97FD-373EB95C5BA8> /usr/lib/libSystem.B.dylib
    0x9228e000 - 0x9228efff  com.apple.Accelerate.vecLib (3.7 - vecLib 3.7) <CB952B04-595A-332B-992B-7671815750FD> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/vecLib
    0x92318000 - 0x924b1ff7  com.apple.CoreData (103 - 358.4) <EB07F3A5-6301-3DA4-96FC-F8381D148C69> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
    0x924b2000 - 0x92556fff  com.apple.QD (3.12 - ???) <68CBE425-43BA-3E6D-8668-A4A67396E20D> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ QD.framework/Versions/A/QD
    0x92557000 - 0x92567fff  com.apple.LangAnalysis (1.7.0 - 1.7.0) <6D6F0C9D-2EEA-3578-AF3D-E2A09BCECAF3> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ LangAnalysis.framework/Versions/A/LangAnalysis
    0x92579000 - 0x9257dff3  libsystem_network.dylib (??? - ???) <E1455F3E-549B-3D50-A38B-17B394F3C7F6> /usr/lib/system/libsystem_network.dylib
    0x9257e000 - 0x9257efff  com.apple.Cocoa (6.6 - ???) <650273EF-1ABC-334E-B745-B75AF028F9F4> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
    0x92617000 - 0x92618ff5  libremovefile.dylib (21.0.0 - compatibility 1.0.0) <9A1E12B7-F822-3544-8E1D-A6DC81E1F2E6> /usr/lib/system/libremovefile.dylib
    0x92c0f000 - 0x93694ffe  com.apple.AppKit (6.7 - 1138) <1CEDE402-32DD-3C10-B3B3-8C3DDBE8335D> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
    0x936be000 - 0x936c1ffc  libpam.2.dylib (3.0.0 - compatibility 3.0.0) <6FFDBD60-5EC6-3EFA-996B-EE030443C16C> /usr/lib/libpam.2.dylib
    0x936ca000 - 0x937c2ff7  libFontParser.dylib (??? - ???) <C428D41A-8635-3423-A2F0-8BA9819F212B> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libFontParser.dylib
    0x937c3000 - 0x93bc5ff6  libLAPACK.dylib (??? - ???) <00BE0221-8564-3F87-9F6B-8A910CF2F141> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libLAPACK.dylib
    0x93cda000 - 0x93cf8ff7  libsystem_kernel.dylib (1699.22.73 - compatibility 1.0.0) <D32C2E9C-8184-3FAF-8694-99FC619FC71B> /usr/lib/system/libsystem_kernel.dylib
    0x93cf9000 - 0x93d12fff  libPng.dylib (??? - ???) <2C47E152-240A-36A7-87A8-3856EDFF2FE8> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libPng.dylib
    0x93d13000 - 0x93d18ff7  libmacho.dylib (800.0.0 - compatibility 1.0.0) <56A34E97-518E-307E-8218-C5D43A33EE34> /usr/lib/system/libmacho.dylib
    0x93d19000 - 0x93e6bffb  com.apple.audio.toolbox.AudioToolbox (1.7 - 1.7) <5767C518-343D-36DB-8D59-C72986161AEC> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
    0x93f01000 - 0x93f09fff  com.apple.DiskArbitration (2.4 - 2.4) <E574D5E7-7297-33B5-8B91-1E6346D5F917> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
    0x93f0a000 - 0x93f12ff5  libcopyfile.dylib (85.1.0 - compatibility 1.0.0) <A1BFC320-616A-30AA-A41E-29D7904FC4C7> /usr/lib/system/libcopyfile.dylib
    0x93f13000 - 0x93ffbfff  libxml2.2.dylib (10.3.0 - compatibility 10.0.0) <ED3F5E83-8C76-3D46-B2FF-0D5BDF8970C5> /usr/lib/libxml2.2.dylib
    0x93ffc000 - 0x940ecff1  libiconv.2.dylib (7.0.0 - compatibility 7.0.0) <9E5F86A3-8405-3774-9E0C-3A074273C96D> /usr/lib/libiconv.2.dylib
    0x940ed000 - 0x94152ff7  libvDSP.dylib (325.3.0 - compatibility 1.0.0) <1C4B66EB-3186-31BE-B93F-878E49334C49> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvDSP.dylib
    0x94153000 - 0x94236ff7  libcrypto.0.9.8.dylib (0.9.8 - compatibility 0.9.8) <6E631200-1E22-37B9-85D1-EC40520891AB> /usr/lib/libcrypto.0.9.8.dylib
    0x9462d000 - 0x9463efff  libbsm.0.dylib (??? - ???) <54ACF696-87C6-3652-808A-17BE7275C230> /usr/lib/libbsm.0.dylib
    0x948c9000 - 0x948f9ff7  libsystem_info.dylib (??? - ???) <C385F5A9-458A-3B49-9CC7-EA81DC5F9141> /usr/lib/system/libsystem_info.dylib
    0x94c57000 - 0x94d80ff9  com.apple.CFNetwork (520.0.13 - 520.0.13) <B21DE9ED-1D99-39C0-9E24-77D2A48FBFEF> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwo rk.framework/Versions/A/CFNetwork
    0x94d81000 - 0x94f35ff3  libicucore.A.dylib (46.1.0 - compatibility 1.0.0) <6270318A-CA9A-376C-AD6D-64A9B4B4A26E> /usr/lib/libicucore.A.dylib
    0x94fcf000 - 0x94fd5ffb  com.apple.print.framework.Print (7.0 - 247) <1140BB03-0720-308F-8D92-F71B347D63D6> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framewo rk/Versions/A/Print
    0x951a1000 - 0x95377fef  com.apple.CoreFoundation (6.7 - 635) <4EE0D62E-5342-3A9F-A740-DA1D5AEBB1B0> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    0x9549e000 - 0x954b3ff7  com.apple.ImageCapture (7.0 - 7.0) <116BC0CA-428E-396F-85DF-52793034D2A0> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture. framework/Versions/A/ImageCapture
    0x954b4000 - 0x954beff2  com.apple.audio.SoundManager (3.9.4 - 3.9.4) <D23C4761-6492-3974-B4D2-495082B8B7A6> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CarbonSound.f ramework/Versions/A/CarbonSound
    0x954bf000 - 0x954d5ffe  libxpc.dylib (77.16.0 - compatibility 1.0.0) <2EAF3E13-19FA-3EF2-88D6-64ACBC3A6ADB> /usr/lib/system/libxpc.dylib
    0x954e4000 - 0x9556bfff  com.apple.print.framework.PrintCore (7.0 - 366) <D037D344-7463-3620-AE8F-8D0D3EA5CE8E> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ PrintCore.framework/Versions/A/PrintCore
    0x9556c000 - 0x9562cfff  com.apple.CoreServices.OSServices (478.25 - 478.25) <13EB75E5-98E5-3C3D-A2D7-CD6CB292C227> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServi ces.framework/Versions/A/OSServices
    0x95669000 - 0x9567efff  com.apple.speech.synthesis.framework (4.0.74 - 4.0.74) <92AADDB0-BADF-3B00-8941-B8390EDC931B> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ SpeechSynthesis.framework/Versions/A/SpeechSynthesis
    0x95696000 - 0x956f8ff3  libstdc++.6.dylib (52.0.0 - compatibility 7.0.0) <266CE9B3-526A-3C41-BA58-7AE66A3B15FD> /usr/lib/libstdc++.6.dylib
    0x95700000 - 0x9573efff  com.apple.NavigationServices (3.6 - 192) <CB7AE807-9292-3EBA-A5F5-D7DCEE28A5B7> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/NavigationSer vices.framework/Versions/A/NavigationServices
    0x95f66000 - 0x95fbefff  com.apple.HIServices (1.9 - ???) <058E00E0-F1B4-395F-813E-C49C0C5F3BA9> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ HIServices.framework/Versions/A/HIServices
    0x95fbf000 - 0x95fdcff3  com.apple.openscripting (1.3.3 - ???) <31A51238-0CA1-38C7-9F0E-8A6676EE3241> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting .framework/Versions/A/OpenScripting
    0x96021000 - 0x96046ff9  libJPEG.dylib (??? - ???) <5872B388-D6CC-3DD4-A2F3-8BB464E83D14> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libJPEG.dylib
    0x96047000 - 0x96167fec  com.apple.vImage (5.0 - 5.0) <173F6343-07EE-39F7-A159-DD3837E473DE> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.fr amework/Versions/A/vImage
    0x96591000 - 0x96593ff7  libdyld.dylib (195.5.0 - compatibility 1.0.0) <637660EA-8D12-3B79-B644-041FEADC9C33> /usr/lib/system/libdyld.dylib
    0x966e6000 - 0x96729ffd  libcommonCrypto.dylib (55010.0.0 - compatibility 1.0.0) <4BA1F5F1-F0A2-3FEB-BB62-F514DCBB3725> /usr/lib/system/libcommonCrypto.dylib
    0x9678d000 - 0x967cdff7  libauto.dylib (??? - ???) <36E7FE7F-27DF-3301-80AA-DD61FBF722F4> /usr/lib/libauto.dylib
    0x967ce000 - 0x967d6ff3  libunwind.dylib (30.0.0 - compatibility 1.0.0) <E8DA8CEC-12D6-3C8D-B2E2-5D567C8F3CB5> /usr/lib/system/libunwind.dylib
    0x967d7000 - 0x967d8ff7  libquarantine.dylib (36.0.0 - compatibility 1.0.0) <70782AEC-8933-3EB4-91CA-E44C0E768C90> /usr/lib/system/libquarantine.dylib
    0x967d9000 - 0x967dcffb  com.apple.help (1.3.2 - 42) <DDCEBA10-5CDE-3ED2-A52F-5CD5A0632CA2> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framewor k/Versions/A/Help
    0x967dd000 - 0x967ddfff  libdnsinfo.dylib (395.6.0 - compatibility 1.0.0) <959E5139-EB23-3529-8881-2BCB5724D1A9> /usr/lib/system/libdnsinfo.dylib
    0x967de000 - 0x96801fff  com.apple.CoreVideo (1.7 - 70.0) <0CBE6F3B-34C7-3C6B-9BB1-826F9905ECC1> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
    0x96881000 - 0x96888fff  libnotify.dylib (80.0.0 - compatibility 1.0.0) <B3B3875D-311D-31A7-A09F-D1BC56795E00> /usr/lib/system/libnotify.dylib
    0x96889000 - 0x96889ffe  libkeymgr.dylib (23.0.0 - compatibility 1.0.0) <7F0E8EE2-9E8F-366F-9988-E2F119DB9A82> /usr/lib/system/libkeymgr.dylib
    0x968c7000 - 0x96996ffb  com.apple.ImageIO.framework (3.1.0 - 3.1.0) <A482C10A-C474-39DC-AB3C-EADBCF3A433B> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/ImageIO
    0x96997000 - 0x9699fff3  liblaunch.dylib (392.18.0 - compatibility 1.0.0) <CD470A1E-0147-3CB1-B44D-0B61F9061826> /usr/lib/system/liblaunch.dylib
    0x96c26000 - 0x97102ff6  libBLAS.dylib (??? - ???) <327C1517-2B63-3D8C-8D8E-CB4EBA2A9C36> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libBLAS.dylib
    0x9733f000 - 0x97367ff7  libxslt.1.dylib (3.24.0 - compatibility 3.0.0) <FCAC685A-724F-3FE7-8416-146108DF75FB> /usr/lib/libxslt.1.dylib
    0x977d3000 - 0x977fefff  com.apple.GSS (2.1 - 2.0) <129F4AB0-41AC-3713-A7BC-921769B0E12D> /System/Library/Frameworks/GSS.framework/Versions/A/GSS
    0x977ff000 - 0x9788bff7  com.apple.CoreText (4.0.0 - ???) <2ADB0C1E-FE27-371C-8EC3-69D5CFEA2BE7> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreText.framework/Versions/A/CoreText
    0x9788c000 - 0x978dcff4  libTIFF.dylib (??? - ???) <25796A90-ABD2-3A3A-800C-1056D343A71F> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libTIFF.dylib
    0x978dd000 - 0x978fafff  libresolv.9.dylib (46.0.0 - compatibility 1.0.0) <95AE43ED-6C52-3B39-89B6-54C81C62F1FF> /usr/lib/libresolv.9.dylib
    0x97b8d000 - 0x97b94ff5  libsystem_dnssd.dylib (??? - ???) <B3217FA8-A7D6-3C90-ABFC-2E54AEF33547> /usr/lib/system/libsystem_dnssd.dylib
    0x97b95000 - 0x97b95fff  com.apple.audio.units.AudioUnit (1.7 - 1.7) <75E38B34-1DE2-337A-A09F-0F7E91C02ABB> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
    0x97b96000 - 0x97bf6ff3  com.apple.Symbolication (1.2 - 87) <2F9206D6-BE64-3C21-B593-43B8C60A7A9E> /System/Library/PrivateFrameworks/Symbolication.framework/Versions/A/Symbolicat ion
    0x97bf7000 - 0x97ef7fff  com.apple.CoreServices.CarbonCore (960.13 - 960.13) <E098AC3A-E795-3C28-BA92-EED51C461A6F> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonC ore.framework/Versions/A/CarbonCore
    0x97fa9000 - 0x9801efff  com.apple.Metadata (10.7.0 - 627.9) <1EF7D615-3DF4-3F5D-88CE-6BDFA120FE32> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadat a.framework/Versions/A/Metadata
    0x98079000 - 0x98082fff  libc++abi.dylib (14.0.0 - compatibility 1.0.0) <FEB5330E-AD5D-37A0-8AB2-0820F311A2C8> /usr/lib/libc++abi.dylib
    0x984c9000 - 0x984c9fff  com.apple.Accelerate (1.7 - Accelerate 1.7) <881C1C85-2DEC-38DE-BC97-7804BC907282> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
    0x986f1000 - 0x9871fffb  com.apple.DictionaryServices (1.2 - 158) <C614930F-520D-3F77-AD0D-0E16FBCB98CE> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Diction aryServices.framework/Versions/A/DictionaryServices
    0x994dc000 - 0x99546ff3  com.apple.CoreSymbolication (2.1 - 67) <38FD2396-C987-3E7F-93EF-7D8ECAF542AF> /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSy mbolication
    0x99547000 - 0x995d4fe7  libvMisc.dylib (325.3.0 - compatibility 1.0.0) <A44ADE1B-AB2C-3585-8C9D-D85B526E66C0> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvMisc.dylib
    0x995d5000 - 0x996aba5b  libobjc.A.dylib (228.0.0 - compatibility 1.0.0) <A0EDB351-4B9D-3AA2-9D1A-0C22204FCCD3> /usr/lib/libobjc.A.dylib
    0x996b0000 - 0x996b0ff0  com.apple.ApplicationServices (41 - 41) <BED33E1D-C95C-3654-9A3A-0CB3607F9F10> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Application Services
    0x99713000 - 0x99824ff7  libJP2.dylib (??? - ???) <E938C201-C508-3E3D-B9A9-81FE52349E1B> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libJP2.dylib
    0x99825000 - 0x998b9ff7  com.apple.LaunchServices (480.19 - 480.19) <A68C0688-4ED1-35F1-BF44-F5B1917084A0> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchS ervices.framework/Versions/A/LaunchServices
    0x999c8000 - 0x999ccfff  libGIF.dylib (??? - ???) <F6094267-AB0E-38FC-8201-510AA4BDC974> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libGIF.dylib
    0x99adb000 - 0x99adcff0  libunc.dylib (24.0.0 - compatibility 1.0.0) <BCD277D0-4271-3E96-A4A2-85669DBEE2E2> /usr/lib/system/libunc.dylib
    0x99b14000 - 0x99bdffff  libsystem_c.dylib (763.11.0 - compatibility 1.0.0) <44AA09FD-3A8F-3DCF-AD98-BC9071CA7376> /usr/lib/system/libsystem_c.dylib
    0x99ef3000 - 0x99f6effb  com.apple.ApplicationServices.ATS (5.0 - ???) <8DF22F1E-7600-3ADA-BFC1-F6FA79914171> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/ATS
    0x9acc0000 - 0x9acc4ffa  libcache.dylib (47.0.0 - compatibility 1.0.0) <98A82BC5-0DD9-3212-9CAE-35A77278EEB6> /usr/lib/system/libcache.dylib
    0x9b0cc000 - 0x9b156ffb  com.apple.SearchKit (1.4.0 - 1.4.0) <C8567435-9CD1-35EE-AE05-304D28858C42> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchK it.framework/Versions/A/SearchKit
    0x9b458000 - 0x9b463ffb  com.apple.speech.recognition.framework (4.0.19 - 4.0.19) <17C11291-5B27-3BE2-8614-7A806745EE8A> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecogni tion.framework/Versions/A/SpeechRecognition
    0x9b5e3000 - 0x9b633fff  libFontRegistry.dylib (??? - ???) <BC35B8F5-7CCA-3A04-A278-FA3306B2C4F8> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libFontRegistry.dylib
    0x9bf7f000 - 0x9bfbbfff  libcups.2.dylib (2.9.0 - compatibility 2.0.0) <8CB51735-ABE4-37AD-9019-845BB768955F> /usr/lib/libcups.2.dylib
    0x9c5ca000 - 0x9c5d5fff  libkxld.dylib (??? - ???) <088640F2-429D-3368-AEDA-3C308C4EB80C> /usr/lib/system/libkxld.dylib
    0x9c5d6000 - 0x9c5d6ff2  com.apple.CoreServices (53 - 53) <C513E133-B0E0-3C35-A7CB-DBC35A7EF571> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
    0x9c68e000 - 0x9c69cfff  libz.1.dylib (1.2.5 - compatibility 1.0.0) <E73A4025-835C-3F73-9853-B08606E892DB> /usr/lib/libz.1.dylib
    External Modification Summary:
      Calls made by other processes targeting this process:
        task_for_pid: 15
        thread_create: 0
        thread_set_state: 0
      Calls made by this process:
        task_for_pid: 0
        thread_create: 0
        thread_set_state: 0
      Calls made by all processes on this machine:
        task_for_pid: 20924
        thread_create: 0
        thread_set_state: 0
    VM Region Summary:
    ReadOnly portion of Libraries: Total=134.0M resident=92.6M(69%) swapped_out_or_unallocated=41.4M(31%)
    Writable regions: Total=19.5M written=476K(2%) resident=1052K(5%) swapped_out=0K(0%) unallocated=18.5M(95%)
    REGION TYPE                      VIRTUAL
    ===========                      =======
    MALLOC                             10.2M
    MALLOC guard page                    32K
    Stack                              64.0M
    VM_ALLOCATE                           4K
    __CI_BITMAP                          80K
    __DATA                             8756K
    __DATA/__OBJC                       196K
    __IMAGE                            1256K
    __IMPORT                             24K
    __LINKEDIT                         45.7M
    __OBJC                             1408K
    __OBJC/__DATA                        40K
    __PAGEZERO                            4K
    __TEXT                             88.3M
    __UNICODE                           544K
    mapped file                       136.0M
    shared memory                        12K
    shared pmap                        11.5M
    ===========                      =======
    TOTAL                             367.8M
    System Profile:
    Model: MacPro4,1, BootROM MP41.0081.B07, 4 processors, Quad-Core Intel Xeon, 2.66 GHz, 12 GB, SMC 1.39f5
    Graphics: NVIDIA GeForce GT 120, NVIDIA GeForce GT 120, PCIe, 512 MB
    Memory Module: DIMM 1, 4 GB, DDR3 ECC, 1066 MHz, 0x8634, 0x535550455254414C454E5430320000000000
    Memory Module: DIMM 2, 4 GB, DDR3 ECC, 1066 MHz, 0x8634, 0x535550455254414C454E5430320000000000
    Memory Module: DIMM 3, 2 GB, DDR3 ECC, 1066 MHz, 0x8502, 0x505344333247313036363245FFFFFFFFFFFF
    Memory Module: DIMM 4, 2 GB, DDR3 ECC, 1066 MHz, 0x8502, 0x505344333247313036363245FFFFFFFFFFFF
    Bluetooth: Version 2.5.0f17, 2 service, 12 devices, 1 incoming serial ports
    Network Service: Ethernet 1, Ethernet, en0
    Network Service: Ethernet 2, Ethernet, en1
    PCI Card: NVIDIA GeForce GT 120, sppci_displaycontroller, Slot-1
    Serial ATA Device: HL-DT-ST DVD-RW GH41N, 588.7 MB
    Serial ATA Device: WDC WD6400AAKS-41H2B0, 640.14 GB
    Serial ATA Device: Hitachi HDS722020ALA330, 2 TB
    Serial ATA Device: ST32000542AS, 2 TB
    Serial ATA Device: Hitachi HDS723030ALA640, 3 TB
    USB Device: iPad, apple_vendor_id, 0x129f, 0xfd500000 / 6
    USB Device: USB 2.0 Hub, 0x1a40  (TERMINUS TECHNOLOGY INC.), 0x0101, 0xfd300000 / 2
    USB Device: Keyboard Hub, apple_vendor_id, 0x1006, 0xfd310000 / 3
    USB Device: Apple Optical USB Mouse, apple_vendor_id, 0x0304, 0xfd313000 / 5
    USB Device: Apple Keyboard, apple_vendor_id, 0x0220, 0xfd312000 / 4
    USB Device: Drive SK_USB20, 0x1516  (Skymedi Corporation), 0x8628, 0xfa400000 / 2
    USB Device: BRCM2046 Hub, 0x0a5c  (Broadcom Corp.), 0x4500, 0x5a100000 / 2
    USB Device: Bluetooth USB Host Controller, apple_vendor_id, 0x8215, 0x5a110000 / 4
    FireWire Device: built-in_hub, 800mbit_speed
    Please help! I run servers and everytime this happens they shut down. It's a real pain for me and the people who are on my server.
    - Aidan

    I had the same issue.  It seems to be a problem with code that switches between the GPU's in Lion's and Snow Leopard's kernal, although this applies to macbooks not macpros. Check out post #14:
    http://forums.macrumors.com/showthread.php?t=1221994&p=13322234
    He said the solution is to diable auto graphics switching, and install gfxcardstatus to take over this function. It's working for me so far on my 2010 i5 macpro.
    Link to gfxcardstatus:
    gfxCardStatus

  • WindowServer keeps crashing, which logs me out of all user accounts

    As the title says, WindowServer keeps crashing, which logs me out of all user accounts and drops me into the account login screen. See attached for a Console screenshot that demonstrates the issue. Anyone else having a similar problem, or know of a potential solution?
    I searched Bing for variations on "WindowServer keeps crashing os x yosemite" and couldn't find anything immediately relevant, so I'm trying here instead.
    I'm running a Retina iMac on 10.10.1, and I have an older second monitor in the form of a Dell 2311H 23" display.

    Here's the latest one; I can post them all if you're curious:
    Process:          
    WindowServer [1441]
    Path:             
    /System/Library/Frameworks/CoreGraphics.framework/Versions/A/Resources/WindowSer ver
    Identifier:       
    WindowServer
    Version:          
    1
    Code Type:        
    X86-64 (Native)
    Parent Process:   
    launchd [1]
    Responsible:      
    WindowServer [1441]
    User ID:          
    88
    Date/Time:        
    2014-12-13 15:01:30.329 -0500
    OS Version:       
    Mac OS X 10.10.1 (14B25)
    Report Version:   
    11
    Time Awake Since Boot: 400000 seconds
    Time Since Wake:  
    260000 seconds
    Crashed Thread:   
    0  Dispatch queue: com.apple.main-thread
    Exception Type:   
    EXC_BAD_ACCESS (SIGSEGV)
    Exception Codes:  
    KERN_INVALID_ADDRESS at 0x000000040000003a
    VM Regions Near 0x40000003a:
    CG framebuffers   
    000000021c4d8000-0000000224bda000 [135.0M] rw-/rw- SM=SHM 
    -->
    __TEXT            
    0000123480000000-000012348043a000 [ 4328K] r-x/rwx SM=COW  /System/Library/Extensions/AMDRadeonX4000GLDriver.bundle/Contents/MacOS/AMDRade onX4000GLDriver
    Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
    0   com.apple.CoreGraphics  
    0x00007fff87fe432d color_space_get_md5_digest + 24
    1   com.apple.CoreGraphics  
    0x00007fff88421115 color_space_get_identifier + 9
    2   com.apple.CoreGraphics  
    0x00007fff8815230d CGXColorSpaceRegistryCopyRegisteredColorSpace + 42
    3   com.apple.CoreGraphics  
    0x00007fff88152461 _CGXCopyColorSpace + 27
    4   com.apple.CoreGraphics  
    0x00007fff883db4e3 _XCopyColorSpace + 57
    5   com.apple.CoreGraphics  
    0x00007fff883db684 CGXWindowServer_server + 78
    6   com.apple.CoreGraphics  
    0x00007fff881ef2c9 __rendezvousHandler_block_invoke + 56
    7   com.apple.CoreGraphics  
    0x00007fff883169ad CGXHandleMessage + 104
    8   com.apple.CoreGraphics  
    0x00007fff881e93b1 rendezvousHandler + 29
    9   com.apple.CoreGraphics  
    0x00007fff883df5da post_port_data + 237
    10  com.apple.CoreGraphics  
    0x00007fff883ddfec CGXRunOneServicesPass + 1284
    11  com.apple.CoreGraphics  
    0x00007fff883de3d6 CGXServer + 839
    12  WindowServer            
    0x000000010382ff7e 0x10382f000 + 3966
    13  libdyld.dylib           
    0x00007fff8d2895c9 start + 1
    Thread 1:: Dispatch queue: com.apple.libdispatch-manager
    0   libsystem_kernel.dylib  
    0x00007fff8f98422e kevent64 + 10
    1   libdispatch.dylib       
    0x00007fff8408aa6a _dispatch_mgr_thread + 52
    Thread 2:
    0   libsystem_kernel.dylib  
    0x00007fff8f97e52e mach_msg_trap + 10
    1   libsystem_kernel.dylib  
    0x00007fff8f97d69f mach_msg + 55
    2   com.apple.CoreFoundation
    0x00007fff8b694b14 __CFRunLoopServiceMachPort + 212
    3   com.apple.CoreFoundation
    0x00007fff8b693fdb __CFRunLoopRun + 1371
    4   com.apple.CoreFoundation
    0x00007fff8b693838 CFRunLoopRunSpecific + 296
    5   com.apple.CoreFoundation
    0x00007fff8b749ed1 CFRunLoopRun + 97
    6   com.apple.CoreGraphics  
    0x00007fff88152bc2 eventThread + 218
    7   libsystem_pthread.dylib 
    0x00007fff88eb62fc _pthread_body + 131
    8   libsystem_pthread.dylib 
    0x00007fff88eb6279 _pthread_start + 176
    9   libsystem_pthread.dylib 
    0x00007fff88eb44b1 thread_start + 13
    Thread 3:: com.apple.CoreAnimation.render-server
    0   libsystem_kernel.dylib  
    0x00007fff8f97e52e mach_msg_trap + 10
    1   libsystem_kernel.dylib  
    0x00007fff8f97d69f mach_msg + 55
    2   com.apple.QuartzCore    
    0x00007fff88ee8d63 CA::Render::Server::server_thread(void*) + 198
    3   com.apple.QuartzCore    
    0x00007fff88ee8c96 thread_fun + 25
    4   libsystem_pthread.dylib 
    0x00007fff88eb62fc _pthread_body + 131
    5   libsystem_pthread.dylib 
    0x00007fff88eb6279 _pthread_start + 176
    6   libsystem_pthread.dylib 
    0x00007fff88eb44b1 thread_start + 13
    Thread 4:
    Thread 0 crashed with X86 Thread State (64-bit):
      rax: 0x0000000000000000  rbx: 0x000000040000000a  rcx: 0x00007f9a7046e8c0  rdx: 0x00007fff5c3b85fc
      rdi: 0x000000040000000a  rsi: 0x00000000aa06f1be  rbp: 0x00007fff5c3b84f0  rsp: 0x00007fff5c3b84d0
       r8: 0x0000000000000013   r9: 0x0000000000000000  r10: 0x0000000000008000  r11: 0x00000064ebebe830
      r12: 0x00016c5ab2ff8dbe  r13: 0x00007fff5c3c0710  r14: 0x00000000aa06f1be  r15: 0x000000040000003a
      rip: 0x00007fff87fe432d  rfl: 0x0000000000010206  cr2: 0x000000040000003a
    Logical CPU:
    1
    Error Code: 
    0x00000004
    Trap Number:
    14
    Binary Images:
    0x10382f000 -   
    0x10382ffff  WindowServer (1) <DE442EA4-37E9-305A-849A-B9A9D8C57AD2> /System/Library/Frameworks/ApplicationServices.framework/Frameworks/CoreGraphic s.framework/Resources/WindowServer
    0x104b12000 -   
    0x104b22fff  com.apple.AppleGVACoreFramework (8.0.74 - 8.0.74) <71D3D411-BD9A-302C-AB8C-3A51C4F8CA88> /System/Library/PrivateFrameworks/AppleGVACore.framework/AppleGVACore
    0x11ce19000 -   
    0x11ce1afff  com.apple.driver.IOAccelerator2D (156.4 - 156.4) <1BEA4BB2-3462-3263-8A39-D625E3049440> /System/Library/Extensions/IOAccelerator2D.plugin/Contents/MacOS/IOAccelerator2 D
    0x125657000 -   
    0x12565eff7  com.apple.AmbientDisplay (1.0 - 1) <556264AD-7AAB-3F4A-881B-9C5D9E2171C8> /System/Library/PrivateFrameworks/AmbientDisplay.framework/AmbientDisplay
    0x123480000000 -
    0x123480439fff  com.apple.AMDRadeonX4000GLDriver (1.28.29 - 1.2.8) <982F6411-3B3C-351C-91CC-E0C101CD1E46> /System/Library/Extensions/AMDRadeonX4000GLDriver.bundle/Contents/MacOS/AMDRade onX4000GLDriver
    0x7fff694a9000 -
    0x7fff694df837  dyld (353.2.1) <4696A982-1500-34EC-9777-1EF7A03E2659> /usr/lib/dyld
    0x7fff80c2e000 -
    0x7fff80c33ff7  libmacho.dylib (862) <126CA2ED-DE91-308F-8881-B9DAEC3C63B6> /usr/lib/system/libmacho.dylib
    0x7fff80f6b000 -
    0x7fff80fabff7  libGLImage.dylib (11.0.7) <7CBCEB4B-D22F-3116-8B28-D1C22D28C69D> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dyl ib
    0x7fff8103d000 -
    0x7fff8106dfff  libsystem_m.dylib (3086.1) <1E12AB45-6D96-36D0-A226-F24D9FB0D9D6> /usr/lib/system/libsystem_m.dylib
    0x7fff81226000 -
    0x7fff8150dffb  com.apple.CoreServices.CarbonCore (1108.1 - 1108.1) <55A16172-ACC0-38B7-8409-3CB92AF33973> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonC ore.framework/Versions/A/CarbonCore
    0x7fff819fb000 -
    0x7fff81a04fff  libGFXShared.dylib (11.0.7) <EC449E3A-D9D2-3494-8B6C-DEB7B11EEDAB> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.d ylib
    0x7fff81a05000 -
    0x7fff81a74fff  com.apple.SearchKit (1.4.0 - 1.4.0) <BFD6D876-36BA-3A3B-9F15-3E2F7DE6E89D> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchK it.framework/Versions/A/SearchKit
    0x7fff81adb000 -
    0x7fff81ee8ff7  libLAPACK.dylib (1128) <F9201AE7-B031-36DB-BCF8-971E994EF7C1> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libLAPACK.dylib
    0x7fff820b3000 -
    0x7fff820cffff  com.apple.GenerationalStorage (2.0 - 209.11) <9FF8DD11-25FB-3047-A5BF-9415339B3EEC> /System/Library/PrivateFrameworks/GenerationalStorage.framework/Versions/A/Gene rationalStorage
    0x7fff820d2000 -
    0x7fff820fffff  com.apple.CoreVideo (1.8 - 145.1) <18DB07E0-B927-3260-A234-636F298D1917> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
    0x7fff82103000 -
    0x7fff8212cffb  libxslt.1.dylib (13) <AED1143F-B848-3E73-81ED-71356F25F084> /usr/lib/libxslt.1.dylib
    0x7fff82146000 -
    0x7fff82415ff3  com.apple.CoreImage (10.0.33) <6E3DDA29-718B-3BDB-BFAF-F8C201BF93A4> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/CoreImage .framework/Versions/A/CoreImage
    0x7fff82416000 -
    0x7fff82420ff7  com.apple.CrashReporterSupport (10.10 - 629) <EC97EA5E-3190-3717-A4A9-2F35A447E7A6> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/Cra shReporterSupport
    0x7fff82421000 -
    0x7fff825d0fff  GLEngine (11.0.7) <3CB7447A-1A1D-3D55-A6A4-4814B49F6678> /System/Library/Frameworks/OpenGL.framework/Versions/A/Resources/GLEngine.bundl e/GLEngine
    0x7fff825d2000 -
    0x7fff825d7ffb  libheimdal-asn1.dylib (398.1.2) <F9463B34-AAF5-3488-AD0C-85937C81FC5E> /usr/lib/libheimdal-asn1.dylib
    0x7fff8274e000 -
    0x7fff8276bffb  libresolv.9.dylib (57) <26B38E61-298A-3C3A-82C1-3B5E98AD5E29> /usr/lib/libresolv.9.dylib
    0x7fff82799000 -
    0x7fff8279bfff  libCVMSPluginSupport.dylib (11.0.7) <29D775BB-A11D-3140-A478-2A0DA1A87420> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCVMSPluginS upport.dylib
    0x7fff82895000 -
    0x7fff8289dfff  libsystem_dnssd.dylib (561.1.1) <62B70ECA-E40D-3C63-896E-7F00EC386DDB> /usr/lib/system/libsystem_dnssd.dylib
    0x7fff8289e000 -
    0x7fff82905ff7  com.apple.datadetectorscore (6.0 - 396.1) <5D348063-1528-3E2F-B587-9E82970506F9> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDe tectorsCore
    0x7fff82906000 -
    0x7fff82913ff7  libbz2.1.0.dylib (36) <2DF83FBC-5C08-39E1-94F5-C28653791B5F> /usr/lib/libbz2.1.0.dylib
    0x7fff82930000 -
    0x7fff82931fff  libsystem_secinit.dylib (18) <581DAD0F-6B63-3A48-B63B-917AF799ABAA> /usr/lib/system/libsystem_secinit.dylib
    0x7fff82932000 -
    0x7fff82936ff7  com.apple.TCC (1.0 - 1) <AFC32F8F-BCD5-313C-B66E-5AB8591EC066> /System/Library/PrivateFrameworks/TCC.framework/Versions/A/TCC
    0x7fff82a0d000 -
    0x7fff82a0eff7  libsystem_blocks.dylib (65) <9615D10A-FCA7-3BE4-AA1A-1B195DACE1A1> /usr/lib/system/libsystem_blocks.dylib
    0x7fff82a0f000 -
    0x7fff82a13fff  com.apple.IOAccelerator (156.4 - 156.4) <56092CAF-5F0F-3DCA-9047-4F6B93425BFD> /System/Library/PrivateFrameworks/IOAccelerator.framework/Versions/A/IOAccelera tor
    0x7fff82a14000 -
    0x7fff82b4eff7  com.apple.ImageIO.framework (3.3.0 - 1038) <AB3C40DB-FCBE-3315-B7B2-4E16522E20CB> /System/Library/Frameworks/ImageIO.framework/Versions/A/ImageIO
    0x7fff82b86000 -
    0x7fff82c27ff7  com.apple.Bluetooth (4.3.1 - 4.3.1f2) <EDC78AEE-28E7-324C-9947-41A0814A8154> /System/Library/Frameworks/IOBluetooth.framework/Versions/A/IOBluetooth
    0x7fff82c6f000 -
    0x7fff82c71ff7  libquarantine.dylib (76) <DC041627-2D92-361C-BABF-A869A5C72293> /usr/lib/system/libquarantine.dylib
    0x7fff82c72000 -
    0x7fff82c74ff7  libsystem_coreservices.dylib (9) <41B7C578-5A53-31C8-A96F-C73E030B0938> /usr/lib/system/libsystem_coreservices.dylib
    0x7fff82c75000 -
    0x7fff82c75fff  com.apple.audio.units.AudioUnit (1.12 - 1.12) <76EF1C9D-DEA4-3E55-A134-4099B2FD2CF2> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
    0x7fff82ccc000 -
    0x7fff82e37ff7  com.apple.audio.toolbox.AudioToolbox (1.12 - 1.12) <5C6DBEB4-F2EA-3262-B9FC-AFB89404C1DA> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
    0x7fff82e38000 -
    0x7fff82f2cff7  libFontParser.dylib (134) <506126F8-FDCE-3DE1-9DCA-E07FE658B597> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libFontParser.dylib
    0x7fff83246000 -
    0x7fff8325dff7  libLinearAlgebra.dylib (1128) <E78CCBAA-A999-3B65-8EC9-06DB15E67C37> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libLinearAlgebra.dylib
    0x7fff8356c000 -
    0x7fff8360bdf7  com.apple.AppleJPEG (1.0 - 1) <9BB3D7DF-630A-3E1C-A124-12D6C4D0DE70> /System/Library/PrivateFrameworks/AppleJPEG.framework/Versions/A/AppleJPEG
    0x7fff8360c000 -
    0x7fff83611ff7  libunwind.dylib (35.3) <BE7E51A0-B6EA-3A54-9CCA-9D88F683A6D6> /usr/lib/system/libunwind.dylib
    0x7fff83651000 -
    0x7fff836ddfff  libsystem_c.dylib (1044.1.2) <C185E862-7424-3210-B528-6B822577A4B8> /usr/lib/system/libsystem_c.dylib
    0x7fff836eb000 -
    0x7fff83725ffb  com.apple.DebugSymbols (115 - 115) <6F03761D-7C3A-3C80-8031-AA1C1AD7C706> /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbol s
    0x7fff83726000 -
    0x7fff8372effb  libcopyfile.dylib (118.1.2) <0C68D3A6-ACDD-3EF3-991A-CC82C32AB836> /usr/lib/system/libcopyfile.dylib
    0x7fff8377e000 -
    0x7fff83ab1ff7  libmecabra.dylib (666.1) <CAFBC813-4894-3352-9B22-FFF116773A06> /usr/lib/libmecabra.dylib
    0x7fff83ab2000 -
    0x7fff83ad2fff  com.apple.IconServices (47.1 - 47.1) <E83DFE3B-6541-3736-96BB-26DC5D0100F1> /System/Library/PrivateFrameworks/IconServices.framework/Versions/A/IconService s
    0x7fff83ad3000 -
    0x7fff83b50fff  com.apple.CoreServices.OSServices (640.3 - 640.3) <28445162-08E9-3E24-84E4-617CE5FE1367> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServi ces.framework/Versions/A/OSServices
    0x7fff83b56000 -
    0x7fff83bcafff  com.apple.ApplicationServices.ATS (360 - 375) <62828B40-231D-3F81-8067-1903143DCB6B> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/ATS
    0x7fff83bcb000 -
    0x7fff83bf3fff  libsystem_info.dylib (459) <B85A85D5-8530-3A93-B0C3-4DEC41F79478> /usr/lib/system/libsystem_info.dylib
    0x7fff83bf4000 -
    0x7fff83c15fff  com.apple.framework.Apple80211 (10.0.1 - 1001.57.4) <E449B57F-1AC3-3DF1-8A13-4390FB3A05A4> /System/Library/PrivateFrameworks/Apple80211.framework/Versions/A/Apple80211
    0x7fff83c2b000 -
    0x7fff83d1dff7  libiconv.2.dylib (42) <2A06D02F-8B76-3864-8D96-64EF5B40BC6C> /usr/lib/libiconv.2.dylib
    0x7fff83d82000 -
    0x7fff83ea9fff  com.apple.coreui (2.1 - 305) <BB430677-D1F7-38DD-8F05-70E54352B8B5> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
    0x7fff83eaa000 -
    0x7fff83eb1fff  com.apple.NetFS (6.0 - 4.0) <1581D25F-CC07-39B0-90E8-5D4F3CF84EBA> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
    0x7fff83fb8000 -
    0x7fff83fbcfff  libpam.2.dylib (20) <E805398D-9A92-31F8-8005-8DC188BD8B6E> /usr/lib/libpam.2.dylib
    0x7fff83fbd000 -
    0x7fff83fd8ff7  libCRFSuite.dylib (34) <D64842BE-7BD4-3D0C-9842-1D202F7C2A51> /usr/lib/libCRFSuite.dylib
    0x7fff84017000 -
    0x7fff8401bfff  libcache.dylib (69) <45E9A2E7-99C4-36B2-BEE3-0C4E11614AD1> /usr/lib/system/libcache.dylib
    0x7fff84086000 -
    0x7fff840b0ff7  libdispatch.dylib (442.1.4) <502CF32B-669B-3709-8862-08188225E4F0> /usr/lib/system/libdispatch.dylib
    0x7fff840b1000 -
    0x7fff843ccfcf  com.apple.vImage (8.0 - 8.0) <1183FE6A-FDB6-3B3B-928D-50C7909F2308> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.fr amework/Versions/A/vImage
    0x7fff843cd000 -
    0x7fff8447cfe7  libvMisc.dylib (512) <AFBA45DE-7F55-3E4E-B8DF-5E8E21C407AD> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvMisc.dylib
    0x7fff8447d000 -
    0x7fff8447fff7  libsystem_sandbox.dylib (358.1.1) <DB9962EF-8898-31CC-9B87-E01F8CE74C9D> /usr/lib/system/libsystem_sandbox.dylib
    0x7fff84614000 -
    0x7fff8461dff7  libsystem_notify.dylib (133.1.1) <61147800-F320-3DAA-850C-BADF33855F29> /usr/lib/system/libsystem_notify.dylib
    0x7fff84624000 -
    0x7fff84625ffb  libremovefile.dylib (35) <3485B5F4-6CE8-3C62-8DFD-8736ED6E8531> /usr/lib/system/libremovefile.dylib
    0x7fff846fa000 -
    0x7fff84783fff  com.apple.CoreSymbolication (3.1 - 56072) <8CE81C95-49E8-389F-B989-67CC452C08D0> /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSy mbolication
    0x7fff847dc000 -
    0x7fff847ddfff  liblangid.dylib (117) <B54A4AA0-2E53-3671-90F5-AFF711C0EB9E> /usr/lib/liblangid.dylib
    0x7fff84841000 -
    0x7fff84843fff  com.apple.loginsupport (1.0 - 1) <35A2A071-606C-39A5-8C11-E4CAF98D934C> /System/Library/PrivateFrameworks/login.framework/Versions/A/Frameworks/loginsu pport.framework/Versions/A/loginsupport
    0x7fff84876000 -
    0x7fff848b1fff  com.apple.Symbolication (1.4 - 56045) <D64571B1-4483-3FE2-BD67-A91360F79727> /System/Library/PrivateFrameworks/Symbolication.framework/Versions/A/Symbolicat ion
    0x7fff848bb000 -
    0x7fff848e3fff  libxpc.dylib (559.1.22) <9437C02E-A07B-38C8-91CB-299FAA63083D> /usr/lib/system/libxpc.dylib
    0x7fff849c8000 -
    0x7fff849d2ff7  com.apple.NetAuth (5.0 - 5.0) <B9EC5425-D38D-308C-865F-207E0A98BAC7> /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth
    0x7fff849d3000 -
    0x7fff849d3fff  com.apple.Accelerate (1.10 - Accelerate 1.10) <C7278843-2462-32F6-B0E3-D33C681399A2> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
    0x7fff849d4000 -
    0x7fff84a0cffb  libsystem_network.dylib (411) <C0B2313D-47BE-38A9-BEE6-2634A4F5E14B> /usr/lib/system/libsystem_network.dylib
    0x7fff84bd8000 -
    0x7fff84be3ff7  libkxld.dylib (2782.1.97) <CB1A1B57-54BE-3573-AE0C-B90ED6BAEEE2> /usr/lib/system/libkxld.dylib
    0x7fff865d3000 -
    0x7fff865f8fff  libPng.dylib (1231) <759DF465-B08C-3E97-9A07-3CD447F84F78> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib
    0x7fff86637000 -
    0x7fff86642ff7  com.apple.speech.synthesis.framework (5.2.6 - 5.2.6) <9434AA45-B6BD-37F7-A866-172196A7F91B> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ SpeechSynthesis.framework/Versions/A/SpeechSynthesis
    0x7fff86643000 -
    0x7fff866aaff7  com.apple.framework.CoreWiFi (3.0 - 300.4) <19269C1D-EB29-384A-83F3-7DDDEB7D9DAD> /System/Library/PrivateFrameworks/CoreWiFi.framework/Versions/A/CoreWiFi
    0x7fff866ab000 -
    0x7fff867bdff7  libvDSP.dylib (512) <DD5517F5-F7F7-3AA1-B6FA-CD98DBC3C651> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvDSP.dylib
    0x7fff867be000 -
    0x7fff867ccff7  com.apple.opengl (11.0.7 - 11.0.7) <B5C4DF85-37BD-3984-98D1-90A5043DA984> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
    0x7fff867cd000 -
    0x7fff867cdfff  com.apple.CoreServices (62 - 62) <9E4577CA-3FC3-300D-AB00-87ADBDDA2E37> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
    0x7fff8686f000 -
    0x7fff86889ff3  com.apple.Ubiquity (1.3 - 313) <DF56A657-CC6E-3BE2-86A0-71F07127724C> /System/Library/PrivateFrameworks/Ubiquity.framework/Versions/A/Ubiquity
    0x7fff86928000 -
    0x7fff8692cff7  libGIF.dylib (1231) <B3D2DF96-A67D-31EA-9A1B-E870B54855EE> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib
    0x7fff86c6a000 -
    0x7fff8709afff  com.apple.vision.FaceCore (3.1.6 - 3.1.6) <C3B823AA-C261-37D3-B4AC-C59CE91C8241> /System/Library/PrivateFrameworks/FaceCore.framework/Versions/A/FaceCore
    0x7fff8709b000 -
    0x7fff870a8ff7  libxar.1.dylib (254) <CE10EFED-3066-3749-838A-6A15AC0DBCB6> /usr/lib/libxar.1.dylib
    0x7fff870a9000 -
    0x7fff871cbff7  com.apple.LaunchServices (644.12 - 644.12) <D7710B20-0561-33BB-A3C8-463691D36E02> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchS ervices.framework/Versions/A/LaunchServices
    0x7fff87b17000 -
    0x7fff87b23ff7  libGPUSupportMercury.dylib (11.0.7) <C04F6E18-3043-3096-A6E6-F6431ADC41D3> /System/Library/PrivateFrameworks/GPUSupport.framework/Versions/A/Libraries/lib GPUSupportMercury.dylib
    0x7fff87b24000 -
    0x7fff87b7eff7  com.apple.LanguageModeling (1.0 - 1) <ACA93FE0-A0E3-333E-AE3C-8EB7DE5F362F> /System/Library/PrivateFrameworks/LanguageModeling.framework/Versions/A/Languag eModeling
    0x7fff87baf000 -
    0x7fff87bc0ff7  libz.1.dylib (55) <88C7C7DE-04B8-316F-8B74-ACD9F3DE1AA1> /usr/lib/libz.1.dylib
    0x7fff87c21000 -
    0x7fff87c72ff7  com.apple.audio.CoreAudio (4.3.0 - 4.3.0) <AF72B06E-C6C1-3FAE-8B47-AF461CAE0E22> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
    0x7fff87c73000 -
    0x7fff87cdffff  com.apple.framework.CoreWLAN (5.0 - 500.35.2) <ACBAAB0A-BCC7-37CF-AAFB-2DA1733F2682> /System/Library/Frameworks/CoreWLAN.framework/Versions/A/CoreWLAN
    0x7fff87d48000 -
    0x7fff87d54ff7  com.apple.OpenDirectory (10.10 - 187) <1D0066FC-1DEB-381B-B15C-4C009E0DF850> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
    0x7fff87d60000 -
    0x7fff87d79ff7  com.apple.CFOpenDirectory (10.10 - 187) <0ECA5D80-A045-3A2C-A60C-E1605F3AB6BD> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpen Directory.framework/Versions/A/CFOpenDirectory
    0x7fff87fd8000 -
    0x7fff88811ff3  com.apple.CoreGraphics (1.600.0 - 772) <936D081F-37B3-3DA3-B725-118D0B07DDD2> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics
    0x7fff8882a000 -
    0x7fff8883bfff  libcmph.dylib (1) <46EC3997-DB5E-38AE-BBBB-A035A54AD3C0> /usr/lib/libcmph.dylib
    0x7fff8883c000 -
    0x7fff88889ff3  com.apple.print.framework.PrintCore (10.0 - 451) <3CA58254-D14F-3913-9DFB-CAC499570CC7> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ PrintCore.framework/Versions/A/PrintCore
    0x7fff8888a000 -
    0x7fff888f8ffb  com.apple.Heimdal (4.0 - 2.0) <B852ACA1-4C64-3E2A-A9D3-6D4C80AD9429> /System/Library/PrivateFrameworks/Heimdal.framework/Versions/A/Heimdal
    0x7fff88e31000 -
    0x7fff88e61ffb  com.apple.GSS (4.0 - 2.0) <D033E7F1-2D34-339F-A814-C67E009DE5A9> /System/Library/Frameworks/GSS.framework/Versions/A/GSS
    0x7fff88eb3000 -
    0x7fff88ebcfff  libsystem_pthread.dylib (105.1.4) <26B1897F-0CD3-30F3-B55A-37CB45062D73> /usr/lib/system/libsystem_pthread.dylib
    0x7fff88ebd000 -
    0x7fff88ebdfff  com.apple.Accelerate.vecLib (3.10 - vecLib 3.10) <01E92F9F-EF29-3745-8631-AEA692F7F29C> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/vecLib
    0x7fff88ec1000 -
    0x7fff89071ff7  com.apple.QuartzCore (1.10 - 361.11) <7382E4A9-10B0-3877-B9D7-FA84DC71BA55> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
    0x7fff8907f000 -
    0x7fff89101fff  com.apple.PerformanceAnalysis (1.0 - 1) <2FC0F303-B672-3E64-A978-AB78EAD98395> /System/Library/PrivateFrameworks/PerformanceAnalysis.framework/Versions/A/Perf ormanceAnalysis
    0x7fff89102000 -
    0x7fff89107fff  com.apple.DiskArbitration (2.6 - 2.6) <0DFF4D9B-2AC3-3B82-B5C5-30F4EFBD2DB9> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
    0x7fff89269000 -
    0x7fff89272fff  com.apple.DisplayServicesFW (2.9 - 372.1) <30E61754-D83C-330A-AE60-533F27BEBFF5> /System/Library/PrivateFrameworks/DisplayServices.framework/Versions/A/DisplayS ervices
    0x7fff89cc1000 -
    0x7fff89d15fff  libc++.1.dylib (120) <1B9530FD-989B-3174-BB1C-BDC159501710> /usr/lib/libc++.1.dylib
    0x7fff89d16000 -
    0x7fff89d16ff7  libunc.dylib (29) <5676F7EA-C1DF-329F-B006-D2C3022B7D70> /usr/lib/system/libunc.dylib
    0x7fff89d1f000 -
    0x7fff89d3bff7  libsystem_malloc.dylib (53.1.1) <19BCC257-5717-3502-A71F-95D65AFA861B> /usr/lib/system/libsystem_malloc.dylib
    0x7fff89e92000 -
    0x7fff8a1c0ff7  com.apple.Foundation (6.9 - 1151.16) <18EDD673-A010-3E99-956E-DA594CE1FA80> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
    0x7fff8a214000 -
    0x7fff8a21aff7  libsystem_networkextension.dylib (167.1.10) <29AB225B-D7FB-30ED-9600-65D44B9A9442> /usr/lib/system/libsystem_networkextension.dylib
    0x7fff8a21b000 -
    0x7fff8a291fe7  libcorecrypto.dylib (233.1.2) <E1789801-3985-3949-B736-6B3378873301> /usr/lib/system/libcorecrypto.dylib
    0x7fff8a292000 -
    0x7fff8a2a2ff7  libbsm.0.dylib (34) <A3A2E56C-2B65-37C7-B43A-A1F926E1A0BB> /usr/lib/libbsm.0.dylib
    0x7fff8a2c6000 -
    0x7fff8a301fff  com.apple.QD (301 - 301) <C4D2AD03-B839-350A-AAF0-B4A08F8BED77> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ QD.framework/Versions/A/QD
    0x7fff8a302000 -
    0x7fff8a373ff7  com.apple.framework.IOKit (2.0.2 - 1050.1.21) <ED3B0B22-AACC-303B-BFC8-20ECD1AF6BA2> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
    0x7fff8a4c5000 -
    0x7fff8a60bfef  libsqlite3.dylib (168) <8B78BED1-7B9B-3943-80DC-0871015AEAC4> /usr/lib/libsqlite3.dylib
    0x7fff8aa0e000 -
    0x7fff8aa82ff3  com.apple.securityfoundation (6.0 - 55126) <E7FB7A4E-CB0B-37BA-ADD5-373B2A20A783> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoun dation
    0x7fff8aa8c000 -
    0x7fff8aaa0ff7  com.apple.MultitouchSupport.framework (260.30 - 260.30) <28728A7D-E048-3B14-9932-839A87D381FE> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/Multit ouchSupport
    0x7fff8aaa1000 -
    0x7fff8aaa8ff7  libcompiler_rt.dylib (35) <BF8FC133-EE10-3DA6-9B90-92039E28678F> /usr/lib/system/libcompiler_rt.dylib
    0x7fff8aaa9000 -
    0x7fff8aaabfff  libsystem_configuration.dylib (699.1.5) <9FBA1CE4-97D0-347E-A443-93ED94512E92> /usr/lib/system/libsystem_configuration.dylib
    0x7fff8aada000 -
    0x7fff8abcafef  libJP2.dylib (1231) <FEAF6F38-736E-35A8-A983-F4531C8A821C> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJP2.dylib
    0x7fff8ad9e000 -
    0x7fff8ade7ff3  com.apple.HIServices (1.22 - 519) <59D78E07-C3F1-3272-88F1-876B836D5517> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ HIServices.framework/Versions/A/HIServices
    0x7fff8ae35000 -
    0x7fff8af27fff  libxml2.2.dylib (26) <B834E7C8-EC3E-3382-BC5A-DA38DC4D720C> /usr/lib/libxml2.2.dylib
    0x7fff8af5e000 -
    0x7fff8afd6ff7  com.apple.SystemConfiguration (1.14 - 1.14) <C269BCFD-ACAB-3331-BC7C-0430F0E84817> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfi guration
    0x7fff8afe9000 -
    0x7fff8afecfff  com.apple.xpc.ServiceManagement (1.0 - 1) <7E9E6BB7-AEE7-3F59-BAC0-59EAF105D0C8> /System/Library/Frameworks/ServiceManagement.framework/Versions/A/ServiceManage ment
    0x7fff8afed000 -
    0x7fff8afeffff  libRadiance.dylib (1231) <BDD94A52-DE53-300C-9180-5D434272989F> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.d ylib
    0x7fff8b00e000 -
    0x7fff8b011fff  com.apple.IOSurface (97 - 97) <D4B4D2B2-7B16-3174-9EA6-55E0A10B452D> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
    0x7fff8b622000 -
    0x7fff8b9b8fff  com.apple.CoreFoundation (6.9 - 1151.16) <F2B088AF-A5C6-3FAE-9EB4-7931AF6359E4> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    0x7fff8b9b9000 -
    0x7fff8c4fafff  com.apple.AppKit (6.9 - 1343.16) <C98DB43F-4245-3E6E-A4EE-37DAEE33E174> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
    0x7fff8c605000 -
    0x7fff8c6c4fff  com.apple.backup.framework (1.6.1 - 1.6.1) <A7BBE57D-D5E7-39DD-812C-31190159F679> /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup
    0x7fff8c6c9000 -
    0x7fff8c858fff  libGLProgrammability.dylib (11.0.7) <AF37E7F3-16C8-3747-9CC6-A442C0153DC6> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgramma bility.dylib
    0x7fff8c8bc000 -
    0x7fff8c8cdff7  libsystem_coretls.dylib (35.1.2) <EBBF7EF6-80D8-3F8F-825C-B412BD6D22C0> /usr/lib/system/libsystem_coretls.dylib
    0x7fff8c927000 -
    0x7fff8cab5fff  libBLAS.dylib (1128) <497912C1-A98E-3281-BED7-E9C751552F61> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libBLAS.dylib
    0x7fff8cab6000 -
    0x7fff8cab7fff  libDiagnosticMessagesClient.dylib (100) <2EE8E436-5CDC-34C5-9959-5BA218D507FB> /usr/lib/libDiagnosticMessagesClient.dylib
    0x7fff8cab8000 -
    0x7fff8cb4cfff  com.apple.ink.framework (10.9 - 213) <8E029630-1530-3734-A446-13353F0E7AC5> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework /Versions/A/Ink
    0x7fff8cb4d000 -
    0x7fff8cb53fff  libsystem_trace.dylib (72.1.3) <A9E6B7D8-C327-3742-AC54-86C94218B1DF> /usr/lib/system/libsystem_trace.dylib
    0x7fff8cb54000 -
    0x7fff8cb55fff  libSystem.B.dylib (1213) <DA954461-EC6A-3DF0-8551-6FC810627627> /usr/lib/libSystem.B.dylib
    0x7fff8d0eb000 -
    0x7fff8d0f4ff3  com.apple.CommonAuth (4.0 - 2.0) <F4C266BE-2E0E-36B4-9DE7-C6B4BF410FD7> /System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAuth
    0x7fff8d0f5000 -
    0x7fff8d13bffb  libFontRegistry.dylib (134) <01B8034A-45FD-3360-A347-A1896F591363> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libFontRegistry.dylib
    0x7fff8d13c000 -
    0x7fff8d144fff  libsystem_platform.dylib (63) <64E34079-D712-3D66-9CE2-418624A5C040> /usr/lib/system/libsystem_platform.dylib
    0x7fff8d286000 -
    0x7fff8d289ff7  libdyld.dylib (353.2.1) <19FAF435-C165-3374-9DEF-D7BBA7D61DB6> /usr/lib/system/libdyld.dylib
    0x7fff8d28a000 -
    0x7fff8d2b0ff7  com.apple.ChunkingLibrary (2.1 - 163.1) <3514F2A4-38BD-3849-9286-B3B991057742> /System/Library/PrivateFrameworks/ChunkingLibrary.framework/Versions/A/Chunking Library
    0x7fff8d392000 -
    0x7fff8d39ffff  com.apple.SpeechRecognitionCore (2.0.32 - 2.0.32) <87F0C88D-502D-3217-8B4A-8388288568BA> /System/Library/PrivateFrameworks/SpeechRecognitionCore.framework/Versions/A/Sp eechRecognitionCore
    0x7fff8d3f9000 -
    0x7fff8d3f9ff7  libkeymgr.dylib (28) <77845842-DE70-3CC5-BD01-C3D14227CED5> /usr/lib/system/libkeymgr.dylib
    0x7fff8d3fa000 -
    0x7fff8d414ff7  liblzma.5.dylib (7) <1D03E875-A7C0-3028-814C-3C27F7B7C079> /usr/lib/liblzma.5.dylib
    0x7fff8d468000 -
    0x7fff8d6d0ffb  com.apple.security (7.0 - 57031.1.35) <96141D1F-614E-32C4-8AC2-F47481F23F43> /System/Library/Frameworks/Security.framework/Versions/A/Security
    0x7fff8d746000 -
    0x7fff8d855ffb  com.apple.desktopservices (1.9 - 1.9) <6EDAC73F-C42C-3FF7-B67D-FCCA1CFC5405> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/Desk topServicesPriv
    0x7fff8d856000 -
    0x7fff8d96effb  com.apple.CoreText (352.0 - 454.1) <AB07DF12-BB1F-3275-A8A3-45F14BF872BF> /System/Library/Frameworks/CoreText.framework/Versions/A/CoreText
    0x7fff8d998000 -
    0x7fff8d998ff7  liblaunch.dylib (559.1.22) <8A988924-8BE7-35FE-BF7D-322E90EFE49E> /usr/lib/system/liblaunch.dylib
    0x7fff8d9dc000 -
    0x7fff8da1dfff  libGLU.dylib (11.0.7) <8037342E-1ECD-385F-B4C3-545CE97B76AE> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
    0x7fff8da1e000 -
    0x7fff8da29fff  libGL.dylib (11.0.7) <C53344AD-8CE6-3111-AB94-BD4CA89ED84E> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
    0x7fff8da3f000 -
    0x7fff8da59ff7  libextension.dylib (55.1) <ECBDCC15-FA19-3578-961C-B45FCC994BAF> /usr/lib/libextension.dylib
    0x7fff8dac0000 -
    0x7fff8dacffff  com.apple.LangAnalysis (1.7.0 - 1.7.0) <D1E527E4-C561-352F-9457-E8C50232793C> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ LangAnalysis.framework/Versions/A/LangAnalysis
    0x7fff8dad0000 -
    0x7fff8dc00fff  com.apple.UIFoundation (1.0 - 1) <8E030D93-441C-3997-9CD2-55C8DFAC8B84> /System/Library/PrivateFrameworks/UIFoundation.framework/Versions/A/UIFoundatio n
    0x7fff8dc93000 -
    0x7fff8de96ff3  com.apple.CFNetwork (720.1.1 - 720.1.1) <A82E71B3-2CDB-3840-A476-F2304D896E03> /System/Library/Frameworks/CFNetwork.framework/Versions/A/CFNetwork
    0x7fff8e277000 -
    0x7fff8e2c6ff7  com.apple.opencl (2.4.2 - 2.4.2) <6AE26E08-6EFC-3E1B-B202-EFA9C3E5B9D4> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
    0x7fff8e2c7000 -
    0x7fff8e541fff  com.apple.CoreData (110 - 526) <AEEDAF00-D38F-3A15-B3C9-73732940CC55> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
    0x7fff8e542000 -
    0x7fff8e546fff  libsystem_stats.dylib (163.1.4) <1DB04436-5974-3F16-86CC-5FF5F390339C> /usr/lib/system/libsystem_stats.dylib
    0x7fff8e5bd000 -
    0x7fff8e5bdfff  libOpenScriptingUtil.dylib (162) <EFD79173-A9DA-3AE6-BE15-3948938204A6> /usr/lib/libOpenScriptingUtil.dylib
    0x7fff8e5be000 -
    0x7fff8e5d8ff7  com.apple.Kerberos (3.0 - 1) <7760E0C2-A222-3709-B2A6-B692D900CEB1> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
    0x7fff8e6ac000 -
    0x7fff8e6f8ff7  libcups.2.dylib (408) <9CECCDE3-51D7-3028-830C-F58BD36E3317> /usr/lib/libcups.2.dylib
    0x7fff8e733000 -
    0x7fff8e756fff  com.apple.Sharing (328.3 - 328.3) <FDEE49AD-8804-3760-9C14-8D1D10BBEA37> /System/Library/PrivateFrameworks/Sharing.framework/Versions/A/Sharing
    0x7fff8e757000 -
    0x7fff8e7ecff7  com.apple.ColorSync (4.9.0 - 4.9.0) <F06733BD-A10C-3DB3-B050-825351130392> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ColorSync.framework/Versions/A/ColorSync
    0x7fff8e88a000 -
    0x7fff8e8c2fff  com.apple.RemoteViewServices (2.0 - 99) <C9A62691-B0D9-34B7-B71C-A48B5F4DC553> /System/Library/PrivateFrameworks/RemoteViewServices.framework/Versions/A/Remot eViewServices
    0x7fff8e8f4000 -
    0x7fff8e91ffff  com.apple.DictionaryServices (1.2 - 229) <6789EC43-CADA-394D-8FE8-FC3A2DD136B9> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Diction aryServices.framework/Versions/A/DictionaryServices
    0x7fff8e920000 -
    0x7fff8eb05ff3  libicucore.A.dylib (531.30) <EF0E7544-E317-3550-A962-6AE65E78AF17> /usr/lib/libicucore.A.dylib
    0x7fff8eb06000 -
    0x7fff8eb0cfff  com.apple.speech.recognition.framework (5.0.9 - 5.0.9) <BB2D573F-0A01-379F-A2BA-3C454EDCB111> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecogni tion.framework/Versions/A/SpeechRecognition
    0x7fff8ef09000 -
    0x7fff8ef10fff  libCGCMS.A.dylib (772) <E64DC779-A6CF-3B1F-8E57-C09C0B10670F> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGCMS .A.dylib
    0x7fff8ef11000 -
    0x7fff8ef24ff7  com.apple.CoreBluetooth (1.0 - 1) <FA9B43B3-E183-3040-AE25-66EF9870CF35> /System/Library/Frameworks/CoreBluetooth.framework/Versions/A/CoreBluetooth
    0x7fff8ef25000 -
    0x7fff8ef3fff7  com.apple.AppleVPAFramework (1.0.30 - 1.0.30) <D47A2125-C72D-3298-B27D-D89EA0D55584> /System/Library/PrivateFrameworks/AppleVPA.framework/Versions/A/AppleVPA
    0x7fff8f96d000 -
    0x7fff8f98afff  libsystem_kernel.dylib (2782.1.97) <93E0E0A9-75B6-3904-BB4E-4BC7C05F4B6B> /usr/lib/system/libsystem_kernel.dylib
    0x7fff8f994000 -
    0x7fff8f9f3ff3  com.apple.AE (681 - 681) <7F544183-A515-31A8-B45F-89A167F56216> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.fram ework/Versions/A/AE
    0x7fff8fa19000 -
    0x7fff8fa44fff  libc++abi.dylib (125) <88A22A0F-87C6-3002-BFBA-AC0F2808B8B9> /usr/lib/libc++abi.dylib
    0x7fff8fb04000 -
    0x7fff8fb28fef  libJPEG.dylib (1231) <3F87A0CA-14FA-3034-A332-DD57A092B08F> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib
    0x7fff8fb29000 -
    0x7fff8fd0e267  libobjc.A.dylib (646) <3B60CD90-74A2-3A5D-9686-B0772159792A> /usr/lib/libobjc.A.dylib
    0x7fff8fd37000 -
    0x7fff8fdd5fff  com.apple.Metadata (10.7.0 - 916.1) <CD389631-0F23-3A29-B43A-E3FFB5BC9438> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadat a.framework/Versions/A/Metadata
    0x7fff8fdee000 -
    0x7fff8fe34ff7  libauto.dylib (186) <A260789B-D4D8-316A-9490-254767B8A5F1> /usr/lib/libauto.dylib
    0x7fff8ffbe000 -
    0x7fff8ffc9fff  libcommonCrypto.dylib (60061) <D381EBC6-69D8-31D3-8084-5A80A32CB748> /usr/lib/system/libcommonCrypto.dylib
    0x7fff8ffd3000 -
    0x7fff8ffd7fff  libCoreVMClient.dylib (79) <FC4E08E3-749E-32FF-B5E9-211F29864831> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClien t.dylib
    0x7fff90038000 -
    0x7fff90063ff3  libarchive.2.dylib (30) <8CBB4416-EBE9-3574-8ADC-44655D245F39> /usr/lib/libarchive.2.dylib
    0x7fff90083000 -
    0x7fff90083fff  com.apple.ApplicationServices (48 - 48) <5BF7910B-C328-3BF8-BA4F-CE52B574CE01> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Application Services
    0x7fff90084000 -
    0x7fff9008cffb  com.apple.CoreServices.FSEvents (1210 - 1210) <782A9C69-7A45-31A7-8960-D08A36CBD0A7> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/FSEvent s.framework/Versions/A/FSEvents
    0x7fff9008d000 -
    0x7fff900e8fef  libTIFF.dylib (1231) <115791FB-8C49-3410-AC23-56F4B1CFF124> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib
    0x7fff90121000 -
    0x7fff90121fff  com.apple.Cocoa (6.8 - 21) <EAC0EA1E-3C62-3B28-A941-5D8B1E085FF8> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
    0x7fff901bb000 -
    0x7fff901d1ff7  libsystem_asl.dylib (267) <F153AC5B-0542-356E-88C8-20A62CA704E2> /usr/lib/system/libsystem_asl.dylib
    0x7fff901d2000 -
    0x7fff904d4fff  com.apple.HIToolbox (2.1.1 - 756) <9DD121B5-B7EB-3C43-8155-61A4417F8E9A> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.fra mework/Versions/A/HIToolbox
    External Modification Summary:
      Calls made by other processes targeting this process:
    task_for_pid: 16589
    thread_create: 0
    thread_set_state: 0
      Calls made by this process:
    task_for_pid: 0
    thread_create: 0
    thread_set_state: 0
      Calls made by all processes on this machine:
    task_for_pid: 3891948
    thread_create: 0
    thread_set_state: 0
    VM Region Summary:
    ReadOnly portion of Libraries: Total=178.1M resident=141.4M(79%) swapped_out_or_unallocated=36.7M(21%)
    Writable regions: Total=3.0G written=173.1M(6%) resident=1.3G(43%) swapped_out=121.8M(4%) unallocated=1.7G(57%)
    REGION TYPE                 
    VIRTUAL
    ===========                 
    =======
    CG backing stores            
    889.2M
    CG framebuffers                
    1.2G
    CG image                      
    48.2M
    CG shared images              
    6816K
    CoreAnimation                
    367.2M
    CoreGraphics                  
    18.1M
    CoreUI image data             
    1456K
    Dispatch continuations        
    8192K
    IOKit                         
    39.4M
    IOKit (reserved)             
    256.0M   
    reserved VM address space (unallocated)
    Kernel Alloc Once                
    8K
    MALLOC                       
    260.4M
    MALLOC (admin)                  
    32K
    Memory Tag 252               
    129.6M
    OpenGL GLSL                    
    256K
    STACK GUARD                   
    56.0M
    Stack                         
    9308K
    Stack (reserved)               
    520K   
    reserved VM address space (unallocated)
    VM_ALLOCATE                   
    22.3M
    __CGSERVER                       
    4K
    __DATA                        
    14.1M
    __GLSLBUILTINS                
    2588K
    __IMAGE                        
    528K
    __LINKEDIT                    
    70.2M
    __TEXT                       
    107.9M
    __UNICODE                      
    544K
    mapped file                   
    22.5M
    shared memory                   
    68K
    ===========                 
    =======
    TOTAL                          
    3.5G
    TOTAL, minus reserved VM space 
    3.2G
    System Profile:
    Graphics: AMD Radeon R9 M290X, AMD Radeon R9 M290X, PCIe, 2048 MB
    AirPort: spairport_wireless_card_type_airport_extreme (0x14E4, 0x142), Broadcom BCM43xx 1.0 (7.15.124.12.10)
    Bluetooth: Version 4.3.1f2 15015, 3 services, 27 devices, 1 incoming serial ports
    PCI Card: pci11c1,5901, IEEE 1394 Open HCI, Thunderbolt@195,0,0
    Thunderbolt Bus: iMac, Apple Inc., 26.1
    Thunderbolt Device: Thunderbolt to FireWire Adapter, Apple Inc., 1, 5.6
    Memory Module: BANK 0/DIMM0, 4 GB, DDR3, 1600 MHz, 0x802C, 0x384B54463531323634485A2D314736453220
    Memory Module: BANK 1/DIMM0, 4 GB, DDR3, 1600 MHz, 0x802C, 0x384B54463531323634485A2D314736453220
    Memory Module: BANK 0/DIMM1, 4 GB, DDR3, 1600 MHz, 0x859B, 0x435435313236344246313630424A2E433846
    Memory Module: BANK 1/DIMM1, 4 GB, DDR3, 1600 MHz, 0x859B, 0x435435313236344246313630424A2E433846
    USB Device: BRCM20702 Hub
    USB Device: Bluetooth USB Host Controller
    USB Device: FaceTime HD Camera (Built-in)
    USB Device: Hub
    USB Device: Perfit Optical
    USB Device: Composite Device
    Serial ATA Device: APPLE SSD SD0128F, 121.33 GB
    Serial ATA Device: APPLE HDD ST3000DM001, 3 TB
    Network Service: Ethernet, Ethernet, en0
    Network Service: Wi-Fi, AirPort, en1
    Model: iMac15,1, BootROM IM151.0207.B00, 4 processors, Intel Core i5, 3.5 GHz, 16 GB, SMC 2.22f16

  • Why is Mavericks randomly logging me out of my account?

    I've been using my 2012 15" MacBook Pro Retina as normal this morning after upgrading to Mavericks last night. Twice now the system has randomly logged me out of my account and taken me to the login screen. It's a similar experience to the old Apple version of the blue screen of death where the system just froze and you had to hold the power button to restart and hope for the best. It closes all of my apps at once and saves nothing. I log back in and have to start from scratch.
    Anyone else experiencing this? I'm assuming it's likely an incompatibility with either one of my background apps or Parallels which I use for my work.

    I'm having the same issue, it seems very specific to when Parallel's is running.
    Process:         WindowServer [1128]
    Path:            /System/Library/Frameworks/CoreGraphics.framework/Versions/A/Resources/WindowSe rver
    Identifier:      WindowServer
    Version:         599.7
    Code Type:       X86-64 (Native)
    Parent Process:  launchd [1]
    Responsible:     WindowServer [1128]
    User ID:         88
    Date/Time:       2013-10-29 13:38:11.848 -0400
    OS Version:      Mac OS X 10.9 (13A3017)
    Report Version:  11
    Anonymous UUID:  E526C240-566B-641B-831C-387A5C073307
    Crashed Thread:  0  Dispatch queue: com.apple.main-thread
    Exception Type:  EXC_CRASH (SIGABRT)
    Exception Codes: 0x0000000000000000, 0x0000000000000000
    Application Specific Information:
    Assertion failed: (inset <= planeByteLength), function fill_shadow_contents, file Server/Windows/WindowShadow.c, line 699.
    Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
    0   libsystem_kernel.dylib                  0x00007fff8d743866 __pthread_kill + 10
    1   libsystem_pthread.dylib                 0x00007fff874b335c pthread_kill + 92
    2   libsystem_c.dylib                       0x00007fff880d6bba abort + 125
    3   libsystem_c.dylib                       0x00007fff880a0a5f __assert_rtn + 321
    4   com.apple.CoreGraphics                  0x00007fff8b045139 fill_shadow_contents + 2106
    5   com.apple.CoreGraphics                  0x00007fff8b04336b CGXWindowShadowGet + 3644
    6   com.apple.CoreGraphics                  0x00007fff8b269a3b insertWindowShadowLayers + 1118
    7   com.apple.CoreGraphics                  0x00007fff8b2689f6 redraw_window + 9691
    8   com.apple.CoreGraphics                  0x00007fff8b261b95 CGXUpdateDisplay + 5296
    9   com.apple.CoreGraphics                  0x00007fff8b260621 update_display_callback + 125
    10  com.apple.CoreGraphics                  0x00007fff8b05f5f6 run_timer_pass + 379
    11  com.apple.CoreGraphics                  0x00007fff8b38a6d9 CGXRunOneServicesPass + 164
    12  com.apple.CoreGraphics                  0x00007fff8b38af16 CGXServer + 807
    13  WindowServer                            0x00000001013d0f96 main + 9
    14  libdyld.dylib                           0x00007fff829af5fd start + 1
    Thread 1:: Dispatch queue: com.apple.libdispatch-manager
    0   libsystem_kernel.dylib                  0x00007fff8d744662 kevent64 + 10
    1   libdispatch.dylib                       0x00007fff8311343d _dispatch_mgr_invoke + 239
    2   libdispatch.dylib                       0x00007fff83113152 _dispatch_mgr_thread + 52
    Thread 2:
    0   libsystem_kernel.dylib                  0x00007fff8d73fa1a mach_msg_trap + 10
    1   libsystem_kernel.dylib                  0x00007fff8d73ed18 mach_msg + 64
    2   com.apple.CoreFoundation                0x00007fff8a235315 __CFRunLoopServiceMachPort + 181
    3   com.apple.CoreFoundation                0x00007fff8a234939 __CFRunLoopRun + 1161
    4   com.apple.CoreFoundation                0x00007fff8a234275 CFRunLoopRunSpecific + 309
    5   com.apple.CoreFoundation                0x00007fff8a2e99d1 CFRunLoopRun + 97
    6   com.apple.CoreGraphics                  0x00007fff8b2f6bf8 eventThread + 263
    7   libsystem_pthread.dylib                 0x00007fff874b2899 _pthread_body + 138
    8   libsystem_pthread.dylib                 0x00007fff874b272a _pthread_start + 137
    9   libsystem_pthread.dylib                 0x00007fff874b6fc9 thread_start + 13
    Thread 3:: com.apple.CoreAnimation.render-server
    0   libsystem_kernel.dylib                  0x00007fff8d73fa1a mach_msg_trap + 10
    1   libsystem_kernel.dylib                  0x00007fff8d73ed18 mach_msg + 64
    2   com.apple.QuartzCore                    0x00007fff890af3b7 CA::Render::Server::server_thread(void*) + 195
    3   com.apple.QuartzCore                    0x00007fff890af2ed thread_fun + 25
    4   libsystem_pthread.dylib                 0x00007fff874b2899 _pthread_body + 138
    5   libsystem_pthread.dylib                 0x00007fff874b272a _pthread_start + 137
    6   libsystem_pthread.dylib                 0x00007fff874b6fc9 thread_start + 13
    Thread 4:
    0   libsystem_kernel.dylib                  0x00007fff8d743e6a __workq_kernreturn + 10
    1   libsystem_pthread.dylib                 0x00007fff874b3f08 _pthread_wqthread + 330
    2   libsystem_pthread.dylib                 0x00007fff874b6fb9 start_wqthread + 13
    Thread 5:
    0   libsystem_kernel.dylib                  0x00007fff8d743e6a __workq_kernreturn + 10
    1   libsystem_pthread.dylib                 0x00007fff874b3f08 _pthread_wqthread + 330
    2   libsystem_pthread.dylib                 0x00007fff874b6fb9 start_wqthread + 13
    Thread 6:
    0   libsystem_kernel.dylib                  0x00007fff8d743e6a __workq_kernreturn + 10
    1   libsystem_pthread.dylib                 0x00007fff874b3f08 _pthread_wqthread + 330
    2   libsystem_pthread.dylib                 0x00007fff874b6fb9 start_wqthread + 13
    Thread 7:
    0   libsystem_kernel.dylib                  0x00007fff8d743e6a __workq_kernreturn + 10
    1   libsystem_pthread.dylib                 0x00007fff874b3f08 _pthread_wqthread + 330
    2   libsystem_pthread.dylib                 0x00007fff874b6fb9 start_wqthread + 13
    Thread 8:
    0   libsystem_kernel.dylib                  0x00007fff8d743e6a __workq_kernreturn + 10
    1   libsystem_pthread.dylib                 0x00007fff874b3f08 _pthread_wqthread + 330
    2   libsystem_pthread.dylib                 0x00007fff874b6fb9 start_wqthread + 13
    Thread 9:
    0   libsystem_kernel.dylib                  0x00007fff8d743e6a __workq_kernreturn + 10
    1   libsystem_pthread.dylib                 0x00007fff874b3f08 _pthread_wqthread + 330
    2   libsystem_pthread.dylib                 0x00007fff874b6fb9 start_wqthread + 13
    Thread 10:
    0   libsystem_kernel.dylib                  0x00007fff8d743e6a __workq_kernreturn + 10
    1   libsystem_pthread.dylib                 0x00007fff874b3f08 _pthread_wqthread + 330
    2   libsystem_pthread.dylib                 0x00007fff874b6fb9 start_wqthread + 13
    Thread 11:
    0   libsystem_kernel.dylib                  0x00007fff8d743e6a __workq_kernreturn + 10
    1   libsystem_pthread.dylib                 0x00007fff874b3f08 _pthread_wqthread + 330
    2   libsystem_pthread.dylib                 0x00007fff874b6fb9 start_wqthread + 13
    Thread 12:
    0   libsystem_kernel.dylib                  0x00007fff8d743e6a __workq_kernreturn + 10
    1   libsystem_pthread.dylib                 0x00007fff874b3f08 _pthread_wqthread + 330
    2   libsystem_pthread.dylib                 0x00007fff874b6fb9 start_wqthread + 13
    Thread 0 crashed with X86 Thread State (64-bit):
      rax: 0x0000000000000000  rbx: 0x00007fff728a1310  rcx: 0x00007fff5e81e558  rdx: 0x0000000000000000
      rdi: 0x0000000000000707  rsi: 0x0000000000000006  rbp: 0x00007fff5e81e580  rsp: 0x00007fff5e81e558
       r8: 0x00000000fffff000   r9: 0x00000000000002bb  r10: 0x0000000008000000  r11: 0x0000000000000206
      r12: 0x00007fff8b779433  r13: 0x00007fff8b77941e  r14: 0x0000000000000006  r15: 0x00007fff8b778ff3
      rip: 0x00007fff8d743866  rfl: 0x0000000000000206  cr2: 0x0000000101487000
    Logical CPU:     0
    Error Code:      0x02000148
    Trap Number:     133
    Binary Images:
           0x1013d0000 -        0x1013d0ffd  WindowServer (599.7) <3962C9A3-3D52-3D3B-BA42-C4670C12982C> /System/Library/Frameworks/ApplicationServices.framework/Frameworks/CoreGraphic s.framework/Resources/WindowServer
           0x101525000 -        0x101526fff  com.apple.driver.IOAccelerator2D (98.9 - 98.9) <6FDBB021-32FB-334D-8B5A-BA113CE380ED> /System/Library/Extensions/IOAccelerator2D.plugin/Contents/MacOS/IOAccelerator2 D
           0x1015b9000 -        0x1015c7ff7  com.apple.AppleGVACoreFramework (7.1.0 - 7.1.0) <025CBFB4-6863-3AD2-9286-C9FDECB0BDDE> /System/Library/PrivateFrameworks/AppleGVACore.framework/AppleGVACore
        0x123400000000 -     0x123400464ff7  com.apple.driver.AppleIntelHD5000GraphicsGLDriver (8.20.26 - 8.2.0) <0A94FD56-3CC0-3265-88CC-D9A41442E799> /System/Library/Extensions/AppleIntelHD5000GraphicsGLDriver.bundle/Contents/Mac OS/AppleIntelHD5000GraphicsGLDriver
        0x123440000000 -     0x12344087cff7  com.apple.GeForceGLDriver (8.20.15 - 8.2.0) <E34161EA-EF67-331C-8675-D5DB88058ED9> /System/Library/Extensions/GeForceGLDriver.bundle/Contents/MacOS/GeForceGLDrive r
        0x7fff623d1000 -     0x7fff62404817  dyld (239.3) <D1DFCF3F-0B0C-332A-BCC0-87A851B570FF> /usr/lib/dyld
        0x7fff81a20000 -     0x7fff81cf4fc7  com.apple.vImage (7.0 - 7.0) <1DDB8AB7-03D5-3D20-9D77-C69074C6FD26> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.fr amework/Versions/A/vImage
        0x7fff824de000 -     0x7fff824e0ff7  libquarantine.dylib (71) <973BE51D-6465-392F-9099-D4AB21BF0D25> /usr/lib/system/libquarantine.dylib
        0x7fff82712000 -     0x7fff82718ff7  libsystem_platform.dylib (24.1.4) <8ABC4EBE-10D6-35B8-ADEE-63600E87601C> /usr/lib/system/libsystem_platform.dylib
        0x7fff827c4000 -     0x7fff82971f27  libobjc.A.dylib (551.1) <F21C5742-7B9C-31F1-BBAE-1717BC6C2F1B> /usr/lib/libobjc.A.dylib
        0x7fff829ac000 -     0x7fff829afff7  libdyld.dylib (239.3) <1767060C-6E76-3149-B991-8FEA14B8352C> /usr/lib/system/libdyld.dylib
        0x7fff829b0000 -     0x7fff829b8fff  libsystem_dnssd.dylib (522.1.11) <AEA21060-EFAA-3C63-8D53-CB22EE8B507C> /usr/lib/system/libsystem_dnssd.dylib
        0x7fff82cdf000 -     0x7fff82d52ffb  com.apple.securityfoundation (6.0 - 55122) <119D1C53-B292-3378-AEE1-A3B1FB02F43F> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoun dation
        0x7fff83032000 -     0x7fff83059ff7  libsystem_network.dylib (241.3) <A499D688-9165-3776-8C8E-C018897B5B13> /usr/lib/system/libsystem_network.dylib
        0x7fff83110000 -     0x7fff8312afff  libdispatch.dylib (339.1.9) <D133504D-CD45-33B1-A331-AAE02D9C0CB2> /usr/lib/system/libdispatch.dylib
        0x7fff8312b000 -     0x7fff832e3ff3  libicucore.A.dylib (511.25) <3ED7B656-416E-3071-AEC8-E85C90232F78> /usr/lib/libicucore.A.dylib
        0x7fff832e4000 -     0x7fff83300fff  libresolv.9.dylib (54) <11C2C826-F1C6-39C6-B4E8-6E0C41D4FA95> /usr/lib/libresolv.9.dylib
        0x7fff8330c000 -     0x7fff83370ff3  com.apple.datadetectorscore (5.0 - 354.0) <25525311-E3A2-3D06-9010-DDB12A936E88> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDe tectorsCore
        0x7fff83580000 -     0x7fff83581ff7  libDiagnosticMessagesClient.dylib (100) <4CDB0F7B-C0AF-3424-BC39-495696F0DB1E> /usr/lib/libDiagnosticMessagesClient.dylib
        0x7fff83582000 -     0x7fff83590fff  com.apple.opengl (9.3.1 - 9.3.1) <EEE2EBC1-866C-3947-9D03-B8339E948D77> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
        0x7fff83989000 -     0x7fff839c7ff7  libGLImage.dylib (9.3.1) <B256429B-16DA-380C-907C-FDEA06DE8BA8> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dyl ib
        0x7fff839d2000 -     0x7fff839d6ff7  libcache.dylib (62) <8C1EFC4F-3F51-3DE9-A973-360B461F3D65> /usr/lib/system/libcache.dylib
        0x7fff83a2b000 -     0x7fff83a52ffb  libsystem_info.dylib (449.1.3) <395D8CD6-616A-3BD3-A195-C6D68EB9AB22> /usr/lib/system/libsystem_info.dylib
        0x7fff83aaa000 -     0x7fff83b17fff  com.apple.SearchKit (1.4.0 - 1.4.0) <33298263-5B12-340D-BB9D-D52303849561> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchK it.framework/Versions/A/SearchKit
        0x7fff83b18000 -     0x7fff83b65ff2  com.apple.print.framework.PrintCore (9.0 - 428) <A2F7B9D2-7907-31D8-8462-E2E2E7C3AF2E> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ PrintCore.framework/Versions/A/PrintCore
        0x7fff83b68000 -     0x7fff83b68fff  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
        0x7fff83b69000 -     0x7fff83bf8ff7  com.apple.Metadata (10.7.0 - 800.12) <04486C95-3E49-36C4-89B6-925E925BB417> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadat a.framework/Versions/A/Metadata
        0x7fff83c29000 -     0x7fff83cb2fff  com.apple.ColorSync (4.9.0 - 4.9.0) <E7E0D542-D77A-3E32-B146-4D0FEAF282D3> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ColorSync.framework/Versions/A/ColorSync
        0x7fff83d1b000 -     0x7fff83d22fff  libcompiler_rt.dylib (35) <2A890004-0A78-3E33-9AC5-A7D63BD4F879> /usr/lib/system/libcompiler_rt.dylib
        0x7fff83e53000 -     0x7fff83e58ff7  libunwind.dylib (35.3) <95D4D118-3368-3474-989D-271DE18C8365> /usr/lib/system/libunwind.dylib
        0x7fff83e62000 -     0x7fff83e62fff  com.apple.ApplicationServices (48 - 48) <F250170A-8805-3731-9097-78CAD04481F0> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Application Services
        0x7fff8436e000 -     0x7fff843c9ffb  com.apple.AE (665.5 - 665.5) <3558CC9A-FD30-3DAD-AB40-FE6828E76FE1> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.fram ework/Versions/A/AE
        0x7fff843e6000 -     0x7fff843e6ffd  libOpenScriptingUtil.dylib (157) <19F0E769-0989-3062-9AFB-8976E90E9759> /usr/lib/libOpenScriptingUtil.dylib
        0x7fff843e7000 -     0x7fff843f0fff  com.apple.CommonAuth (4.0 - 2.0) <1D263127-5F27-3128-996D-7397660D0C6E> /System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAuth
        0x7fff843f1000 -     0x7fff843f2ff7  libsystem_blocks.dylib (63) <FB856CD1-2AEA-3907-8E9B-1E54B6827F82> /usr/lib/system/libsystem_blocks.dylib
        0x7fff84cc4000 -     0x7fff84cd0ff7  com.apple.OpenDirectory (10.9 - 173.1.1) <6B78BD7B-5622-38E6-8FC6-86A117E3ACCA> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
        0x7fff84cd1000 -     0x7fff84ceaff7  com.apple.Kerberos (3.0 - 1) <59427E11-37D6-34C9-95BB-D4438BFACA5B> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
        0x7fff858dd000 -     0x7fff858e4fff  com.apple.NetFS (6.0 - 4.0) <D4FE0F16-3085-34AF-B860-3D46B98FAD2A> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
        0x7fff8596e000 -     0x7fff85da1ffb  com.apple.vision.FaceCore (3.0.0 - 3.0.0) <30FD8146-D6EB-3588-A7E5-ADC3110B3DCC> /System/Library/PrivateFrameworks/FaceCore.framework/Versions/A/FaceCore
        0x7fff85fd8000 -     0x7fff85fd9fff  liblangid.dylib (117) <9546E641-F730-3AB0-B3CD-E0E2FDD173D9> /usr/lib/liblangid.dylib
        0x7fff85fda000 -     0x7fff86167ff7  GLEngine (9.3.1) <2B6F0445-1B2F-366F-9FAE-63AF43C79DD8> /System/Library/Frameworks/OpenGL.framework/Versions/A/Resources/GLEngine.bundl e/GLEngine
        0x7fff86168000 -     0x7fff863c0ff1  com.apple.security (7.0 - 55471) <233831C5-C457-3AD5-AFE7-E3E2DE6929C9> /System/Library/Frameworks/Security.framework/Versions/A/Security
        0x7fff8679d000 -     0x7fff8680cff1  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
        0x7fff8680d000 -     0x7fff86815ffc  libGFXShared.dylib (9.3.1) <1503C66D-9CE6-36C5-8669-2534776F371F> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.d ylib
        0x7fff86816000 -     0x7fff86821fff  libGPUSupportMercury.dylib (9.3.1) <6276C24F-D9E6-3FCA-BA67-2FA0E751E153> /System/Library/PrivateFrameworks/GPUSupport.framework/Versions/A/Libraries/lib GPUSupportMercury.dylib
        0x7fff86aac000 -     0x7fff86ab0fff  libpam.2.dylib (20) <A63D4DA2-06A4-3FB8-AC3F-BDD69694EE5E> /usr/lib/libpam.2.dylib
        0x7fff87020000 -     0x7fff87021fff  com.apple.TrustEvaluationAgent (2.0 - 25) <334A82F4-4AE4-3719-A511-86D0B0723E2B> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/Tru stEvaluationAgent
        0x7fff8731d000 -     0x7fff87338ff7  libsystem_malloc.dylib (23.1.10) <F1AA887E-FC96-3F40-A4BA-9E16C1865821> /usr/lib/system/libsystem_malloc.dylib
        0x7fff87339000 -     0x7fff87387fff  libcorecrypto.dylib (161.1) <F3973C28-14B6-3006-BB2B-00DD7F09ABC7> /usr/lib/system/libcorecrypto.dylib
        0x7fff874b1000 -     0x7fff874b8ff7  libsystem_pthread.dylib (53.1.4) <9DA50FD0-D9AC-3051-AD4B-BA0D745BC49C> /usr/lib/system/libsystem_pthread.dylib
        0x7fff874b9000 -     0x7fff874c8ff8  com.apple.LangAnalysis (1.7.0 - 1.7.0) <2777524A-E7EF-3B7B-B15D-F58CDEEFC736> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ LangAnalysis.framework/Versions/A/LangAnalysis
        0x7fff874c9000 -     0x7fff874d3ff7  com.apple.CrashReporterSupport (10.9 - 538) <E4DA588F-C75A-39F6-9D2B-7B79F0245D39> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/Cra shReporterSupport
        0x7fff874d4000 -     0x7fff874f9ff7  com.apple.CoreVideo (1.8 - 117.2) <FE12553A-9B5A-337E-92BD-EA8A8194C91A> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
        0x7fff874fa000 -     0x7fff87507ff0  libbz2.1.0.dylib (29) <0B98AC35-B138-349C-8063-2B987A75D24C> /usr/lib/libbz2.1.0.dylib
        0x7fff87508000 -     0x7fff87556fff  com.apple.opencl (2.3.58 - 2.3.58) <D557EA35-12EA-304F-9B88-AEACA827A201> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
        0x7fff87557000 -     0x7fff87825ff4  com.apple.CoreImage (9.0.54) <4D5D752E-A762-3EE5-9511-B956D0C945A2> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/CoreImage .framework/Versions/A/CoreImage
        0x7fff87883000 -     0x7fff87888fff  com.apple.DiskArbitration (2.6 - 2.6) <AE84088D-C061-304C-B205-C9F56ECD23C7> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
        0x7fff8793e000 -     0x7fff87940fff  libRadiance.dylib (1038) <144F03D8-FA55-38A3-8A2D-4B4ABDB78B28> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.d ylib
        0x7fff87960000 -     0x7fff87c4afff  com.apple.CoreServices.CarbonCore (1077.13 - 1077.13) <92D95BBA-A17B-362A-80A6-27E3B02A7814> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonC ore.framework/Versions/A/CarbonCore
        0x7fff87e88000 -     0x7fff87ecaff7  libauto.dylib (185.5) <F45C36E8-B606-3886-B5B1-B6745E757CA8> /usr/lib/libauto.dylib
        0x7fff87ed8000 -     0x7fff87f3cff9  com.apple.Heimdal (4.0 - 2.0) <5113294E-B07E-3E42-8CE1-5E4AD4120C92> /System/Library/PrivateFrameworks/Heimdal.framework/Versions/A/Heimdal
        0x7fff87f3d000 -     0x7fff87f41fff  libsystem_stats.dylib (93.50.1) <EBC4B8DB-7C2B-35DE-B865-34FE11AF3B1B> /usr/lib/system/libsystem_stats.dylib
        0x7fff88077000 -     0x7fff88079fff  libCVMSPluginSupport.dylib (9.3.1) <7858AEA7-EE20-3BF7-9995-3F58C5C3970C> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCVMSPluginS upport.dylib
        0x7fff8807a000 -     0x7fff88103ff7  libsystem_c.dylib (997.1.1) <01F576D9-9718-3D99-A8EA-ACFD6CBBB51E> /usr/lib/system/libsystem_c.dylib
        0x7fff88106000 -     0x7fff88109fff  com.apple.TCC (1.0 - 1) <F25B5875-081A-3877-B70E-374D54B54C5F> /System/Library/PrivateFrameworks/TCC.framework/Versions/A/TCC
        0x7fff88117000 -     0x7fff8818efff  com.apple.CoreServices.OSServices (600.4 - 600.4) <80E7B419-A0D5-373B-B2B5-88E6A8CD3AE6> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServi ces.framework/Versions/A/OSServices
        0x7fff881a4000 -     0x7fff888f3fff  libclh.dylib (4.0.3 - 4.0.3) <FE5460B0-F52E-38BC-AA7A-4EC926D1F0BF> /System/Library/Extensions/GeForceGLDriver.bundle/Contents/MacOS/libclh.dylib
        0x7fff88b79000 -     0x7fff88ba2fff  com.apple.DictionaryServices (1.2 - 208) <A4E4EA9E-08A1-3F77-8B57-A5A1ADD70B52> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Diction aryServices.framework/Versions/A/DictionaryServices
        0x7fff88ba5000 -     0x7fff88bf8fff  com.apple.ScalableUserInterface (1.0 - 1) <19D73C6D-CA0A-3230-9644-7F01364137ED> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/ScalableU serInterface.framework/Versions/A/ScalableUserInterface
        0x7fff88c26000 -     0x7fff88c4effb  libxslt.1.dylib (13) <C9794936-633C-3F0C-9E71-30190B9B41C1> /usr/lib/libxslt.1.dylib
        0x7fff88fa8000 -     0x7fff88fb2fff  libcommonCrypto.dylib (60049) <79B8E80F-E596-3302-8243-EC479B9546CA> /usr/lib/system/libcommonCrypto.dylib
        0x7fff89000000 -     0x7fff89052fff  libc++.1.dylib (120) <2CB96D10-1E3E-39B1-B90D-C56C3818321E> /usr/lib/libc++.1.dylib
        0x7fff89088000 -     0x7fff89224ff7  com.apple.QuartzCore (1.8 - 332.0) <3EA81377-BA5F-39EA-8BAB-24CC5480E322> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
        0x7fff8927e000 -     0x7fff89295fff  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
        0x7fff89296000 -     0x7fff89297ff7  libSystem.B.dylib (1197.1.1) <A75BB8CD-CE51-3DF7-BCF4-8BDE25FA7F0C> /usr/lib/libSystem.B.dylib
        0x7fff8929b000 -     0x7fff892c7fff  com.apple.CoreServicesInternal (184.8 - 184.8) <651F4E1B-339B-3ED6-8F38-B03D0D2E5D04> /System/Library/PrivateFrameworks/CoreServicesInternal.framework/Versions/A/Cor eServicesInternal
        0x7fff89320000 -     0x7fff89701ffe  libLAPACK.dylib (1094.5) <7E7A9B8D-1638-3914-BAE0-663B69865986> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libLAPACK.dylib
        0x7fff89702000 -     0x7fff897f1fff  libFontParser.dylib (111.1) <835A8253-6AB9-3AAB-9CBF-171440DEC486> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libFontParser.dylib
        0x7fff89950000 -     0x7fff89952ff3  libsystem_configuration.dylib (596.12) <9883100A-4D35-3D84-99B7-1CE999AE110A> /usr/lib/system/libsystem_configuration.dylib
        0x7fff899a0000 -     0x7fff899b1ff7  libz.1.dylib (53) <4C5FA1A5-4471-398E-9543-2E54D46E63E9> /usr/lib/libz.1.dylib
        0x7fff89a84000 -     0x7fff89a89fff  libmacho.dylib (845) <B2BE3C25-CF1F-309B-AB99-1F0B54621445> /usr/lib/system/libmacho.dylib
        0x7fff8a12c000 -     0x7fff8a133ff7  liblaunch.dylib (842.1.4) <50B742D9-0C5C-3ABA-8EBF-3D447630932F> /usr/lib/system/liblaunch.dylib
        0x7fff8a134000 -     0x7fff8a15dff7  libc++abi.dylib (48) <8C16158F-CBF8-3BD7-BEF4-022704B2A326> /usr/lib/libc++abi.dylib
        0x7fff8a1c4000 -     0x7fff8a3a9ff7  com.apple.CoreFoundation (6.9 - 855.11) <DE55D963-05E1-3E4E-AFFC-B0784891016C> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
        0x7fff8a3aa000 -     0x7fff8a3ceff7  libJPEG.dylib (1038) <F62F35B6-B350-3DF7-8815-5BECE32EBFCD> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib
        0x7fff8a3cf000 -     0x7fff8a522ff7  com.apple.audio.toolbox.AudioToolbox (1.9 - 1.9) <1659DBBF-92AA-3695-8ADE-CC115B01EFC4> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
        0x7fff8a54b000 -     0x7fff8a584ff7  com.apple.QD (3.50 - 298) <5343278D-47B7-3AF2-9B4B-4B8B0F942CD1> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ QD.framework/Versions/A/QD
        0x7fff8a585000 -     0x7fff8a647ff1  com.apple.CoreText (352.0 - 367.15) <ACA9E85D-275D-3388-A2E3-1B15FD1A0A39> /System/Library/Frameworks/CoreText.framework/Versions/A/CoreText
        0x7fff8a885000 -     0x7fff8a9ebfff  libGLProgrammability.dylib (9.3.1) <267317DC-8B83-3F0B-965D-9194A8F0012C> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgramma bility.dylib
        0x7fff8ac52000 -     0x7fff8adc2ff6  com.apple.CFNetwork (673.0.3 - 673.0.3) <42CFC3DB-35C8-3652-AF37-4BCC73D8BDEF> /System/Library/Frameworks/CFNetwork.framework/Versions/A/CFNetwork
        0x7fff8ae0c000 -     0x7fff8ae4bfff  libGLU.dylib (9.3.1) <0E488DE5-4E77-3478-97DE-2D751EF990DC> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
        0x7fff8aea5000 -     0x7fff8b7c11bf  com.apple.CoreGraphics (1.600.0 - 599.7) <013A0B45-B8A4-3159-83C3-5A36CDB4F2C7> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics
        0x7fff8b7c2000 -     0x7fff8b7c5ffc  com.apple.IOSurface (91 - 91) <812F4D48-6FD4-3DCB-8691-B077EBF981D7> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
        0x7fff8b7e1000 -     0x7fff8b8c8ff7  libxml2.2.dylib (26) <A1DADD11-89E5-3DE4-8802-07186225967F> /usr/lib/libxml2.2.dylib
        0x7fff8b8c9000 -     0x7fff8b8e4ff7  libPng.dylib (1038) <08A42D4F-0320-3481-BD85-AFD95554F9DD> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib
        0x7fff8b8e5000 -     0x7fff8b914fd2  libsystem_m.dylib (3047.16) <9D96AACD-5870-3A5C-B849-7F9C0F6EBB09> /usr/lib/system/libsystem_m.dylib
        0x7fff8b915000 -     0x7fff8b916fff  libunc.dylib (28) <C3737C9A-C06F-310C-B78C-7D8D882A35DE> /usr/lib/system/libunc.dylib
        0x7fff8b9f7000 -     0x7fff8b9fbff7  libheimdal-asn1.dylib (323.12) <063A01C2-E547-39D9-BB42-4CC8E64ADE70> /usr/lib/libheimdal-asn1.dylib
        0x7fff8ba27000 -     0x7fff8ba6efff  libFontRegistry.dylib (127) <401FA61F-4276-3296-9BFF-EC6EA7D7EDDE> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libFontRegistry.dylib
        0x7fff8ba85000 -     0x7fff8ba8bff7  libCGXCoreImage.A.dylib (599.7) <EB72511B-24A9-3691-9B42-0E52733241FD> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGXCo reImage.A.dylib
        0x7fff8c29a000 -     0x7fff8c2a5ff7  com.apple.NetAuth (5.0 - 5.0) <C811E662-9EC3-3B74-808A-A75D624F326B> /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth
        0x7fff8c325000 -     0x7fff8c3f0fff  libvDSP.dylib (423.32) <3BF732BE-DDE0-38EB-8C54-E4E3C64F77A7> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvDSP.dylib
        0x7fff8c41c000 -     0x7fff8c420fff  com.apple.IOAccelerator (98.9 - 98.9) <B9BD58B0-ED2B-3404-866B-D9EEA1FEEA05> /System/Library/PrivateFrameworks/IOAccelerator.framework/Versions/A/IOAccelera tor
        0x7fff8c581000 -     0x7fff8c58afff  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
        0x7fff8c58b000 -     0x7fff8c58fff7  libGIF.dylib (1038) <F0B66751-0D4A-33B7-91C9-51B937B4D6D0> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib
        0x7fff8c5d2000 -     0x7fff8c740ff7  libBLAS.dylib (1094.5) <D862E2B7-91FA-3704-8F62-C1B65D381A84> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libBLAS.dylib
        0x7fff8c741000 -     0x7fff8c792ff3  com.apple.audio.CoreAudio (4.2.0 - 4.2.0) <EAC1821B-CD20-30E3-BF95-C1839CA97BF7> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
        0x7fff8c793000 -     0x7fff8c7aeff7  libCRFSuite.dylib (34) <FFAE75FA-C54E-398B-AA97-18164CD9789D> /usr/lib/libCRFSuite.dylib
        0x7fff8c7af000 -     0x7fff8caaefff  com.apple.Foundation (6.9 - 1056) <C59C6204-7259-3541-A131-A21DB3253373> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
        0x7fff8caaf000 -     0x7fff8cb78fff  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
        0x7fff8cbde000 -     0x7fff8cbe1fff  libCoreVMClient.dylib (58.1) <EBC36C69-C896-3C3D-8589-3E9023E7E56F> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClien t.dylib
        0x7fff8cbf6000 -     0x7fff8cbffff3  libsystem_notify.dylib (121) <31F9FEF5-2897-328A-8441-B7BDFEDB10D4> /usr/lib/system/libsystem_notify.dylib
        0x7fff8d63c000 -     0x7fff8d72dff9  libiconv.2.dylib (41) <BB44B115-AC32-3877-A0ED-AEC6232A4563> /usr/lib/libiconv.2.dylib
        0x7fff8d72e000 -     0x7fff8d74aff7  libsystem_kernel.dylib (2422.75.4) <F5C190DA-A845-3ADE-9B50-161A881BC136> /usr/lib/system/libsystem_kernel.dylib
        0x7fff8e598000 -     0x7fff8e5bcfff  libxpc.dylib (300.1.17) <1BB4598D-19ED-3A31-AFD2-C90DD2652CFD> /usr/lib/system/libxpc.dylib
        0x7fff8e5bd000 -     0x7fff8e5bdfff  com.apple.Accelerate (1.9 - Accelerate 1.9) <CFEF9CBE-4A1A-33FD-9174-D44314BB28F3> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
        0x7fff8e5be000 -     0x7fff8e5cbff7  libxar.1.dylib (202) <5572AA71-E98D-3FE1-9402-BB4A84E0E71E> /usr/lib/libxar.1.dylib
        0x7fff8e694000 -     0x7fff8e6a4fff  libbsm.0.dylib (33) <2CAC00A2-1352-302A-88FA-C567D4D69179> /usr/lib/libbsm.0.dylib
        0x7fff8e856000 -     0x7fff8e856fff  com.apple.CoreServices (59 - 59) <67A369BA-2326-383F-995B-853DAD7BFF43> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
        0x7fff8e9d4000 -     0x7fff8e9e5ff7  libsystem_asl.dylib (217.1.4) <B983CA60-F418-317B-B142-48A6376564FC> /usr/lib/system/libsystem_asl.dylib
        0x7fff8eb63000 -     0x7fff8eb6efff  libGL.dylib (9.3.1) <D643A325-3257-373A-A8C1-035E9F0484B0> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
        0x7fff8eb76000 -     0x7fff8ec60fff  libsqlite3.dylib (158) <447AA928-BCF7-3779-A7E5-210F264E0316> /usr/lib/libsqlite3.dylib
        0x7fff8ed46000 -     0x7fff8ed8bff6  com.apple.HIServices (1.22 - 466) <21807AF8-3BC7-32BB-AB96-7C35CB59D7F6> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ HIServices.framework/Versions/A/HIServices
        0x7fff8ed8c000 -     0x7fff8edd3ff7  libcups.2.dylib (372) <963E64F4-4318-3DFE-A59D-D74B3E857188> /usr/lib/libcups.2.dylib
        0x7fff8eeba000 -     0x7fff8eebbffb  libremovefile.dylib (33) <26266E3F-FDDC-3CFC-B27F-78B49BDC9BDC> /usr/lib/system/libremovefile.dylib
        0x7fff8effd000 -     0x7fff8f067ff7  com.apple.framework.IOKit (2.0.1 - 907.1.13) <C1E95F5C-B79B-31BE-9F2A-1B25163C1F16> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
        0x7fff8f068000 -     0x7fff8f070ff3  libCGCMS.A.dylib (599.7) <92AA4E85-7633-36E2-BAD0-7B1A2E48E75C> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGCMS .A.dylib
        0x7fff8f0ef000 -     0x7fff8f0f9ff7  com.apple.bsd.ServiceManagement (2.0 - 2.0) <9556885C-22DD-3392-ACCB-2B413434D8D3> /System/Library/Frameworks/ServiceManagement.framework/Versions/A/ServiceManage ment
        0x7fff8f108000 -     0x7fff8f20dfff  com.apple.ImageIO.framework (3.3.0 - 1038) <355B8338-9DD8-3E2E-8758-E1C852403DEF> /System/Library/Frameworks/ImageIO.framework/Versions/A/ImageIO
        0x7fff8f2aa000 -     0x7fff8f2abff7  libsystem_sandbox.dylib (278.10) <273400C7-F4E2-393C-BC9A-9042490ACED0> /usr/lib/system/libsystem_sandbox.dylib
        0x7fff8f2ac000 -     0x7fff8f2dbff5  com.apple.GSS (4.0 - 2.0) <0284500B-47BA-3FE8-A5B4-22A0E8D80783> /System/Library/Frameworks/GSS.framework/Versions/A/GSS
        0x7fff8f307000 -     0x7fff8f36aff7  com.apple.SystemConfiguration (1.13 - 1.13) <F05F4149-981B-380B-8F50-51CE804BBB89> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfi guration
        0x7fff8f36b000 -     0x7fff8f3c4fff  libTIFF.dylib (1038) <965DD031-9246-3588-AC53-D284174F77FF> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib
        0x7fff8f44f000 -     0x7fff8f45afff  libkxld.dylib (2422.75.4) <5448DCF9-721D-3B8C-AEFE-2A89477E82CF> /usr/lib/system/libkxld.dylib
        0x7fff8f45b000 -     0x7fff8f45bff7  libkeymgr.dylib (28) <D7045F25-BFA4-3840-847D-AF95DF8B6CCA> /usr/lib/system/libkeymgr.dylib
        0x7fff8f45c000 -     0x7fff8f50cff7  libvMisc.dylib (423.32) <049C0735-1808-39B9-943F-76CB8021744F> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvMisc.dylib
        0x7fff8f50d000 -     0x7fff8f5fbfff  libJP2.dylib (1038) <1DC18933-53D6-335A-AA84-0366C9ACDFD8> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJP2.dylib
        0x7fff8f68f000 -     0x7fff8f696ff3  libcopyfile.dylib (103) <6453487A-EDA5-353C-8351-1AABB3C7777C> /usr/lib/system/libcopyfile.dylib
    External Modification Summary:
      Calls made by other processes targeting this process:
        task_for_pid: 1
        thread_create: 0
        thread_set_state: 0
      Calls made by this process:
        task_for_pid: 0
        thread_create: 0
        thread_set_state: 0
      Calls made by all processes on this machine:
        task_for_pid: 1518
        thread_create: 2
        thread_set_state: 0
    VM Region Summary:
    ReadOnly portion of Libraries: Total=155.2M resident=78.4M(51%) swapped_out_or_unallocated=76.8M(49%)
    Writable regions: Total=1.3G written=100.2M(8%) resident=324.5M(25%) swapped_out=0K(0%) unallocated=959.8M(75%)
    REGION TYPE                      VIRTUAL
    ===========                      =======
    CG backing stores                  86.2M
    CG framebuffers                   211.0M
    CG image                            704K
    CG raster data                     2316K
    CG shared images                    212K
    CoreAnimation                     149.0M
    CoreGraphics                          4K
    CoreGraphics (reserved)              16K        reserved VM address space (unallocated)
    Dispatch continuations             16.0M
    IOKit                             167.0M
    IOKit (reserved)                  512.0M        reserved VM address space (unallocated)
    Kernel Alloc Once                     8K
    MALLOC                            159.9M
    MALLOC (admin)                       32K
    Memory Tag 247                     1760K
    Memory Tag 251                       16K
    Memory Tag 252                     20.0M
    OpenGL GLSL                        3840K
    STACK GUARD                        56.0M
    Stack                              13.7M
    VM_ALLOCATE                        6868K
    __CGSERVER                            4K
    __DATA                             26.8M
    __LINKEDIT                         67.1M
    __TEXT                             88.1M
    __UNICODE                           544K
    mapped file                        22.6M
    shared memory                        68K
    ===========                      =======
    TOTAL                               1.6G
    TOTAL, minus reserved VM space      1.1G

Maybe you are looking for

  • Keynote 6.0 crashes after 2 sec / Mavericks

    Hey Guys, I just installed keynote through the appstore. When i open the application, it quits after about 2 seconds. In Guest mode it is just fine. There are no Powerpoint or Keynotes file in my dropbox. Standard Fonts are restored in Font Book. hop

  • Value for a characteristic changed with an other value in Query Design

    I want to change the value for a characteristic (Type) in Query Design (not the description, the value). In my cube I have these values: Customer *** Type 22222********SmallCorp 22223********SmallCorp 22224********MedCorp The report should like: Cust

  • 250$ gift card never came

    I signed up to Verizon and was promised a $250 visa prepaid card. I declined to get the cheaper rate per month in order to get this card. It has not arrived. I've called Support 3 times and get passed back and forth to different call centres. I've tr

  • How do I Set up kids iTunes account for iPod

    What is the best way to set up Kids account?  Will I be able to find my kids iPod using my account and the find app?

  • I have windows Vista and my wife has windows7; What number of photoshop elements should we buy?

    What photoshop elements number should we buy that is compatible with my windows Vista (64bit) and my wife's windows 7? Whatever is the best photoshop elements to buy, can I buy a single one and use it on both our computers-- will adobe allow 2 users?