Async timer slows operation down

Having previously used asynchronous timers to resolve another problem that I had, I'm now looking at an issue that has got me stumped
Here is a code snippet which has had an asynchronous timer applied
int CVICALLBACK ParentEvent (int reserved, int control, int event, void *callbackData, int eventData1, int eventData2)
static int iInfoFlag = 1;
//If Com Timer event has occurred then:
if (event == EVENT_TIMER_TICK)
SetAsyncTimerAttribute(control,ASYNC_ATTR_ENABLED, 0);
//First, has sonde configuration changed?
if (iSondeConfigure_HasChanged() == YES)
//Re-initialise displays etc, if true
InitialiseSondeSystems(iFloatingPanels);
//Get Sonde data
if (ProgStatus.bComTimerEvent == TRUE)
CompactDataControl (hParentPanel, iInfoFlag, &ProgStatus, NULL);
//If Com events are disabled then set Sonde Info flag for next data
//acquisition sequence
if (ProgStatus.iComEnable != ENABLED)
iInfoFlag = 1;
SetAsyncTimerAttribute(ParentTimer,ASYNC_ATTR_ENABLED, 1);
return(0);
This routine was previously handled by a conventional timer but as these sit at the bottom of the pile when it comes to scheduling, as soon as the interface was manipluated it shut up. The timer in each case is set at 0.1 second, and if the bComTimerEvent flag is set to true, which is controlled by another (currently traditional timer) it goes away and grabs data from an external source. Using traditional timers, I can clock this 'grab the data' timer quite happily at 0.25 seconds. However with the code shown, it wont grab data any faster than about 1.5 seconds. I have timed how long it takes to call and return from CompactDataControl. With traditional timers its about 0.2 seconds, with the code as shown, its about 1.45 seconds.
Any thoughts as to what I've missed or messed up.
Regards
Gavin
Solved!
Go to Solution.

All I'm doing is calling Timer() before and after a particular function, and working out how long it takes... I've done this with both normal, and async callbacks and got significant differences. I think due to the nature of what has been done already, this code will need the same treatment as the last project I worked on that required async timers, which was a complete rewrite from the ground up. What is interesting is that that project does make changes to the GUI based on the async timers, without any obvious performance issues, despite of the fact that elements of the GUI are created in the main thread. However this project is doing an awful lot more, which might in someway explain this.
I'd be interested to know if there is any way you can use traditional timers without the problems of timers stopping, when moving or resizing the GUI - the thing I am try to prevent by using async timers
However I think what youre saying about your use of Async timers for number crunching, and standard timers for GUI update is a good idea, and I'm pretty sure would work for me.

Similar Messages

  • "localStorage.setItem" is 1000 times slower than in IE,Opera,Chrome.Is it normal?

    Hi.
    If you try to open this HTML page in Firefox 3.6.8, Firefox is 1000 times slower than IE 8,Opera 10 and Chrome. I cannot believe that localStorage.setItem is so slow in Firefox.
    Is there a solution ?
    Thanks in advance
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml">
    <head>
    <title>Storage test</title>
    </head>
    <body>
    <script type="text/javascript">
    var TestValue = "1234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890";
    for (var i = 0; i < 1000; i++) {
    localStorage.setItem(i, TestValue);
    </script>
    </body>
    </html>

    Hi.
    If you try to open this HTML page in Firefox 3.6.8, Firefox is 1000 times slower than IE 8,Opera 10 and Chrome. I cannot believe that localStorage.setItem is so slow in Firefox.
    Is there a solution ?
    Thanks in advance
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml">
    <head>
    <title>Storage test</title>
    </head>
    <body>
    <script type="text/javascript">
    var TestValue = "1234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890";
    for (var i = 0; i < 1000; i++) {
    localStorage.setItem(i, TestValue);
    </script>
    </body>
    </html>

  • Slow Shut Down Time For Macbook Pro Retina Snow Leapord

    Hello, I was hoping somoene could help me with the following problems.
    I have brand new Macbook Pro Retina, 15inch, 16G RAM, 500G of SSD, running Mountain Lion, and lots of professional recording software. My macbook frequently shuts down after 30 seconds, that wonderful grey wheel spinning in the center of the screen as if it were an old PC.
    I've contacted apple frequently. They check to see that I've repaired disk permission, they reset...the RAM i believe, they ask if i shut down all the programs. Even through doing all of this, usually my macbook takes 30 seconds to shut down. Sometimes it takes only 5, which is how it usually should be. ANd this occurence seems to be inconsistent with the apps I use. Sometimes it takes long to shutdown when i've barely used a thing. Other times it shuts down immediately when i've used a lot of different programs at once. So there's no constant.
    The apple boys suggest reformatting the computer to make sure it isn't a hardware issue. I refuse to accept that after only 3 months of use I already have to reformat everything. It's not the most enjoyable experience because I'd have to reinstal all my audio software despite Time Machine's magic tricks. Any suggestions?
    Here is a link I've found on the matter: http://thecustomizewindows.com/2013/02/fix-mountain-lion-slow-shut-down-time/

    These terminal commands decrease the excecution time of a process that has caused slow shutdown times for many users. This resolved my slow shutdowns. IF you are comfortable using terminal you can give them a shot, but be VERY careful using terminal.
    These terminal commands should also fix the problem then and kill the services after 2 seconds:
    Code: 
    sudo launchctl unload /System/Library/LaunchDaemons/com.apple.coreservices.appleevents.plist  sudo defaults write /System/Library/LaunchDaemons/com.apple.coreservices.appleevents ExitTimeOut -int 2  sudo launchctl load /System/Library/LaunchDaemons/com.apple.coreservices.appleevents.plist

  • I shot a time lapse video by mistake, how can I slow it down to see it

    HHow can Islow down a time lapse video to see it. Shot by mistake

    A time lapse video records frames at a set interval. There is NO other information recorded between those frames.
    You can slow it down and watch each frame for a longer period of time, but you will see no other information than what is originally recorded.
    x

  • SLOW SHUT DOWN TIME FOR MOUNTAIN LION

    I've opened a new discussion because the last one wasn't titled properly. Here's the link to it:
    https://discussions.apple.com/message/22062600#22062600
    Hello, I was hoping somoene could help me with the following problems.
    I have brand new Macbook Pro Retina, 15inch, 16G RAM, 500G of SSD, running Mountain Lion, and lots of professional recording software. My macbook frequently shuts down after 30 seconds, that wonderful grey wheel spinning in the center of the screen as if it were an old PC.
    I've contacted apple frequently. They check to see that I've repaired disk permission, they reset...the RAM i believe, they ask if i shut down all the programs. Even through doing all of this, usually my macbook takes 30 seconds to shut down. Sometimes it takes only 5, which is how it usually should be. ANd this occurence seems to be inconsistent with the apps I use. Sometimes it takes long to shutdown when i've barely used a thing. Other times it shuts down immediately when i've used a lot of different programs at once. So there's no constant.
    The apple boys suggest reformatting the computer to make sure it isn't a hardware issue. I refuse to accept that after only 3 months of use I already have to reformat everything. It's not the most enjoyable experience because I'd have to reinstal all my audio software despite Time Machine's magic tricks. Any suggestions?
    Here is a link I've found on the matter: http://thecustomizewindows.com/2013/02/fix-mountain-lion-slow-shut-down-time/

    well hopefully the people at the genius store can help me out with this. i cant uninstall m-audio firewire because it's my sound card for recording. today upon opening up safari, just three tabs, and it shuts down. good old kernel panic. i'll look into uninstalling snowleopard.
    crash report:
    6/5/13 6:55:23.023 PM ReportCrash[2228]: com.apple.message.domain: com.apple.crashreporter.writereport.crash
    com.apple.message.signature: WebProcess
    com.apple.message.signature2: com.apple.WebProcess ||| 8536 (8536.29.13)
    com.apple.message.signature3: 272B893EDF5FD81EEF4A761011D70B34
    com.apple.message.result: YES
    com.apple.message.summarize: YES
    Process:         WebProcess [2216]
    Path:            /System/Library/StagedFrameworks/Safari/WebKit2.framework/WebProcess.app/Conten ts/MacOS/WebProcess
    Identifier:      com.apple.WebProcess
    Version:         8536 (8536.29.13)
    Build Info:      WebKit2-7536029013000000~2
    Code Type:       X86-64 (Native)
    Parent Process:  ??? [2214]
    User ID:         501
    Date/Time:       2013-06-05 18:55:19.859 +0200
    OS Version:      Mac OS X 10.8.3 (12D78)
    Report Version:  10
    Crashed Thread:  0  Dispatch queue: com.apple.main-thread
    Exception Type:  EXC_BAD_ACCESS (SIGSEGV)
    Exception Codes: KERN_INVALID_ADDRESS at 0x00000001b8e8d340
    VM Regions Near 0x1b8e8d340:
        IOKit                  0000000181768000-0000000185eef000 [ 71.5M] rw-/rw- SM=ALI 
    -->
        CG shared images       00000001c0001000-00000001c0009000 [   32K] rw-/rw- SM=SHM 
    Application Specific Information:
    Bundle controller class:
    BrowserBundleController
    Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
    0   com.apple.JavaScriptCore                0x000000010fd7d9a6 JSC::SlotVisitor::finalizeUnconditionalFinalizers() + 54
    1   com.apple.JavaScriptCore                0x000000010fd25d84 JSC::Heap::collect(JSC::Heap::SweepToggle) + 164
    2   com.apple.JavaScriptCore                0x000000010fd24b8b JSC::DefaultGCActivityCallbackPlatformData::timerDidFire(__CFRunLoopTimer*, void*) + 315
    3   com.apple.CoreFoundation                0x00007fff84725804 __CFRUNLOOP_IS_CALLING_OUT_TO_A_TIMER_CALLBACK_FUNCTION__ + 20
    4   com.apple.CoreFoundation                0x00007fff8472531d __CFRunLoopDoTimer + 557
    5   com.apple.CoreFoundation                0x00007fff8470aad9 __CFRunLoopRun + 1529
    6   com.apple.CoreFoundation                0x00007fff8470a0e2 CFRunLoopRunSpecific + 290
    7   com.apple.HIToolbox                     0x00007fff88888eb4 RunCurrentEventLoopInMode + 209
    8   com.apple.HIToolbox                     0x00007fff88888c52 ReceiveNextEventCommon + 356
    9   com.apple.HIToolbox                     0x00007fff88888ae3 BlockUntilNextEventMatchingListInMode + 62
    10  com.apple.AppKit                        0x00007fff8b7aa563 _DPSNextEvent + 685
    11  com.apple.AppKit                        0x00007fff8b7a9e22 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 128
    12  com.apple.AppKit                        0x00007fff8b7a11d3 -[NSApplication run] + 517
    13  com.apple.WebCore                       0x00000001109c980f WebCore::RunLoop::run() + 63
    14  com.apple.WebKit2                       0x000000010f99c466 WebKit::WebProcessMain(WebKit::CommandLine const&) + 2586
    15  com.apple.WebKit2                       0x000000010f962bfd WebKitMain + 285
    16  com.apple.WebProcess                    0x000000010f85de7b 0x10f85d000 + 3707
    17  libdyld.dylib                           0x00007fff8a4fb7e1 start + 1
    Thread 1:: Dispatch queue: com.apple.libdispatch-manager
    0   libsystem_kernel.dylib                  0x00007fff8eebcd16 kevent + 10
    1   libdispatch.dylib                       0x00007fff8511ddea _dispatch_mgr_invoke + 883
    2   libdispatch.dylib                       0x00007fff8511d9ee _dispatch_mgr_thread + 54
    Thread 2:
    0   libsystem_kernel.dylib                  0x00007fff8eebc6d6 __workq_kernreturn + 10
    1   libsystem_c.dylib                       0x00007fff85ccff4c _pthread_workq_return + 25
    2   libsystem_c.dylib                       0x00007fff85ccfd13 _pthread_wqthread + 412
    3   libsystem_c.dylib                       0x00007fff85cba1d1 start_wqthread + 13
    Thread 3:: com.apple.NSURLConnectionLoader
    0   libsystem_kernel.dylib                  0x00007fff8eeba686 mach_msg_trap + 10
    1   libsystem_kernel.dylib                  0x00007fff8eeb9c42 mach_msg + 70
    2   com.apple.CoreFoundation                0x00007fff84705233 __CFRunLoopServiceMachPort + 195
    3   com.apple.CoreFoundation                0x00007fff8470a916 __CFRunLoopRun + 1078
    4   com.apple.CoreFoundation                0x00007fff8470a0e2 CFRunLoopRunSpecific + 290
    5   com.apple.Foundation                    0x00007fff84903b66 +[NSURLConnection(Loader) _resourceLoadLoop:] + 356
    6   com.apple.Foundation                    0x00007fff84961cd2 __NSThread__main__ + 1345
    7   libsystem_c.dylib                       0x00007fff85ccd7a2 _pthread_start + 327
    8   libsystem_c.dylib                       0x00007fff85cba1e1 thread_start + 13
    Thread 4:: WebCore: Scrolling
    0   libsystem_kernel.dylib                  0x00007fff8eeba686 mach_msg_trap + 10
    1   libsystem_kernel.dylib                  0x00007fff8eeb9c42 mach_msg + 70
    2   com.apple.CoreFoundation                0x00007fff84705233 __CFRunLoopServiceMachPort + 195
    3   com.apple.CoreFoundation                0x00007fff8470a916 __CFRunLoopRun + 1078
    4   com.apple.CoreFoundation                0x00007fff8470a0e2 CFRunLoopRunSpecific + 290
    5   com.apple.CoreFoundation                0x00007fff84718dd1 CFRunLoopRun + 97
    6   com.apple.WebCore                       0x00000001109ded11 WebCore::ScrollingThread::initializeRunLoop() + 273
    7   com.apple.JavaScriptCore                0x000000010fe2f2bf ***::wtfThreadEntryPoint(void*) + 15
    8   libsystem_c.dylib                       0x00007fff85ccd7a2 _pthread_start + 327
    9   libsystem_c.dylib                       0x00007fff85cba1e1 thread_start + 13
    Thread 5:
    0   libsystem_kernel.dylib                  0x00007fff8eebc6d6 __workq_kernreturn + 10
    1   libsystem_c.dylib                       0x00007fff85ccff4c _pthread_workq_return + 25
    2   libsystem_c.dylib                       0x00007fff85ccfd13 _pthread_wqthread + 412
    3   libsystem_c.dylib                       0x00007fff85cba1d1 start_wqthread + 13
    Thread 6:: com.apple.CFSocket.private
    0   libsystem_kernel.dylib                  0x00007fff8eebc322 __select + 10
    1   com.apple.CoreFoundation                0x00007fff84749f46 __CFSocketManager + 1302
    2   libsystem_c.dylib                       0x00007fff85ccd7a2 _pthread_start + 327
    3   libsystem_c.dylib                       0x00007fff85cba1e1 thread_start + 13
    Thread 7:: JavaScriptCore::BlockFree
    0   libsystem_kernel.dylib                  0x00007fff8eebc0fa __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x00007fff85cd1fe9 _pthread_cond_wait + 869
    2   com.apple.JavaScriptCore                0x000000010fbf6ee6 ***::ThreadCondition::timedWait(***::Mutex&, double) + 118
    3   com.apple.JavaScriptCore                0x000000010fe19c5a JSC::BlockAllocator::blockFreeingThreadMain() + 90
    4   com.apple.JavaScriptCore                0x000000010fe2f2bf ***::wtfThreadEntryPoint(void*) + 15
    5   libsystem_c.dylib                       0x00007fff85ccd7a2 _pthread_start + 327
    6   libsystem_c.dylib                       0x00007fff85cba1e1 thread_start + 13
    Thread 8:: JavaScriptCore::Marking
    0   libsystem_kernel.dylib                  0x00007fff8eebc0fa __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x00007fff85cd1fe9 _pthread_cond_wait + 869
    2   com.apple.JavaScriptCore                0x000000010fd7cad4 JSC::SlotVisitor::drainFromShared(JSC::SlotVisitor::SharedDrainMode) + 212
    3   com.apple.JavaScriptCore                0x000000010fd7c9b6 JSC::MarkStackThreadSharedData::markingThreadMain() + 214
    4   com.apple.JavaScriptCore                0x000000010fe2f2bf ***::wtfThreadEntryPoint(void*) + 15
    5   libsystem_c.dylib                       0x00007fff85ccd7a2 _pthread_start + 327
    6   libsystem_c.dylib                       0x00007fff85cba1e1 thread_start + 13
    Thread 9:: JavaScriptCore::Marking
    0   libsystem_kernel.dylib                  0x00007fff8eebc0fa __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x00007fff85cd1fe9 _pthread_cond_wait + 869
    2   com.apple.JavaScriptCore                0x000000010fd7cad4 JSC::SlotVisitor::drainFromShared(JSC::SlotVisitor::SharedDrainMode) + 212
    3   com.apple.JavaScriptCore                0x000000010fd7c9b6 JSC::MarkStackThreadSharedData::markingThreadMain() + 214
    4   com.apple.JavaScriptCore                0x000000010fe2f2bf ***::wtfThreadEntryPoint(void*) + 15
    5   libsystem_c.dylib                       0x00007fff85ccd7a2 _pthread_start + 327
    6   libsystem_c.dylib                       0x00007fff85cba1e1 thread_start + 13
    Thread 10:: JavaScriptCore::Marking
    0   libsystem_kernel.dylib                  0x00007fff8eebc0fa __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x00007fff85cd1fe9 _pthread_cond_wait + 869
    2   com.apple.JavaScriptCore                0x000000010fd7cad4 JSC::SlotVisitor::drainFromShared(JSC::SlotVisitor::SharedDrainMode) + 212
    3   com.apple.JavaScriptCore                0x000000010fd7c9b6 JSC::MarkStackThreadSharedData::markingThreadMain() + 214
    4   com.apple.JavaScriptCore                0x000000010fe2f2bf ***::wtfThreadEntryPoint(void*) + 15
    5   libsystem_c.dylib                       0x00007fff85ccd7a2 _pthread_start + 327
    6   libsystem_c.dylib                       0x00007fff85cba1e1 thread_start + 13
    Thread 11:
    0   libsystem_kernel.dylib                  0x00007fff8eebc6d6 __workq_kernreturn + 10
    1   libsystem_c.dylib                       0x00007fff85ccff4c _pthread_workq_return + 25
    2   libsystem_c.dylib                       0x00007fff85ccfd13 _pthread_wqthread + 412
    3   libsystem_c.dylib                       0x00007fff85cba1d1 start_wqthread + 13
    Thread 12:
    0   libsystem_kernel.dylib                  0x00007fff8eebc6d6 __workq_kernreturn + 10
    1   libsystem_c.dylib                       0x00007fff85ccff4c _pthread_workq_return + 25
    2   libsystem_c.dylib                       0x00007fff85ccfd13 _pthread_wqthread + 412
    3   libsystem_c.dylib                       0x00007fff85cba1d1 start_wqthread + 13
    Thread 13:: WebCore: LocalStorage
    0   libsystem_kernel.dylib                  0x00007fff8eebc0fa __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x00007fff85cd1fe9 _pthread_cond_wait + 869
    2   com.apple.JavaScriptCore                0x000000010fbf6ead ***::ThreadCondition::timedWait(***::Mutex&, double) + 61
    3   com.apple.WebCore                       0x0000000110a04411 ***::PassOwnPtr<WebCore::StorageTask> ***::MessageQueue<WebCore::StorageTask>::waitForMessageFilteredWithTimeout<bool (WebCore::StorageTask*)>(***::MessageQueueWaitResult&, bool (&)(WebCore::StorageTask*), double) + 81
    4   com.apple.WebCore                       0x000000010ff55b3a WebCore::StorageThread::threadEntryPoint() + 154
    5   com.apple.JavaScriptCore                0x000000010fe2f2bf ***::wtfThreadEntryPoint(void*) + 15
    6   libsystem_c.dylib                       0x00007fff85ccd7a2 _pthread_start + 327
    7   libsystem_c.dylib                       0x00007fff85cba1e1 thread_start + 13
    Thread 14:: WebCore: LocalStorage
    0   libsystem_kernel.dylib                  0x00007fff8eebc0fa __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x00007fff85cd1fe9 _pthread_cond_wait + 869
    2   com.apple.JavaScriptCore                0x000000010fbf6ead ***::ThreadCondition::timedWait(***::Mutex&, double) + 61
    3   com.apple.WebCore                       0x0000000110a04411 ***::PassOwnPtr<WebCore::StorageTask> ***::MessageQueue<WebCore::StorageTask>::waitForMessageFilteredWithTimeout<bool (WebCore::StorageTask*)>(***::MessageQueueWaitResult&, bool (&)(WebCore::StorageTask*), double) + 81
    4   com.apple.WebCore                       0x000000010ff55b3a WebCore::StorageThread::threadEntryPoint() + 154
    5   com.apple.JavaScriptCore                0x000000010fe2f2bf ***::wtfThreadEntryPoint(void*) + 15
    6   libsystem_c.dylib                       0x00007fff85ccd7a2 _pthread_start + 327
    7   libsystem_c.dylib                       0x00007fff85cba1e1 thread_start + 13
    Thread 15:
    0   libsystem_kernel.dylib                  0x00007fff8eebc6d6 __workq_kernreturn + 10
    1   libsystem_c.dylib                       0x00007fff85ccff4c _pthread_workq_return + 25
    2   libsystem_c.dylib                       0x00007fff85ccfd13 _pthread_wqthread + 412
    3   libsystem_c.dylib                       0x00007fff85cba1d1 start_wqthread + 13
    Thread 16:
    0   libsystem_kernel.dylib                  0x00007fff8eebc6d6 __workq_kernreturn + 10
    1   libsystem_c.dylib                       0x00007fff85ccff4c _pthread_workq_return + 25
    2   libsystem_c.dylib                       0x00007fff85ccfd13 _pthread_wqthread + 412
    3   libsystem_c.dylib                       0x00007fff85cba1d1 start_wqthread + 13
    Thread 17:
    0   libsystem_kernel.dylib                  0x00007fff8eebc6d6 __workq_kernreturn + 10
    1   libsystem_c.dylib                       0x00007fff85ccff4c _pthread_workq_return + 25
    2   libsystem_c.dylib                       0x00007fff85ccfd13 _pthread_wqthread + 412
    3   libsystem_c.dylib                       0x00007fff85cba1d1 start_wqthread + 13
    Thread 18:
    0   libsystem_kernel.dylib                  0x00007fff8eebc6d6 __workq_kernreturn + 10
    1   libsystem_c.dylib                       0x00007fff85ccff4c _pthread_workq_return + 25
    2   libsystem_c.dylib                       0x00007fff85ccfd13 _pthread_wqthread + 412
    3   libsystem_c.dylib                       0x00007fff85cba1d1 start_wqthread + 13
    Thread 19:
    0   libsystem_kernel.dylib                  0x00007fff8eebc6d6 __workq_kernreturn + 10
    1   libsystem_c.dylib                       0x00007fff85ccff4c _pthread_workq_return + 25
    2   libsystem_c.dylib                       0x00007fff85ccfd13 _pthread_wqthread + 412
    3   libsystem_c.dylib                       0x00007fff85cba1d1 start_wqthread + 13
    Thread 20:: CVDisplayLink
    0   libsystem_kernel.dylib                  0x00007fff8eebc0fa __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x00007fff85cd2023 _pthread_cond_wait + 927
    2   com.apple.CoreVideo                     0x00007fff83c06ea3 CVDisplayLink::waitUntil(unsigned long long) + 271
    3   com.apple.CoreVideo                     0x00007fff83c06201 CVDisplayLink::runIOThread() + 529
    4   com.apple.CoreVideo                     0x00007fff83c05fd7 startIOThread(void*) + 148
    5   libsystem_c.dylib                       0x00007fff85ccd7a2 _pthread_start + 327
    6   libsystem_c.dylib                       0x00007fff85cba1e1 thread_start + 13
    Thread 21:
    0   libsystem_kernel.dylib                  0x00007fff8eebc6d6 __workq_kernreturn + 10
    1   libsystem_c.dylib                       0x00007fff85ccff4c _pthread_workq_return + 25
    2   libsystem_c.dylib                       0x00007fff85ccfd13 _pthread_wqthread + 412
    3   libsystem_c.dylib                       0x00007fff85cba1d1 start_wqthread + 13
    Thread 22:
    0   libsystem_kernel.dylib                  0x00007fff8eebc6d6 __workq_kernreturn + 10
    1   libsystem_c.dylib                       0x00007fff85ccff4c _pthread_workq_return + 25
    2   libsystem_c.dylib                       0x00007fff85ccfd13 _pthread_wqthread + 412
    3   libsystem_c.dylib                       0x00007fff85cba1d1 start_wqthread + 13
    Thread 0 crashed with X86 Thread State (64-bit):
      rax: 0x00000001b8e8d330  rbx: 0x00000001118ede28  rcx: 0x000000017be5d800  rdx: 0x0000000000000000
      rdi: 0x000000016b7c4400  rsi: 0x0000000000000001  rbp: 0x00007fff503a1230  rsp: 0x00007fff503a1220
       r8: 0x0000000176b58800   r9: 0x0000000000000000  r10: 0x000000011183b438  r11: 0x0000000000000006
      r12: 0x00000001118ed000  r13: 0x00000001118ed068  r14: 0x0000000000000001  r15: 0x00000001118ed0a0
      rip: 0x000000010fd7d9a6  rfl: 0x0000000000010206  cr2: 0x00000001b8e8d340
    Logical CPU: 6
    Binary Images:
           0x10f85d000 -        0x10f85dfff  com.apple.WebProcess (8536 - 8536.29.13) <7BF7FDCB-1C85-39A4-AD5F-E0ECA09F944A> /System/Library/StagedFrameworks/Safari/WebKit2.framework/WebProcess.app/Conten ts/MacOS/WebProcess
           0x10f866000 -        0x10f866fff  WebProcessShim.dylib (7536.29.13) <71FADD19-CC76-385F-9641-F57E1D163F92> /System/Library/StagedFrameworks/Safari/WebKit2.framework/WebProcess.app/Conten ts/MacOS/WebProcessShim.dylib
           0x10f898000 -        0x10fa84fff  com.apple.WebKit2 (8536 - 8536.29.13) <79F556BC-7179-3B80-A219-0A893EABDB7E> /System/Library/StagedFrameworks/Safari/WebKit2.framework/WebKit2
           0x10fbf0000 -        0x10fe8bfff  com.apple.JavaScriptCore (8536 - 8536.29.3) <FB8318B8-26EF-39B7-8EBD-353DDC4CB74F> /System/Library/StagedFrameworks/Safari/JavaScriptCore.framework/JavaScriptCore
           0x10ff37000 -        0x110ef4fff  com.apple.WebCore (8536 - 8536.29.5) <B749E324-512F-3307-9126-B115884577EC> /System/Library/StagedFrameworks/Safari/WebCore.framework/WebCore
           0x152f1c000 -        0x152f32fff  com.apple.WebInspector (8536 - 8536.29.3) <4B1D04CA-7B08-3BD7-BF71-1CC2297B93BB> /System/Library/StagedFrameworks/Safari/WebInspector.framework/WebInspector
           0x1541c2000 -        0x1546c9fff  com.apple.Safari.framework (8536 - 8536.29.13) <8AB54860-C5A0-3FC2-A486-DDD3151B0555> /System/Library/StagedFrameworks/Safari/Safari.framework/Safari
           0x154a29000 -        0x154bb4fff  com.apple.WebKit (8536 - 8536.29.13) <B8F07D35-3EE4-32AC-A455-CF9E7714180C> /System/Library/StagedFrameworks/Safari/WebKit.framework/WebKit
           0x156870000 -        0x156addff7  com.apple.RawCamera.bundle (4.06 - 694) <80FC94C3-73C1-31AD-B3D2-C57C581EEF22> /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera
           0x157562000 -        0x157563ff7  ATSHI.dylib (341.1) <3328D0EC-BD75-3041-A458-05FFE934C019> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/ATSHI.dylib
           0x158082000 -        0x158240fff  GLEngine (8.7.25) <8398B57C-EE2D-3006-940C-CECE8E719D3B> /System/Library/Frameworks/OpenGL.framework/Resources/GLEngine.bundle/GLEngine
           0x158277000 -        0x1583e7fff  libGLProgrammability.dylib (8.7.25) <EE2DD8AF-C6C3-303D-976E-87B4AABF8371> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgramma bility.dylib
           0x15841f000 -        0x15842cfff  libGPUSupport.dylib (8.7.25) <F884DCD6-8234-3D23-BEC6-4EC4CE5101EF> /System/Library/PrivateFrameworks/GPUSupport.framework/Versions/A/Libraries/lib GPUSupport.dylib
           0x158433000 -        0x1588bbfff  com.apple.driver.AppleIntelHD4000GraphicsGLDriver (8.10.44 - 8.1.0) <6C433F44-4BDD-357F-8D15-3573B8363C10> /System/Library/Extensions/AppleIntelHD4000GraphicsGLDriver.bundle/Contents/Mac OS/AppleIntelHD4000GraphicsGLDriver
           0x158a2f000 -        0x158a33fff  com.apple.IOAccelerator (30.14 - 30.14) <9AE086BC-46F6-38A3-9456-0841D7BD48E4> /System/Library/PrivateFrameworks/IOAccelerator.framework/Versions/A/IOAccelera tor
           0x158a3a000 -        0x158a46fff  libGPUSupportMercury.dylib (8.7.25) <1207928C-DFD1-315B-BAD6-BCDBEB03FC0D> /System/Library/PrivateFrameworks/GPUSupport.framework/Versions/A/Libraries/lib GPUSupportMercury.dylib
           0x158e50000 -        0x158e7bfff  GLRendererFloat (8.7.25) <BB54593F-07F0-392A-8993-CA844F4A20E8> /System/Library/Frameworks/OpenGL.framework/Resources/GLRendererFloat.bundle/GL RendererFloat
           0x158e84000 -        0x158e8dfe7  libcldcpuengine.dylib (2.2.16) <DB9678F6-7D50-384A-A961-6109B61D1607> /System/Library/Frameworks/OpenCL.framework/Versions/A/Libraries/libcldcpuengin e.dylib
           0x159685000 -        0x15969bff7  com.apple.webcontentfilter.framework (3.1 - 5) <E18D99F4-A52C-30C8-9D70-D0E34DB9D68C> /System/Library/PrivateFrameworks/WebContentAnalysis.framework/WebContentAnalys is
           0x200000000 -        0x20092dff7  com.apple.GeForceGLDriver (8.10.44 - 8.1.0) <3851C869-C1CF-3EFE-A08C-025318833871> /System/Library/Extensions/GeForceGLDriver.bundle/Contents/MacOS/GeForceGLDrive r
        0x7fff6f45d000 -     0x7fff6f49193f  dyld (210.2.3) <A40597AA-5529-3337-8C09-D8A014EB1578> /usr/lib/dyld
        0x7fff820af000 -     0x7fff821c8fff  com.apple.ImageIO.framework (3.2.0 - 849) <C52AED41-A7C2-300B-91FA-5AF73718D243> /System/Library/Frameworks/ImageIO.framework/Versions/A/ImageIO
        0x7fff821c9000 -     0x7fff821ddfff  com.apple.speech.synthesis.framework (4.1.12 - 4.1.12) <94EDF2AB-809C-3D15-BED5-7AD45B2A7C16> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ SpeechSynthesis.framework/Versions/A/SpeechSynthesis
        0x7fff822d0000 -     0x7fff82338fff  libvDSP.dylib (380.6) <CD4C5EEB-9E63-30C4-8103-7A5EAEA0BE60> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvDSP.dylib
        0x7fff82339000 -     0x7fff8243bfff  libcrypto.0.9.8.dylib (47) <74F165AD-4572-3B26-B0E2-A97477FE59D0> /usr/lib/libcrypto.0.9.8.dylib
        0x7fff82493000 -     0x7fff824b2ff7  libresolv.9.dylib (51) <0882DC2D-A892-31FF-AD8C-0BB518C48B23> /usr/lib/libresolv.9.dylib
        0x7fff824b3000 -     0x7fff82509fff  com.apple.HIServices (1.20 - 417) <A1129272-FEC8-350B-BA26-5A97F23C413D> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ HIServices.framework/Versions/A/HIServices
        0x7fff82896000 -     0x7fff828abfff  com.apple.ImageCapture (8.0 - 8.0) <17A45CE6-7DA3-36A5-B7EF-72BC136981AE> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture. framework/Versions/A/ImageCapture
        0x7fff828ac000 -     0x7fff82903ff7  com.apple.AppleVAFramework (5.0.19 - 5.0.19) <541A7DBE-F8E4-3023-A3C0-8D5A2A550CFB> /System/Library/PrivateFrameworks/AppleVA.framework/Versions/A/AppleVA
        0x7fff82904000 -     0x7fff8291afff  com.apple.Accounts (211.2 - 211.2) <F62749B0-AEA6-3673-8FD7-550E21622893> /System/Library/Frameworks/Accounts.framework/Versions/A/Accounts
        0x7fff8299e000 -     0x7fff829a4fff  com.apple.DiskArbitration (2.5.2 - 2.5.2) <C713A35A-360E-36CE-AC0A-25C86A3F50CA> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
        0x7fff829ac000 -     0x7fff829f4fff  libcurl.4.dylib (69.2) <EBDBF42D-E4A6-3D05-A76B-2817D79D59E2> /usr/lib/libcurl.4.dylib
        0x7fff829f5000 -     0x7fff82a8ffff  libvMisc.dylib (380.6) <714336EA-1C0E-3735-B31C-19DFDAAF6221> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvMisc.dylib
        0x7fff82a90000 -     0x7fff82ad4fff  libcups.2.dylib (327.3) <71E771A1-0489-3417-8A4A-56A2C930F80C> /usr/lib/libcups.2.dylib
        0x7fff82ad5000 -     0x7fff82ae4ff7  libxar.1.dylib (105) <370ED355-E516-311E-BAFD-D80633A84BE1> /usr/lib/libxar.1.dylib
        0x7fff82ae5000 -     0x7fff82b1bfff  com.apple.DebugSymbols (98 - 98) <14E788B1-4EB2-3FD7-934B-849534DFC198> /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbol s
        0x7fff82b1c000 -     0x7fff82c6dfff  com.apple.audio.toolbox.AudioToolbox (1.8 - 1.8) <C680EE1A-B4ED-3E77-A08C-DC47922ACA33> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
        0x7fff82c6e000 -     0x7fff82c6fff7  libremovefile.dylib (23.2) <6763BC8E-18B8-3AD9-8FFA-B43713A7264F> /usr/lib/system/libremovefile.dylib
        0x7fff82caf000 -     0x7fff82f72ff7  com.apple.AddressBook.framework (7.1 - 1169) <5FFF3765-414A-3633-ADE5-337CD4B9A102> /System/Library/Frameworks/AddressBook.framework/Versions/A/AddressBook
        0x7fff82fae000 -     0x7fff82fe0fff  com.apple.framework.Admin (12.0 - 12.0) <21E02DE3-B255-3A55-8F55-7FC9EE864C06> /System/Library/PrivateFrameworks/Admin.framework/Versions/A/Admin
        0x7fff82fe1000 -     0x7fff8317cfef  com.apple.vImage (6.0 - 6.0) <FAE13169-295A-33A5-8E6B-7C2CC1407FA7> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.fr amework/Versions/A/vImage
        0x7fff8317d000 -     0x7fff8317ffff  libquarantine.dylib (52) <4BE2E642-A14F-340A-B482-5BD2AEFD9C24> /usr/lib/system/libquarantine.dylib
        0x7fff83180000 -     0x7fff83231fff  com.apple.LaunchServices (539.7 - 539.7) <DA7C602E-5E01-31B8-925D-B45360CA089F> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchS ervices.framework/Versions/A/LaunchServices
        0x7fff83232000 -     0x7fff8326efff  com.apple.GeoServices (1.0 - 1) <DB382348-EBFA-3AD5-888B-7F4640F41834> /System/Library/PrivateFrameworks/GeoServices.framework/Versions/A/GeoServices
        0x7fff8326f000 -     0x7fff832c0ff7  com.apple.SystemConfiguration (1.12.2 - 1.12.2) <A4341BBD-A330-3A57-8891-E9C1A286A72D> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfi guration
        0x7fff832c1000 -     0x7fff832c3ff7  libunc.dylib (25) <92805328-CD36-34FF-9436-571AB0485072> /usr/lib/system/libunc.dylib
        0x7fff832c4000 -     0x7fff8339efff  com.apple.backup.framework (1.4.2 - 1.4.2) <0B557393-CD2A-3076-BED2-F28D02E1EC1D> /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup
        0x7fff8339f000 -     0x7fff83420fff  com.apple.Metadata (10.7.0 - 707.5) <4140B1F6-7D73-33C7-B3F2-4DB349C31AE9> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadat a.framework/Versions/A/Metadata
        0x7fff83421000 -     0x7fff8344dff7  libRIP.A.dylib (331.0.4) <4B261CE2-524E-3FA9-9437-B70DAC1EAB95> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
        0x7fff8344e000 -     0x7fff8344efff  com.apple.ApplicationServices (45 - 45) <A3ABF20B-ED3A-32B5-830E-B37831A45A80> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Application Services
        0x7fff8344f000 -     0x7fff8348cfef  libGLImage.dylib (8.7.25) <139A9892-A6F2-3F49-87FB-E7AC3F56E003> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dyl ib
        0x7fff8348d000 -     0x7fff8351cfff  libCoreStorage.dylib (296.16) <E5BF76A1-2B3E-3FD8-ABF4-F8D18829BF0A> /usr/lib/libCoreStorage.dylib
        0x7fff8351d000 -     0x7fff83529ff7  com.apple.DirectoryService.Framework (10.8 - 151.10) <DA05EF06-8EBD-3759-B5D3-E6FC86C5D850> /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryServi ce
        0x7fff8352a000 -     0x7fff8355efff  com.apple.securityinterface (6.0 - 55024.4) <614C9B8E-2056-3A41-9A01-DAF74C97CC43> /System/Library/Frameworks/SecurityInterface.framework/Versions/A/SecurityInter face
        0x7fff8355f000 -     0x7fff83631ff7  com.apple.CoreText (260.0 - 275.16) <5BFC1D67-6A6F-38BC-9D90-9C712684EDAC> /System/Library/Frameworks/CoreText.framework/Versions/A/CoreText
        0x7fff83632000 -     0x7fff836cfff7  com.apple.PDFKit (2.7.3 - 2.7.3) <5AE5FD4E-658F-38BC-90DD-C2B28E17ED34> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/PDFKit.framew ork/Versions/A/PDFKit
        0x7fff836d0000 -     0x7fff836d0fff  com.apple.AOSMigrate (1.0 - 1) <585B1483-490E-32DD-97DC-B9279E9D3490> /System/Library/PrivateFrameworks/AOSMigrate.framework/Versions/A/AOSMigrate
        0x7fff836d1000 -     0x7fff836ddfff  libCSync.A.dylib (331.0.4) <C7043BB7-284D-3B9F-A5CB-78ADE691B2D4> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib
        0x7fff836de000 -     0x7fff8376bff7  com.apple.SearchKit (1.4.0 - 1.4.0) <C7F43889-F8BF-3CB9-AD66-11AEFCBCEDE7> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchK it.framework/Versions/A/SearchKit
        0x7fff8376c000 -     0x7fff8376eff7  com.apple.print.framework.Print (8.0 - 258) <34666CC2-B86D-3313-B3B6-A9977AD593DA> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framewo rk/Versions/A/Print
        0x7fff8376f000 -     0x7fff8376ffff  com.apple.quartzframework (1.5 - 1.5) <6403C982-0D45-37EE-A0F0-0EF8BCFEF440> /System/Library/Frameworks/Quartz.framework/Versions/A/Quartz
        0x7fff839ab000 -     0x7fff83a70ff7  com.apple.coreui (2.0 - 181.1) <83D2C92D-6842-3C9D-9289-39D5B4554C3A> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
        0x7fff83a71000 -     0x7fff83aefff7  com.apple.securityfoundation (6.0 - 55115.4) <C5461971-E455-31A6-99B8-AF80C4BC26DD> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoun dation
        0x7fff83af0000 -     0x7fff83beefff  com.apple.QuickLookUIFramework (4.0 - 555.5) <EE02B332-20F3-3226-A022-D71B808E1CC4> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuickLookUI.f ramework/Versions/A/QuickLookUI
        0x7fff83bef000 -     0x7fff83bfefff  com.apple.opengl (1.8.7 - 1.8.7) <26F7FF79-6BB2-3968-B70D-71D4E07C9551> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
        0x7fff83c04000 -     0x7fff83c2eff7  com.apple.CoreVideo (1.8 - 99.4) <E5082966-6D81-3973-A05A-38AA5B85F886> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
        0x7fff83c2f000 -     0x7fff83c30ff7  libdnsinfo.dylib (453.19) <14202FFB-C3CA-3FCC-94B0-14611BF8692D> /usr/lib/system/libdnsinfo.dylib
        0x7fff83c31000 -     0x7fff83c32ff7  libsystem_sandbox.dylib (220.2) <6838A6FD-8626-3356-BB4F-BB4787216207> /usr/lib/system/libsystem_sandbox.dylib
        0x7fff83c33000 -     0x7fff83c53fff  libPng.dylib (849) <F4C23A55-F17B-3E4F-9E80-BC97F778BA49> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib
        0x7fff83c54000 -     0x7fff83d27ff7  com.apple.DiscRecording (7.0 - 7000.2.4) <49FD2D2F-4F2C-39B6-877B-6E3172577D18> /System/Library/Frameworks/DiscRecording.framework/Versions/A/DiscRecording
        0x7fff83db2000 -     0x7fff83db2fff  com.apple.Carbon (154 - 155) <372716D2-6FA1-3611-8501-3DD1D4A6E8C8> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
        0x7fff83db3000 -     0x7fff84057ff7  com.apple.CoreImage (8.2.4 - 1.0.1) <4A6B017F-B9F7-36DA-943D-A95611F147EA> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/CoreImage .framework/Versions/A/CoreImage
        0x7fff84058000 -     0x7fff841cdfff  com.apple.CFNetwork (596.3.3 - 596.3.3) <3739DC8D-8610-3740-80EC-43E130779CB8> /System/Library/Frameworks/CFNetwork.framework/Versions/A/CFNetwork
        0x7fff841ce000 -     0x7fff8420dff7  com.apple.QD (3.42 - 285) <8DF36FCA-C06B-30F4-A631-7BE2FF7E56D1> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ QD.framework/Versions/A/QD
        0x7fff84214000 -     0x7fff84214fff  com.apple.Accelerate (1.8 - Accelerate 1.8) <6AD48543-0864-3D40-80CE-01F184F24B45> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
        0x7fff84215000 -     0x7fff84241fff  com.apple.quartzfilters (1.8.0 - 1.7.0) <B8DE45D7-1827-3379-A478-1A574A1D11D9> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzFilters .framework/Versions/A/QuartzFilters
        0x7fff84242000 -     0x7fff8433ffff  libsqlite3.dylib (138.1) <ADE9CB98-D77D-300C-A32A-556B7440769F> /usr/lib/libsqlite3.dylib
        0x7fff843e3000 -     0x7fff84481ff7  com.apple.ink.framework (10.8.2 - 150) <84B9825C-3822-375F-BE58-A753444FBDE2> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework /Versions/A/Ink
        0x7fff8451a000 -     0x7fff8459cff7  com.apple.Heimdal (3.0 - 2.0) <C94B0C6C-1320-35A1-8143-FE252E7B2A08> /System/Library/PrivateFrameworks/Heimdal.framework/Versions/A/Heimdal
        0x7fff8459d000 -     0x7fff8459eff7  libSystem.B.dylib (169.3) <365477AB-D641-389D-B8F4-A1FAE9657EEE> /usr/lib/libSystem.B.dylib
        0x7fff8459f000 -     0x7fff845d0ff7  com.apple.DictionaryServices (1.2 - 184.4) <054F2D6F-9CFF-3EF1-9778-25C551B616C1> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Diction aryServices.framework/Versions/A/DictionaryServices
        0x7fff845e2000 -     0x7fff8461cfff  com.apple.framework.internetaccounts (2.1 - 210) <546769AA-C561-3C17-8E8E-4E65A700E2F1> /System/Library/PrivateFrameworks/InternetAccounts.framework/Versions/A/Interne tAccounts
        0x7fff8461d000 -     0x7fff84624fff  com.apple.phonenumbers (1.1 - 47) <E6A01FEF-9C6D-3C18-B378-63F4134756E6> /System/Library/PrivateFrameworks/PhoneNumbers.framework/Versions/A/PhoneNumber s
        0x7fff846c9000 -     0x7fff846d4fff  com.apple.CommonAuth (3.0 - 2.0) <7A953C1F-8B18-3E46-9BEA-26D9B5B7745D> /System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAuth
        0x7fff846d5000 -     0x7fff848bfff7  com.apple.CoreFoundation (6.8 - 744.18) <A60C3C9B-3764-3291-844C-C487ACF77C2C> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
        0x7fff848cc000 -     0x7fff84c29ff7  com.apple.Foundation (6.8 - 945.16) <89BD68FD-72C8-35C1-94C6-3A07F097C50D> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
        0x7fff84c45000 -     0x7fff84c7fff7  com.apple.GSS (3.0 - 2.0) <970CAE00-1437-3F4E-B677-0FDB3714C08C> /System/Library/Frameworks/GSS.framework/Versions/A/GSS
        0x7fff84ce8000 -     0x7fff84cebff7  com.apple.LoginUICore (2.0 - 2.0) <C1911200-E442-3B99-AB91-C135703D55DF> /System/Library/PrivateFrameworks/LoginUIKit.framework/Versions/A/Frameworks/Lo ginUICore.framework/Versions/A/LoginUICore
        0x7fff84cec000 -     0x7fff84cf0ff7  com.apple.CommonPanels (1.2.5 - 94) <AAC003DE-2D6E-38B7-B66B-1F3DA91E7245> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels. framework/Versions/A/CommonPanels
        0x7fff84cf1000 -     0x7fff84cfffff  libcommonCrypto.dylib (60027) <BAAFE0C9-BB86-3CA7-88C0-E3CBA98DA06F> /usr/lib/system/libcommonCrypto.dylib
        0x7fff84d00000 -     0x7fff84d57ff7  com.apple.ScalableUserInterface (1.0 - 1) <F1D43DFB-1796-361B-AD4B-39F1EED3BE19> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/ScalableU serInterface.framework/Versions/A/ScalableUserInterface
        0x7fff84d5d000 -     0x7fff84d94ff7  libssl.0.9.8.dylib (47) <923945E6-C489-3406-903B-A362410753F8> /usr/lib/libssl.0.9.8.dylib
        0x7fff84d95000 -     0x7fff84db6ff7  libCRFSuite.dylib (33) <736ABE58-8DED-3289-A042-C25AF7AE5B23> /usr/lib/libCRFSuite.dylib
        0x7fff84db7000 -     0x7fff84dd4ff7  com.apple.openscripting (1.3.6 - 148.3) <C008F56A-1E01-3D4C-A9AF-97799D0FAE69> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting .framework/Versions/A/OpenScripting
        0x7fff84dd5000 -     0x7fff84e55ff7  com.apple.ApplicationServices.ATS (332 - 341.1) <BD83B039-AB25-3E3E-9975-A67DAE66988B> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/ATS
        0x7fff84e93000 -     0x7fff84ebbfff  libJPEG.dylib (849) <5C9052F6-D0B3-39CC-8302-468B43D694D5> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib
        0x7fff84f04000 -     0x7fff84f3ffff  com.apple.LDAPFramework (2.4.28 - 194.5) <67FBDB29-3B9F-309A-BA7C-AA5921D9A4FB> /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP
        0x7fff84f40000 -     0x7fff850eefff  com.apple.QuartzCore (1.8 - 304.2) <234EABE1-067C-3DAE-BEAC-674526E232C2> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
        0x7fff850ef000 -     0x7fff85118fff  libsandbox.1.dylib (220.2) <3FC9A111-B76D-3F98-90A4-44CFB0D433B4> /usr/lib/libsandbox.1.dylib
        0x7fff85119000 -     0x7fff8512eff7  libdispatch.dylib (228.23) <D26996BF-FC57-39EB-8829-F63585561E09> /usr/lib/system/libdispatch.dylib
        0x7fff8512f000 -     0x7fff8512ffff  com.apple.CoreServices (57 - 57) <9DD44CB0-C644-35C3-8F57-0B41B3EC147D> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
        0x7fff85130000 -     0x7fff8518cff7  com.apple.Symbolication (1.3 - 93) <F2C7E0B6-B241-3020-B30A-0636D0FA3378> /System/Library/PrivateFrameworks/Symbolication.framework/Versions/A/Symbolicat ion
        0x7fff85191000 -     0x7fff851abfff  com.apple.CoreMediaAuthoring (2.1 - 914) <CFA664F9-D5A7-3281-A12F-3ED8A98FD8C1> /System/Library/PrivateFrameworks/CoreMediaAuthoring.framework/Versions/A/CoreM ediaAuthoring
        0x7fff851ac000 -     0x7fff851b0ff7  com.apple.TCC (1.0 - 1) <F2F3B753-FC73-3543-8BBE-859FDBB4D6A6> /System/Library/PrivateFrameworks/TCC.framework/Versions/A/TCC
        0x7fff851b2000 -     0x7fff851bdff7  com.apple.DisplayServicesFW (2.7.2 - 357) <EC87A00D-FE9C-3CFE-A98C-063C3D23085A> /System/Library/PrivateFrameworks/DisplayServices.framework/Versions/A/DisplayS ervices
        0x7fff851be000 -     0x7fff851d1ff7  libbsm.0.dylib (32) <F497D3CE-40D9-3551-84B4-3D5E39600737> /usr/lib/libbsm.0.dylib
        0x7fff8521f000 -     0x7fff85254ff7  libTrueTypeScaler.dylib (84.6) <635BEEBD-7969-3083-8B1A-D49E9DA81517> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libTrueTypeScaler.dylib
        0x7fff85255000 -     0x7fff8527cfff  com.apple.framework.familycontrols (4.1 - 410) <50F5A52C-8FB6-300A-977D-5CFDE4D5796B> /System/Library/PrivateFrameworks/FamilyControls.framework/Versions/A/FamilyCon trols
        0x7fff8527d000 -     0x7fff85294fff  libGL.dylib (8.7.25) <15F5CB64-847B-3D3D-9663-E0523F15F513> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
        0x7fff85295000 -     0x7fff85295fff  libOpenScriptingUtil.dylib (148.3) <F8681222-0969-3B10-8BCE-C55A4B9C520C> /usr/lib/libOpenScriptingUtil.dylib
        0x7fff85296000 -     0x7fff85327fff  com.apple.CorePDF (2.0 - 2) <EB5660B1-0D79-34F3-B242-B559AE0A5B4A> /System/Library/PrivateFrameworks/CorePDF.framework/Versions/A/CorePDF
        0x7fff85398000 -     0x7fff8539cfff  com.apple.IOSurface (86.0.4 - 86.0.4) <26F01CD4-B76B-37A3-989D-66E8140542B3> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
        0x7fff8539d000 -     0x7fff8539efff  libquit.dylib (130) <FD30E6D6-B4F9-3E14-8376-7036271100D1> /usr/lib/libquit.dylib
        0x7fff8539f000 -     0x7fff85510ff7  com.apple.QTKit (7.7.1 - 2599.24) <A2153722-268B-3293-B9E3-CB59273CDE41> /System/Library/Frameworks/QTKit.framework/Versions/A/QTKit
        0x7fff85511000 -     0x7fff85cb8fff  com.apple.CoreAUC (6.16.13 - 6.16.13) <8CBFBC9C-0773-3DEB-AF99-989008CB2B36> /System/Library/PrivateFrameworks/CoreAUC.framework/Versions/A/CoreAUC
        0x7fff85cb9000 -     0x7fff85d85ff7  libsystem_c.dylib (825.26) <4C9EB006-FE1F-3F8F-8074-DFD94CF2CE7B> /usr/lib/system/libsystem_c.dylib
        0x7fff85d86000 -     0x7fff8656bfff  libclh.dylib (4.0.3 - 4.0.3) <4562B69C-9097-352B-A179-6E7017618562> /System/Library/Extensions/GeForceGLDriver.bundle/Contents/MacOS/libclh.dylib
        0x7fff8656c000 -     0x7fff86629ff7  com.apple.ColorSync (4.8.0 - 4.8.0) <6CE333AE-EDDB-3768-9598-9DB38041DC55> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ColorSync.framework/Versions/A/ColorSync
        0x7fff86634000 -     0x7fff86636fff  com.apple.TrustEvaluationAgent (2.0 - 23) <A97D348B-32BF-3E52-8DF2-59BFAD21E1A3> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/Tru stEvaluationAgent
        0x7fff86637000 -     0x7fff8666ffff  libtidy.A.dylib (15.10) <9009156B-84F5-3781-BFCB-B409B538CD18> /usr/lib/libtidy.A.dylib
        0x7fff8762e000 -     0x7fff87889ff7  com.apple.QuartzComposer (5.1 - 284) <D9CDC9ED-9F03-30F0-80DF-BA189A054AC9> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzCompose r.framework/Versions/A/QuartzComposer
        0x7fff8788a000 -     0x7fff878e6fff  com.apple.QuickLookFramework (4.0 - 555.5) <8B9EAC35-98F3-3BF0-8B15-3A5FE39F150A> /System/Library/Frameworks/QuickLook.framework/Versions/A/QuickLook
        0x7fff878e7000 -     0x7fff87906ff7  com.apple.ChunkingLibrary (2.0 - 133.3) <8BEC9AFB-DCAA-37E8-A5AB-24422B234ECF> /System/Library/PrivateFrameworks/ChunkingLibrary.framework/Versions/A/Chunking Library
        0x7fff87907000 -     0x7fff87912fff  libsystem_notify.dylib (98.5) <C49275CC-835A-3207-AFBA-8C01374927B6> /usr/lib/system/libsystem_notify.dylib
        0x7fff87913000 -     0x7fff87925ff7  libz.1.dylib (43) <2A1551E8-A272-3DE5-B692-955974FE1416> /usr/lib/libz.1.dylib
        0x7fff87b42000 -     0x7fff87c5cfff  com.apple.coreavchd (5.6.0 - 5600.4.16) <0CF2ABE5-B088-3B5D-9C04-47AE708ADAE3> /System/Library/PrivateFrameworks/CoreAVCHD.framework/Versions/A/CoreAVCHD
        0x7fff883c7000 -     0x7fff883f5ff7  libsystem_m.dylib (3022.6) <B434BE5C-25AB-3EBD-BAA7-5304B34E3441> /usr/lib/system/libsystem_m.dylib
        0x7fff883f6000 -     0x7fff88466fff  com.apple.ISSupport (1.9.8 - 56) <23ED7650-2705-355A-9F11-409A9981AC53> /System/Library/PrivateFrameworks/ISSupport.framework/Versions/A/ISSupport
        0x7fff88467000 -     0x7fff88502fff  com.apple.CoreSymbolication (3.0 - 117) <C304FDB8-2FF7-34BC-858A-2B96C2B039D5> /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSy mbolication
        0x7fff88503000 -     0x7fff88506fff  libRadiance.dylib (849) <F7D9A0FD-1195-34CB-BFE5-79DAF3F40AC3> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.d ylib
        0x7fff88507000 -     0x7fff8850efff  com.apple.NetFS (5.0 - 4.0) <82E24B9A-7742-3DA3-9E99-ED267D98C05E> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
        0x7fff8850f000 -     0x7fff8855afff  com.apple.framework.CoreWLAN (3.0.2 - 302.12) <896D75EB-069B-3674-936E-27A81568BECB> /System/Library/Frameworks/CoreWLAN.framework/Versions/A/CoreWLAN
        0x7fff8855b000 -     0x7fff8855ffff  libMatch.1.dylib (17) <E10E50F3-25F8-3B9B-AA11-923E40F5FFDD> /usr/lib/libMatch.1.dylib
        0x7fff88560000 -     0x7fff88568fff  liblaunch.dylib (442.26.2) <2F71CAF8-6524-329E-AC56-C506658B4C0C> /usr/lib/system/liblaunch.dylib
        0x7fff88569000 -     0x7fff88572ff7  com.apple.CommerceCore (1.0 - 26.1) <40A129A8-4E5D-3C7A-B299-8CB203C4C65D> /System/Library/PrivateFrameworks/CommerceKit.framework/Versions/A/Frameworks/C ommerceCore.framework/Versions/A/CommerceCore
        0x7fff88573000 -     0x7fff88595ff7  libxpc.dylib (140.42) <BBE558BD-5E55-35E4-89ED-1AA6B056D05A> /usr/lib/system/libxpc.dylib
        0x7fff88596000 -     0x7fff885a3fff  com.apple.AppleFSCompression (49 - 1.0) <5508344A-2A7E-3122-9562-6F363910A80E> /System/Library/PrivateFrameworks/AppleFSCompression.framework/Versions/A/Apple FSCompression
        0x7fff885a4000 -     0x7fff885a4fff  com.apple.Cocoa (6.7 - 19) <1F77945C-F37A-3171-B22E-F7AB0FCBB4D4> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
        0x7fff885fc000 -     0x7fff88658fff  com.apple.corelocation (1239.40 - 1239.40) <2F743CD8-A9F5-3375-A3B0-BB0D756FC239> /System/Library/Frameworks/CoreLocation.framework/Versions/A/CoreLocation
        0x7fff88659000 -     0x7fff886b2fff  com.apple.ImageCaptureCore (5.0.2 - 5.0.2) <D6A71984-8FA2-3964-87C6-1936460FDF8C> /System/Library/Frameworks/ImageCaptureCore.framework/Versions/A/ImageCaptureCo re
        0x7fff886b3000 -     0x7fff886fefff  com.apple.CoreMedia (1.0 - 926.87) <F51205F8-A102-359C-A9A3-22A48524C081> /System/Library/Frameworks/CoreMedia.framework/Versions/A/CoreMedia
        0x7fff886ff000 -     0x7fff88702fff  libutil.dylib (30) <EF3340B2-9A53-3D5E-B9B4-BDB5EEECC178> /usr/lib/libutil.dylib
        0x7fff88754000 -     0x7fff8875eff7  com.apple.xpcobjects (103 - 103) <9496FA67-F53E-37B8-845A-462B924AA5BE> /System/Library/PrivateFrameworks/XPCObjects.framework/Versions/A/XPCObjects
        0x7fff887ba000 -     0x7fff88828fff  com.apple.framework.IOKit (2.0.1 - 755.22.5) <1547DA6F-9793-30A2-8E92-7368DE84D46C> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
        0x7fff88829000 -     0x7fff88b59fff  com.apple.HIToolbox (2.0 - 626.1) <656D08C2-9068-3532-ABDD-32EC5057CCB2> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.fra mework/Versions/A/HIToolbox
        0x7fff88b5a000 -     0x7fff88b5ffff  com.apple.OpenDirectory (10.8 - 151.10) <CF44120B-9B01-32DD-852E-C9C0E1243FC0> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
        0x7fff88b60000 -     0x7fff88b60fff  com.apple.Accelerate.vecLib (3.8 - vecLib 3.8) <B5A18EE8-DF81-38DD-ACAF-7076B2A26225> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/vecLib
        0x7fff88b61000 -     0x7fff88b69ff7  libsystem_dnssd.dylib (379.37) <616FC901-151E-38BF-B2C4-24A351C5FAAD> /usr/lib/system/libsystem_dnssd.dylib
        0x7fff88b6a000 -     0x7fff88deaff7  com.apple.AOSKit (1.05 - 152.2) <43361229-45F3-3946-A11A-CC0FF2129F06> /System/Library/PrivateFrameworks/AOSKit.framework/Versions/A/AOSKit
        0x7fff88deb000 -     0x7fff88ee8ff7  libxml2.2.dylib (22.3) <47B09CB2-C636-3024-8B55-6040F7829B4C> /usr/lib/libxml2.2.dylib
        0x7fff88fb8000 -     0x7fff88fc6fff  com.apple.Librarian (1.1 - 1) <5AC28666-7642-395F-A923-C6F8A274BBBD> /System/Library/PrivateFrameworks/Librarian.framework/Versions/A/Librarian
        0x7fff88fc7000 -     0x7fff89007ff7  com.apple.MediaKit (14 - 687) <8AAA8CC3-3ACD-34A5-9E57-9B24AD8AFD4D> /System/Library/PrivateFrameworks/MediaKit.framework/Versions/A/MediaKit
        0x7fff89008000 -     0x7fff89034fff  com.apple.framework.Apple80211 (8.3.2 - 832.18.1) <5D601780-9AD9-31C9-9AB5-716D8634CB78> /System/Library/PrivateFrameworks/Apple80211.framework/Versions/A/Apple80211
        0x7fff89035000 -     0x7fff89046ff7  libsasl2.2.dylib (166) <649CAE0E-8FFE-3C60-A849-BE6300E4B726> /usr/lib/libsasl2.2.dylib
        0x7fff8905c000 -     0x7fff89186ff7  com.apple.avfoundation (2.0 - 361.32) <E99A8D44-3283-377D-AF56-65F9651CEA8E> /System/Library/Frameworks/AVFoundation.framework/Versions/A/AVFoundation
        0x7fff89187000 -     0x7fff893bcff7  com.apple.CoreData (106.1 - 407.7) <24E0A6B4-9ECA-3D12-B26A-72B9DCF09768> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
        0x7fff893bd000 -     0x7fff893dfff7  com.apple.Kerberos (2.0 - 1) <C49B8820-34ED-39D7-A407-A3E854153556> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
        0x7fff89592000 -     0x7fff895a0ff7  libkxld.dylib (2050.22.13) <4AAF0573-8632-3D06-BE32-C5675F77638D> /usr/lib/system/libkxld.dylib
        0x7fff895a1000 -     0x7fff895fbff7  com.apple.opencl (2.2.18 - 2.2.18) <4A78E53C-17B0-3B2D-A9EA-EF8720FE4134> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
        0x7fff895fc000 -     0x7fff8965bfff  com.apple.AE (645.6 - 645.6) <44F403C1-660A-3543-AB9C-3902E02F936F> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.fram ework/Versions/A/AE
        0x7fff8965c000 -     0x7fff89683ff7  com.apple.PerformanceAnalysis (1.16 - 16) <E4888388-F41B-313E-9CBB-5807D077BDA9> /System/Library/PrivateFrameworks/PerformanceAnalysis.framework/Versions/A/Perf ormanceAnalysis
        0x7fff898ff000 -     0x7fff89903fff  libCoreVMClient.dylib (32.3) <AD8391D9-56DD-3A78-A294-6A30E6ECE1A2> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClien t.dylib
        0x7fff89961000 -     0x7fff8996cff7  com.apple.ProtocolBuffer (2 - 104) <3270C172-1437-3080-9E53-3E2DCA9AE2EC> /System/Library/PrivateFrameworks/ProtocolBuffer.framework/Versions/A/ProtocolB uffer
        0x7fff8997a000 -     0x7fff899e3fff  libstdc++.6.dylib (56) <EAA2B53E-EADE-39CF-A0EF-FB9D4940672A> /usr/lib/libstdc++.6.dylib
        0x7fff89a34000 -     0x7fff89aa1ff7  com.apple.datadetectorscore (4.1 - 269.2) <4FD4A7CE-BB00-3AAB-B7AA-AE395D5400EC> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDe tectorsCore
        0x7fff89aa2000 -     0x7fff89aadff7  com.apple.aps.framework (3.0 - 3.0) <2041AD84-4279-3ECC-A13E-AC6698BB1A67> /System/Library/PrivateFrameworks/ApplePushService.framework/Versions/A/ApplePu shService
        0x7fff89aae000 -     0x7fff89ab9ff7  com.apple.bsd.ServiceManagement (2.0 - 2.0) <C12962D5-85FB-349E-AA56-64F4F487F219> /System/Library/Frameworks/ServiceManagement.framework/Versions/A/ServiceManage ment
        0x7fff89aba000 -     0x7fff89afdff7  com.apple.bom (12.0 - 192) <0BF1F2D2-3648-36B7-BE4B-551A0173209B> /System/Library/PrivateFrameworks/Bom.framework/Versions/A/Bom
        0x7fff89afe000 -     0x7fff89b03fff  libcompiler_rt.dylib (30) <08F8731D-5961-39F1-AD00-4590321D24A9> /usr/lib/system/libcompiler_rt.dylib
        0x7fff89b04000 -     0x7fff89db2ff7  com.apple.imageKit (2.2 - 670) <F9B50A59-A749-333C-A8D9-C8A92C649AA9> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/ImageKit.fram ework/Versions/A/ImageKit
        0x7fff89db5000 -     0x7fff89db8fff  com.apple.AppleSystemInfo (2.0 - 2) <BC221376-361F-3F85-B284-DC251D3BB442> /System/Library/PrivateFrameworks/AppleSystemInfo.framework/Versions/A/AppleSys temInfo
        0x7fff89db9000 -     0x7fff89db9fff  com.apple.vecLib (3.8 - vecLib 3.8) <794317C7-4E38-338A-A874-5E18001C8503> /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
        0x7fff89dba000 -     0x7fff89dc0fff  libmacho.dylib (829) <BF332AD9-E89F-387E-92A4-6E1AB74BD4D9> /usr/lib/system/libmacho.dylib
        0x7fff89dc1000 -     0x7fff89dc5fff  libCGXType.A.dylib (331.0.4) <251D4D2D-92B9-3D56-B348-CD67397F71FE> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCGXType.A.dylib
        0x7fff89dc6000 -     0x7fff89e0ffff  com.apple.framework.CoreWiFi (1.2.2 - 122.12) <D237551E-0E2C-30FB-8FAA-003D8F25E819> /System/Library/Frameworks/CoreWiFi.framework/Versions/A/CoreWiFi
        0x7fff89e2b000 -     0x7fff89e2dfff  libCVMSPluginSupport.dylib (8.7.25) <A45E21E3-4B40-39B0-A8B6-411526A84F47> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCVMSPluginS upport.dylib
        0x7fff89e2e000 -     0x7fff89e2ffff  libodfde.dylib (18) <015DD2A0-D59A-3547-909D-7C028A65C312> /usr/lib/libodfde.dylib
        0x7fff89e30000 -     0x7fff89e32fff  com.apple.OAuth (18.1 - 18.1) <0DC79455-CF81-3873-87BD-6BD14D89A6F5> /System/Library/PrivateFrameworks/OAuth.framework/Versions/A/OAuth
        0x7fff89e59000 -     0x7fff89e59fff  libkeymgr.dylib (25) <CC9E3394-BE16-397F-926B-E579B60EE429> /usr/lib/system/libkeymgr.dylib
        0x7fff89e5a000 -     0x7fff89f4bff7  com.apple.DiskImagesFramework (10.8.3 - 345) <F9FAEAF0-B9A5-34DF-94B7-926FB03AD5F6> /System/Library/PrivateFrameworks/DiskImages.framework/Versions/A/DiskImages
        0x7fff89f4c000 -     0x7fff89f62fff  com.apple.MultitouchSupport.framework (235.29 - 235.29) <617EC8F1-BCE7-3553-86DD-F857866E1257> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/Multit ouchSupport
        0x7fff89f71000 -     0x7fff89f75fff  libpam.2.dylib (20) <C8F45864-5B58-3237-87E1-2C258A1D73B8> /usr/lib/libpam.2.dylib
        0x7fff8a212000 -     0x7fff8a26fff7  com.apple.audio.CoreAudio (4.1.1 - 4.1.1) <D15F3FB3-BE53-3545-AD37-9A25A597FE3C> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
        0x7fff8a270000 -     0x7fff8a276ff7  libunwind.dylib (35.1) <21703D36-2DAB-3D8B-8442-EAAB23C060D3> /usr/lib/system/libunwind.dylib
        0x7fff8a3bb000 -     0x7fff8a3c9ff7  libsystem_network.dylib (77.10) <0D99F24E-56FE-380F-B81B-4A4C630EE587> /usr/lib/system/libsystem_network.dylib
        0x7fff8a3ca000 -     0x7fff8a3cefff  libGIF.dylib (849) <6A664B4D-0A88-33F7-9064-0CD159AB9CE9> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib
        0x7fff8a3cf000 -     0x7fff8a437ff7  libc++.1.dylib (65.1) <20E31B90-19B9-3C2A-A9EB-474E08F9FE05> /usr/lib/libc++.1.dylib
        0x7fff8a4f1000 -     0x7fff8a4f8fff  libcopyfile.dylib (89) <876573D0-E907-3566-A108-577EAD1B6182> /usr/lib/system/libcopyfile.dylib
        0x7fff8a4f9000 -     0x7fff8a4fcff7  libdyld.dylib (210.2.3) <F59367C9-C110-382B-A695-9035A6DD387E> /usr/lib/system/libdyld.dylib
        0x7fff8a53f000 -     0x7fff8a58cfff  com.apple.CoreMediaIO (307.0 - 4155) <CD826A65-DFE7-3A58-A29E-15B3A9BE0A6D> /System/Library/Frameworks/CoreMediaIO.framework/Versions/A/CoreMediaIO
        0x7fff8a58d000 -     0x7fff8a58efff  libsystem_blocks.dylib (59) <D92DCBC3-541C-37BD-AADE-ACC75A0C59C8> /usr/lib/system/libsystem_blocks.dylib
        0x7fff8a5f6000 -     0x7fff8a603fff  libbz2.1.0.dylib (29) <CE9785E8-B535-3504-B392-82F0064D9AF2> /usr/lib/libbz2.1.0.dylib
        0x7fff8a657000 -     0x7fff8a658fff  libDiagnosticMessagesClient.dylib (8) <8548E0DC-0D2F-30B6-B045-FE8A038E76D8> /usr/lib/libDiagnosticMessagesClient.dylib
        0x7fff8a65a000 -     0x7fff8a671fff  com.apple.CFOpenDirectory (10.8 - 151.10) <FFBBA538-00B5-334E-BA5B-C8AD6CDCDA14> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpen Directory.framework/Versions/A/CFOpenDirectory
        0x7fff8a672000 -     0x7fff8a693fff  com.apple.Ubiquity (1.2 - 243.15) <C9A7EE77-B637-3676-B667-C0843BBB0409> /System/Library/PrivateFrameworks/Ubiquity.framework/Versions/A/Ubiquity
        0x7fff8a748000 -     0x7fff8a76dff7  libc++abi.dylib (26) <D86169F3-9F31-377A-9AF3-DB17142052E4> /usr/lib/libc++abi.dylib
        0x7fff8a76e000 -     0x7fff8a7c3ff7  libTIFF.dylib (849) <C4D0E196-9319-319B-AF72-8B63FB5AF71B> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib
        0x7fff8a7c7000 -     0x7fff8a7fdfff  libsystem_in

  • Slow shut down times in 10.8.2

    I bought a new 13" retina about two weeks ago, a few days ago i updated from OSX 10.8.1 to 8.2. Since then ive been having very slow shut down times, upto 30 seconds....whereas 10.8.1 i had 1-2 second shutdowns.
    Are apple aware of this / are they trying to fix it? or do they simply not see it as a big issue.
    Such an expensive 'top-brand' machine shouldnt have this problem, not to mention the fact that this is happening with SSD.
    Any insight into what's going on is appreciated.

    The fix for me was to close all running applications then tick the box to re-open windows when logging back in (I had it un-ticked before).
    The shut down went from >20 seconds to about 1 second!
    Now whether this stays fixed is another matter!

  • Since upgrading my mid-2010 MacBook Pro from the original Snow Leopard to Yosemite 10.10.2 there have been multiple instances of restart (crash) also slow operation. Any suggestions?

    Since upgrading my mid-2010 MacBook Pro from the original Snow Leopard to Yosemite 10.10.2 there have been multiple instances of restart (crash) also slow operation & pop up message stating web content has failed. Any suggestions?

    Many thanks for your interest, I've downloaded & run the app as suggested, report copies & pasted below.
    Problem description:
    Following upgrade from Snow Leopard to Yosemite 10.10.2 machine is slower & suffers from shut down / reboot and closing web pages due to unexpected error
    EtreCheck version: 2.1.8 (121)
    Report generated 6 February 2015 08:40:29 GMT
    Download EtreCheck from http://etresoft.com/etrecheck
    Click the [Click for support] links for help with non-Apple products.
    Click the [Click for details] links for more information about that line.
    Hardware Information: ℹ️
        MacBook Pro (15-inch, Mid 2010) (Technical Specifications)
        MacBook Pro - model: MacBookPro6,2
        1 2.4 GHz Intel Core i5 CPU: 2-core
        4 GB RAM Upgradeable
            BANK 0/DIMM0
                2 GB DDR3 1067 MHz ok
            BANK 1/DIMM0
                2 GB DDR3 1067 MHz ok
        Bluetooth: Old - Handoff/Airdrop2 not supported
        Wireless:  en1: 802.11 a/b/g/n
        Battery Health: Normal - Cycle count 75
    Video Information: ℹ️
        Intel HD Graphics - VRAM: 288 MB
            Color LCD 1440 x 900
        NVIDIA GeForce GT 330M - VRAM: 256 MB
    System Software: ℹ️
        OS X 10.10.2 (14C109) - Time since boot: 0:13:14
    Disk Information: ℹ️
        Hitachi HTS545032B9SA02 disk0 : (320.07 GB)
            EFI (disk0s1) <not mounted> : 210 MB
            Recovery HD (disk0s3) <not mounted>  [Recovery]: 650 MB
            Macintosh HD (disk1) / : 318.84 GB (134.68 GB free)
                Core Storage: disk0s2 319.21 GB Online
        MATSHITADVD-R   UJ-898 
    USB Information: ℹ️
        BUFFALO HD-PVU2 500.11 GB
            EFI (disk2s1) <not mounted> : 210 MB
            Time Machine Backups (disk2s2) /Volumes/Time Machine Backups : 499.76 GB (257.33 GB free)
        Apple Internal Memory Card Reader
        Apple Inc. BRCM2070 Hub
            Apple Inc. Bluetooth USB Host Controller
        Apple Inc. Apple Internal Keyboard / Trackpad
        Apple Computer, Inc. IR Receiver
        Apple Inc. Built-in iSight
    Gatekeeper: ℹ️
        Mac App Store and identified developers
    Kernel Extensions: ℹ️
            /System/Library/Extensions
        [not loaded]    jp.co.buffalo.driver.turbousbhdd (1.0.0) [Click for support]
    Launch Agents: ℹ️
        [loaded]    com.hp.help.tocgenerator.plist [Click for support]
    Launch Daemons: ℹ️
        [loaded]    com.adobe.fpsaud.plist [Click for support]
    User Launch Agents: ℹ️
        [loaded]    com.google.keystone.agent.plist [Click for support]
    User Login Items: ℹ️
        Skype    UNKNOWN  (missing value)
        Safari    Application  (/Applications/Safari.app)
        Dropbox    Application  (/Applications/Dropbox.app)
        Android File Transfer Agent    Application  (/Users/[redacted]/Library/Application Support/Google/Android File Transfer/Android File Transfer Agent.app)
        ConnectService    Application  (/Library/Application Support/ArcSoft/Connect Service/ConnectService.app)
    Internet Plug-ins: ℹ️
        Flip4Mac WMV Plugin: Version: 2.4.4.2 [Click for support]
        FlashPlayer-10.6: Version: 16.0.0.305 - SDK 10.6 [Click for support]
        QuickTime Plugin: Version: 7.7.3
        Flash Player: Version: 16.0.0.305 - SDK 10.6 [Click for support]
        Default Browser: Version: 600 - SDK 10.10
        Google Earth Web Plug-in: Version: 7.1 [Click for support]
        Silverlight: Version: 4.0.60129.0 [Click for support]
        iPhotoPhotocast: Version: 7.0
    User internet Plug-ins: ℹ️
        CitrixOnlineWebDeploymentPlugin: Version: 1.0.105 [Click for support]
    3rd Party Preference Panes: ℹ️
        Flash Player  [Click for support]
        Flip4Mac WMV  [Click for support]
    Time Machine: ℹ️
        Skip System Files: NO
        Auto backup: YES
        Volumes being backed up:
            Macintosh HD: Disk size: 318.84 GB Disk used: 184.16 GB
        Destinations:
            Time Machine Backups [Local]
            Total size: 499.76 GB
            Total number of backups: 184
            Oldest backup: 2010-12-10 15:37:39 +0000
            Last backup: 2015-02-06 02:49:24 +0000
            Size of backup disk: Too small
                Backup size 499.76 GB < (Disk used 184.16 GB X 3)
    Top Processes by CPU: ℹ️
             5%    WindowServer
             1%    ConnectService
             1%    Skype
             0%    systemstatsd
             0%    launchd
    Top Processes by Memory: ℹ️
        193 MB    Skype
        168 MB    mds_stores
        132 MB    com.apple.WebKit.WebContent
        107 MB    Mail
        99 MB    ocspd
    Virtual Memory Information: ℹ️
        889 MB    Free RAM
        1.99 GB    Active RAM
        455 MB    Inactive RAM
        825 MB    Wired RAM
        1.11 GB    Page-ins
        0 B    Page-outs
    Diagnostics Information: ℹ️
        Feb 6, 2015, 08:27:32 AM    /Library/Logs/DiagnosticReports/com.apple.AmbientDisplayAgent_2015-02-06-082732 _[redacted].crash
        Feb 6, 2015, 08:25:19 AM    Self test - passed
        Feb 5, 2015, 04:37:08 PM    /Users/[redacted]/Library/Logs/DiagnosticReports/com.apple.WebKit.WebContent_20 15-02-05-163708_[redacted].crash
        Feb 5, 2015, 10:01:02 AM    /Users/[redacted]/Library/Logs/DiagnosticReports/com.apple.WebKit.WebContent_20 15-02-05-100102_[redacted].crash
        Feb 5, 2015, 12:03:59 AM    /Library/Logs/DiagnosticReports/HP Scan_2015-02-05-000359_[redacted].cpu_resource.diag [Click for details]
        Feb 4, 2015, 11:58:58 PM    /Library/Logs/DiagnosticReports/HP Scan_2015-02-04-235858_[redacted].cpu_resource.diag [Click for details]
        Feb 4, 2015, 11:54:35 PM    /Library/Logs/DiagnosticReports/HP Scan_2015-02-04-235435_[redacted].cpu_resource.diag [Click for details]
        Feb 4, 2015, 11:49:03 PM    /Library/Logs/DiagnosticReports/HP Scan_2015-02-04-234903_[redacted].cpu_resource.diag [Click for details]
        Feb 4, 2015, 09:40:16 PM    /Users/[redacted]/Library/Logs/DiagnosticReports/com.apple.WebKit.WebContent_20 15-02-04-214016_[redacted].crash
        Feb 4, 2015, 09:38:12 PM    /Users/[redacted]/Library/Logs/DiagnosticReports/com.apple.WebKit.WebContent_20 15-02-04-213812_[redacted].crash
        Feb 4, 2015, 09:27:56 PM    /Users/[redacted]/Library/Logs/DiagnosticReports/com.apple.WebKit.WebContent_20 15-02-04-212756_[redacted].crash
        Feb 4, 2015, 09:25:25 PM    /Users/[redacted]/Library/Logs/DiagnosticReports/com.apple.WebKit.WebContent_20 15-02-04-212525_[redacted].crash
        Feb 4, 2015, 09:20:16 PM    /Users/[redacted]/Library/Logs/DiagnosticReports/com.apple.WebKit.WebContent_20 15-02-04-212016_[redacted].crash
        Feb 4, 2015, 09:18:10 PM    /Users/[redacted]/Library/Logs/DiagnosticReports/com.apple.WebKit.WebContent_20 15-02-04-211810_[redacted].crash
        Feb 4, 2015, 09:12:54 PM    /Users/[redacted]/Library/Logs/DiagnosticReports/com.apple.WebKit.WebContent_20 15-02-04-211254_[redacted].crash
        Feb 4, 2015, 08:40:48 PM    /Users/[redacted]/Library/Logs/DiagnosticReports/com.apple.WebKit.WebContent_20 15-02-04-204048_[redacted].crash
        Feb 4, 2015, 08:22:04 PM    /Users/[redacted]/Library/Logs/DiagnosticReports/com.apple.WebKit.WebContent_20 15-02-04-202204_[redacted].crash
        Feb 4, 2015, 12:11:35 AM    /Users/[redacted]/Library/Logs/DiagnosticReports/com.apple.WebKit.WebContent_20 15-02-04-001135_[redacted].crash
        Feb 3, 2015, 09:44:33 PM    /Users/[redacted]/Library/Logs/DiagnosticReports/com.apple.WebKit.WebContent_20 15-02-03-214433_[redacted].crash
        Feb 3, 2015, 05:40:21 PM    /Library/Logs/DiagnosticReports/HP Scan_2015-02-03-174021_[redacted].cpu_resource.diag [Click for details]
        Feb 3, 2015, 09:05:45 AM    /Users/[redacted]/Library/Logs/DiagnosticReports/com.apple.WebKit.WebContent_20 15-02-03-090545_[redacted].crash
        Jan 28, 2015, 06:10:42 PM    /Library/Logs/DiagnosticReports/Kernel_2015-01-28-181042_[redacted].panic [Click for details]
        Jan 21, 2015, 10:51:25 PM    /Library/Logs/DiagnosticReports/Kernel_2015-01-21-225125_[redacted].panic [Click for details]
        Jan 20, 2015, 11:12:47 AM    /Library/Logs/DiagnosticReports/Kernel_2015-01-20-111247_[redacted].panic [Click for details]
        Jan 18, 2015, 09:57:31 AM    /Library/Logs/DiagnosticReports/Kernel_2015-01-18-095731_[redacted].panic [Click for details]
    The only observations are that the backup drive is deemed too small and the quite long list of diagnostic reports dated between  Jan 18, 2015 (which I believe is the day I upgraded to Yosemite) & today the latest Yosemite update was installed on Jan 28, 2015
    Any further assistance will be appreciated

  • Every time I shut down my computer, I lose all my settings - like things I removed from the dock are all back, the trackpad resets to original settings, etc.  How can I get my preferences to stay like they used to?  Thx!!

    I recently went through a nightmare with my computer where there was an "old" operating system put on my computer and I guess File Vault was turned on.  Since then I've upgraded and am now running 10.8.3 but got locked out of my old admin account when I tried to restore my computer from Time Capsule.  Attempts to recover anything from my old admin account have been futile
    So, I started a new Admin acct and have been trying to reconstruct my life, but every time I shut down and restart my computer, it erases/resets all my prefernces, like all the things in the Dock that I remove all come back and the track pad is always moving in the wrong direction again and has to be reset every time.  Is there a way I make my prefernces stick??
    BTW if anyone knows how to recover all my lost stuff that would be beyond amazing too
    Thanks in advance!

    Eustace, thank you so much for writing back.  I will try what you suggested!!
    thx for your reply - apparently when I went to the Apple store a long time ago, they restore maybe photos and itunes etc from my external hard drive (passport).  I guess at that time they reinstalled an earlier operating system than my macbook came with and that somehow corrupted FileVault.  apparently there was no sparse bundle (whatever that is) for my old admin account and they said that ever since the install of the older OS that it was actually NEVER backing up anything in my admin account.
    Then, I bought Time Capsule and starting backing up to that instead.  I started having problems with it being slow etc and then StartUp Disk full errors and didn't know what to do, so I "Restored" from Time Capsule and that's when I lost everything in my Admin account and was locked out when I tried to log in - it said File Vault error ..."
    anyway - that's THAT sad story.  I was told to create a new admin account and I've basically been trying to start over - even though I have a partial save of my computer in Crash Plan and I DO see a sparse bundle listed in there, but I just don't know enough about computers to know if it's something I can get back or if I am just totally doomed. 
    I'm afraid to reinstall anything because if there is even a remote shot that the other files are still floating around in my computer, I feel like that chance will be shot forever.  I need to hire McGee from NCIS, I just KNOW he could get those files back for me!!!

  • In large PDF files my cursor moves around the page at warp speed. It does not seem to make any difference if I slow it down with Sys Prefs. This is not only in preview but also other programs to open PDFs.

    In large PDF files the cursor moves at warp speed with a mind of it's own, I've tried slowing it down in Sys Pref with no luck. On small files cursor action is normal. This happens in Safari, Preview and other programs that use PDF files. Sorry to say this does not seem to be a new problem with 7.# I've had it with prvevious versions of operating system Right now I'm using a Apple wireless mouse and key board. Using the USB keyboard and mouse the same problem does not go away.

    Please read this whole message before doing anything.
    This procedure is a test, not a solution. Don’t be disappointed when you find that nothing has changed after you complete it.
    Step 1
    The purpose of this step is to determine whether the problem is localized to your user account.
    Enable guest logins* and log in as Guest. Don't use the Safari-only “Guest User” login created by “Find My Mac.”
    While logged in as Guest, you won’t have access to any of your personal files or settings. Applications will behave as if you were running them for the first time. Don’t be alarmed by this; it’s normal. If you need any passwords or other personal data in order to complete the test, memorize, print, or write them down before you begin.
    Test while logged in as Guest. Same problem?
    After testing, log out of the guest account and, in your own account, disable it if you wish. Any files you created in the guest account will be deleted automatically when you log out of it.
    *Note: If you’ve activated “Find My Mac” or FileVault, then you can’t enable the Guest account. The “Guest User” login created by “Find My Mac” is not the same. Create a new account in which to test, and delete it, including its home folder, after testing.
    Step 2
    The purpose of this step is to determine whether the problem is caused by third-party system modifications that load automatically at startup or login, by a peripheral device, by a font conflict, or by corruption of the file system or of certain system caches.
    Disconnect all wired peripherals except those needed for the test, and remove all aftermarket expansion cards, if applicable. Start up in safe mode and log in to the account with the problem. You must hold down the shift key twice: once when you boot, and again when you log in.
    Note: If FileVault is enabled, or if a firmware password is set, or if the boot volume is a software RAID, you can’t do this. Ask for further instructions.
    Safe mode is much slower to boot and run than normal, with limited graphics performance, and some things won’t work at all, including sound output and Wi-Fi on certain models. The next normal boot may also be somewhat slow.
    The login screen appears even if you usually log in automatically. You must know your login password in order to log in. If you’ve forgotten the password, you will need to reset it before you begin.
    Test while in safe mode. Same problem?
    After testing, reboot as usual (not in safe mode) and verify that you still have the problem. Post the results of Steps 1 and 2.

  • The new firefox twitter app is great - except it disappears every time I shut down the computer and I have to remove and then reinstall it every day!?? I am working on an iMac - if that is causing the problem ...? Thanks.

    The new firefox twitter app (mini tab on left of page) is great - except it disappears every time I shut down the computer and I have to remove and then reinstall it every day!?? It won't appear on the page until I do. I am working on an iMac - if that is causing the problem ...? Thanks.

    Eustace, thank you so much for writing back.  I will try what you suggested!!
    thx for your reply - apparently when I went to the Apple store a long time ago, they restore maybe photos and itunes etc from my external hard drive (passport).  I guess at that time they reinstalled an earlier operating system than my macbook came with and that somehow corrupted FileVault.  apparently there was no sparse bundle (whatever that is) for my old admin account and they said that ever since the install of the older OS that it was actually NEVER backing up anything in my admin account.
    Then, I bought Time Capsule and starting backing up to that instead.  I started having problems with it being slow etc and then StartUp Disk full errors and didn't know what to do, so I "Restored" from Time Capsule and that's when I lost everything in my Admin account and was locked out when I tried to log in - it said File Vault error ..."
    anyway - that's THAT sad story.  I was told to create a new admin account and I've basically been trying to start over - even though I have a partial save of my computer in Crash Plan and I DO see a sparse bundle listed in there, but I just don't know enough about computers to know if it's something I can get back or if I am just totally doomed. 
    I'm afraid to reinstall anything because if there is even a remote shot that the other files are still floating around in my computer, I feel like that chance will be shot forever.  I need to hire McGee from NCIS, I just KNOW he could get those files back for me!!!

  • Cant create replica and Hyper V virtual machine management service slow shutting down

    Hi,
    I cant create replica and Hyper V, I go through the process and all looks good it even starts to create the hard disk but it stops at 4096K and the wizard just keeps going.
    The management console is also slow or wont load virtual machines - stuck on loading virtual machines
    The Hyper V virtual machine management service slow shutting down over 30 minutes on re boot of Hyper V core 2012 R2
    Any ideas ?

    Hi Sir,
    I assume that you have a standalone hyper-v server 2012R2 and you are using hyper-v manager to manage the hyper-v host .
    Which system you are using to manage hyper-v host , win8 or win8.1 or other ?
    Have you created VMs on the HOST ?
    I would suggest  you to create vhd or someother operation on hyper-v host directly  to check the result .
    Best Regards
    Elton Ji
    We
    are trying to better understand customer views on social support experience, so your participation in this
    interview project would be greatly appreciated if you have time.
    Thanks for helping make community forums a great place.

  • CS5 suddenly slowed right down on PC Windows 7

    Hi,  my CS5 Illustrator, Photoshop & Bridge have suddenly slowed right down just in the last 3 or so weeks.
    Even a diagosis of my PC says it is running very slowly, so I read up on the trouble shooting advice, updated the graphics card driver that was the only thing out of date, did disc cleanups, deleted or moved a lot of big files to other drives, defragged, but still no improvement.
    I used to be able to open 300 mb files, but now just opening a 8mb file leaves my PC hanging, for about 10 mins.
    These are my specs, & Norton's analysis. Even though Norton says my Windows Firewall is dsabled (because I have a different firewall), it says 0 virus problems. What else could be happening?
    HP Pro 3130 Small Form Factor PC, running Windows 7
    4.00 GB RAM
    32-bit operating system
    4 processor cores
    64-bit capable
    3414 GB hard disks
    Disk partition (C:) 114 GB Free (460 GB Total)
    Disk partition (D:) 936 MB Free (6 GB Total)
    ATI Radeon HD 4550  Total available graphics memory 1899 MB
    Dedicated graphics memory 512 MB
    Dedicated system memory 0 MB
    Shared system memory 1387 MB
    Display adapter driver version 8.940.11.0
    DirectX version 10

    And you're trusting Norton on this, right? Sorry, but to be blunt: That's like fighting fire with gasoline. In fact Norton's tools have long been known to be as conspicuous and overly agressive as some computer viruses themselves. For all I know, it could be their bloated services, virus vaulting and endless scans at the most inconvenient times that drag down your system. Or conversely you do have a virus and Norton is constantly battling it. The long and short answer therefore is: Nuke your system, reinstall it from scratch.
    Mylenium

  • Mac Pro Slow Shutting down Disk Ut says needs repair

    Hi hope someone can help,
    My mac pro has been taking a long time to shut down recently and this morning when i booted up all i had was a black screen with my mouse pointer (really weird).
    I used Disk Utility to "verify disk" and it said that repairs were necessary. Here's the log:
    Aug 24 08:31:55: Disk Utility started.
    Verifying volume “Aygies Raid”
    Checking HFS Plus volume.
    Checking Extents Overflow file.
    Checking Catalog file.
    Incorrect block count for file PACESupport.plist
    (It should be 0 instead of 1)
    cking multi-linked files.",0)
    Checking Catalog hierarchy.
    Checking Extended Attributes file.
    Checking volume bitmap.
    Checking volume information.
    @ needs to be repaired.",1)
    Aygies Raid
    Error: The underlying task reported failure on exit
    Disk Utility stopped verifying “Aygies Raid” because the following error was encountered:
    The underlying task reported failure on exit
    1 HFS volume checked
    Volume needs repair
    I have a clone of my drive on an external drive so i booted from that i tried to repair permissions on mac pros drives but it said repairs weren't needed, Log:
    Verifying volume “Aygies Raid”
    Checking HFS Plus volume.
    Checking Extents Overflow file.
    Checking Catalog file.
    Checking multi-linked files.
    Checking Catalog hierarchy.
    Checking Extended Attributes file.
    Checking volume bitmap.
    Checking volume information.
    The volume Aygies Raid appears to be OK.
    Mounting Disk
    1 HFS volume checked
    Volume passed verification
    But then i booted from the mac pro again and it said that it needs repair! I used disk warriour and this is its log:
    DiskWarrior scanned the disk named "Aygies Raid" checking all files and folders for damage and potential
    compatibility problems.
    Permissions:
    Started verify/repair permissions on disk disk2 Aygies Raid
    Determining correct file permissions.
    The privileges have been verified or repaired on the selected volume
    Verify/repair finished permissions on disk disk2 Aygies Raid
    Disk: "Aygies Raid"
    The Property List data was checked in 17,785 files.
    The Resource Data was checked in 9,721 files.
    The maximum Folder Depth on this disk is 17. This does not exceed the maximum recommended depth.
    The System Symbolic Link Files were checked and no problems were found.
    Location: "Desktop"
    File: ".a23t.obdev.LSD.plist"
    Detected that Property List data is damaged and cannot be repaired.
    XML parser error:
    Unexpected character
    at line 1
    Old-style plist parser error:
    Unexpected character '0x4' at line 1
    Location: "Aygies Raid/Users/aygie/Library/Preferences/"
    File: "com.SysternatemsCorporation.StudioExcellence.plist"
    Detected that Property List data is damaged and cannot be repaired.
    XML parser error:
    Unexpected character at line 1
    Old-style plist parser error:
    Unexpected character '0x0' at line 1
    Location: "Aygies Raid/Users/aygie/Library/Preferences/"
    File: "com.EtworataCorporation.Zonesys.plist"
    Detected that Property List data is damaged and cannot be repaired.
    XML parser error:
    Unexpected character at line 1
    Old-style plist parser error:
    Unexpected character '0x0' at line 1
    Location: "Aygies Raid/Users/aygie/Library/Preferences/"
    File: "com.AppersEurope.Sickle.plist"
    Detected that Property List data is damaged and cannot be repaired.
    XML parser error:
    Unexpected character at line 1
    Old-style plist parser error:
    Unexpected character '0x0' at line 1
    Location: "Aygies Raid/Users/aygie/Library/Preferences/"
    File: "com.Roverbetter.Eclecticism.plist"
    Detected that Property List data is damaged and cannot be repaired.
    XML parser error:
    Unexpected character at line 1
    Old-style plist parser error:
    Unexpected character '0x0' at line 1
    Location: "Aygies Raid/Users/aygie/Library/Preferences/"
    File: "com.Hostcyte.Craziness.plist"
    Detected that Property List data is damaged and cannot be repaired.
    XML parser error:
    Unexpected character at line 1
    Old-style plist parser error:
    Unexpected character '0x0' at line 1
    Location: "Aygies Raid/Users/aygie/Library/Preferences/"
    Explanations:
    Folder Depth: This number indicates how many folders are nested inside each other. If a disk contains only three
    folders and Folder A is inside Folder B and Folder B is inside Folder C, then this disk has a maximum folder depth of
    three. Folders nested too deeply can cause software compatibility problems.
    Property List: This is a standard file format for storing data and is often used to store preferences. The names of
    these files normally end with a .plist file extension. Corrupt property list files can cause system instability.
    Resource Data: This is an older file format for storing data and was often used to store preferences. The names of
    these files normally end with a .rsrc file extension. Corrupt resource data files can cause system instability.
    System Symbolic Link Files: These are files used by the operating system that are similar to aliases. If these files are
    damaged it may prevent startup or cause system instability.
    Time: 24/8/07 08:44:56
    DiskWarrior Version: 4.0
    Went back to Disk utility and now it says that my hard drive doesn't need repair! whats going on! can anyone help?!
    Thank you

    Two things off the top:
    128MB are GUID partitions that are not user volumes.
    There is also a 200MB EFI partition as well.
    Drive Genius needs to get their program updated.
    You need to work from an "emergency" boot drive to repair your boot drive, RAID or no. I hope you are and not from CD or DVDs.
    Forget about Permissions. They are very minor. They only have to do with ownership and security and based on what is in
    /Library/Receipts
    Trying to verify? all you want to do is repair and rebuild.
    If you ran DU and DW and did repair and rebuild and WROTE NEW DIRECTORY and the problem remains, erase and restore, or...
    +I am useless with RAID and have no idea...+
    Don't use it except to test, learn, experiment with. But not for system drive.
    Above I asked, "are these a matched pair of drives" ie, same make, (looks like same size), vendor, model? they should be. Less chance of trouble if nothing else.
    ON the boot volume, do a Get Info when you click on the drive, look for "Ignore Ownership on this Volume" and make sure it is NOT CHECKED. It can't be to repair permissions and be bootable.
    The underlying cause of disk errors may be marginal or bad RAM. Test those FBDIMMs. Run Apple Hardware Test and Memtest (even Microsoft uses Memtest for Vista).
    Drives rarely break. Systems do. Directory and btree catalogue and volume information blocks do.

  • Small changes to a web gallery slows iPhoto down to a crawl

    I am using iPhoto 7.1.1, the latest update at this time. I have a large number of web galleries published through iPhoto to .Mac. The latest is about 150 photos from Christmas. I originally published without changing the photo titles. I have been correcting that plus adding a few more photos. Any small change in a web gallery seems to be immediately published and that slows iPhoto down to a crawl. I have the fastest connection I can get from ATT's UVerse. Is there any way to turn off this immediate updating so I can make all of my changes then publish after that? I have been searching through the help files, Apple support, and the web and can't find anything. One poster on this site said his updates don't transfer until he hits the publish icon to the right of the gallery name. That's not how mine works. It automatically publishes at the slightest change. Others seem to say it is automatic for them as it is for me. It really is almost impossible to make lots of small changes to a large gallery (like adding descriptive titles) the way it is now.

    This "feature" also makes my nuts. I hate software that does these "automatic" processes, without a way for the user to alter them, or turn them off. I have been trying to change file names in one album that contains a number of images drawn from other albums that have been published to my web gallery. I do not wish the names to be changed in every album, nor in the web galleries published. But it all seems to be automatic. The name change first is applied automatically to the other albums that contain that image, and then automatically changed in every web gallery.
    I have posted these comments here: iPhoto menu -> Provide iPhoto Feedback.
    I suggest everyone that is concerned with these issues do the same. If we are lucky, Apple will soon update the software. These changes seem so easy to achieve one would think, and they would add a lot of control to the use of the program.
    Jim

  • HT201222 Is it just me or is the last safari update for Yosemite slowing everyone down? Any ideas how to fix it?

    Is it just me or is the last safari update for Yosemite slowing everyone down? Any ideas how to fix it?

    When you see a beachball cursor or the slowness is especially bad, note the exact time: hour, minute, second.  
    These instructions must be carried out as an administrator. If you have only one user account, you are the administrator.
    Launch the Console application in any of the following ways:
    ☞ Enter the first few letters of its name into a Spotlight search. Select it in the results (it should be at the top.)
    ☞ In the Finder, select Go ▹ Utilities from the menu bar, or press the key combination shift-command-U. The application is in the folder that opens.
    ☞ Open LaunchPad and start typing the name.
    The title of the Console window should be All Messages. If it isn't, select
              SYSTEM LOG QUERIES ▹ All Messages
    from the log list on the left. If you don't see that list, select
              View ▹ Show Log List
    from the menu bar at the top of the screen.
    Each message in the log begins with the date and time when it was entered. Scroll back to the time you noted above.
    Select the messages entered from then until the end of the episode, or until they start to repeat, whichever comes first.
    Copy the messages to the Clipboard by pressing the key combination command-C. Paste into a reply to this message by pressing command-V.
    The log contains a vast amount of information, almost all of it useless for solving any particular problem. When posting a log extract, be selective. A few dozen lines are almost always more than enough.
    Please don't indiscriminately dump thousands of lines from the log into this discussion.
    Please don't post screenshots of log messages—post the text.
    Some private information, such as your name, may appear in the log. Anonymize before posting.

Maybe you are looking for

  • How do I let Apple know there is a print problem since the latest update?

    Hi, I am unable to print since I installed the latest version of Mac OS X 10.5.7 over the weekend. I use a Lexmark X5470 all-in-one printer. I had the same problem when I switched from Tiger to Leopard until Apple produced a patch. I tried it on both

  • Lucreate and non-global zones

    Hi - I'm trying to get my head around Live Upgrades now that I've switched to ZFS on Solaris 10 for our test servers. The problem I have is we have a number of non-global zones and when I ran the lucreate command I get a number of warnings: lucreate

  • Using a text field as well as a display as text field on a form

    I have a text field that a user will enter in an employee id and from there it will populate a display as text field with their first and last name. I am trying to accomplish this using a javascript process but can not get the name to display. This d

  • Finder crashes when moving files

    Finder crashes intermittently when moving files, and has done so for probably a year now. It happens pretty much daily. I was hoping the problem would go away when upgrading from Mountain Lion to Mavericks, but it didn't. Is anyone able to tell from

  • Sun Solaris 2 OS vs Audition 3

    Hi folks, just a newbie question please if I may ask will Audition 3 run on Sun Solaris 2 operating system or is it exclusive to Microsoft products? I am considering moving from Vista Ultimate 64 to Solaris 2 because 1: it's free, 2: it's fast, 3: it