Why does a SQL Azure DACPAC upgrade (via a PowerShell script) consistently take 30min to complete

I created a PowerShell script to upgrade a SQL Azure instance with my latest DACPAC (taken from http://msdn.microsoft.com/en-us/library/ee634742.aspx).
What I have experienced when running my PowerShell script is that it consistently takes approximately 30min to execute. The script is idle for almost half an hour waiting on $dacstore.IncrementalUpgrade($dacName,
$dacType, $upgradeProperties) to return from execution and nothing is printed out on the PowerShell console window. Only right at the end of the half hour does the incremental update start spitting out console messages which inform me that
the upgrade is taking place (essentially it appears that the script has hung for 30min until it finally comes back alive and the script does this consistently every time).
Does it usually take this long for the IncrementalUpgrade to complete and is there supposed to be a 30min period of inactivity/waiting?
Note that I am running the PowerShell script from my local machine which is external to the Azure network.
Thanks for any insight you can give for this, I am hoping that I can reduce this incremental upgrade process to substantially less than 30hr so that my continuous integration build doesn't take so long.

Answer this post
According to Microsoft Support this is a known issue and will be fixed in SQL Server 2012 (code named Denali). Here are the details from Microsoft Support:
It’s a known issue that using SSMS 2008 or PowerShell to update DAC on SqlAzure is very slow. SQLServer 2008 utilize old extraction engine which run query for every column and small object. This way works well at on-premise server, and meets
SQLServer 2008 original design target. However, when managing the SqlAzure database, the query need be transferred over internet, network latency makes the old extraction becomes inefficient, especially, when network is not good.
Our SQL product team aware this issue and designed new extraction engine to fix it. The new engine is integrated in SQL Server 2012 (code name Denali). Unfortunately, some of the engine behavior may bring break changes to SQL Server 2008. We try
different approach but we can’t relief regression barrier when apply the new engine in the SQL server 2008. Therefore, we don’t have plan to deliver the new extraction engine as hotfix on SQLServer 2008 so far. That will impact the current on-premise
users and operation.

Similar Messages

  • Why does Messages still send my txt via SMS when I have the "send as SMS" option turned off?

    Why does Messages still send my txt via SMS when I have the "send as SMS" option turned off?

    I haven't missed any point, but you don't get it.
    If people take "Send as SMS" being turned off as the iPhone shoiuld not be sending SMS messages without reading this text that is included below the option:
    Send as SMS when iMessage is unavailable. Carrier messaging rates may apply.
    They are idiots.
    But you're saying you have this other piece of information that tells you that this option only applies to two iphones exchanging txt.  Where did you obtain such information?
    Copied from my previous post.
    Under the Send as SMS option, the following is available:
    Send as SMS when iMessage is unavailable. Carrier messaging rates may apply.
    You should check available text below an option such as this so you know what it does.

  • Why does my iPad continuously closes from where I'm working and takes me to home screen?

    Why does my iPad continuously close from where I'm working and takes me to home screen?

    It might be out of memory. Close all apps you're not using using the toolbar that comes up when you double click on the home button. Press and hold any icon and then tap on the red minus (-) symbol of the apps you're not using.

  • Why does the color wheel appear when i ckick on something abd takes awhile to go away

    content://media/external/file/1892
    why does the color wheel appear when i ckick on something abd takes aabd takes awhile to go away

    All about the Spinning pinwheel [Beach Ball of Death] - Wikipedia - ÇÇÇ

  • Why does PL/SQL not support 0 length strings?

    Why does Trim(' ') return null instead of an empty string?
    Why does '' return null instead of an empty string?
    Because of this, LENGTH(Trim(' ')) returns null. And I want zero.
    I ask because I'm cutting up a string and in other languages (even ones that support Null) when these techniques are used, I get a valid empty string.
    Am I wrong in feeling that an empty string is the equivilent to a 0 in a numeric field and that null in a string is equivilent to null in a numeric field?
    Andy

    For Oracle, by definition, a null string is a string of length 0 since at least Oracle 5.0 (i do not know the previous ones).
    use NVL
    Why does Trim(' ') return null instead of an empty string?
    Why does '' return null instead of an empty string?
    Because of this, LENGTH(Trim(' ')) returns null. And I want zero.
    I ask because I'm cutting up a string and in other languages (even ones that support Null) when these techniques are used, I get a valid empty string.
    Am I wrong in feeling that an empty string is the equivilent to a 0 in a numeric field and that null in a string is equivilent to null in a numeric field?
    Andy

  • Why does safari crash after lion upgrade

    why does safari crash after lion upgrade

    Right or control click the Safari app in the Applications folder then click Get Info.
    In the Get Info panel, look for the Safari version number. If it's prior to Safari 6, updating to Safari 6 may help.
    Click here >  Safari Quits Every Time Opened: Apple Support Communities
    Then click the link posted by:  gregoryfromcork
    That will automatically download this file >  Safari6Lion.pkg.download
    Now quit Safari.
    Go to your Downloads folder and double click that file and follow the instructions for installing.
    Then restart your Mac, try Safari.
    If you already have Safari 6 installed, post a crash report.
    If Safari has just crashed, press the Report button on the CrashReporter dialog box to view the crash  information.
    Copy/paste the entire contents of the Crash Reporter window into your reply including the, "binary images" sesction.
    f the crash report dialog does not appear or the crash is hard to reproduce, crash logs can be retrieved from the ~/Library/Logs/CrashReporter> folder.

  • Why does Oracle SQL query returning a date field without the time component

    Hi,
    I'm a novice SQL user & hv just installed Oracle SQL developer (Version 3.0.04, Build MAIN-04.34).
    I made the same SQL query using "Oracle SQL developer" & "TOAD for Oracle 9.0.1" but I got 2 different format on the same date field:
    On TOAD, I get the date field extracted as *04/26/2011 23:12:58*
    On Oracle, I get the date field extracted as *26/APR/11*
    Why is the Oracle result in a different format & missing the time component?
    Is there any option/preference that I need to set in Oracle SQL developer to get the full date/time format displayed?
    I've tried to set my the date format to DD/MON/RR HH12:MI:SSXFF AM under the preference -> database NLS but I still get the same format!
    Plse help!

    hokim wrote:
    Hi,
    I'm a novice SQL user & hv just installed Oracle SQL developer (Version 3.0.04, Build MAIN-04.34).
    I made the same SQL query using "Oracle SQL developer" & "TOAD for Oracle 9.0.1" but I got 2 different format on the same date field:
    On TOAD, I get the date field extracted as *04/26/2011 23:12:58*
    On Oracle, I get the date field extracted as *26/APR/11*
    Why is the Oracle result in a different format & missing the time component?
    Is there any option/preference that I need to set in Oracle SQL developer to get the full date/time format displayed?
    I've tried to set my the date format to DD/MON/RR HH12:MI:SSXFF AM under the preference -> database NLS but I still get the same format!
    Plse help!http://edstevensdba.wordpress.com/category/nls_date_format/

  • Why does Apple force you to upgrade to latest iOS?

    I wish to upgrade my iPad 2 from 4.3.3 to 5.1.1 only but I am being forced to upgrade to version 6.
    How can I go to 5.1.1 ? 

    If you have an iPad 1, the max iOS is 5.1.1. For newer iPads, the current iOS is 6.1.3. The Settings>General>Software Update only appears if you have iOS 5.0 or higher currently installed.
    iOS 5: Updating your device to iOS 5 or Later
    http://support.apple.com/kb/HT4972
    How to install iOS 6
    http://www.macworld.com/article/2010061/hands-on-with-ios-6-installation.html
    iOS: How to update your iPhone, iPad, or iPod touch
    http://support.apple.com/kb/HT4623
    If you are currently running an iOS lower than 5.0, connect the iPad to the computer, open iTunes. Then select the iPad under the Devices heading on the left, click on the Summary tab and then click on Check for Update.
    Tip - If connected to your computer, you may need to disable your firewall and anitvirus software temporarily.  Then download and install the iOS update. Be sure and backup your iPad before the iOS update. After you update an iPad (except iPad 1) to iOS 6.x, the next update can be installed via wifi (i.e., not connected to your computer).
    Tip 2 - If you're updating via wifi, place your iPad close to your router to preclude getting a corrupted download.
     Cheers, Tom

  • Why does installer program refuse to upgrade OS?

    I currently have 10.5 on my Powerbook G4. When i ran the installation for upgrading to 10.5.1, i was unable to select the "G4 HD" for the destination. I got this error message: "You cannot install Mac OS X Update on this volume. This volume does not meet the requirements for this update." I have 38 GB of available space. I downloaded this installation from Apple, along with other updates to go up to 10.5.6. I have to install them one at a time because the 10.5.6 combo would not successfully download. Is there something i am missing? Thanks!

    dkmartin wrote:
    I bought my used powerbook on the web a couple years ago and it came pre-installed with this operating system. I'm not sure what you mean by a pre-released copy,
    pre-release means it's a copy given to developers and beta-testers prior to official leopard release in October of 2007. it only gives you a license to use it before the actual leopard release. and it's impossible to install any software update on it. this is an intentional software limitation designed to prevent unauthorized use just of the kind that you were doing.

  • Why does notes keep crashing after upgrading to Yosemite?

    MacPro (Early 2009)
    OS X 10.10
    2x2.93 Quad-Core Intel Xeon
    16GB RAM
    NVIDIA Quadro 4000 2048MB
    When launching Notes, it crashes every time.
    Here's what the Mac OS/Notes exec file reads:
      11  Foundation                          0x00007fff9beea1a3 __NSOQSchedule_f + 184
      12  libdispatch.dylib                   0x00007fff924c7c13 _dispatch_client_callout + 8
      13  libdispatch.dylib                   0x00007fff924cb365 _dispatch_queue_drain + 1100
      14  libdispatch.dylib                   0x00007fff924ccecc _dispatch_queue_invoke + 202
      15  libdispatch.dylib                   0x00007fff924ca6b7 _dispatch_root_queue_drain + 463
      16  libdispatch.dylib                   0x00007fff924d8fe4 _dispatch_worker_thread3 + 91
      17  libsystem_pthread.dylib             0x00007fff938116cb _pthread_wqthread + 729
      18  libsystem_pthread.dylib             0x00007fff9380f4a1 start_wqthread + 13
    libc++abi.dylib: terminating with uncaught exception of type NSException
    Abort trap: 6
    logout
    [Process completed]
    here's the crash report every time:
    Thanks for any help.
    Mark

    I live by notes and now I can't use it since upgrading to Yosemite as well. It crashes within seconds after opening.
    Process:               Notes [7264]
    Path:                  /Applications/Notes.app/Contents/MacOS/Notes
    Identifier:            com.apple.Notes
    Version:               3.0 (346.1)
    Build Info:            Notes-346001000000000~3
    Code Type:             X86-64 (Native)
    Parent Process:        ??? [1]
    Responsible:           Notes [7264]
    User ID:               501
    Date/Time:             2014-10-28 14:39:44.040 -0400
    OS Version:            Mac OS X 10.10 (14A389)
    Report Version:        11
    Anonymous UUID:        A6315A2A-E9E9-A09F-E6DE-6FEF84E24EAE
    Time Awake Since Boot: 71000 seconds
    Crashed Thread:        11  Dispatch queue: NSManagedObjectContext 0x6000001e6700
    Exception Type:        EXC_CRASH (SIGABRT)
    Exception Codes:       0x0000000000000000, 0x0000000000000000
    Application Specific Information:
    *** Terminating app due to uncaught exception 'NSInternalInconsistencyException', reason: 'Folder class mismatch for <EWSFolderType 0x6080000d59a0> {
        FolderId = <EWSFolderIdType 0x608000224240>;
        ParentFolderId = <EWSFolderIdType 0x608000224140>;
        FolderClass = IPF.Note;
        DisplayName = _RingCentral_Synchronization_;
        TotalCount = 0;
        ChildFolderCount = 3;
        EffectiveRights = nil;
        ExtendedProperty = nil;
        PermissionSet = nil;
        UnreadCount = 0;
    PermissionSet:(null) UnreadCount:0'
    abort() called
    terminating with uncaught exception of type NSException
    Application Specific Backtrace 1:
    0   CoreFoundation                      0x00007fff8a99464c __exceptionPreprocess + 172
    1   libobjc.A.dylib                     0x00007fff8d2a56de objc_exception_throw + 43
    2   CoreFoundation                      0x00007fff8a99442a +[NSException raise:format:arguments:] + 106
    3   Foundation                          0x00007fff92fff5b9 -[NSAssertionHandler handleFailureInMethod:object:file:lineNumber:description:] + 195
    4   Notes                               0x00007fff920811f2 -[NFEWSAccountProxy _createOrUpdateFolder:deletedItemsFolderId:] + 1662
    5   Notes                               0x00007fff9208037a __48-[NFEWSAccountProxy updateMailboxListFromServer]_block_invoke165 + 341
    6   CoreData                            0x00007fff95c08a66 developerSubmittedBlockToNSManagedObjectContextPerform + 182
    7   libdispatch.dylib                   0x00007fff8ffe5c13 _dispatch_client_callout + 8
    8   libdispatch.dylib                   0x00007fff8ffe6e5e _dispatch_barrier_sync_f_invoke + 57
    9   CoreData                            0x00007fff95c08946 -[NSManagedObjectContext performBlockAndWait:] + 214
    10  Notes                               0x00007fff9207fd85 -[NFEWSAccountProxy updateMailboxListFromServer] + 2043
    11  Notes                               0x000000010e9b3836 Notes + 133174
    12  Foundation                          0x00007fff930492e8 __NSBLOCKOPERATION_IS_CALLING_OUT_TO_A_BLOCK__ + 7
    13  Foundation                          0x00007fff92f35905 -[NSBlockOperation main] + 97
    14  Foundation                          0x00007fff92f1459c -[__NSOperationInternal _start:] + 653
    15  Foundation                          0x00007fff92f141a3 __NSOQSchedule_f + 184
    16  libdispatch.dylib                   0x00007fff8ffe5c13 _dispatch_client_callout + 8
    17  libdispatch.dylib                   0x00007fff8ffe9365 _dispatch_queue_drain + 1100
    18  libdispatch.dylib                   0x00007fff8ffeaecc _dispatch_queue_invoke + 202
    19  libdispatch.dylib                   0x00007fff8ffe86b7 _dispatch_root_queue_drain + 463
    20  libdispatch.dylib                   0x00007fff8fff6fe4 _dispatch_worker_thread3 + 91
    21  libsystem_pthread.dylib             0x00007fff8be7f6cb _pthread_wqthread + 729
    22  libsystem_pthread.dylib             0x00007fff8be7d4a1 start_wqthread + 13
    Thread 0:: Dispatch queue: com.apple.main-thread
    0   libsystem_kernel.dylib         0x00007fff9875652e mach_msg_trap + 10
    1   libsystem_kernel.dylib         0x00007fff9875569f mach_msg + 55
    2   com.apple.CoreFoundation       0x00007fff8a8a4b14 __CFRunLoopServiceMachPort + 212
    3   com.apple.CoreFoundation       0x00007fff8a8a3fdb __CFRunLoopRun + 1371
    4   com.apple.CoreFoundation       0x00007fff8a8a3838 CFRunLoopRunSpecific + 296
    5   com.apple.HIToolbox           0x00007fff9261943f RunCurrentEventLoopInMode + 235
    6   com.apple.HIToolbox           0x00007fff926191ba ReceiveNextEventCommon + 431
    7   com.apple.HIToolbox           0x00007fff92618ffb _BlockUntilNextEventMatchingListInModeWithFilter + 71
    8   com.apple.AppKit               0x00007fff9081a821 _DPSNextEvent + 964
    9   com.apple.AppKit               0x00007fff90819fd0 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 194
    10  com.apple.AppKit               0x00007fff9080df73 -[NSApplication run] + 594
    11  com.apple.AppKit               0x00007fff907f9424 NSApplicationMain + 1832
    12  libdyld.dylib                 0x00007fff8ec165c9 start + 1
    Thread 1:: Dispatch queue: com.apple.libdispatch-manager
    0   libsystem_kernel.dylib         0x00007fff9875c22e kevent64 + 10
    1   libdispatch.dylib             0x00007fff8ffe8a6a _dispatch_mgr_thread + 52
    Thread 2:
    0   libsystem_kernel.dylib         0x00007fff9875b946 __workq_kernreturn + 10
    1   libsystem_pthread.dylib       0x00007fff8be7d4a1 start_wqthread + 13
    Thread 3:
    0   libsystem_kernel.dylib         0x00007fff9875b946 __workq_kernreturn + 10
    1   libsystem_pthread.dylib       0x00007fff8be7d4a1 start_wqthread + 13
    Thread 4:
    0   libsystem_kernel.dylib         0x00007fff9875b946 __workq_kernreturn + 10
    1   libsystem_pthread.dylib       0x00007fff8be7d4a1 start_wqthread + 13
    Thread 5:
    0   libsystem_kernel.dylib         0x00007fff9875b946 __workq_kernreturn + 10
    1   libsystem_pthread.dylib       0x00007fff8be7d4a1 start_wqthread + 13
    Thread 6:: com.apple.NSURLConnectionLoader
    0   libsystem_kernel.dylib         0x00007fff9875652e mach_msg_trap + 10
    1   libsystem_kernel.dylib         0x00007fff9875569f mach_msg + 55
    2   com.apple.CoreFoundation       0x00007fff8a8a4b14 __CFRunLoopServiceMachPort + 212
    3   com.apple.CoreFoundation       0x00007fff8a8a3fdb __CFRunLoopRun + 1371
    4   com.apple.CoreFoundation       0x00007fff8a8a3838 CFRunLoopRunSpecific + 296
    5   com.apple.CFNetwork           0x00007fff95ec2e90 +[NSURLConnection(Loader) _resourceLoadLoop:] + 434
    6   com.apple.Foundation           0x00007fff92f74b7a __NSThread__main__ + 1345
    7   libsystem_pthread.dylib       0x00007fff8be7f2fc _pthread_body + 131
    8   libsystem_pthread.dylib       0x00007fff8be7f279 _pthread_start + 176
    9   libsystem_pthread.dylib       0x00007fff8be7d4b1 thread_start + 13
    Thread 7:: Dispatch queue: [NFEWSAccountProxy remoteTaskQueue] :: NSOperation 0x61800044b250 (QOS: USER_INITIATED)
    0   libsystem_kernel.dylib         0x00007fff9875652e mach_msg_trap + 10
    1   libsystem_kernel.dylib         0x00007fff9875569f mach_msg + 55
    2   com.apple.CoreFoundation       0x00007fff8a8a4b14 __CFRunLoopServiceMachPort + 212
    3   com.apple.CoreFoundation       0x00007fff8a8a3fdb __CFRunLoopRun + 1371
    4   com.apple.CoreFoundation       0x00007fff8a8a3838 CFRunLoopRunSpecific + 296
    5   com.apple.Foundation           0x00007fff92f76ab9 -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 278
    6   com.apple.ExchangeWebServices 0x00007fff92aaf6e2 -[SOAPRequest sendSynchronously:] + 467
    7   com.apple.ExchangeWebServices 0x00007fff92a94bb4 -[EWSExchangeServiceBinding _sendSynchronousMessage:withTimeout:error:] + 89
    8   com.apple.Notes.framework     0x00007fff92089ed1 -[NFEWSFolderProxy updateFromServer] + 585
    9   com.apple.CoreFoundation       0x00007fff8a8c79e0 -[NSArray makeObjectsPerformSelector:] + 496
    10  com.apple.Notes.framework     0x00007fff92080b2f -[NFEWSAccountProxy updateAllMailboxContentsFromServer] + 384
    11  com.apple.Notes               0x000000010e9b385e 0x10e993000 + 133214
    12  com.apple.Foundation           0x00007fff930492e8 __NSBLOCKOPERATION_IS_CALLING_OUT_TO_A_BLOCK__ + 7
    13  com.apple.Foundation           0x00007fff92f35905 -[NSBlockOperation main] + 97
    14  com.apple.Foundation           0x00007fff92f1459c -[__NSOperationInternal _start:] + 653
    15  com.apple.Foundation           0x00007fff92f141a3 __NSOQSchedule_f + 184
    16  libdispatch.dylib             0x00007fff8ffe5c13 _dispatch_client_callout + 8
    17  libdispatch.dylib             0x00007fff8ffe9365 _dispatch_queue_drain + 1100
    18  libdispatch.dylib             0x00007fff8ffeaecc _dispatch_queue_invoke + 202
    19  libdispatch.dylib             0x00007fff8ffe86b7 _dispatch_root_queue_drain + 463
    20  libdispatch.dylib             0x00007fff8fff6fe4 _dispatch_worker_thread3 + 91
    21  libsystem_pthread.dylib       0x00007fff8be7f6cb _pthread_wqthread + 729
    22  libsystem_pthread.dylib       0x00007fff8be7d4a1 start_wqthread + 13
    Thread 8:
    0   libsystem_kernel.dylib         0x00007fff9875b946 __workq_kernreturn + 10
    1   libsystem_pthread.dylib       0x00007fff8be7d4a1 start_wqthread + 13
    Thread 9:: com.apple.CFSocket.private
    0   libsystem_kernel.dylib         0x00007fff9875b3f6 __select + 10
    1   libsystem_pthread.dylib       0x00007fff8be7f2fc _pthread_body + 131
    2   libsystem_pthread.dylib       0x00007fff8be7f279 _pthread_start + 176
    3   libsystem_pthread.dylib       0x00007fff8be7d4b1 thread_start + 13
    Thread 10:
    0   libsystem_kernel.dylib         0x00007fff9875b946 __workq_kernreturn + 10
    1   libsystem_pthread.dylib       0x00007fff8be7d4a1 start_wqthread + 13
    Thread 11 Crashed:: Dispatch queue: NSManagedObjectContext 0x6000001e6700
    0   libsystem_kernel.dylib         0x00007fff9875b282 __pthread_kill + 10
    1   libsystem_c.dylib             0x00007fff8a4cbb73 abort + 129
    2   libc++abi.dylib               0x00007fff8ea46a21 abort_message + 257
    3   libc++abi.dylib               0x00007fff8ea6e9d1 default_terminate_handler() + 267
    4   libobjc.A.dylib               0x00007fff8d2a96c6 _objc_terminate() + 103
    5   libc++abi.dylib               0x00007fff8ea6c0a1 std::__terminate(void (*)()) + 8
    6   libc++abi.dylib               0x00007fff8ea6c113 std::terminate() + 51
    7   libobjc.A.dylib               0x00007fff8d2a94ef objc_terminate + 9
    8   libdispatch.dylib             0x00007fff8ffe5c27 _dispatch_client_callout + 28
    9   libdispatch.dylib             0x00007fff8ffe6e5e _dispatch_barrier_sync_f_invoke + 57
    10  com.apple.CoreData             0x00007fff95c08946 -[NSManagedObjectContext performBlockAndWait:] + 214
    11  com.apple.Notes.framework     0x00007fff9207fd85 -[NFEWSAccountProxy updateMailboxListFromServer] + 2043
    12  com.apple.Notes               0x000000010e9b3836 0x10e993000 + 133174
    13  com.apple.Foundation           0x00007fff930492e8 __NSBLOCKOPERATION_IS_CALLING_OUT_TO_A_BLOCK__ + 7
    14  com.apple.Foundation           0x00007fff92f35905 -[NSBlockOperation main] + 97
    15  com.apple.Foundation           0x00007fff92f1459c -[__NSOperationInternal _start:] + 653
    16  com.apple.Foundation           0x00007fff92f141a3 __NSOQSchedule_f + 184
    17  libdispatch.dylib             0x00007fff8ffe5c13 _dispatch_client_callout + 8
    18  libdispatch.dylib             0x00007fff8ffe9365 _dispatch_queue_drain + 1100
    19  libdispatch.dylib             0x00007fff8ffeaecc _dispatch_queue_invoke + 202
    20  libdispatch.dylib             0x00007fff8ffe86b7 _dispatch_root_queue_drain + 463
    21  libdispatch.dylib             0x00007fff8fff6fe4 _dispatch_worker_thread3 + 91
    22  libsystem_pthread.dylib       0x00007fff8be7f6cb _pthread_wqthread + 729
    23  libsystem_pthread.dylib       0x00007fff8be7d4a1 start_wqthread + 13
    Thread 12:: JavaScriptCore::BlockFree
    0   libsystem_kernel.dylib         0x00007fff9875b132 __psynch_cvwait + 10
    1   libc++.1.dylib                 0x00007fff96dfbc95 std::__1::condition_variable::wait(std::__1::unique_lock<std::__1::mutex>&) + 47
    2   com.apple.JavaScriptCore       0x00007fff9668c2d4 JSC::BlockAllocator::blockFreeingThreadMain() + 228
    3   com.apple.JavaScriptCore       0x00007fff96681a9f ***::wtfThreadEntryPoint(void*) + 15
    4   libsystem_pthread.dylib       0x00007fff8be7f2fc _pthread_body + 131
    5   libsystem_pthread.dylib       0x00007fff8be7f279 _pthread_start + 176
    6   libsystem_pthread.dylib       0x00007fff8be7d4b1 thread_start + 13
    Thread 13:: JavaScriptCore::Marking
    0   libsystem_kernel.dylib         0x00007fff9875b132 __psynch_cvwait + 10
    1   libc++.1.dylib                 0x00007fff96dfbc95 std::__1::condition_variable::wait(std::__1::unique_lock<std::__1::mutex>&) + 47
    2   com.apple.JavaScriptCore       0x00007fff9668c86b JSC::GCThread::waitForNextPhase() + 171
    3   com.apple.JavaScriptCore       0x00007fff9668c6c8 JSC::GCThread::gcThreadMain() + 88
    4   com.apple.JavaScriptCore       0x00007fff96681a9f ***::wtfThreadEntryPoint(void*) + 15
    5   libsystem_pthread.dylib       0x00007fff8be7f2fc _pthread_body + 131
    6   libsystem_pthread.dylib       0x00007fff8be7f279 _pthread_start + 176
    7   libsystem_pthread.dylib       0x00007fff8be7d4b1 thread_start + 13
    Thread 14:: JavaScriptCore::Marking
    0   libsystem_kernel.dylib         0x00007fff9875b132 __psynch_cvwait + 10
    1   libc++.1.dylib                 0x00007fff96dfbc95 std::__1::condition_variable::wait(std::__1::unique_lock<std::__1::mutex>&) + 47
    2   com.apple.JavaScriptCore       0x00007fff9668c86b JSC::GCThread::waitForNextPhase() + 171
    3   com.apple.JavaScriptCore       0x00007fff9668c6c8 JSC::GCThread::gcThreadMain() + 88
    4   com.apple.JavaScriptCore       0x00007fff96681a9f ***::wtfThreadEntryPoint(void*) + 15
    5   libsystem_pthread.dylib       0x00007fff8be7f2fc _pthread_body + 131
    6   libsystem_pthread.dylib       0x00007fff8be7f279 _pthread_start + 176
    7   libsystem_pthread.dylib       0x00007fff8be7d4b1 thread_start + 13
    Thread 15:: JavaScriptCore::Marking
    0   libsystem_kernel.dylib         0x00007fff9875b132 __psynch_cvwait + 10
    1   libc++.1.dylib                 0x00007fff96dfbc95 std::__1::condition_variable::wait(std::__1::unique_lock<std::__1::mutex>&) + 47
    2   com.apple.JavaScriptCore       0x00007fff9668c86b JSC::GCThread::waitForNextPhase() + 171
    3   com.apple.JavaScriptCore       0x00007fff9668c6c8 JSC::GCThread::gcThreadMain() + 88
    4   com.apple.JavaScriptCore       0x00007fff96681a9f ***::wtfThreadEntryPoint(void*) + 15
    5   libsystem_pthread.dylib       0x00007fff8be7f2fc _pthread_body + 131
    6   libsystem_pthread.dylib       0x00007fff8be7f279 _pthread_start + 176
    7   libsystem_pthread.dylib       0x00007fff8be7d4b1 thread_start + 13
    Thread 16:: JavaScriptCore::Marking
    0   libsystem_kernel.dylib         0x00007fff9875b132 __psynch_cvwait + 10
    1   libc++.1.dylib                 0x00007fff96dfbc95 std::__1::condition_variable::wait(std::__1::unique_lock<std::__1::mutex>&) + 47
    2   com.apple.JavaScriptCore       0x00007fff9668c86b JSC::GCThread::waitForNextPhase() + 171
    3   com.apple.JavaScriptCore       0x00007fff9668c6c8 JSC::GCThread::gcThreadMain() + 88
    4   com.apple.JavaScriptCore       0x00007fff96681a9f ***::wtfThreadEntryPoint(void*) + 15
    5   libsystem_pthread.dylib       0x00007fff8be7f2fc _pthread_body + 131
    6   libsystem_pthread.dylib       0x00007fff8be7f279 _pthread_start + 176
    7   libsystem_pthread.dylib       0x00007fff8be7d4b1 thread_start + 13
    Thread 17:: JavaScriptCore::Marking
    0   libsystem_kernel.dylib         0x00007fff9875b132 __psynch_cvwait + 10
    1   libc++.1.dylib                 0x00007fff96dfbc95 std::__1::condition_variable::wait(std::__1::unique_lock<std::__1::mutex>&) + 47
    2   com.apple.JavaScriptCore       0x00007fff9668c86b JSC::GCThread::waitForNextPhase() + 171
    3   com.apple.JavaScriptCore       0x00007fff9668c6c8 JSC::GCThread::gcThreadMain() + 88
    4   com.apple.JavaScriptCore       0x00007fff96681a9f ***::wtfThreadEntryPoint(void*) + 15
    5   libsystem_pthread.dylib       0x00007fff8be7f2fc _pthread_body + 131
    6   libsystem_pthread.dylib       0x00007fff8be7f279 _pthread_start + 176
    7   libsystem_pthread.dylib       0x00007fff8be7d4b1 thread_start + 13
    Thread 18:: JavaScriptCore::Marking
    0   libsystem_kernel.dylib         0x00007fff9875b132 __psynch_cvwait + 10
    1   libc++.1.dylib                 0x00007fff96dfbc95 std::__1::condition_variable::wait(std::__1::unique_lock<std::__1::mutex>&) + 47
    2   com.apple.JavaScriptCore       0x00007fff9668c86b JSC::GCThread::waitForNextPhase() + 171
    3   com.apple.JavaScriptCore       0x00007fff9668c6c8 JSC::GCThread::gcThreadMain() + 88
    4   com.apple.JavaScriptCore       0x00007fff96681a9f ***::wtfThreadEntryPoint(void*) + 15
    5   libsystem_pthread.dylib       0x00007fff8be7f2fc _pthread_body + 131
    6   libsystem_pthread.dylib       0x00007fff8be7f279 _pthread_start + 176
    7   libsystem_pthread.dylib       0x00007fff8be7d4b1 thread_start + 13
    Thread 19:
    0   libsystem_kernel.dylib         0x00007fff9875b946 __workq_kernreturn + 10
    1   libsystem_pthread.dylib       0x00007fff8be7d4a1 start_wqthread + 13
    Thread 20:
    0   libsystem_kernel.dylib         0x00007fff9875652e mach_msg_trap + 10
    1   libsystem_kernel.dylib         0x00007fff9875569f mach_msg + 55
    2   com.apple.CoreFoundation       0x00007fff8a8a4b14 __CFRunLoopServiceMachPort + 212
    3   com.apple.CoreFoundation       0x00007fff8a8a3fdb __CFRunLoopRun + 1371
    4   com.apple.CoreFoundation       0x00007fff8a8a3838 CFRunLoopRunSpecific + 296
    5   com.apple.AppKit               0x00007fff9097d8f7 _NSEventThread + 137
    6   libsystem_pthread.dylib       0x00007fff8be7f2fc _pthread_body + 131
    7   libsystem_pthread.dylib       0x00007fff8be7f279 _pthread_start + 176
    8   libsystem_pthread.dylib       0x00007fff8be7d4b1 thread_start + 13
    Thread 11 crashed with X86 Thread State (64-bit):
      rax: 0x0000000000000000  rbx: 0x0000000000000006  rcx: 0x0000000115214258  rdx: 0x0000000000000000
      rdi: 0x0000000000017407  rsi: 0x0000000000000006  rbp: 0x0000000115214280  rsp: 0x0000000115214258
       r8: 0x0000000000000000   r9: 0x00007fff8a4f5d90  r10: 0x000000000c000000  r11: 0x0000000000000206
      r12: 0x00000001152143e0  r13: 0x0000000115214a60  r14: 0x0000000115215000  r15: 0x00000001152142c0
      rip: 0x00007fff9875b282  rfl: 0x0000000000000206  cr2: 0x00007fff79813fd8
    Logical CPU:     0
    Error Code:      0x02000148
    Trap Number:     133
    Binary Images:
           0x10e993000 -        0x10e9d7ff7  com.apple.Notes (3.0 - 346.1) <1399356A-0832-303A-87B6-FA5860E0D412> /Applications/Notes.app/Contents/MacOS/Notes
           0x112395000 -        0x112399ff3  libFontRegistryUI.dylib (134) <9C55337C-4D65-34C8-9BB9-90399B420A6F> /System/Library/Frameworks/ApplicationServices.framework/Frameworks/ATS.framewo rk/Resources/libFontRegistryUI.dylib
           0x113065000 -        0x113065ff5 +cl_kernels (???) <C3419973-5F3E-4944-8984-3804DA5B50F9> cl_kernels
           0x113067000 -        0x11314dfef  unorm8_bgra.dylib (2.4.5) <90797750-141F-3114-ACD0-A71363968678> /System/Library/Frameworks/OpenCL.framework/Versions/A/Libraries/ImageFormats/u norm8_bgra.dylib
           0x113297000 -        0x113297fef +cl_kernels (???) <1E517F21-1D30-4E50-8CE9-784D198D1DD7> cl_kernels
           0x114b8f000 -        0x114b90fff  com.apple.heimdalodpac (10.10 - 205) <3BFA6B1E-76CE-3A05-9D38-6AA1BA9CD2A2> /System/Library/KerberosPlugins/KerberosFrameworkPlugins/heimdalodpac.bundle/Co ntents/MacOS/heimdalodpac
           0x114b95000 -        0x114b96ffb  com.apple.kerberos.reachability (4.0 - 2.0) <B7F38EFD-F824-3E54-A64D-1B6E0231FB6C> /System/Library/KerberosPlugins/KerberosFrameworkPlugins/Reachability.bundle/Co ntents/MacOS/Reachability
           0x114b9a000 -        0x114b9bfff  com.apple.kerberos.sckerberosconfig (4.0 - 1) <840BFCA4-4E3B-3C00-80D0-1AD470E47B63> /System/Library/KerberosPlugins/KerberosFrameworkPlugins/SCKerberosConfig.bundl e/Contents/MacOS/SCKerberosConfig
           0x114b9f000 -        0x114ba1fff  apop.so (183) <45C50E60-97D1-3FE0-93F5-145F489AAF50> /usr/lib/sasl2/apop.so
           0x114ba5000 -        0x114ba6fff  atoken.so (183) <0F3DB480-6B1A-3AD6-B3E4-CEAB75436788> /usr/lib/sasl2/atoken.so
           0x114baa000 -        0x114bbbffb  dhx.so (183) <4BE28005-1AE3-3D6D-875F-9AD9F69E79F1> /usr/lib/sasl2/dhx.so
           0x114bc7000 -        0x114bd0fff  digestmd5WebDAV.so (183) <A0405C97-15BE-31CA-9CD2-D258F4B30C37> /usr/lib/sasl2/digestmd5WebDAV.so
           0x114bd5000 -        0x114bd7fff  libanonymous.2.so (193) <3CBC6ECD-E78C-3A19-BEF9-628B49C85047> /usr/lib/sasl2/libanonymous.2.so
           0x114bdb000 -        0x114bddff7  libcrammd5.2.so (193) <2B573E51-8264-36FD-AABA-0599FCC776AD> /usr/lib/sasl2/libcrammd5.2.so
           0x114be1000 -        0x114beafff  libdigestmd5.2.so (193) <85C0F6CC-7333-3394-AD8D-4E7BD3712C52> /usr/lib/sasl2/libdigestmd5.2.so
           0x114bef000 -        0x114bf4fff  libgssapiv2.2.0.18.so (193) <46C161D0-74D2-38FB-934B-6EE044961C53> /usr/lib/sasl2/libgssapiv2.2.0.18.so
           0x114bf9000 -        0x114bfefff  libntlm.so (193) <B257700E-17B1-3DE7-A764-BC7786564B5C> /usr/lib/sasl2/libntlm.so
           0x114c03000 -        0x114c05fff  libplain.2.so (193) <1E8EFAF4-1D23-3530-A04F-5AFBCCBC40F9> /usr/lib/sasl2/libplain.2.so
           0x114c09000 -        0x114c0bfff  login.so (193) <DF41E250-01D0-31F4-8A80-9B6EE6B7C0D1> /usr/lib/sasl2/login.so
           0x114c0f000 -        0x114c12ff7  mschapv2.so (183) <F758C957-FB59-3E55-8798-44016F79E520> /usr/lib/sasl2/mschapv2.so
           0x114c17000 -        0x114c38ffb  com.apple.DirectoryService.PasswordServerFramework (10.10 - 44) <13610720-24EC-39D5-93FE-9AAA707D5B15> /System/Library/PrivateFrameworks/PasswordServer.framework/Versions/A/PasswordS erver
           0x114c4a000 -        0x114c54fff  com.apple.DirectoryServer (10.10 - 59) <61A473DD-D803-3C6A-BA6F-E8BB5CE5AED7> /System/Library/PrivateFrameworks/DirectoryServer.framework/Versions/A/Director yServer
           0x114c5c000 -        0x114c67fff  com.apple.AccountPolicy (1.0 - 1) <9C8D47AD-A299-34C4-8305-BA966E7F8689> /System/Library/PrivateFrameworks/AccountPolicy.framework/Versions/A/AccountPol icy
           0x114c70000 -        0x114c7cff7  com.apple.directoryserver.CFDirectoryServer (10.10 - 59) <05D571A8-5741-3307-ACAC-F4314495B6EF> /System/Library/PrivateFrameworks/DirectoryServer.framework/Frameworks/CFDirect oryServer.framework/Versions/A/CFDirectoryServer
           0x114c88000 -        0x114c8efff  com.apple.HeimODAdmin (4.0 - 2.0) <8A8F50F3-0BA1-30ED-B79B-464DE78926E1> /System/Library/PrivateFrameworks/HeimODAdmin.framework/Versions/A/HeimODAdmin
           0x114c97000 -        0x114c98fff  com.apple.CFAccountPolicy (1.0 - 1) <8202A049-7ED7-39A3-987E-FD5093DB7890> /System/Library/PrivateFrameworks/AccountPolicy.framework/Frameworks/CFAccountP olicy.framework/Versions/A/CFAccountPolicy
           0x114c9d000 -        0x114c9efff  plain-clienttoken.so (183) <12B2FD79-5F8D-31E5-9A53-B5E3D03F9D36> /usr/lib/sasl2/plain-clienttoken.so
           0x114ca2000 -        0x114ca4fff  pwauxprop.so (419) <5F54667E-8C54-3445-9D1D-7C8A423DDE7C> /usr/lib/sasl2/pwauxprop.so
           0x114ca8000 -        0x114caafff  shadow_auxprop.so (183) <4E05B744-F0DB-314A-886C-172E7864B5F7> /usr/lib/sasl2/shadow_auxprop.so
           0x114caf000 -        0x114cb2fff  smb_ntlmv2.so (183) <231397CF-F819-30D6-9238-A111137F97A2> /usr/lib/sasl2/smb_ntlmv2.so
           0x11517b000 -        0x11517cfff  ATSHI.dylib (375) <D97F7F10-54A1-3148-9D0C-D420298F5053> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/ATSHI.dylib
           0x115217000 -        0x115218fff  libLatin2Converter.dylib (64) <0556057B-8782-3E63-9A82-F3BDF4CB558E> /System/Library/CoreServices/Encodings/libLatin2Converter.dylib
           0x11521c000 -        0x11521dfff  libLatin5Converter.dylib (64) <CB4648E0-4B2E-36A7-868D-103A8DC3AE29> /System/Library/CoreServices/Encodings/libLatin5Converter.dylib
           0x115221000 -        0x115224fff  libLatinSuppConverter.dylib (64) <5B5E0D68-25C8-3364-A8D0-C76513E217E4> /System/Library/CoreServices/Encodings/libLatinSuppConverter.dylib
           0x115229000 -        0x11522aff7  libCyrillicConverter.dylib (64) <251C52BB-5EE6-3722-89DA-F3DC80222142> /System/Library/CoreServices/Encodings/libCyrillicConverter.dylib
           0x11522e000 -        0x11522ffff  libArabicConverter.dylib (64) <133109C2-4334-37DD-B3A8-AFD70DF992C6> /System/Library/CoreServices/Encodings/libArabicConverter.dylib
           0x115233000 -        0x115234ff7  libGreekConverter.dylib (64) <54979BF6-2C2F-38D6-947E-48C19078B0E4> /System/Library/CoreServices/Encodings/libGreekConverter.dylib
           0x115238000 -        0x115238ff7  libHebrewConverter.dylib (64) <4401C838-4C2C-3BA9-A187-73D788843B64> /System/Library/CoreServices/Encodings/libHebrewConverter.dylib
           0x11523c000 -        0x11523dff7  libThaiConverter.dylib (64) <1012B405-A9D5-3FAA-8D3E-84487877BE84> /System/Library/CoreServices/Encodings/libThaiConverter.dylib
           0x155b9f000 -        0x155b9fffe +cl_kernels (???) <BB48E88F-45F7-4996-9D26-53D5BCD72BE2> cl_kernels
        0x7fff6f729000 -     0x7fff6f75f837  dyld (353.2.1) <4696A982-1500-34EC-9777-1EF7A03E2659> /usr/lib/dyld
        0x7fff896ae000 -     0x7fff896b0fff  com.apple.EFILogin (2.0 - 2) <F0269EE2-3686-3A8A-8B83-F86974E35E90> /System/Library/PrivateFrameworks/EFILogin.framework/Versions/A/EFILogin
        0x7fff896b1000 -     0x7fff89725ff3  com.apple.securityfoundation (6.0 - 55126) <E7FB7A4E-CB0B-37BA-ADD5-373B2A20A783> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoun dation
        0x7fff89726000 -     0x7fff897bbff7  com.apple.ColorSync (4.9.0 - 4.9.0) <F06733BD-A10C-3DB3-B050-825351130392> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ColorSync.framework/Versions/A/ColorSync
        0x7fff897bc000 -     0x7fff89899ff7  com.apple.QuickLookUIFramework (5.0 - 675) <84FEB409-7D7A-35AC-83BE-F79FB293E23E> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuickLookUI.f ramework/Versions/A/QuickLookUI
        0x7fff8989a000 -     0x7fff8989dfff  com.apple.IOSurface (97 - 97) <D4B4D2B2-7B16-3174-9EA6-55E0A10B452D> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
        0x7fff898fb000 -     0x7fff8994cff7  com.apple.audio.CoreAudio (4.3.0 - 4.3.0) <AF72B06E-C6C1-3FAE-8B47-AF461CAE0E22> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
        0x7fff8994d000 -     0x7fff89951fff  libsystem_stats.dylib (163.1.4) <1DB04436-5974-3F16-86CC-5FF5F390339C> /usr/lib/system/libsystem_stats.dylib
        0x7fff89952000 -     0x7fff89982ffb  com.apple.GSS (4.0 - 2.0) <D033E7F1-2D34-339F-A814-C67E009DE5A9> /System/Library/Frameworks/GSS.framework/Versions/A/GSS
        0x7fff89983000 -     0x7fff89985ff7  com.apple.diagnosticlogcollection (10.0 - 1000) <D7516965-DB40-3235-9D00-C724F7D2BC02> /System/Library/PrivateFrameworks/DiagnosticLogCollection.framework/Versions/A/ DiagnosticLogCollection
        0x7fff89993000 -     0x7fff89999ff7  com.apple.XPCService (2.0 - 1) <AA4A5393-1F5D-3465-A417-0414B95DC052> /System/Library/PrivateFrameworks/XPCService.framework/Versions/A/XPCService
        0x7fff8999a000 -     0x7fff899a1ff7  com.apple.phonenumbers (1.1.1 - 105) <AE39B6FE-05AB-3181-BB2A-4D50A8B392F2> /System/Library/PrivateFrameworks/PhoneNumbers.framework/Versions/A/PhoneNumber s
        0x7fff899a2000 -     0x7fff89a81ff7  com.apple.MailCore (8.0 - 1990.1) <37B55B60-C29A-3F1F-9F10-4C3B0275425D> /System/Library/PrivateFrameworks/MailCore.framework/Versions/A/MailCore
        0x7fff89a82000 -     0x7fff89acbff3  com.apple.HIServices (1.22 - 519) <59D78E07-C3F1-3272-88F1-876B836D5517> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ HIServices.framework/Versions/A/HIServices
        0x7fff89acc000 -     0x7fff89b07fff  com.apple.QD (301 - 301) <C4D2AD03-B839-350A-AAF0-B4A08F8BED77> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ QD.framework/Versions/A/QD
        0x7fff89b1a000 -     0x7fff8a371ff3  com.apple.CoreGraphics (1.600.0 - 772) <6364CBE3-3635-3A53-B448-9D19EF9FEA96> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics
        0x7fff8a372000 -     0x7fff8a384ff7  com.apple.ImageCapture (9.0 - 9.0) <7FB65DD4-56B5-35C4-862C-7A2DED991D1F> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture. framework/Versions/A/ImageCapture
        0x7fff8a385000 -     0x7fff8a39efff  com.apple.openscripting (1.4 - 162) <80DFF366-B950-3F79-903F-99DA0FFDB570> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting .framework/Versions/A/OpenScripting
        0x7fff8a42d000 -     0x7fff8a46dff7  libGLImage.dylib (11.0.7) <7CBCEB4B-D22F-3116-8B28-D1C22D28C69D> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dyl ib
        0x7fff8a46e000 -     0x7fff8a4fafff  libsystem_c.dylib (1044.1.2) <C185E862-7424-3210-B528-6B822577A4B8> /usr/lib/system/libsystem_c.dylib
        0x7fff8a4fb000 -     0x7fff8a4fbfff  com.apple.ApplicationServices (48 - 48) <5BF7910B-C328-3BF8-BA4F-CE52B574CE01> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Application Services
        0x7fff8a4fc000 -     0x7fff8a7e3ffb  com.apple.CoreServices.CarbonCore (1108.1 - 1108.1) <55A16172-ACC0-38B7-8409-3CB92AF33973> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonC ore.framework/Versions/A/CarbonCore
        0x7fff8a80c000 -     0x7fff8a826ff7  libextension.dylib (55) <17514AB2-C503-3D49-A725-EBC1140567A6> /usr/lib/libextension.dylib
        0x7fff8a827000 -     0x7fff8a831fff  com.apple.IntlPreferences (2.0 - 150.1) <F2DE1784-F780-3E3F-A626-D9CBD38F20EE> /System/Library/PrivateFrameworks/IntlPreferences.framework/Versions/A/IntlPref erences
        0x7fff8a832000 -     0x7fff8abc8fff  com.apple.CoreFoundation (6.9 - 1151.16) <F2B088AF-A5C6-3FAE-9EB4-7931AF6359E4> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
        0x7fff8abcb000 -     0x7fff8abcbff7  liblaunch.dylib (559.1.22) <8A988924-8BE7-35FE-BF7D-322E90EFE49E> /usr/lib/system/liblaunch.dylib
        0x7fff8abcc000 -     0x7fff8adb1ff3  libicucore.A.dylib (531.30) <EF0E7544-E317-3550-A962-6AE65E78AF17> /usr/lib/libicucore.A.dylib
        0x7fff8af19000 -     0x7fff8afadfff  com.apple.ink.framework (10.9 - 213) <8E029630-1530-3734-A446-13353F0E7AC5> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework /Versions/A/Ink
        0x7fff8afae000 -     0x7fff8afaefff  com.apple.Accelerate.vecLib (3.10 - vecLib 3.10) <A48738CA-5B6F-3D14-97E9-2BFDFC3DCC06> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/vecLib
        0x7fff8afaf000 -     0x7fff8b4d8ff7  com.apple.QuartzComposer (5.1 - 325) <2007FD9E-A5CF-361E-A7DD-ACAF976860AD> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzCompose r.framework/Versions/A/QuartzComposer
        0x7fff8be7c000 -     0x7fff8be85fff  libsystem_pthread.dylib (105.1.4) <26B1897F-0CD3-30F3-B55A-37CB45062D73> /usr/lib/system/libsystem_pthread.dylib
        0x7fff8be86000 -     0x7fff8ce2affb  com.apple.WebCore (10600 - 10600.1.25) <EE07107A-A63D-3077-B863-C82C1E80B56D> /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore.frame work/Versions/A/WebCore
        0x7fff8ce2b000 -     0x7fff8cf0efff  libcrypto.0.9.8.dylib (52) <7208EEE2-C090-383E-AADD-7E1BD1321BEC> /usr/lib/libcrypto.0.9.8.dylib
        0x7fff8cf0f000 -     0x7fff8cf6eff3  com.apple.AE (681 - 681) <7F544183-A515-31A8-B45F-89A167F56216> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.fram ework/Versions/A/AE
        0x7fff8cf7e000 -     0x7fff8cfcbff3  com.apple.CoreMediaIO (601.0 - 4749) <DDB756B3-A281-3791-9744-1F52CF8E5EDB> /System/Library/Frameworks/CoreMediaIO.framework/Versions/A/CoreMediaIO
        0x7fff8cfcc000 -     0x7fff8d0edfff  com.apple.LaunchServices (644.10 - 644.10) <0B1C68BC-0AEB-38E2-ABC8-E92728FEC475> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchS ervices.framework/Versions/A/LaunchServices
        0x7fff8d0f6000 -     0x7fff8d195df7  com.apple.AppleJPEG (1.0 - 1) <9BB3D7DF-630A-3E1C-A124-12D6C4D0DE70> /System/Library/PrivateFrameworks/AppleJPEG.framework/Versions/A/AppleJPEG
        0x7fff8d19f000 -     0x7fff8d1a0ff7  libsystem_blocks.dylib (65) <9615D10A-FCA7-3BE4-AA1A-1B195DACE1A1> /usr/lib/system/libsystem_blocks.dylib
        0x7fff8d298000 -     0x7fff8d47d267  libobjc.A.dylib (646) <3B60CD90-74A2-3A5D-9686-B0772159792A> /usr/lib/libobjc.A.dylib
        0x7fff8d617000 -     0x7fff8d625ff7  com.apple.ToneLibrary (1.0 - 1) <3E6D130D-77B0-31E1-98E3-A6052AB09824> /System/Library/PrivateFrameworks/ToneLibrary.framework/Versions/A/ToneLibrary
        0x7fff8d626000 -     0x7fff8d628fff  com.apple.loginsupport (1.0 - 1) <35A2A071-606C-39A5-8C11-E4CAF98D934C> /System/Library/PrivateFrameworks/login.framework/Versions/A/Frameworks/loginsu pport.framework/Versions/A/loginsupport
        0x7fff8d629000 -     0x7fff8d65cff7  com.apple.MediaKit (16 - 757) <345EDAFE-3E39-3B0F-8D84-54657EC4396D> /System/Library/PrivateFrameworks/MediaKit.framework/Versions/A/MediaKit
        0x7fff8d6c8000 -     0x7fff8da9ffe7  com.apple.CoreAUC (211.0.0 - 211.0.0) <C8B2470F-3994-37B8-BE10-6F78667604AC> /System/Library/PrivateFrameworks/CoreAUC.framework/Versions/A/CoreAUC
        0x7fff8daa2000 -     0x7fff8daaeff7  com.apple.OpenDirectory (10.10 - 187) <1D0066FC-1DEB-381B-B15C-4C009E0DF850> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
        0x7fff8dac8000 -     0x7fff8db4afff  com.apple.PerformanceAnalysis (1.0 - 1) <2FC0F303-B672-3E64-A978-AB78EAD98395> /System/Library/PrivateFrameworks/PerformanceAnalysis.framework/Versions/A/Perf ormanceAnalysis
        0x7fff8db4b000 -     0x7fff8db62ff7  libLinearAlgebra.dylib (1128) <E78CCBAA-A999-3B65-8EC9-06DB15E67C37> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libLinearAlgebra.dylib
        0x7fff8db63000 -     0x7fff8de32ff3  com.apple.CoreImage (10.0.33) <6E3DDA29-718B-3BDB-BFAF-F8C201BF93A4> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/CoreImage .framework/Versions/A/CoreImage
        0x7fff8de3f000 -     0x7fff8de43ff7  libGIF.dylib (1231) <A349BA73-301E-3EDE-8A31-8ACE827C289E> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib
        0x7fff8e178000 -     0x7fff8e1e6ffb  com.apple.Heimdal (4.0 - 2.0) <B852ACA1-4C64-3E2A-A9D3-6D4C80AD9429> /System/Library/PrivateFrameworks/Heimdal.framework/Versions/A/Heimdal
        0x7fff8e1e7000 -     0x7fff8e1eaff7  com.apple.AppleSystemInfo (3.0 - 3.0) <E54DA0B2-3515-3B1C-A4BD-54A0B02B5612> /System/Library/PrivateFrameworks/AppleSystemInfo.framework/Versions/A/AppleSys temInfo
        0x7fff8e1eb000 -     0x7fff8e205ff7  liblzma.5.dylib (7) <1D03E875-A7C0-3028-814C-3C27F7B7C079> /usr/lib/liblzma.5.dylib
        0x7fff8e206000 -     0x7fff8e241fff  com.apple.Symbolication (1.4 - 56045) <D64571B1-4483-3FE2-BD67-A91360F79727> /System/Library/PrivateFrameworks/Symbolication.framework/Versions/A/Symbolicat ion
        0x7fff8e27b000 -     0x7fff8e28eff7  com.apple.CoreBluetooth (1.0 - 1) <FA9B43B3-E183-3040-AE25-66EF9870CF35> /System/Library/Frameworks/CoreBluetooth.framework/Versions/A/CoreBluetooth
        0x7fff8e41f000 -     0x7fff8e443ff7  com.apple.facetimeservices (10.0 - 1000) <52EE049F-36E3-35C8-9304-7878AF7AC241> /System/Library/PrivateFrameworks/FTServices.framework/Versions/A/FTServices
        0x7fff8e573000 -     0x7fff8e8defff  com.apple.VideoToolbox (1.0 - 1562.19) <C08228FE-FA1E-394C-98CB-2AFD8E566C3F> /System/Library/Frameworks/VideoToolbox.framework/Versions/A/VideoToolbox
        0x7fff8e91d000 -     0x7fff8e92afff  com.apple.SpeechRecognitionCore (2.0.32 - 2.0.32) <87F0C88D-502D-3217-8B4A-8388288568BA> /System/Library/PrivateFrameworks/SpeechRecognitionCore.framework/Versions/A/Sp eechRecognitionCore
        0x7fff8e92b000 -     0x7fff8e939ff7  com.apple.opengl (11.0.7 - 11.0.7) <B5C4DF85-37BD-3984-98D1-90A5043DA984> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
        0x7fff8e93a000 -     0x7fff8e942ffb  libcopyfile.dylib (118.1.2) <0C68D3A6-ACDD-3EF3-991A-CC82C32AB836> /usr/lib/system/libcopyfile.dylib
        0x7fff8e943000 -     0x7fff8e9d4ff7  libCoreStorage.dylib (471) <5CA37ED3-320C-3469-B4D2-6F045AFE03A1> /usr/lib/libCoreStorage.dylib
        0x7fff8e9d5000 -     0x7fff8e9d9fff  libcache.dylib (69) <45E9A2E7-99C4-36B2-BEE3-0C4E11614AD1> /usr/lib/system/libcache.dylib
        0x7fff8ea1d000 -     0x7fff8ea45ffb  libRIP.A.dylib (772) <9262437A-710A-397D-8E34-1CBFEA1FC5E1> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/Resources/libRIP.A .dylib
        0x7fff8ea46000 -     0x7fff8ea71fff  libc++abi.dylib (125) <88A22A0F-87C6-3002-BFBA-AC0F2808B8B9> /usr/lib/libc++abi.dylib
        0x7fff8ea72000 -     0x7fff8eacdfff  libTIFF.dylib (1231) <ACC9ED11-EED8-3A23-B452-3F40FF7EF435> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib
        0x7fff8eace000 -     0x7fff8ec12ff7  com.apple.QTKit (7.7.3 - 2890) <6F6CD79F-CFBB-3FE4-82C6-47991346FB17> /System/Library/Frameworks/QTKit.framework/Versions/A/QTKit
        0x7fff8ec13000 -     0x7fff8ec16ff7  libdyld.dylib (353.2.1) <19FAF435-C165-3374-9DEF-D7BBA7D61DB6> /usr/lib/system/libdyld.dylib
        0x7fff8ecb1000 -     0x7fff8eef1ff7  com.apple.AddressBook.framework (9.0 - 1498) <EFCD7F23-4654-3B3F-997B-88054D29D442> /System/Library/Frameworks/AddressBook.framework/Versions/A/AddressBook
        0x7fff8eef2000 -     0x7fff8eef4ff7  libquarantine.dylib (76) <DC041627-2D92-361C-BABF-A869A5C72293> /usr/lib/system/libquarantine.dylib
        0x7fff8eef5000 -     0x7fff8eef9fff  libspindump.dylib (182) <7BD8C0AC-1CDA-3864-AE03-470B50160148> /usr/lib/libspindump.dylib
        0x7fff8eefa000 -     0x7fff8ef14ff7  com.apple.AppleVPAFramework (1.0.30 - 1.0.30) <D47A2125-C72D-3298-B27D-D89EA0D55584> /System/Library/PrivateFrameworks/AppleVPA.framework/Versions/A/AppleVPA
        0x7fff8ef15000 -     0x7fff8ef26ff7  libsystem_coretls.dylib (35.1.2) <EBBF7EF6-80D8-3F8F-825C-B412BD6D22C0> /usr/lib/system/libsystem_coretls.dylib
        0x7fff8ef40000 -     0x7fff8f1aafff  com.apple.imageKit (2.6 - 838) <AFFC0062-F9E0-3F36-B321-D90B7E9CB785> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/ImageKit.fram ework/Versions/A/ImageKit
        0x7fff8fa34000 -     0x7fff8fa4aff7  com.apple.CoreMediaAuthoring (2.2 - 951) <B5E5ADF2-BBE8-30D9-83BC-74D0D450CF42> /System/Library/PrivateFrameworks/CoreMediaAuthoring.framework/Versions/A/CoreM ediaAuthoring
        0x7fff8fa4b000 -     0x7fff8facfff7  com.apple.ViewBridge (99.1 - 99.1) <B36779D4-BEAF-36DD-83AF-E67F639BFF36> /System/Library/PrivateFrameworks/ViewBridge.framework/Versions/A/ViewBridge
        0x7fff8fad0000 -     0x7fff8fb3aff7  com.apple.imfoundation (10.0 - 1000) <1810C42E-B06B-385B-9D17-FDB9C9D91E90> /System/Library/PrivateFrameworks/IMFoundation.framework/Versions/A/IMFoundatio n
        0x7fff8fb3b000 -     0x7fff8fdd1ff7  com.apple.AOSKit (1.06 - 215) <432B31DE-50F3-3258-A462-A777C3B8184A> /System/Library/PrivateFrameworks/AOSKit.framework/Versions/A/AOSKit
        0x7fff8fdd2000 -     0x7fff8fdd3fff  libDiagnosticMessagesClient.dylib (100) <2EE8E436-5CDC-34C5-9959-5BA218D507FB> /usr/lib/libDiagnosticMessagesClient.dylib
        0x7fff8fdd4000 -     0x7fff8fe51fff  com.apple.CoreServices.OSServices (640.3 - 640.3) <28445162-08E9-3E24-84E4-617CE5FE1367> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServi ces.framework/Versions/A/OSServices
        0x7fff8fe52000 -     0x7fff8fe5dff7  libcsfde.dylib (471) <797691FA-FC0A-3A95-B6E8-BDB75AEAEDFD> /usr/lib/libcsfde.dylib
        0x7fff8fe5e000 -     0x7fff8feb8ff7  com.apple.LanguageModeling (1.0 - 1) <ACA93FE0-A0E3-333E-AE3C-8EB7DE5F362F> /System/Library/PrivateFrameworks/LanguageModeling.framework/Versions/A/Languag eModeling
        0x7fff8feb9000 -     0x7fff8febbfff  com.apple.CoreDuetDebugLogging (1.0 - 1) <9A6E5710-EA99-366E-BF40-9A65EC1B46A1> /System/Library/PrivateFrameworks/CoreDuetDebugLogging.framework/Versions/A/Cor eDuetDebugLogging
        0x7fff8febc000 -     0x7fff8ffe3fff  com.apple.coreui (2.1 - 305) <BB430677-D1F7-38DD-8F05-70E54352B8B5> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
        0x7fff8ffe4000 -     0x7fff9000eff7  libdispatch.dylib (442.1.4) <502CF32B-669B-3709-8862-08188225E4F0> /usr/lib/system/libdispatch.dylib
        0x7fff9000f000 -     0x7fff9001afff  libGL.dylib (11.0.7) <C53344AD-8CE6-3111-AB94-BD4CA89ED84E> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
        0x7fff9001b000 -     0x7fff9004bff3  com.apple.CoreAVCHD (5.7.5 - 5750.4.1) <3E51287C-E97D-3886-BE88-8F6872400876> /System/Library/PrivateFrameworks/CoreAVCHD.framework/Versions/A/CoreAVCHD
        0x7fff9004c000 -     0x7fff900bdff7  com.apple.framework.IOKit (2.0.2 - 1050.1.21) <ED3B0B22-AACC-303B-BFC8-20ECD1AF6BA2> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
        0x7fff900bf000 -     0x7fff900e2ff7  com.apple.idsfoundation (10.0 - 1000) <D0C0714F-B1B0-3D86-BAA8-DACC76121118> /System/Library/PrivateFrameworks/IDSFoundation.framework/Versions/A/IDSFoundat ion
        0x7fff900e3000 -     0x7fff900eeff7  com.apple.DirectoryService.Framework (10.10 - 187) <813211CD-725D-31B9-ABEF-7B28DE2CB224> /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryServi ce
        0x7fff900ef000 -     0x7fff90108fff  com.apple.ContactsUI (9.0 - 1498) <41F12AEE-F0EA-3D9B-9F8D-6AE5E3814787> /System/Library/PrivateFrameworks/ContactsUI.framework/Versions/A/ContactsUI
        0x7fff90138000 -     0x7fff9022cff7  libFontParser.dylib (134) <506126F8-FDCE-3DE1-9DCA-E07FE658B597> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libFontParser.dylib
        0x7fff9022d000 -     0x7fff902adff7  com.apple.IMAP (8.0 - 1990.1) <5240DA63-E9EC-393A-AF78-CFB571F7D57B> /System/Library/PrivateFrameworks/IMAP.framework/Versions/A/IMAP
        0x7fff9034b000 -     0x7fff9048dfff  libsqlite3.dylib (168) <7B580EB9-9260-35FE-AE2F-276A2C242BAB> /usr/lib/libsqlite3.dylib
        0x7fff9048e000 -     0x7fff90499ff7  com.apple.AppSandbox (4.0 - 238) <BC5EE1CA-764A-303D-9989-4041C1291026> /System/Library/PrivateFrameworks/AppSandbox.framework/Versions/A/AppSandbox
        0x7fff904e7000 -     0x7fff904f8ff7  libz.1.dylib (55) <88C7C7DE-04B8-316F-8B74-ACD9F3DE1AA1> /usr/lib/libz.1.dylib
        0x7fff904f9000 -     0x7fff90501ff7  com.apple.icloud.FindMyDevice (1.0 - 1) <D198E170-3610-3727-BC87-73AD249CA097> /System/Library/PrivateFrameworks/FindMyDevice.framework/Versions/A/FindMyDevic e
        0x7fff90502000 -     0x7fff90551ff7  com.apple.opencl (2.4.2 - 2.4.2) <6AE26E08-6EFC-3E1B-B202-EFA9C3E5B9D4> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
        0x7fff90552000 -     0x7fff9057afff  libsystem_info.dylib (459) <B85A85D5-8530-3A93-B0C3-4DEC41F79478> /usr/lib/system/libsystem_info.dylib
        0x7fff9057b000 -     0x7fff9057ffff  libpam.2.dylib (20) <E805398D-9A92-31F8-8005-8DC188BD8B6E> /usr/lib/libpam.2.dylib
        0x7fff907ed000 -     0x7fff907f5fff  libsystem_dnssd.dylib (561.1.1) <62B70ECA-E40D-3C63-896E-7F00EC386DDB> /usr/lib/system/libsystem_dnssd.dylib
        0x7fff907f6000 -     0x7fff91337fff  com.apple.AppKit (6.9 - 1343.14) <1732C412-257B-340E-8863-B8162D4EB2E2> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
        0x7fff91338000 -     0x7fff91348ff7  libbsm.0.dylib (34) <A3A2E56C-2B65-37C7-B43A-A1F926E1A0BB> /usr/lib/libbsm.0.dylib
        0x7fff9143d000 -     0x7fff9159bff3  com.apple.avfoundation (2.0 - 889.10) <4D1735C4-D055-31E9-8051-FED29F41F4F6> /System/Library/Frameworks/AVFoundation.framework/Versions/A/AVFoundation
        0x7fff91684000 -     0x7fff91691ff7  libxar.1.dylib (254) <CE10EFED-3066-3749-838A-6A15AC0DBCB6> /usr/lib/libxar.1.dylib
        0x7fff91692000 -     0x7fff916b6ff7  com.apple.quartzfilters (1.10.0 - 1.10.0) <1AE50F4A-0098-34E7-B24D-DF7CB94073CE> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzFilters .framework/Versions/A/QuartzFilters
        0x7fff916b7000 -     0x7fff916d5fff  com.apple.frameworks.preferencepanes (16.0 - 16.0) <C763B730-D6BC-31D3-951A-898BB49C5A3E> /System/Library/Frameworks/PreferencePanes.framework/Versions/A/PreferencePanes
        0x7fff916e1000 -     0x7fff91719fff  com.apple.RemoteViewServices (2.0 - 99) <C9A62691-B0D9-34B7-B71C-A48B5F4DC553> /System/Library/PrivateFrameworks/RemoteViewServices.framework/Versions/A/Remot eViewServices
        0x7fff91720000 -     0x7fff91798ff7  com.apple.SystemConfiguration (1.14 - 1.14) <C269BCFD-ACAB-3331-BC7C-0430F0E84817> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfi guration
        0x7fff91849000 -     0x7fff91878fff  com.apple.securityinterface (10.0 - 55058) <21F38170-2D3D-3FA2-B0EC-379482AFA5E4> /System/Library/Frameworks/SecurityInterface.framework/Versions/A/SecurityInter face
        0x7fff91879000 -     0x7fff91902fff  com.apple.CoreSymbolication (3.1 - 56072) <8CE81C95-49E8-389F-B989-67CC452C08D0> /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSy mbolication
        0x7fff91903000 -     0x7fff91917ff7  com.apple.ProtectedCloudStorage (1.0 - 1) <52CFE68A-0663-3756-AB5B-B42195026052> /System/Library/PrivateFrameworks/ProtectedCloudStorage.framework/Versions/A/Pr otectedCloudStorage
        0x7fff91922000 -     0x7fff91927ff7  libunwind.dylib (35.3) <BE7E51A0-B6EA-3A54-9CCA-9D88F683A6D6> /usr/lib/system/libunwind.dylib
        0x7fff91978000 -     0x7fff91a87ffb  com.apple.desktopservices (1.9 - 1.9) <6EDAC73F-C42C-3FF7-B67D-FCCA1CFC5405> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/Desk topServicesPriv
        0x7fff91a88000 -     0x7fff91aceffb  libFontRegistry.dylib (134) <01B8034A-45FD-3360-A347-A1896F591363> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libFontRegistry.dylib
        0x7fff91acf000 -     0x7fff91ad0ffb  libremovefile.dylib (35) <3485B5F4-6CE8-3C62-8DFD-8736ED6E8531> /usr/lib/system/libremovefile.dylib
        0x7fff91ad1000 -     0x7fff91ad7ff7  libsystem_networkextension.dylib (167.1.10) <29AB225B-D7FB-30ED-9600-65D44B9A9442> /usr/lib/system/libsystem_networkextension.dylib
        0x7fff91ae5000 -     0x7fff91d91fff  com.apple.GeoServices (1.0 - 982.4.10) <8A7FE04A-2785-30E7-A6E2-DC15D170DAF5> /System/Library/PrivateFrameworks/GeoServices.framework/Versions/A/GeoServices
        0x7fff91d92000 -     0x7fff91dc3fff  libtidy.A.dylib (15.15) <37FC944D-271A-386A-9ADD-FA33AD48F96D> /usr/lib/libtidy.A.dylib
        0x7fff91dc4000 -     0x7fff91e83fff  com.apple.backup.framework (1.6 - 1.6) <5C38C168-5E9B-335D-9570-91AF8604BB10> /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup
        0x7fff91e84000 -     0x7fff91e84fff  com.apple.CoreServices (62 - 62) <9E4577CA-3FC3-300D-AB00-87ADBDDA2E37> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
        0x7fff91ee2000 -     0x7fff91efcff7  com.apple.Kerberos (3.0 - 1) <7760E0C2-A222-3709-B2A6-B692D900CEB1> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
        0x7fff91efd000 -     0x7fff91f05fff  libsystem_platform.dylib (63) <64E34079-D712-3D66-9CE2-418624A5C040> /usr/lib/system/libsystem_platform.dylib
        0x7fff91f9f000 -     0x7fff91fa3ff7  com.apple.TCC (1.0 - 1) <AFC32F8F-BCD5-313C-B66E-5AB8591EC066> /System/Library/PrivateFrameworks/TCC.framework/Versions/A/TCC
        0x7fff91fa4000 -     0x7fff9200bff7  com.apple.datadetectorscore (6.0 - 396.1) <5D348063-1528-3E2F-B587-9E82970506F9> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDe tectorsCore
        0x7fff92020000 -     0x7fff92024fff  com.apple.CommonPanels (1.2.6 - 96) <F9ECC8AF-D9CA-3350-AFB4-5113A9B789A5> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels. framework/Versions/A/CommonPanels
        0x7fff92025000 -     0x7fff9202affb  libheimdal-asn1.dylib (398.1.2) <F9463B34-AAF5-3488-AD0C-85937C81FC5E> /usr/lib/libheimdal-asn1.dylib
        0x7fff9202b000 -     0x7fff92077ff7  libcups.2.dylib (408) <9CECCDE3-51D7-3028-830C-F58BD36E3317> /usr/lib/libcups.2.dylib
        0x7fff92078000 -     0x7fff920b0ff7  com.apple.Notes.framework (3.0 - 346.1) <F31E80FB-C897-3DB7-8BCE-DE9D814D5D05> /System/Library/PrivateFrameworks/Notes.framework/Versions/A/Notes
        0x7fff920d9000 -     0x7fff920f3ff3  com.apple.Ubiquity (1.3 - 313) <DF56A657-CC6E-3BE2-86A0-71F07127724C> /System/Library/PrivateFrameworks/Ubiquity.framework/Versions/A/Ubiquity
        0x7fff920f4000 -     0x7fff920feff7  com.apple.CrashReporterSupport (10.10 - 629) <EC97EA5E-3190-3717-A4A9-2F35A447E7A6> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/Cra shReporterSupport
        0x7fff920ff000 -     0x7fff921a5fff  com.apple.PDFKit (3.0 - 3.0) <C55D8F39-561D-32C7-A701-46F76D6CC151> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/PDFKit.framew ork/Versions/A/PDFKit
        0x7fff921a6000 -     0x7fff921a8ff7  com.apple.SecCodeWrapper (4.0 - 238) <F450AB10-B0A4-3B55-A1B9-563E55C99333> /System/Library/PrivateFrameworks/SecCodeWrapper.framework/Versions/A/SecCodeWr apper
        0x7fff921a9000 -     0x7fff9222aff3  com.apple.CoreUtils (1.0 - 101.1) <45E5E51B-947E-3F2D-BD9C-480E72555C23> /System/Library/PrivateFrameworks/CoreUtils.framework/Versions/A/CoreUtils
        0x7fff9235e000 -     0x7fff924ecfff  libBLAS.dylib (1128) <497912C1-A98E-3281-BED7-E9C751552F61> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libBLAS.dylib
        0x7fff925e5000 -     0x7fff925eafff  com.apple.DiskArbitration (2.6 - 2.6) <0DFF4D9B-2AC3-3B82-B5C5-30F4EFBD2DB9> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
        0x7fff925eb000 -     0x7fff928edfff  com.apple.HIToolbox (2.1.1 - 756) <9DD121B5-B7EB-3C43-8155-61A4417F8E9A> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.fra mework/Versions/A/HIToolbox
        0x7fff92939000 -     0x7fff92944ff7  com.apple.speech.synthesis.framework (5.2.6 - 5.2.6) <9434AA45-B6BD-37F7-A866-172196A7F91B> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ SpeechSynthesis.framework/Versions/A/SpeechSynthesis
        0x7fff92945000 -     0x7fff92947ff7  libutil.dylib (38) <471AD65E-B86E-3C4A-8ABD-B8665A2BCE3F> /usr/lib/libutil.dylib
        0x7fff92948000 -     0x7fff92953fff  libcommonCrypto.dylib (60061) <D381EBC6-69D8-31D3-8084-5A80A32CB748> /usr/lib/system/libcommonCrypto.dylib
        0x7fff92954000 -     0x7fff92980fff  libsandbox.1.dylib (358.1.1) <9A00BD06-579F-3EDF-9D4C-590DFE54B103> /usr/lib/libsandbox.1.dylib
        0x7fff929dc000 -     0x7fff929dcff7  libkeymgr.dylib (28) <77845842-DE70-3CC5-BD01-C3D14227CED5> /usr/lib/system/libkeymgr.dylib
        0x7fff929dd000 -     0x7fff92a00fff  com.apple.Sharing (328.3 - 328.3) <FDEE49AD-8804-3760-9C14-8D1D10BBEA37> /System/Library/PrivateFrameworks/Sharing.framework/Versions/A/Sharing
        0x7fff92a34000 -     0x7fff92a7aff7  libauto.dylib (186) <A260789B-D4D8-316A-9490-254767B8A5F1> /usr/lib/libauto.dylib
        0x7fff92a7b000 -     0x7fff92a82fff  com.apple.network.statistics.framework (1.2 - 1) <61B311D1-7F15-35B3-80D4-99B8BE90ACD9> /System/Library/PrivateFrameworks/NetworkStatistics.framework/Versions/A/Networ kStatistics
        0x7fff92a83000 -     0x7fff92ad1fff  com.apple.ExchangeWebServices (5.0 - 213) <BB96875F-981D-3787-B450-A294F6D0A6A6> /System/Library/PrivateFrameworks/ExchangeWebServices.framework/Versions/A/Exch angeWebServices
        0x7fff92ad2000 -     0x7fff92ad4fff  com.apple.marco (10.0 - 1000) <ECD31951-F96E-3F5C-B468-729BBEBDCCE3> /System/Library/PrivateFrameworks/Marco.framework/Versions/A/Marco
        0x7fff92ad5000 -     0x7fff92c40ff7  com.apple.audio.toolbox.AudioToolbox (1.12 - 1.12) <5C6DBEB4-F2EA-3262-B9FC-AFB89404C1DA> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
        0x7fff92ed8000 -     0x7fff92f08fff  libsystem_m.dylib (3086.1) <1E12AB45-6D96-36D0-A226-F24D9FB0D9D6> /usr/lib/system/libsystem_m.dylib
        0x7fff92f09000 -     0x7fff92f0bffb  libCGXType.A.dylib (772) <7CB71BC6-D8EC-37BC-8243-41BAB086FAAA> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGXTy pe.A.dylib
        0x7fff92f0c000 -     0x7fff9323aff7  com.apple.Foundation (6.9 - 1151.16) <18EDD673-A010-3E99-956E-DA594CE1FA80> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
        0x7fff9323b000 -     0x7fff934b5ff3  com.apple.RawCamera.bundle (6.00 - 761) <056E2E1D-6682-354E-9666-7E4935653D47> /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera
        0x7fff934b6000 -     0x7fff934befff  libMatch.1.dylib (24) <C917279D-33C2-38A8-9BDD-18F3B24E6FBD> /usr/lib/libMatch.1.dylib
        0x7fff934bf000 -     0x7fff935fcfff  com.apple.ImageIO.framework (3.3.0 - 1038) <611BDFBA-4BAA-36A8-B7E0-3830F3375E53> /System/Library/Frameworks/ImageIO.framework/Versions/A/ImageIO
        0x7fff935fd000 -     0x7fff9364aff3  com.apple.print.framework.PrintCore (10.0 - 451) <3CA58254-D14F-3913-9DFB-CAC499570CC7> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ PrintCore.framework/Versions/A/PrintCore
        0x7fff9364b000 -     0x7fff93666ff7  libCRFSuite.dylib (34) <D64842BE-7BD4-3D0C-9842-1D202F7C2A51> /usr/lib/libCRFSuite.dylib
        0x7fff93667000 -     0x7fff9399afff  libmecabra.dylib (666) <2CE5540A-D412-3D53-9E11-86C24D61713B> /usr/lib/libmecabra.dylib
        0x7fff9399b00

  • WHY DOES THIS SQL NOT WORK

    I have 4 statements.
    echo off
    plus80 / @z:\nesp1483_batch
    plus80 / @z:\nesp1484a_batch
    exit
    The first statement plus80 / @z:\nesp1484_batch inserts records into a table and creates a report and deletes the table.
    However the second statement plus80 / @z:\nesp1484a_batch is not working properly. I want it to insert records into a table, create a report and then delete the table but it is not working properly. It is hanging up on this statement.
    I need to say plus80 to get the program to execute properly.
    I have also tried sqlplus /@z:\nesp1484a_batch but this does not work either.
    What do I need to do to make the third statement to execute properly?

    I know that it is not working
    because the response time is slow and I have over 15 minutes
    and nothing is happening. How do you know it is not working as opposed to just working slow?
    Do you have any logging routines in your code? If you have, switch on them on and see what's happening. If not, now is a good time to think about including them...
    Cheers, APC

  • Why does it cost $700 to upgrade to an iPhone?

    Okay, let me tell you this story from the beginning.....
    In December of 2013, I wanted an iPhone 5c. My current basic phone was acting up, so my dad wanted to get a replacement. Instead, Verizon (without telling my dad) marked this as an upgrade... My birthday was about a month ago, and we went to the store to get an iPhone...but we couldn't upgrade, without paying $700 until December of 2015. The store said I could get a used iphone from someone that was verizon and use that, but that leaves me with a 4s that's crappy. What do I do? Could I buy an iphone from the Apple Store and bring it in??? HELP ME.

    kupte21 wrote:
    Okay, let me tell you this story from the beginning.....
    In December of 2013, I wanted an iPhone 5c. My current basic phone was acting up, so my dad wanted to get a replacement. Instead, Verizon (without telling my dad) marked this as an upgrade.
    Your dad signed a contract in order to complete the upgrade. It's never a good idea to sign things without reading them.
    You can inquire about the possibility of upgrading your phone using Verizon's Early Edge program. Or, using an upgrade from another line on the account. Or, pay full retail for the new phone. Or, buy one of the used iPhone 5Cs that will be flooding the market in the next couple of weeks.

  • Why does the logic pro 9 upgrade not work on OS X 10.8.4 ?

    Just decided to upgrade to logic 9 from my 8 (an upgrade from 6!) but I also have Protools on my computer (dont hate). Tools 11 needs 10.8.4 but the logic 9 update refuses to work with 10.8.4 ...BTW pro 8 is still working well on my system, but 9 has some additional cool featurs etc
    Additionally an upate to Logic X loses all my 32bit plugins so...I am  staying with 8/9 for a while ..any help to get 9 functional??

    It is the installer that's quitting, or Logic Pro when you try to launch it? If the latter, download all the available updates, either through Software Update or the standalone downloaders;
    http://support.apple.com/downloads/#logic%20pro%209
    and apply them before attempting to launch Logic. That might work better.
    Regards.

  • Why does mail hang up while upgrading with mountain lion

    Recently upgraded to ML.  First time I open mail, it says it must upgrade before using....from that point it just gets hung up... no work, no mail, nothing. Any ideas?

    This is the screen shot from the MacAir I'm working on...

  • Why does iccProfile not work after upgrading to snow leopard

    The icc Profile for my printers Epson R2400 and Canon 4500 dont work anymore after installing snow leopard. I updated already the treiber for both printer and also loaded original icc profile from epson and canon. I print from Aperture 2.1.4. Under 10.5 I never had problems with printing.

    I marked it incorrectla as unserd. sorry

Maybe you are looking for

  • How do I specify folder and file options for memory cards in LR4?

    Hello! I have read the sections Set import and file-handling preferences and Specify Auto Import settings in the manual. But they don't seem to answer my question. The other stuff that's written about importing files in Lightroom seem to only cover t

  • Syncing Apps from iPhone to iTunes and back

    I've transferred my apps from the iPhone to iTunes by clicking on "Transfer Purchases" That's all good so now they both have the same apps. I've installed the latest ver of iTunes so ultimately it allows us to re-arrange the pages of apps on the iPho

  • Factory Reset 2007 iMac with Mavericks

    I Have a new MacBook Pro and want to give my grandson my 2007 iMac with latest Mavericks. I'm transferring everything between the two devices now. Once completed I would like to do a complete reset so that all of my data and preferences would be gone

  • Itunes movies wont play on computer, itunes keeps asking for authorisation

    The movies in my itunes will not play on my computer. Itunes continaually asks for computer to be authorised, then once authorised it says that the computer is already authorised then asks for authorisation again. Movies will however play on ipad. An

  • Acrobat 7.0.5 pro

    Ciao, mi hanno installato sul mio pc la versione acrobat 7.0.5 pro, sebbene essa sia in lingua italiana, spagnola ed inglese, non riesco a portarla in italiano, mi da unicamente quella inglese. Grazie Luigi