OBIEE - Errors then logs me out

So I have no idea whats going on, but I am getting hit with inconsistent errors left right and center
When I go to view a report, it would log me out but it would flash on screen for a second
"! Error : Response from server contained an error"
http://i6.photobucket.com/albums/y240/soter/ReportError_zps3b059590.jpg
When I am configuring a dashboard I am hitting the following errors
- Response from server contained an error - http://i6.photobucket.com/albums/y240/soter/ReportError5_zpsaaa1535b.jpg
- Unable to communicate with ORacle BI Presentation Services. Please ensure you are still logged in and try again - http://i6.photobucket.com/albums/y240/soter/ReportError4_zps8a42dccb.jpg
After any of the above errors OBIEE kicks me out
http://i6.photobucket.com/albums/y240/soter/ReportError3_zps6b5cf4e4.jpg
http://i6.photobucket.com/albums/y240/soter/ReportError2_zpsdba930ba.jpg
We dont have an administrator for this application and Im pretty new to all of this. Where can I begin to trouble shoot this?
Anyone have any idea what those errors are? Its killing me, I can barely do anything without getting booted

chillychin wrote:
"! Error : Response from server contained an error"Dashboard Page returned "Error: response from server contained an error" [ID 735159.1]
http://rnm1978.wordpress.com/2009/08/19/obiee-and-load-runner-part-1/
We dont have an administrator for this application and Im pretty new to all of this. Where can I begin to trouble shoot this?May be checking the log files would be a good way to begin with. Check sawlog and OC4J_HOME\j2ee\home\log\oc4j , may be this is OC4J issue and not from OBIEE. Check what the state of that .
HTH,
SVS

Similar Messages

  • Facebook logs in then logs itself out

    I downloaded FB and after entering my user name and passcode, FB logs in then immediately logs out.
    Any ideas how to solve this?

    Unfortunately this is something you have to contact the developer of the application about a few people have posted about this here but no one here can do anything about it you can try uninstalling and reinstalling the application but thats about it

  • 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.

  • 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

  • MBP keeps logging me out randomly, when I go back all my work has been lost, happened numerous times... help?!

    Okay, so this seems to happen when I full screen something (either on internet or application) but is particularly annoying as I have had word documents open, which I have unsaved changes. It then logs me out, and when I log back in all the documents open again, but to where I last saved them.
    Any suggestions in prevention?

    From the menu bar, select
     ▹ System Preferences... ▹ Security & Privacy ▹ Advanced... ▹ Log out after … minutes of inactivity: Off
    If there's a closed padlock icon in the lower left corner of the preference pane, you may need to click it to unlock the settings. Enter your login password when prompted.

  • Home folder mounted after logging out then logging back in

    After I logged out of my account, I logged back in to see nothing on my desktop except for "Macintosh HD." I click on it and noticed that my home folder is mounted as a disk image under "Places." By "home folder" I meant the folder found at MacintoshHD\users\name-of-folder. I did not shutdown and login again, I logged out back to the main login screen, then logged in again under the same account. Shutting down the computer before logging in to the same account prevents this from happening, but logging out then logging back in causes it to happen. How do I fix this problem?

    Sorry for the delay - perhaps bump sooner next time.
    I use 10.5.8 and don't recall seeing this. A picture may help.
    My advice is:
    Backup Home folder and perhaps whole disk to an external disk or DVD with eg Carbon Copy Cloner
    Install the free AppleJack
    Reboot holding cmd s until you see text
    Wait until text stops
    Type: applejack AUTO shutdown
    Hit return key
    Don't touch but prepare for a long wait - may take hours the first time
    You can probably ignore the many error messages
    Reboot after it has shutdown
    First boot will take longer than usual as it rebuilds caches
    I find AppleJack far better than Apple's Disk Utility.

  • 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

  • Can I install a app which is in my purchased list of another apple ID and then log out after installing of that app and then log in with my current apple ID in Mac App Store

    I had upgraded to current OS X yosemite, I performed clean install and I also made a new icloud account and apple ID.
    the previous apple ID have few purchased paid app like- "GarageBand"
    now in my new apple ID I have to purchase it
    I was wondering if I install this app by logging in with my old apple id and installing
    and then log in with my new apple id.

    Yes, you can sign out of the App Store, then Sign In using another Apple ID and download the apps associated with that ID, but when you get finished switching back and forth you will have a rather confused setup...updating is going to get cumbersome when you try and keep straight what software is associated with what ID.  With your setup, it would just be simpler to purchase the app again so everything on your Mac matches and you don't have to try and remember what goes where.

  • AIM Buddylist Shows Everyone Offline - Then it logs me out...

    Whenever I try to log into AIM it will connect quickly, but none of my friends will show up online. Then after 1-2 min, my iChat will log me out, then log me in, log me out then log me in (really quickly) - then it will give me a message saying "You have tried to sign on to AIM too quickly, wait a while before trying to log in...."
    I deleted the program off my mac, then re-installed it using the Leopard install disc, and it still won't work.
    I have no idea how to fix this. I even installed the 10.5.4, and it won't work.

    iChat does have A Block feature in iChat > Preferences > Accounts > Security where you can choose in the AIM buddy at least which type of Buddy can contact you.
    Allow All
    Allow Buddy List Only.
    Allow Specific people (Has a List Button)
    Block Everyone
    Allow Specific People Block (and has a List option)
    There have been other threads where this has been specifically pointed out either before or after trying the FAQ
    Most often it seems that something has happened that causes the whole Buddy List to be added to the Block Specific list.
    7:03 PM Sunday; July 13, 2008

  • Just used migration assistant from one mac to another one.  When I restart the new mac, the old user boots up instead of my new user.  Have to log out then log in.

    Just got a new Imac.  I migrated from the old Imac.  When I boot the new Imac, the old user screen boots up.  I have to log out and then log into my new user on the new mac.  Whats up?
    Thanks.

    Thanks for your help. But the PowerBook has a Migration Assistant designed for the purpose of transfering files from the old Mac to the new Mac. The steps take me to the point where I'm instructed to restart the old Mac while holding down the "T" key. But nothing happens when I do that. It just restarts and the Migration Assistant on the new Mac still reads "waiting for old Mac to restart".
    There has to be a way to do this. I can't install the original applications on the PowerBook from scratch because they were meant to run on Classic. The PowerBook doesn't recognize any of the old Classic installation disks I have from previous Macs (Oddly, the PowerBook has capability to run Classic, but not the actual software-- and no Classic installation disk was provided, unlike the software provided for iBooks. And I can't install any of the System X upgrades because they need to recognize the original application already on the computer in order to upgrade.
    I just calculated that if I have to rebuy all the applications I need, I couldn't afford to do it (unless someone can-- or even wants to-- take the old versions off my hands to offset the cost of buying new ones).
    There must thousands of graphic designers like me who run a small business and can't afford to re-stock their entire software collection every time they upgrade to a new computer. Why would Apple diss the very people who have been supporting the company (actually keeping it alive) all these years? I don't think they would do that. I'll just have to keep looking for a solution.

  • When downloading 10.5.2 version of itunes to Microsoft Vista 32 bit it gets to 68% downloaded and hangs then eventuall times out.  No error msg given.  What is it waiting for?

    When downloading 10.5.2 version of itunes to Microsoft Vista 32 bit it gets to 68% downloaded and hangs then eventuall times out.  No error msg given.  What is it waiting for?

    Finally got it working, I had to delete two solitary files in an iTunes folder.
    C:\ProgramData\Apple Computer\iTunes\SC Info
    Delete the only two files that are in this folder. Please note that it is a hidden folder.
    After they have been deleted, iTunes should work (it did for me)
    This may not work if your iTunes.exe process (viewable with task manager) turns off after the license agreement. I solved that problem by updating quicktime.
    iTunes 10.5.2 doesn't update quicktime like all the previous installers did.

  • I'm Using Windows 8.1 and I have just installed Creative Cloud Desktop but whenever I attempt to log in it then signs me out

    I'm Using Windows 8.1 and I have just installed Creative Cloud Desktop but whenever I attempt to log in it then signs me out
    I have tried logging in and out and reinstalling but still fails to sign me in

    contact adobe support, http://helpx.adobe.com/x-productkb/global/service-ccm.html

  • TS3694 pls help my iphone 4 was on activation "required". i jailbroke it then it worked but some of the applications were crashing down,won't open. i tried a lot of tutorials and then error message 3194 came out. stucked in recovery mode,itunes logo. pls

    pls help my iphone 4 was on activation "required". i jailbroke it then it worked but some of the applications were crashing down,won't open. i tried a lot of tutorials and then error message 3194 came out. stucked in recovery mode,and then i use snowbreeze and then it worked!!!! but another problem came, i turned off my iphone then i switched it on again then it stucked in apple logo,.after doing some thing again 1604, 1600 bla bla bla came out..pls help me fix my iphone.

    no help for jailbroken phones here-it's not allowed. good luck.

  • HT1386 I sync all songs, photos and videos between my computer and iPod classic with no problems, but when I get to sync info I get this message: "iTunes cannot sync Calendar and contacts to iPod. Try logging out of Windows adn then logging back in".

    I sync all songs, photos and videos between my computer and iPod classic with no problems, but when I get to sync info I get this message: "iTunes cannot sync Calendar and contacts to iPod. Try logging out of Windows adn then logging back in".  Could you please help?

    Correct. When you update via iTunes all synced media that is not in your iTunes library will be lost.
    As IO said before:
    You can redownload most iTunes pruchases by:
    Downloading past purchases from the App Store, iBookstore, and iTunes Store
    I do not think it included audio books.

  • OBIEE 11g : query log not found

    Hi,
    I am not able to see the query log in 11g answers manage session throwing error query log not found.
    I am using obiee 11g. 11g admin client is installed in local machine and I upload the rpd through enterprise manager. But I can not able to open the rpd in online mode that's why cannot change the query log level=2 (as in obiee 10g) for seeing the query log in Answers. Usually after making changes in 11g rpd, I upload that in server via enterprise manager console.
    Can anyone please tell me what should be correct option to see the query log and how I can open the rpd in online mode and how I can set the query log level in obiee 11g????
    Please help.
    Thanks
    Titas

    Hi,
    Its known bug and it can be done by below methods,
    Method1:
    If you enabled loglevel for each users wise it may be override with below place also can you confirm both places.
    enabled Tools-->Options-->Repository-->
    System log level by default will be 0 just try to increase to 2 or 3 and save it.
    Method1:
    by each report wise enabling loglevel
    try putting the below syntax in prefix section of advanced tab.
    SET VARIABLE LOGLEVEL=2,DISABLE_CACHE_HIT=1;
    It should generate the log with database sql as well.
    Method 3:
    Create Session variable(LOGLEVEL) with initblock
    in your init block --> datasource place put it like below query
    select 3 from IW_POSITION
    Note:just point any existing physical table from u r RPD.
    Then try to save it and test it.
    Refer screen
    http://bidevata.wordpress.com/2012/03/03/no-log-found-error-in-obiee-11g/
    Thanks
    Deva
    Edited by: Devarasu on Oct 11, 2012 11:44 PM

Maybe you are looking for

  • FBCJ BADI/User Exit or Validation Rule Implementation

    Inspite of my maintaining validation as under, i am not able to achieve what i desire, i.e., System is still posting Cash transactions thru FBCJ t code for amount exceeding INR 50,000 1. Created a validation name 2. Assigned it to Application Area -

  • When will we get better handling of Fuji raw files?

    Why is it that Fuji raw files (I'm using a Fuji X-T1 camera) are treated so badly in Lightroom? I have just tried Irident Developer and just exporting random photo of my son with default settings in Irident got me a vastly better result than I able t

  • Properties Tab in WAD

    Hi Sapmates,      Could any one tell me how to hoe to reset prorties area in WAD. there will be three areas in WAD right, so by mistake i closed properties area hu can i reset the properties area. Point will be rewarded. Regards Sujan

  • Referencing a method from another class

    Hi, I am creating a chat program using RMI and i am experiencing a few difficulties. I would be very grateful if you could help me with the following problem. I'm getting the following error: non-static method Login(java.lang.String,java.lang.String)

  • Norton Firewall logging connections from usr/sbin/nmbd every 6 seconds...  What is this, and how can I stop it?

    This whole situation first started with a complaint from my ISP that it appeared I had a trojan virus...  around 1100-1200 messages per hour were being run through their servers via my account.  I have also Anti-Virus enabled, so I was left scratchin