Synchronous inetd coredumping over multiple zones

We're experiencing rather strange behaviour on several of our zoned systems (some M5k's, 5220's, T2000's),
in that some Solaris daemons (mostly the inetd) are repeatedly coredumping, in all zones at the same time.
Aug 2 13:29:01 so02 genunix: [ID 603404 kern.notice] NOTICE: core_log: inetd[18080] core dumped: /var/core/core_zone1_inetd_0_0_1217676540_18080
Aug 2 13:29:02 so02 genunix: [ID 603404 kern.notice] NOTICE: core_log: inetd[18094] core dumped: /var/core/core_zone2_inetd_0_0_1217676541_18094
Aug 2 13:29:02 so02 genunix: [ID 603404 kern.notice] NOTICE: core_log: inetd[18247] core dumped: /var/core/core_zone1_inetd_0_0_1217676542_18247
Aug 2 13:29:03 so02 genunix: [ID 603404 kern.notice] NOTICE: core_log: inetd[18261] core dumped: /var/core/core_zone2_inetd_0_0_1217676543_18261
Aug 2 13:29:04 so02 genunix: [ID 603404 kern.notice] NOTICE: core_log: inetd[18275] core dumped: /var/core/core_zone2_inetd_0_0_1217676543_18275
Aug 2 13:29:05 so02 genunix: [ID 603404 kern.notice] NOTICE: core_log: inetd[18285] core dumped: /var/core/core_zone1_inetd_0_0_1217676544_18285
These always seem to come in bursts of three crash rounds, then it's running fine for a few days, and suddenly another burst of coredumps - on average twice a week.
The machines are not visible to the internet, and as it also happens on weekends, so I think I can rule out some malicious user trying to exploit some flaw in inetd causing it to crash.
Anyone got a hint what might cause this, or how to trace the issue back?

Smells like a bug in inetd that is being tickled by a port scan. If someone in your organization is doing scanning, it could hit all your zone IPs within a short period of time.
If you can't find who's responsible via other methods (asking around), I'd set up a zone that isn't doing anything (so it has almost no network traffic). Then I'd run snoop to watch traffic for that hostname just before you might expect it again. Then go back and correlate the traffic after you find inetd down again. By having the zone otherwise idle, the snoop traffic should be light enough that you can run it for hours with little impact.
Darren

Similar Messages

  • Create events over multiple time zones

    Hello again,
    How do I create events over multiple time zones? For instance, a plane leaves on GMT time zone and lands on GMT+5.
    If iCal doesn't allow this, what is your suggested approach in this case?
    Thanks in advance!

    You're right, iCal doesn't allow this.
    I just add the abbreviation for the timezone at the end of the title. For example: "AA Flight 407 - CDT", keeping in mind that the block of time for that event showing in iCal is always in that time zone.
    It's not ideal, but it works for me.

  • How do I run a table over multiple pages?

    Hi I write TV scripts using a simple two column table which can be many rows long - how can I get Pages to automatically run the table over multiple pages whilst still allowing me to cut and paste and rearrange the script? This is simple in Word and must work in pages but I can't work out how to get it to work. I've tried looking at the Page Break feature but it won't come up from the table?
    many thanks

    At this time, There is no way to drive tables in Pages with AppleScript.
    Do your job in Numbers which allow that.
    Yvan KOENIG (from FRANCE vendredi 6 février 2009 13:54:35)

  • How to run multiple CodedUI Ordered Tests over multiple Test Agents for parallel execution using Test Controller

    we are using VS 2013, I need to run multiple Coded UI Ordered Tests in parallel on different agents.
    My requirement :
    Example:   I have 40 Coded UI Test scripts in single solution/project. i want to run in different OS environments(example 5 OS ).  I have created 5 Ordered tests with the same 40 test cases. 
    I have one Controller machine and 5 test agent machines. Now I want my tests to be distributed in a way that every agent gets 1 Ordered test to execute. 
    Machine_C = Controller (Controls Machine_1,2,3,4,5)
    Machine_1 = Test Agent 1 (Should execute Ordered Test 1 (ex: OS - WIN 7) )
    Machine_2 = Test Agent 2 (Should execute Ordered Test 2 (ex:
    OS - WIN 8) )
    Machine_3 = Test Agent 3 (Should execute Ordered Test 3
    (ex: OS - WIN 2008 server)  )
    Machine_4 = Test Agent 4 (Should execute Ordered Test 4 (ex:
    OS - WIN 2012 server) )
    Machine_5 = Test Agent 5 (Should execute Ordered Test 5 (ex:
    OS - WIN 2003 server) )
    I have changed the  “MinimumTestsPerAgent” app setting value
    as '1' in controller’s configuration file (QTController.exe.config).
    When I run the Ordered tests from the test explorer all Test agent running with each Ordered test and showing the status as running. but with in the 5 Test Agents only 2 Agents executing the test cases remaining all 3 agents not executing the test cases but
    status showing as 'running' still for long time (exp: More then 3 hr) after that all so  its not responding. 
    I need to know how I can configure my controller or how I can tell it to execute these tests in parallel on different test agents. This will help me reducing the script execution time. 
     I am not sure what steps I am missing. 
    It will be of great help if someone can guide me how this can be achieved.
    -- > One more thing Can I Run one Coded UI Ordered Test on One Specific Test Agent?
    ex: Need to run ordered Test 1 in Win 7 OS (Test Agent 1) only.
    Thanks in Advance.

    Hi Divakar,
    Thank you for posting in MSDN forum.
    As far as I know, we cannot specify coded UI ordered test run on specific test agent. And it is mainly that test controller determine which coded UI ordered test assign to which test agent.
    Generally, I know that if we want to run multiple CodedUI Ordered Tests over multiple Test Agents for parallel execution using Test Controller.
    We will need to change the MinimumTestsPerAgent property to 1 in the test controller configuration file (QTControllerConfig.exe.config) as you said.
    And then we will need to change the bucketSize number of tests/number of machines in the test settings.
    For more information about how to set this bucketSize value, please refer the following blog.
    http://blogs.msdn.com/b/aseemb/archive/2010/08/11/how-to-run-automated-tests-on-different-machines-in-parallel.aspx
    You can refer this Jack's suggestion to run your coded UI ordered test in lab Environment or load test.
    https://social.msdn.microsoft.com/Forums/vstudio/en-US/661e73da-5a08-4c9b-8e5a-fc08c5962783/run-different-codedui-tests-simultaneously-on-different-test-agents-from-a-single-test-controller?forum=vstest
    Best Regards,
    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.
    Click
    HERE to participate the survey.

  • Preview.app going crash when trying find something over multiple files at a time

    Hello!
    I have MacBook Pro 15 inches from the end of 2013 with Retina.
    I use preview.app to read and search over multiple files (PDF).
    I am getting crash of preview.app.
    How to repeat crash:
    - select several pdf files
    - click with two fingers
    - choose open in program: Preview
    - files are opened in good manner
    - go to last file and find two word you need to search
    - go  to the first file
    - use search field and insert to it two word
    - choose done and repeat search
    After 3rd search request Preview.app will always crash.
    If I open 7 files it can crash on first search request.
    All file names are in english,
    Content in russian.
    Is it possible to fix problem?
    Below I put crash data.
    Thank you!
    Kind regards,
    Dmitry Safronov
    Process:               Preview [3711]
    Path:                  /Applications/Preview.app/Contents/MacOS/Preview
    Identifier:            com.apple.Preview
    Version:               8.0 (859.7)
    Build Info:            Preview-859007000000000~1
    Code Type:             X86-64 (Native)
    Parent Process:        ??? [1]
    Responsible:           Preview [3711]
    User ID:               501
    Date/Time:             2015-03-21 10:40:53.680 +0300
    OS Version:            Mac OS X 10.10.2 (14C1510)
    Report Version:        11
    Anonymous UUID:        47047517-DBC8-9983-2808-3501E59C15D1
    Sleep/Wake UUID:       AF9F604D-D82B-4902-A09C-A568E54AE706
    Time Awake Since Boot: 34000 seconds
    Time Since Wake:       1000 seconds
    Crashed Thread:        0  Dispatch queue: com.apple.main-thread
    Exception Type:        EXC_CRASH (SIGABRT)
    Exception Codes:       0x0000000000000000, 0x0000000000000000
    Application Specific Information:
    *** Terminating app due to uncaught exception 'NSOutlineView', reason: 'NSOutlineView error removing child indexes <NSIndexSet: 0x7fd7357956e0>[number of indexes: 1 (in 1 ranges), indexes: (4)] in parent 0x0 (which has 4 children).'
    terminating with uncaught exception of type NSException
    abort() called
    Application Specific Backtrace 1:
    0   CoreFoundation                      0x00007fff9ae7a66c __exceptionPreprocess + 172
    1   libobjc.A.dylib                     0x00007fff990d176e objc_exception_throw + 43
    2   AppKit                              0x00007fff94c81e3a -[NSOutlineView _validateParentRowEntry:reason:indexes:] + 0
    3   AppKit                              0x00007fff94c822d8 -[NSOutlineView _removeItemsAtIndexes:inParentRowEntry:withAnimation:] + 105
    4   AppKit                              0x00007fff94c848aa -[NSOutlineView removeItemsAtIndexes:inParent:withAnimation:] + 289
    5   Preview                             0x000000010d7b5591 Preview + 550289
    6   Preview                             0x000000010d7b52b7 Preview + 549559
    7   libdispatch.dylib                   0x00007fff952dcc13 _dispatch_client_callout + 8
    8   libdispatch.dylib                   0x00007fff952ea04e _dispatch_barrier_sync_f_slow_invoke + 412
    9   libdispatch.dylib                   0x00007fff952dcc13 _dispatch_client_callout + 8
    10  libdispatch.dylib                   0x00007fff952e8cbf _dispatch_main_queue_callback_4CF + 861
    11  CoreFoundation                      0x00007fff9adcdc79 __CFRUNLOOP_IS_SERVICING_THE_MAIN_DISPATCH_QUEUE__ + 9
    12  CoreFoundation                      0x00007fff9ad8a30f __CFRunLoopRun + 2159
    13  CoreFoundation                      0x00007fff9ad89858 CFRunLoopRunSpecific + 296
    14  HIToolbox                           0x00007fff98a30aef RunCurrentEventLoopInMode + 235
    15  HIToolbox                           0x00007fff98a3086a ReceiveNextEventCommon + 431
    16  HIToolbox                           0x00007fff98a306ab _BlockUntilNextEventMatchingListInModeWithFilter + 71
    17  AppKit                              0x00007fff94719f81 _DPSNextEvent + 964
    18  AppKit                              0x00007fff94719730 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 194
    19  AppKit                              0x00007fff9470d593 -[NSApplication run] + 594
    20  AppKit                              0x00007fff946f8a14 NSApplicationMain + 1832
    21  libdyld.dylib                       0x00007fff9a00b5c9 start + 1
    Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
    0   libsystem_kernel.dylib         0x00007fff97e35286 __pthread_kill + 10
    1   libsystem_c.dylib             0x00007fff8e2e4b53 abort + 129
    2   libc++abi.dylib               0x00007fff917b7a21 abort_message + 257
    3   libc++abi.dylib               0x00007fff917df9d1 default_terminate_handler() + 267
    4   libobjc.A.dylib               0x00007fff990d57d6 _objc_terminate() + 103
    5   libc++abi.dylib               0x00007fff917dd0a1 std::__terminate(void (*)()) + 8
    6   libc++abi.dylib               0x00007fff917dd113 std::terminate() + 51
    7   libobjc.A.dylib               0x00007fff990d55ff objc_terminate + 9
    8   libdispatch.dylib             0x00007fff952dcc27 _dispatch_client_callout + 28
    9   libdispatch.dylib             0x00007fff952ea04e _dispatch_barrier_sync_f_slow_invoke + 412
    10  libdispatch.dylib             0x00007fff952dcc13 _dispatch_client_callout + 8
    11  libdispatch.dylib             0x00007fff952e8cbf _dispatch_main_queue_callback_4CF + 861
    12  com.apple.CoreFoundation       0x00007fff9adcdc79 __CFRUNLOOP_IS_SERVICING_THE_MAIN_DISPATCH_QUEUE__ + 9
    13  com.apple.CoreFoundation       0x00007fff9ad8a30f __CFRunLoopRun + 2159
    14  com.apple.CoreFoundation       0x00007fff9ad89858 CFRunLoopRunSpecific + 296
    15  com.apple.HIToolbox           0x00007fff98a30aef RunCurrentEventLoopInMode + 235
    16  com.apple.HIToolbox           0x00007fff98a3086a ReceiveNextEventCommon + 431
    17  com.apple.HIToolbox           0x00007fff98a306ab _BlockUntilNextEventMatchingListInModeWithFilter + 71
    18  com.apple.AppKit               0x00007fff94719f81 _DPSNextEvent + 964
    19  com.apple.AppKit               0x00007fff94719730 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 194
    20  com.apple.AppKit               0x00007fff9470d593 -[NSApplication run] + 594
    21  com.apple.AppKit               0x00007fff946f8a14 NSApplicationMain + 1832
    22  libdyld.dylib                 0x00007fff9a00b5c9 start + 1
    Thread 1:: Dispatch queue: com.apple.libdispatch-manager
    0   libsystem_kernel.dylib         0x00007fff97e36232 kevent64 + 10
    1   libdispatch.dylib             0x00007fff952dfa6a _dispatch_mgr_thread + 52
    Thread 2:
    0   libsystem_kernel.dylib         0x00007fff97e304de mach_msg_trap + 10
    1   libsystem_kernel.dylib         0x00007fff97e2f64f mach_msg + 55
    2   com.apple.CoreFoundation       0x00007fff9ad8ab34 __CFRunLoopServiceMachPort + 212
    3   com.apple.CoreFoundation       0x00007fff9ad89ffb __CFRunLoopRun + 1371
    4   com.apple.CoreFoundation       0x00007fff9ad89858 CFRunLoopRunSpecific + 296
    5   com.apple.AppKit               0x00007fff9487d33b _NSEventThread + 137
    6   libsystem_pthread.dylib       0x00007fff8de1c268 _pthread_body + 131
    7   libsystem_pthread.dylib       0x00007fff8de1c1e5 _pthread_start + 176
    8   libsystem_pthread.dylib       0x00007fff8de1a41d thread_start + 13
    Thread 3:: JavaScriptCore::BlockFree
    0   libsystem_kernel.dylib         0x00007fff97e35136 __psynch_cvwait + 10
    1   libc++.1.dylib                 0x00007fff92474c95 std::__1::condition_variable::wait(std::__1::unique_lock<std::__1::mutex>&) + 47
    2   com.apple.JavaScriptCore       0x00007fff93481984 JSC::BlockAllocator::blockFreeingThreadMain() + 228
    3   com.apple.JavaScriptCore       0x00007fff9347714f ***::wtfThreadEntryPoint(void*) + 15
    4   libsystem_pthread.dylib       0x00007fff8de1c268 _pthread_body + 131
    5   libsystem_pthread.dylib       0x00007fff8de1c1e5 _pthread_start + 176
    6   libsystem_pthread.dylib       0x00007fff8de1a41d thread_start + 13
    Thread 4:: JavaScriptCore::Marking
    0   libsystem_kernel.dylib         0x00007fff97e35136 __psynch_cvwait + 10
    1   libc++.1.dylib                 0x00007fff92474c95 std::__1::condition_variable::wait(std::__1::unique_lock<std::__1::mutex>&) + 47
    2   com.apple.JavaScriptCore       0x00007fff93481f1b JSC::GCThread::waitForNextPhase() + 171
    3   com.apple.JavaScriptCore       0x00007fff93481d78 JSC::GCThread::gcThreadMain() + 88
    4   com.apple.JavaScriptCore       0x00007fff9347714f ***::wtfThreadEntryPoint(void*) + 15
    5   libsystem_pthread.dylib       0x00007fff8de1c268 _pthread_body + 131
    6   libsystem_pthread.dylib       0x00007fff8de1c1e5 _pthread_start + 176
    7   libsystem_pthread.dylib       0x00007fff8de1a41d thread_start + 13
    Thread 5:: JavaScriptCore::Marking
    0   libsystem_kernel.dylib         0x00007fff97e35136 __psynch_cvwait + 10
    1   libc++.1.dylib                 0x00007fff92474c95 std::__1::condition_variable::wait(std::__1::unique_lock<std::__1::mutex>&) + 47
    2   com.apple.JavaScriptCore       0x00007fff93481f1b JSC::GCThread::waitForNextPhase() + 171
    3   com.apple.JavaScriptCore       0x00007fff93481d78 JSC::GCThread::gcThreadMain() + 88
    4   com.apple.JavaScriptCore       0x00007fff9347714f ***::wtfThreadEntryPoint(void*) + 15
    5   libsystem_pthread.dylib       0x00007fff8de1c268 _pthread_body + 131
    6   libsystem_pthread.dylib       0x00007fff8de1c1e5 _pthread_start + 176
    7   libsystem_pthread.dylib       0x00007fff8de1a41d thread_start + 13
    Thread 6:: JavaScriptCore::Marking
    0   libsystem_kernel.dylib         0x00007fff97e35136 __psynch_cvwait + 10
    1   libc++.1.dylib                 0x00007fff92474c95 std::__1::condition_variable::wait(std::__1::unique_lock<std::__1::mutex>&) + 47
    2   com.apple.JavaScriptCore       0x00007fff93481f1b JSC::GCThread::waitForNextPhase() + 171
    3   com.apple.JavaScriptCore       0x00007fff93481d78 JSC::GCThread::gcThreadMain() + 88
    4   com.apple.JavaScriptCore       0x00007fff9347714f ***::wtfThreadEntryPoint(void*) + 15
    5   libsystem_pthread.dylib       0x00007fff8de1c268 _pthread_body + 131
    6   libsystem_pthread.dylib       0x00007fff8de1c1e5 _pthread_start + 176
    7   libsystem_pthread.dylib       0x00007fff8de1a41d thread_start + 13
    Thread 7:: JavaScriptCore::Marking
    0   libsystem_kernel.dylib         0x00007fff97e35136 __psynch_cvwait + 10
    1   libc++.1.dylib                 0x00007fff92474c95 std::__1::condition_variable::wait(std::__1::unique_lock<std::__1::mutex>&) + 47
    2   com.apple.JavaScriptCore       0x00007fff93481f1b JSC::GCThread::waitForNextPhase() + 171
    3   com.apple.JavaScriptCore       0x00007fff93481d78 JSC::GCThread::gcThreadMain() + 88
    4   com.apple.JavaScriptCore       0x00007fff9347714f ***::wtfThreadEntryPoint(void*) + 15
    5   libsystem_pthread.dylib       0x00007fff8de1c268 _pthread_body + 131
    6   libsystem_pthread.dylib       0x00007fff8de1c1e5 _pthread_start + 176
    7   libsystem_pthread.dylib       0x00007fff8de1a41d thread_start + 13
    Thread 8:: JavaScriptCore::Marking
    0   libsystem_kernel.dylib         0x00007fff97e35136 __psynch_cvwait + 10
    1   libc++.1.dylib                 0x00007fff92474c95 std::__1::condition_variable::wait(std::__1::unique_lock<std::__1::mutex>&) + 47
    2   com.apple.JavaScriptCore       0x00007fff93481f1b JSC::GCThread::waitForNextPhase() + 171
    3   com.apple.JavaScriptCore       0x00007fff93481d78 JSC::GCThread::gcThreadMain() + 88
    4   com.apple.JavaScriptCore       0x00007fff9347714f ***::wtfThreadEntryPoint(void*) + 15
    5   libsystem_pthread.dylib       0x00007fff8de1c268 _pthread_body + 131
    6   libsystem_pthread.dylib       0x00007fff8de1c1e5 _pthread_start + 176
    7   libsystem_pthread.dylib       0x00007fff8de1a41d thread_start + 13
    Thread 9:: JavaScriptCore::Marking
    0   libsystem_kernel.dylib         0x00007fff97e35136 __psynch_cvwait + 10
    1   libc++.1.dylib                 0x00007fff92474c95 std::__1::condition_variable::wait(std::__1::unique_lock<std::__1::mutex>&) + 47
    2   com.apple.JavaScriptCore       0x00007fff93481f1b JSC::GCThread::waitForNextPhase() + 171
    3   com.apple.JavaScriptCore       0x00007fff93481d78 JSC::GCThread::gcThreadMain() + 88
    4   com.apple.JavaScriptCore       0x00007fff9347714f ***::wtfThreadEntryPoint(void*) + 15
    5   libsystem_pthread.dylib       0x00007fff8de1c268 _pthread_body + 131
    6   libsystem_pthread.dylib       0x00007fff8de1c1e5 _pthread_start + 176
    7   libsystem_pthread.dylib       0x00007fff8de1a41d thread_start + 13
    Thread 10:: Dispatch queue: com.apple.root.default-qos
    0   libsystem_kernel.dylib         0x00007fff97e3051a semaphore_wait_trap + 10
    1   libsystem_platform.dylib       0x00007fff940acc5b _os_semaphore_wait + 16
    2   libdispatch.dylib             0x00007fff952e6557 _dispatch_barrier_sync_f_slow + 597
    3   com.apple.Preview             0x000000010d7aba71 0x10d72f000 + 510577
    4   libdispatch.dylib             0x00007fff952e1323 _dispatch_call_block_and_release + 12
    5   libdispatch.dylib             0x00007fff952dcc13 _dispatch_client_callout + 8
    6   libdispatch.dylib             0x00007fff952df88f _dispatch_root_queue_drain + 935
    7   libdispatch.dylib             0x00007fff952edfe4 _dispatch_worker_thread3 + 91
    8   libsystem_pthread.dylib       0x00007fff8de1c637 _pthread_wqthread + 729
    9   libsystem_pthread.dylib       0x00007fff8de1a40d start_wqthread + 13
    Thread 11:
    0   libsystem_kernel.dylib         0x00007fff97e3594a __workq_kernreturn + 10
    1   libsystem_pthread.dylib       0x00007fff8de1a40d start_wqthread + 13
    Thread 12:: CVDisplayLink
    0   libsystem_kernel.dylib         0x00007fff97e35136 __psynch_cvwait + 10
    1   com.apple.CoreVideo           0x00007fff92fc9ff8 CVDisplayLink::waitUntil(unsigned long long) + 240
    2   com.apple.CoreVideo           0x00007fff92fc94b3 CVDisplayLink::runIOThread() + 511
    3   com.apple.CoreVideo           0x00007fff92fc929b startIOThread(void*) + 147
    4   libsystem_pthread.dylib       0x00007fff8de1c268 _pthread_body + 131
    5   libsystem_pthread.dylib       0x00007fff8de1c1e5 _pthread_start + 176
    6   libsystem_pthread.dylib       0x00007fff8de1a41d thread_start + 13
    Thread 13:
    0   libsystem_kernel.dylib         0x00007fff97e3594a __workq_kernreturn + 10
    1   libsystem_pthread.dylib       0x00007fff8de1a40d start_wqthread + 13
    Thread 14:
    0   libsystem_kernel.dylib         0x00007fff97e3594a __workq_kernreturn + 10
    1   libsystem_pthread.dylib       0x00007fff8de1a40d start_wqthread + 13
    Thread 15:
    0   libsystem_kernel.dylib         0x00007fff97e3594a __workq_kernreturn + 10
    1   libsystem_pthread.dylib       0x00007fff8de1a40d start_wqthread + 13
    Thread 16:
    0   libsystem_kernel.dylib         0x00007fff97e3594a __workq_kernreturn + 10
    1   libsystem_pthread.dylib       0x00007fff8de1a40d start_wqthread + 13
    Thread 17:
    0   libsystem_kernel.dylib         0x00007fff97e3594a __workq_kernreturn + 10
    1   libsystem_pthread.dylib       0x00007fff8de1a40d start_wqthread + 13
    Thread 18:
    0   libsystem_kernel.dylib         0x00007fff97e3594a __workq_kernreturn + 10
    1   libsystem_pthread.dylib       0x00007fff8de1a40d start_wqthread + 13
    Thread 19:
    0   libsystem_kernel.dylib         0x00007fff97e3594a __workq_kernreturn + 10
    1   libsystem_pthread.dylib       0x00007fff8de1a40d start_wqthread + 13
    Thread 20:
    0   libsystem_kernel.dylib         0x00007fff97e3548a __semwait_signal + 10
    1   com.apple.Foundation           0x00007fff90dd4f9e +[NSThread sleepForTimeInterval:] + 154
    2   com.apple.PDFKit               0x00007fff98dd9010 -[PDFDisplayView periodicFlushRoutine:] + 91
    3   com.apple.Foundation           0x00007fff90dab90a __NSThread__main__ + 1345
    4   libsystem_pthread.dylib       0x00007fff8de1c268 _pthread_body + 131
    5   libsystem_pthread.dylib       0x00007fff8de1c1e5 _pthread_start + 176
    6   libsystem_pthread.dylib       0x00007fff8de1a41d thread_start + 13
    Thread 21:: com.apple.appkit-heartbeat
    0   libsystem_kernel.dylib         0x00007fff97e3548a __semwait_signal + 10
    1   libsystem_c.dylib             0x00007fff8e305e50 usleep + 54
    2   com.apple.AppKit               0x00007fff9492a763 -[NSUIHeartBeat _heartBeatThread:] + 2376
    3   com.apple.Foundation           0x00007fff90dab90a __NSThread__main__ + 1345
    4   libsystem_pthread.dylib       0x00007fff8de1c268 _pthread_body + 131
    5   libsystem_pthread.dylib       0x00007fff8de1c1e5 _pthread_start + 176
    6   libsystem_pthread.dylib       0x00007fff8de1a41d thread_start + 13
    Thread 0 crashed with X86 Thread State (64-bit):
      rax: 0x0000000000000000  rbx: 0x0000000000000006  rcx: 0x00007fff524ced58  rdx: 0x0000000000000000
      rdi: 0x000000000000130f  rsi: 0x0000000000000006  rbp: 0x00007fff524ced80  rsp: 0x00007fff524ced58
       r8: 0x6e6f697470656378   r9: 0x00007fff8e30ed70  r10: 0x0000000008000000  r11: 0x0000000000000206
      r12: 0x00007fff524ceee0  r13: 0x00007fff524cf410  r14: 0x00007fff7ca0b300  r15: 0x00007fff524cedc0
      rip: 0x00007fff97e35286  rfl: 0x0000000000000206  cr2: 0x00007fff7cb60fd8
    Logical CPU:     0
    Error Code:      0x02000148
    Trap Number:     133
    Binary Images:
           0x10d72f000 -        0x10d8f1fef  com.apple.Preview (8.0 - 859.7) <487D571B-251B-39C4-8437-6313EB83D12C> /Applications/Preview.app/Contents/MacOS/Preview
           0x10d99d000 -        0x10da86fff  com.apple.AnnotationKit (1.0 - 51.11) <9A9791EE-69B9-37B6-A34A-018CE49B248B> /System/Library/PrivateFrameworks/AnnotationKit.framework/Versions/A/Annotation Kit
           0x10db1c000 -        0x10df60ff7  com.apple.SceneKit (5.0 - 260.7.1) <61A4433D-A28A-37FF-BF20-1D69EDE78AF8> /System/Library/Frameworks/SceneKit.framework/Versions/A/SceneKit
           0x10e203000 -        0x10e283ff3  com.apple.CoreHandwriting (96 - 1.2) <C016F95E-B454-39D0-A6D5-A99F46D908C0> /System/Library/PrivateFrameworks/CoreHandwriting.framework/Versions/A/CoreHand writing
           0x10e294000 -        0x10e296ff3  com.apple.SafariServices.framework (10600 - 10600.4.10.7) <5EEAF0C0-077D-3377-89F6-C0F33938F1E0> /System/Library/PrivateFrameworks/SafariServices.framework/Versions/A/SafariSer vices
           0x10e2ec000 -        0x10e2edff7  libCyrillicConverter.dylib (64) <251C52BB-5EE6-3722-89DA-F3DC80222142> /System/Library/CoreServices/Encodings/libCyrillicConverter.dylib
           0x10f42d000 -        0x10f42dffe +cl_kernels (???) <A1AD7B3B-2B78-4B7C-9583-FFC4C59D8562> cl_kernels
           0x10f431000 -        0x10f431fef +cl_kernels (???) <D1A72266-2B85-42CC-8394-0E2769E0465C> cl_kernels
           0x113480000 -        0x113480fef +cl_kernels (???) <65E5CE3A-844A-47B3-8951-BD5616CAAB1B> cl_kernels
           0x11348e000 -        0x11348eff5 +cl_kernels (???) <03E40ADF-3EEC-4C59-8EE7-D3F41553C267> cl_kernels
           0x113490000 -        0x113576fef  unorm8_bgra.dylib (2.4.5) <9423FFD4-6EF3-31BF-9DE9-6D55BA76D59E> /System/Library/Frameworks/OpenCL.framework/Versions/A/Libraries/ImageFormats/u norm8_bgra.dylib
           0x1138b4000 -        0x1138b8ff3  libFontRegistryUI.dylib (134) <9C55337C-4D65-34C8-9BB9-90399B420A6F> /System/Library/Frameworks/ApplicationServices.framework/Frameworks/ATS.framewo rk/Resources/libFontRegistryUI.dylib
           0x114a90000 -        0x114a91fff  ATSHI.dylib (375) <E88C3D19-2934-37E4-8467-56BF2B83D08A> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/ATSHI.dylib
           0x1151a8000 -        0x1151aeff7  com.apple.BookKit (1.1 - 255) <501D110F-42F7-390F-A070-54F557F3C006> /System/Library/PrivateFrameworks/BookKit.framework/BookKit
           0x117b06000 -        0x117b18fff  libTraditionalChineseConverter.dylib (64) <B84CD8F5-FF84-3B31-A166-59A7EF32B27A> /System/Library/CoreServices/Encodings/libTraditionalChineseConverter.dylib
           0x11c278000 -        0x11c287fff  libSimplifiedChineseConverter.dylib (64) <DB9D8A0C-362A-3F3D-9175-4BB372B4C58C> /System/Library/CoreServices/Encodings/libSimplifiedChineseConverter.dylib
           0x11e2e4000 -        0x11e2e4ffe +cl_kernels (???) <3AA9D48F-D7BB-41C8-8F37-CC058122E984> cl_kernels
           0x11f733000 -        0x11f8e6ff3  libCMaps.A.dylib (775.16) <DEE8961E-EB3F-365A-922A-BF80AF1F3818> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCMaps .A.dylib
           0x1206e8000 -        0x120708ff7  libPDFRIP.A.dylib (775.16) <22FE118B-404B-3835-B3EC-75C3D97CE612> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/Resources/libPDFRI P.A.dylib
        0x123400000000 -     0x1234004f7fff  com.apple.driver.AppleIntelHD5000GraphicsGLDriver (10.2.46 - 10.0.2) <35154588-E0D4-3FB3-8C0E-C7D1FA6C646E> /System/Library/Extensions/AppleIntelHD5000GraphicsGLDriver.bundle/Contents/Mac OS/AppleIntelHD5000GraphicsGLDriver
        0x7fff6fa24000 -     0x7fff6fa5a837  dyld (353.2.1) <65DCCB06-339C-3E25-9702-600A28291D0E> /usr/lib/dyld
        0x7fff8c705000 -     0x7fff8c70affb  libheimdal-asn1.dylib (398.10.1) <A7B6447A-6680-3625-83C3-993B58D5C43F> /usr/lib/libheimdal-asn1.dylib
        0x7fff8c70b000 -     0x7fff8c7a1ffb  com.apple.CoreMedia (1.0 - 1562.107) <FE18102D-8D7A-3500-A400-747AA8C0B3D0> /System/Library/Frameworks/CoreMedia.framework/Versions/A/CoreMedia
        0x7fff8c7ad000 -     0x7fff8c7b6ff7  libsystem_notify.dylib (133.1.1) <61147800-F320-3DAA-850C-BADF33855F29> /usr/lib/system/libsystem_notify.dylib
        0x7fff8c7b7000 -     0x7fff8c7d1ff7  libextension.dylib (55.1) <6D0CF094-85E8-3F5B-A3F1-25ECF60F80D9> /usr/lib/libextension.dylib
        0x7fff8c7d2000 -     0x7fff8c80dfff  com.apple.QD (301 - 301) <C4D2AD03-B839-350A-AAF0-B4A08F8BED77> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ QD.framework/Versions/A/QD
        0x7fff8c80e000 -     0x7fff8c84bff3  com.apple.bom (14.0 - 193.6) <3CE5593D-DB28-3BFD-943E-6261006FA292> /System/Library/PrivateFrameworks/Bom.framework/Versions/A/Bom
        0x7fff8c84c000 -     0x7fff8caf4ff7  com.apple.RawCamera.bundle (6.03 - 777) <127AB12C-190F-31BC-A0D9-A127004F7017> /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera
        0x7fff8caf5000 -     0x7fff8cb00fff  com.apple.AppSandbox (4.0 - 238.10.1) <4C171026-DC9A-3CEE-AB42-110859674F61> /System/Library/PrivateFrameworks/AppSandbox.framework/Versions/A/AppSandbox
        0x7fff8ce50000 -     0x7fff8cebeffb  com.apple.Heimdal (4.0 - 2.0) <3E5DA653-A343-3257-ADE1-BA879BAE280F> /System/Library/PrivateFrameworks/Heimdal.framework/Versions/A/Heimdal
        0x7fff8cebf000 -     0x7fff8cec1fff  com.apple.marco (10.0 - 1000) <0ACF21F5-8F1F-3A76-B3D6-73BD9FE5D35C> /System/Library/PrivateFrameworks/Marco.framework/Versions/A/Marco
        0x7fff8cef4000 -     0x7fff8cf06ff7  com.apple.CoreDuetDaemonProtocol (1.0 - 1) <CE9FABB4-1C5D-3F9B-9BB8-5CC50C3E5E31> /System/Library/PrivateFrameworks/CoreDuetDaemonProtocol.framework/Versions/A/C oreDuetDaemonProtocol
        0x7fff8cf07000 -     0x7fff8cf0afff  com.apple.xpc.ServiceManagement (1.0 - 1) <5EFD45BF-B0CD-39F2-8232-6BA33E63E5D4> /System/Library/Frameworks/ServiceManagement.framework/Versions/A/ServiceManage ment
        0x7fff8cf0b000 -     0x7fff8cf2fff7  com.apple.facetimeservices (10.0 - 1000) <3DCF679D-B06D-3CB4-AE6E-FBC122959529> /System/Library/PrivateFrameworks/FTServices.framework/Versions/A/FTServices
        0x7fff8cf66000 -     0x7fff8d05afff  libFontParser.dylib (134.1) <EA8452DB-9221-3608-95BF-496F58106313> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libFontParser.dylib
        0x7fff8d0aa000 -     0x7fff8d4b7ff7  libLAPACK.dylib (1128) <F9201AE7-B031-36DB-BCF8-971E994EF7C1> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libLAPACK.dylib
        0x7fff8d4b8000 -     0x7fff8d4c0fff  com.apple.xpcobjects (103 - 103) <A202ACEF-7A3D-303E-BB07-29FF49DE279D> /System/Library/PrivateFrameworks/XPCObjects.framework/Versions/A/XPCObjects
        0x7fff8de18000 -     0x7fff8de18fff  com.apple.Accelerate.vecLib (3.10 - vecLib 3.10) <9D749502-A228-3BF1-B52F-A182DEEB2C4D> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/vecLib
        0x7fff8de19000 -     0x7fff8de22fff  libsystem_pthread.dylib (105.10.1) <3103AA7F-3BAE-3673-9649-47FFD7E15C97> /usr/lib/system/libsystem_pthread.dylib
        0x7fff8de23000 -     0x7fff8de2afff  com.apple.network.statistics.framework (1.2 - 1) <61B311D1-7F15-35B3-80D4-99B8BE90ACD9> /System/Library/PrivateFrameworks/NetworkStatistics.framework/Versions/A/Networ kStatistics
        0x7fff8de2b000 -     0x7fff8de2dfff  com.apple.loginsupport (1.0 - 1) <21DBC18C-F260-39FC-B52F-04A5AA84523A> /System/Library/PrivateFrameworks/login.framework/Versions/A/Frameworks/loginsu pport.framework/Versions/A/loginsupport
        0x7fff8de2e000 -     0x7fff8de7bff3  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
        0x7fff8de7e000 -     0x7fff8e0e8fff  com.apple.imageKit (2.6.1 - 840) <8C974E7D-2258-3FBC-948C-D93226F42DCA> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/ImageKit.fram ework/Versions/A/ImageKit
        0x7fff8e0e9000 -     0x7fff8e0e9fff  com.apple.quartzframework (1.5 - 1.5) <4944127A-F319-3689-AAEC-58591D3CAC07> /System/Library/Frameworks/Quartz.framework/Versions/A/Quartz
        0x7fff8e0ea000 -     0x7fff8e224ff7  com.apple.ImageIO.framework (3.3.0 - 1232) <A9682E9F-4917-3926-A035-7FEE7FF9D2AB> /System/Library/Frameworks/ImageIO.framework/Versions/A/ImageIO
        0x7fff8e225000 -     0x7fff8e22afff  com.apple.DiskArbitration (2.6 - 2.6) <0DFF4D9B-2AC3-3B82-B5C5-30F4EFBD2DB9> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
        0x7fff8e22b000 -     0x7fff8e286fef  libTIFF.dylib (1232) <56D444B7-A37A-30BC-80B5-5E702FFAAAAB> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib
        0x7fff8e287000 -     0x7fff8e313ff7  libsystem_c.dylib (1044.10.1) <199ED5EB-77A1-3D43-AA51-81779CE0A742> /usr/lib/system/libsystem_c.dylib
        0x7fff8e314000 -     0x7fff8e406ff7  libiconv.2.dylib (42) <2A06D02F-8B76-3864-8D96-64EF5B40BC6C> /usr/lib/libiconv.2.dylib
        0x7fff8e430000 -     0x7fff8e444ff7  com.apple.MultitouchSupport.framework (262.33.1 - 262.33.1) <62DF9340-01A1-3E12-A604-C90F6361FD9E> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/Multit ouchSupport
        0x7fff8e5b9000 -     0x7fff8e668fe7  libvMisc.dylib (516) <A82F9FE8-70ED-3BC9-9184-1A2B9EE3C010> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvMisc.dylib
        0x7fff8e669000 -     0x7fff8e689fff  com.apple.IconServices (47.1 - 47.1) <E83DFE3B-6541-3736-96BB-26DC5D0100F1> /System/Library/PrivateFrameworks/IconServices.framework/Versions/A/IconService s
        0x7fff8e68a000 -     0x7fff8e6f4ff7  com.apple.imfoundation (10.0 - 1000) <F3BDCF22-C8D8-3A0A-A941-272622FA7B2D> /System/Library/PrivateFrameworks/IMFoundation.framework/Versions/A/IMFoundatio n
        0x7fff8e7dd000 -     0x7fff8e7dffff  com.apple.SecCodeWrapper (4.0 - 238.10.1) <8DAF71DB-C99A-3B72-A639-2C8CBEA84B93> /System/Library/PrivateFrameworks/SecCodeWrapper.framework/Versions/A/SecCodeWr apper
        0x7fff8e7e0000 -     0x7fff8e83aff7  com.apple.LanguageModeling (1.0 - 1) <ACA93FE0-A0E3-333E-AE3C-8EB7DE5F362F> /System/Library/PrivateFrameworks/LanguageModeling.framework/Versions/A/Languag eModeling
        0x7fff8e83b000 -     0x7fff8e897fff  com.apple.QuickLookFramework (5.0 - 675.13) <70196DC4-E71B-37E8-AA15-B7FD21EC1012> /System/Library/Frameworks/QuickLook.framework/Versions/A/QuickLook
        0x7fff8e898000 -     0x7fff8eb5efff  com.apple.WebKit (10600 - 10600.3.18) <F8E36318-4F4C-348B-B1DE-D4BE035036AD> /System/Library/Frameworks/WebKit.framework/Versions/A/WebKit
        0x7fff8eb5f000 -     0x7fff8eb70fff  libcmph.dylib (1) <46EC3997-DB5E-38AE-BBBB-A035A54AD3C0> /usr/lib/libcmph.dylib
        0x7fff8eb78000 -     0x7fff8ebbeffb  libFontRegistry.dylib (134) <01B8034A-45FD-3360-A347-A1896F591363> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libFontRegistry.dylib
        0x7fff8ec7c000 -     0x7fff8ec7eff7  libsystem_coreservices.dylib (9) <41B7C578-5A53-31C8-A96F-C73E030B0938> /usr/lib/system/libsystem_coreservices.dylib
        0x7fff8ec84000 -     0x7fff8ed76fff  libxml2.2.dylib (26) <B834E7C8-EC3E-3382-BC5A-DA38DC4D720C> /usr/lib/libxml2.2.dylib
        0x7fff8eda6000 -     0x7fff8f5dffe3  com.apple.CoreGraphics (1.600.0 - 775.16) <A7BA30E6-A15F-3E48-9718-3837949A0E2E> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics
        0x7fff8fd07000 -     0x7fff8fd37fff  libsystem_m.dylib (3086.1) <1E12AB45-6D96-36D0-A226-F24D9FB0D9D6> /usr/lib/system/libsystem_m.dylib
        0x7fff8fd38000 -     0x7fff90053fcf  com.apple.vImage (8.0 - 8.0) <1183FE6A-FDB6-3B3B-928D-50C7909F2308> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.fr amework/Versions/A/vImage
        0x7fff90054000 -     0x7fff9005cff7  com.apple.AppleSRP (5.0 - 1) <01EC5144-D09A-3D6A-AE35-F6D48585F154> /System/Library/PrivateFrameworks/AppleSRP.framework/Versions/A/AppleSRP
        0x7fff9005d000 -     0x7fff9005efff  liblangid.dylib (117) <B54A4AA0-2E53-3671-90F5-AFF711C0EB9E> /usr/lib/liblangid.dylib
        0x7fff9005f000 -     0x7fff90071ff7  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
        0x7fff90072000 -     0x7fff90074fff  com.apple.CoreDuetDebugLogging (1.0 - 1) <9A6E5710-EA99-366E-BF40-9A65EC1B46A1> /System/Library/PrivateFrameworks/CoreDuetDebugLogging.framework/Versions/A/Cor eDuetDebugLogging
        0x7fff90075000 -     0x7fff90344ff3  com.apple.CoreImage (10.0.33) <6E3DDA29-718B-3BDB-BFAF-F8C201BF93A4> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/CoreImage .framework/Versions/A/CoreImage
        0x7fff90345000 -     0x7fff90348fff  com.apple.help (1.3.3 - 46) <CA4541F4-CEF5-355C-8F1F-EA65DC1B400F> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framewor k/Versions/A/Help
        0x7fff90349000 -     0x7fff9034aff7  libsystem_blocks.dylib (65) <9615D10A-FCA7-3BE4-AA1A-1B195DACE1A1> /usr/lib/system/libsystem_blocks.dylib
        0x7fff9034b000 -     0x7fff9034dfff  com.apple.EFILogin (2.0 - 2) <39895ACB-E756-342C-ABE5-DB7100EF0A69> /System/Library/PrivateFrameworks/EFILogin.framework/Versions/A/EFILogin
        0x7fff9034e000 -     0x7fff9035aff7  com.apple.commonutilities (8.0 - 900) <E5E018A7-FB3C-37A2-9769-49AFAC89FDE8> /System/Library/PrivateFrameworks/CommonUtilities.framework/Versions/A/CommonUt ilities
        0x7fff908b3000 -     0x7fff90a11ffb  com.apple.avfoundation (2.0 - 889.102) <7D2E62AF-CDEA-394C-84B2-656629F00197> /System/Library/Frameworks/AVFoundation.framework/Versions/A/AVFoundation
        0x7fff90a12000 -     0x7fff90a15fff  com.apple.IOSurface (97.0.1 - 97.0.1) <0C9ED49D-AADB-3CB9-9A11-F5D765253548> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
        0x7fff90a71000 -     0x7fff90a7bff7  com.apple.CrashReporterSupport (10.10 - 629) <4BCAA6B5-EC7F-365F-9D3F-BC483B7E956C> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/Cra shReporterSupport
        0x7fff90a7c000 -     0x7fff90a7cfff  com.apple.CoreServices (62 - 62) <9E4577CA-3FC3-300D-AB00-87ADBDDA2E37> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
        0x7fff90a7d000 -     0x7fff90aa5fff  libsystem_info.dylib (459) <B85A85D5-8530-3A93-B0C3-4DEC41F79478> /usr/lib/system/libsystem_info.dylib
        0x7fff90aa6000 -     0x7fff90af3fff  com.apple.ImageCaptureCore (6.0 - 6.0) <C2DED299-7E2B-3501-9FD6-74892A7484B3> /System/Library/Frameworks/ImageCaptureCore.framework/Versions/A/ImageCaptureCo re
        0x7fff90af4000 -     0x7fff90afffff  libcommonCrypto.dylib (60061) <D381EBC6-69D8-31D3-8084-5A80A32CB748> /usr/lib/system/libcommonCrypto.dylib
        0x7fff90b00000 -     0x7fff90b2cfff  libsandbox.1.dylib (358.1.1) <BA84BDAF-2C59-3CED-8970-9FB029BD7442> /usr/lib/libsandbox.1.dylib
        0x7fff90b2d000 -     0x7fff90b60ff7  com.apple.MediaKit (16 - 757) <345EDAFE-3E39-3B0F-8D84-54657EC4396D> /System/Library/PrivateFrameworks/MediaKit.framework/Versions/A/MediaKit
        0x7fff90b7b000 -     0x7fff90ba6ff3  libarchive.2.dylib (30) <8CBB4416-EBE9-3574-8ADC-44655D245F39> /usr/lib/libarchive.2.dylib
        0x7fff90bb7000 -     0x7fff90bb9ff7  libsystem_sandbox.dylib (358.1.1) <95312E09-DA28-324A-A084-F3E574D0210E> /usr/lib/system/libsystem_sandbox.dylib
        0x7fff90bba000 -     0x7fff90c43fff  com.apple.CoreSymbolication (3.1 - 57020) <FDF8F348-164D-38F9-90EB-F42585DD2C77> /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSy mbolication
        0x7fff90c44000 -     0x7fff90c4ffff  libGL.dylib (11.1.1) <1F0EB9FB-4B0F-349B-80DD-93FD3F45B9C7> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
        0x7fff90c50000 -     0x7fff90cbffff  com.apple.SearchKit (1.4.0 - 1.4.0) <BFD6D876-36BA-3A3B-9F15-3E2F7DE6E89D> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchK it.framework/Versions/A/SearchKit
        0x7fff90cc0000 -     0x7fff90ccafff  com.apple.IntlPreferences (2.0 - 150.1) <C62C6F4F-38B9-340B-82A6-1F82AFE1D724> /System/Library/PrivateFrameworks/IntlPreferences.framework/Versions/A/IntlPref erences
        0x7fff90ccb000 -     0x7fff90d3ffff  com.apple.ApplicationServices.ATS (360 - 375) <2824D38D-460D-353C-9D18-499B4BEEABB7> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/ATS
        0x7fff90d40000 -     0x7fff90d42ffb  libCGXType.A.dylib (775.16) <B2DC78CA-179F-39A7-8D0B-873DC0ACFE96> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGXTy pe.A.dylib
        0x7fff90d43000 -     0x7fff91071fff  com.apple.Foundation (6.9 - 1152.14) <E3746EDD-DFB1-3ECB-88ED-A91AC0EF3AAA> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
        0x7fff91072000 -     0x7fff91076ff7  libGIF.dylib (1232) <3C70FBBC-FBA5-3013-A440-05D68B63885F> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib
        0x7fff91123000 -     0x7fff91137ff7  com.apple.ProtectedCloudStorage (1.0 - 1) <52CFE68A-0663-3756-AB5B-B42195026052> /System/Library/PrivateFrameworks/ProtectedCloudStorage.framework/Versions/A/Pr otectedCloudStorage
        0x7fff91138000 -     0x7fff91138fff  com.apple.ApplicationServices (48 - 48) <5BF7910B-C328-3BF8-BA4F-CE52B574CE01> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Application Services
        0x7fff91469000 -     0x7fff915f7fff  libBLAS.dylib (1128) <497912C1-A98E-3281-BED7-E9C751552F61> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libBLAS.dylib
        0x7fff91605000 -     0x7fff916a3fff  com.apple.Metadata (10.7.0 - 917.1) <46BE997C-B1F4-3BED-9332-FAC87297C87A> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadat a.framework/Versions/A/Metadata
        0x7fff916b1000 -     0x7fff916c3fff  libsasl2.2.dylib (193) <E523DD05-544B-3430-8AA9-672408A5AF8B> /usr/lib/libsasl2.2.dylib
        0x7fff916c4000 -     0x7fff916c6fff  libRadiance.dylib (1232) <9C2DBBDF-0F0B-36BF-84D0-13E0086F793A> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.d ylib
        0x7fff916c7000 -     0x7fff916c8fff  libsystem_secinit.dylib (18) <581DAD0F-6B63-3A48-B63B-917AF799ABAA> /usr/lib/system/libsystem_secinit.dylib
        0x7fff916e2000 -     0x7fff91766fff  com.apple.ViewBridge (103.1 - 103.1) <BABD572C-58AA-362C-B246-D45DCD990D16> /System/Library/PrivateFrameworks/ViewBridge.framework/Versions/A/ViewBridge
        0x7fff917b7000 -     0x7fff917e2fff  libc++abi.dylib (125) <88A22A0F-87C6-3002-BFBA-AC0F2808B8B9> /usr/lib/libc++abi.dylib
        0x7fff917f2000 -     0x7fff9181cfff  GLRendererFloat (11.1.1) <53C3F7C6-CC53-3287-9853-DA46FA7587E7> /System/Library/Frameworks/OpenGL.framework/Versions/A/Resources/GLRendererFloa t.bundle/GLRendererFloat
        0x7fff9181d000 -     0x7fff91a20ff3  com.apple.CFNetwork (720.2.4 - 720.2.4) <E550C671-930F-3B12-8798-23898473E179> /System/Library/Frameworks/CFNetwork.framework/Versions/A/CFNetwork
        0x7fff91a21000 -     0x7fff91a86ff7  com.apple.ids (10.0 - 1000) <BAF9E069-888A-30EB-B247-DC6311B53B67> /System/Library/PrivateFrameworks/IDS.framework/Versions/A/IDS
        0x7fff91adf000 -     0x7fff91afbff7  libsystem_malloc.dylib (53.1.1) <19BCC257-5717-3502-A71F-95D65AFA861B> /usr/lib/system/libsystem_malloc.dylib
        0x7fff91afc000 -     0x7fff91b4afff  libcurl.4.dylib (83.1.2) <337A1FF8-E8B1-3173-9F29-C0D4C851D8E1> /usr/lib/libcurl.4.dylib
        0x7fff91b7a000 -     0x7fff91b7dff7  com.apple.Mangrove (1.0 - 1) <2AF1CAE9-8BF9-33C4-9C1B-123DBAF1522B> /System/Library/PrivateFrameworks/Mangrove.framework/Versions/A/Mangrove
        0x7fff91b7e000 -     0x7fff91b85fff  libCGCMS.A.dylib (775.16) <8A173E74-7123-35F1-B160-853528C144ED> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGCMS .A.dylib
        0x7fff91bc3000 -     0x7fff91e6ffff  com.apple.GeoServices (1.0 - 982.4.10) <8A7FE04A-2785-30E7-A6E2-DC15D170DAF5> /System/Library/PrivateFrameworks/GeoServices.framework/Versions/A/GeoServices
        0x7fff91e70000 -     0x7fff91e76fff  com.apple.speech.recognition.framework (5.0.9 - 5.0.9) <BB2D573F-0A01-379F-A2BA-3C454EDCB111> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecogni tion.framework/Versions/A/SpeechRecognition
        0x7fff91e77000 -     0x7fff91e77fff  libOpenScriptingUtil.dylib (162) <EFD79173-A9DA-3AE6-BE15-3948938204A6> /usr/lib/libOpenScriptingUtil.dylib
        0x7fff91e78000 -     0x7fff91e94fff  com.apple.GenerationalStorage (2.0 - 209.11) <9FF8DD11-25FB-3047-A5BF-9415339B3EEC> /System/Library/PrivateFrameworks/GenerationalStorage.framework/Versions/A/Gene rationalStorage
        0x7fff91e95000 -     0x7fff91e97fff  com.apple.OAuth (25 - 25) <EE765AF0-2BB6-3689-9EAA-689BF1F02A0D> /System/Library/PrivateFrameworks/OAuth.framework/Versions/A/OAuth
        0x7fff91e98000 -     0x7fff91ea6ff7  com.apple.ToneLibrary (1.0 - 1) <3E6D130D-77B0-31E1-98E3-A6052AB09824> /System/Library/PrivateFrameworks/ToneLibrary.framework/Versions/A/ToneLibrary
        0x7fff91ee0000 -     0x7fff91ee8ff7  com.apple.icloud.FindMyDevice (1.0 - 1) <D198E170-3610-3727-BC87-73AD249CA097> /System/Library/PrivateFrameworks/FindMyDevice.framework/Versions/A/FindMyDevic e
        0x7fff91eed000 -     0x7fff91f8cdf7  com.apple.AppleJPEG (1.0 - 1) <9BB3D7DF-630A-3E1C-A124-12D6C4D0DE70> /System/Library/PrivateFrameworks/AppleJPEG.framework/Versions/A/AppleJPEG
        0x7fff91f8d000 -     0x7fff91f99ff7  libGPUSupportMercury.dylib (11.1.1) <D5AE513E-99FB-3D22-8FFC-9DAA26407DA3> /System/Library/PrivateFrameworks/GPUSupport.framework/Versions/A/Libraries/lib GPUSupportMercury.dylib
        0x7fff91fe7000 -     0x7fff92109ff7  com.apple.LaunchServices (644.12.4 - 644.12.4) <59E909E8-ED4A-33EA-B85D-D409BADDF854> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchS ervices.framework/Versions/A/LaunchServices
        0x7fff9210a000 -     0x7fff9234bfff  com.apple.AddressBook.framework (9.0 - 1563) <63953D92-FB0D-31B1-A449-07BA64D08BA9> /System/Library/Frameworks/AddressBook.framework/Versions/A/AddressBook
        0x7fff92371000 -     0x7fff923e9ff7  com.apple.SystemConfiguration (1.14 - 1.14) <E0495F7D-5624-3EF7-B7E5-DA0EE708B6E4> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfi guration
        0x7fff923ea000 -     0x7fff9241bfff  libtidy.A.dylib (15.15) <37FC944D-271A-386A-9ADD-FA33AD48F96D> /usr/lib/libtidy.A.dylib
        0x7fff9241c000 -     0x7fff9241dff7  com.apple.AddressBook.ContactsData (9.0 - 1563) <2A4BD452-4279-38AA-A4EE-761903795B05> /System/Library/PrivateFrameworks/ContactsData.framework/Versions/A/ContactsDat a
        0x7fff9241e000 -     0x7fff92420ff7  com.apple.diagnosticlogcollection (10.0 - 1000) <30EAFD80-B9E6-38EA-B85A-9D3550B15545> /System/Library/PrivateFrameworks/DiagnosticLogCollection.framework/Versions/A/ DiagnosticLogCollection
        0x7fff92427000 -     0x7fff92430ff3  com.apple.CommonAuth (4.0 - 2.0) <BA9F5A09-D200-3D18-9F4A-20C789291A30> /System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAuth
        0x7fff92431000 -     0x7fff9246cfff  com.apple.Symbolication (1.4 - 56045) <D64571B1-4483-3FE2-BD67-A91360F79727> /System/Library/PrivateFrameworks/Symbolication.framework/Versions/A/Symbolicat ion
        0x7fff9246d000 -     0x7fff924c1fff  libc++.1.dylib (120) <1B9530FD-989B-3174-BB1C-BDC159501710> /usr/lib/libc++.1.dylib
        0x7fff924c2000 -     0x7fff924f2fff  com.apple.GSS (4.0 - 2.0) <FD154E62-F4CF-339D-B66C-AF4AED6A94A6> /System/Library/Frameworks/GSS.framework/Versions/A/GSS
        0x7fff92ecc000 -     0x7fff92f05fff  com.apple.AirPlaySupport (2.0 - 215.15) <C36CC8AF-27CC-3B18-9C3C-3F845B35FDEC> /System/Library/PrivateFrameworks/AirPlaySupport.framework/Versions/A/AirPlaySu pport
        0x7fff92f06000 -     0x7fff92f13ff7  libxar.1.dylib (254) <CE10EFED-3066-3749-838A-6A15AC0DBCB6> /usr/lib/libxar.1.dylib
        0x7fff92f2e000 -     0x7fff92fbfff7  com.apple.cloudkit.CloudKit (259.2.5 - 259.2.5) <241EB647-C917-32F7-956A-6E505827048C> /System/Library/Frameworks/CloudKit.framework/Versions/A/CloudKit
        0x7fff92fc0000 -     0x7fff92fc4fff  libCoreVMClient.dylib (79) <FC4E08E3-749E-32FF-B5E9-211F29864831> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClien t.dylib
        0x7fff92fc5000 -     0x7fff92fc6ff7  com.apple.print.framework.Print (10.0 - 265) <3BC4FE7F-78A0-3E57-8F4C-520E7EFD36FA> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framewo rk/Versions/A/Print
        0x7fff92fc7000 -     0x7fff92ff4fff  com.apple.CoreVideo (1.8 - 145.1) <18DB07E0-B927-3260-A234-636F298D1917> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
        0x7fff92ff5000 -     0x7fff93019ff7  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
        0x7fff93039000 -     0x7fff930f4ff7  com.apple.DiscRecording (9.0 - 9000.4.2) <9BB46993-311A-3F2E-BD77-3CBEFB71C1F0> /System/Library/Frameworks/DiscRecording.framework/Versions/A/DiscRecording
        0x7fff930f5000 -     0x7fff93106ff7  libz.1.dylib (55) <88C7C7DE-04B8-316F-8B74-ACD9F3DE1AA1> /usr/lib/libz.1.dylib
        0x7fff93109000 -     0x7fff9310bff7  libutil.dylib (38) <471AD65E-B86E-3C4A-8ABD-B8665A2BCE3F> /usr/lib/libutil.dylib
        0x7fff93117000 -     0x7fff9337fff3  com.apple.security (7.0 - 57031.10.10) <79C37E73-271B-3BEF-A96E-CDB83FF12CF0> /System/Library/Frameworks/Security.framework/Versions/A/Security
        0x7fff93380000 -     0x7fff9339aff7  com.apple.Kerberos (3.0 - 1) <7760E0C2-A222-3709-B2A6-B692D900CEB1> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
        0x7fff933b0000 -     0x7fff933ceff7  com.apple.addressbook.vCard (9.0 - 1563) <370F3435-855E-3C60-9CC9-B3F24AC1AF97> /System/Library/PrivateFrameworks/vCard.framework/Versions/A/vCard
        0x7fff933cf000 -     0x7fff933e4ff7  com.apple.AppContainer (4.0 - 238.10.1) <24A43E31-BCD3-32DB-8023-DE7EEA912E89> /System/Library/PrivateFrameworks/AppContainer.framework/Versions/A/AppContaine r
        0x7fff933e5000 -     0x7fff9343dff7  com.apple.accounts.AccountsDaemon (113 - 113) <30F83BF7-2BAE-3BAD-B111-224346AF4B52> /System/Library/PrivateFrameworks/AccountsDaemon.framework/Versions/A/AccountsD aemon
        0x7fff9343e000 -     0x7fff93458fff  com.apple.AppleVPAFramework (1.2.10 - 1.2.10) <DC3D5A44-AB1E-32A9-9D22-FC922B52346A> /System/Library/PrivateFrameworks/AppleVPA.framework/Versions/A/AppleVPA
        0x7fff93459000 -     0x7fff9346cff7  com.apple.CoreBluetooth (1.0 - 1) <FA9B43B3-E183-3040-AE25-66EF9870CF35> /System/Library/Frameworks/CoreBluetooth.framework/Versions/A/CoreBluetooth
        0x7fff9346d000 -     0x7fff93980ff3  com.apple.JavaScriptCore (10600 - 10600.3.13) <C0C3246C-D26F-3440-AC75-81CFFA4F9C91> /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore
        0x7fff93981000 -     0x7fff93aa9ff7  com.apple.coreui (2.1 - 305.6.1) <B56EC212-73C1-326F-B78C-EB856386296E> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
        0x7fff93aaa000 -     0x7fff93aafff7  libunwind.dylib (35.3) <BE7E51A0-B6EA-3A54-9CCA-9D88F683A6D6> /usr/lib/system/libunwind.dylib
        0x7fff93ab0000 -     0x7fff93d2bff7  com.apple.CoreData (111 - 526.1) <DC4F037B-B7F4-381A-B939-4414489D76BF> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
        0x7fff93d5a000 -     0x7fff93debff7  libCoreStorage.dylib (471.10.6) <892DEEE7-C8C7-35EA-931D-FF9862BDEB2B> /usr/lib/libCoreStorage.dylib
        0x7fff93dec000 -     0x7fff93df8ff7  com.apple.OpenDirectory (10.10 - 187) <8B98ECCB-7EFA-3A58-BD2B-A0835D869B1A> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
        0x7fff93ed3000 -     0x7fff93f1cff3  com.apple.HIServices (1.22 - 520.12) <8EAC82AB-6A7D-3606-AF6F-60A9410D1278> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ HIServices.framework/Versions/A/HIServices
        0x7fff93f1d000 -     0x7fff93f9afff  com.apple.CoreServices.OSServices (640.3 - 640.3) <84A91B00-0ED4-350C-B30A-AEAE437AE02A> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServi ces.framework/Versions/A/OSServices
        0x7fff9406e000 -     0x7fff94082feb  libCGInterfaces.dylib (294.1) <390D4B3F-B738-3D33-BEDB-07E3F0F6B42C> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.fr amework/Versions/A/Libraries/libCGInterfaces.dylib
        0x7fff940a8000 -     0x7fff940a8fff  com.apple.Carbon (154 - 157) <0DF27AD6-ED64-34D7-825D-65297D276652> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
        0x7fff940a9000 -     0x7fff940b1fff  libsystem_platform.dylib (63) <64E34079-D712-3D66-9CE2-418624A5C040> /usr/lib/system/libsystem_platform.dylib
        0x7fff940b2000 -     0x7fff940c1fff  com.apple.LangAnalysis (1.7.0 - 1.7.0) <D1E527E4-C561-352F-9457-E8C50232793C> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ LangAnalysis.framework/Versions/A/LangAnalysis
        0x7fff940c2000 -     0x7fff940c6fff  libcache.dylib (69) <45E9A2E7-99C4-36B2-BEE3-0C4E11614AD1> /usr/lib/system/libcache.dylib
        0x7fff940c7000 -     0x7fff940ceff7  com.apple.phonenumbers (1.1.1 - 105) <AE39B6FE-05AB-3181-BB2A-4D50A8B392F2> /System/Library/PrivateFrameworks/PhoneNumbers.framework/Versions/A/PhoneNumber s
        0x7fff940cf000 -     0x7fff940e4fff  com.apple.ToneKit (1.0 - 1) <CA375645-8DE1-3DE8-A2E0-0537849DF59B> /System/Library/PrivateFrameworks/ToneKit.framework/Versions/A/ToneKit
        0x7fff94214000 -     0x7fff943f9ff3  libicucore.A.dylib (531.31) <B08E00D5-13C6-3391-AB3A-8DE693D3B42E> /usr/lib/libicucore.A.dylib
        0x7fff943fa000 -     0x7fff94405ff7  com.apple.speech.synthesis.framework (5.3.3 - 5.3.3) <7DF3C68C-B219-3E13-AE72-24B8606A1560> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ SpeechSynthesis.framework/Versions/A/SpeechSynthesis
        0x7fff94406000 -     0x7fff94421ff7  com.apple.aps.framework (4.0 - 4.0) <F3C3C246-101E-3E81-9608-D2D6E9352532> /System/Library/PrivateFrameworks/ApplePushService.framework/Versions/A/ApplePu shService
        0x7fff94451000 -     0x7fff9446bff3  com.apple.Ubiquity (1.3 - 313) <DF56A657-CC6E-3BE2-86A0-71F07127724C> /System/Library/PrivateFrameworks/Ubiquity.framework/Versions/A/Ubiquity
        0x7fff9446c000 -     0x7fff94478ff7  com.apple.HelpData (2.1.4 - 90) <471200E4-1D51-3D8C-A956-A52F8EB7B552> /System/Library/PrivateFrameworks/HelpData.framework/Versions/A/HelpData
        0x7fff94479000 -     0x7fff944edff3  com.apple.securityfoundation (6.0 - 55126) <DEC91795-7754-334A-8CDA-B429F41B922D> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoun dation
        0x7fff944ee000 -     0x7fff9450dfff  com.apple.CoreDuet (1.0 - 1) <36AA9FD5-2685-314D-B364-3FA4688D86BD> /System/Library/PrivateFrameworks/CoreDuet.framework/Versions/A/CoreDuet
        0x7fff9450e000 -     0x7fff945fefef  libJP2.dylib (1232) <13BFC6A7-E24E-3F29-AD3C-E2D382A1223A> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJP2.dylib
        0x7fff946f6000 -     0x7fff95240ff7  com.apple.AppKit (6.9 - 1344.72) <44EF7DEB-3072-3515-9F34-2857D557E828> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
        0x7fff95241000 -     0x7fff95245fff  com.apple.IOAccelerator (156.6.1 - 156.6.1) <E32D8658-9C8A-338F-93F0-A03DE48295B8> /System/Library/PrivateFrameworks/IOAccelerator.framework/Versions/A/IOAccelera tor
        0x7fff9525e000 -     0x7fff95265fff  com.apple.NetFS (6.0 - 4.0) <1581D25F-CC07-39B0-90E8-5D4F3CF84EBA> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
        0x7fff95266000 -     0x7fff952dafff  com.apple.ShareKit (1.0 - 323) <92C947CC-FD6B-39D4-919D-9ABD7701384C> /System/Library/PrivateFrameworks/ShareKit.framework/Versions/A/ShareKit
        0x7fff952db000 -     0x7fff95305ff7  libdispatch.dylib (442.1.4) <502CF32B-669B-3709-8862-08188225E4F0> /usr/lib/system/libdispatch.dylib
        0x7fff95362000 -     0x7fff953b5ffb  libAVFAudio.dylib (118.3) <CC124063-34DF-39E3-921A-2BA3EA8D6F38> /System/Library/Frameworks/AVFoundation.framework/Versions/A/Resources/libAVFAu dio.dylib
        0x7fff953b6000 -     0x7fff953cffff  com.apple.openscripting (1.4 - 162) <80DFF366-B950-3F79-903F-99DA0FFDB570> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting .framework/Versions/A/OpenScripting
        0x7fff953d0000 -     0x7fff95409ff7  com.apple.datadetectors (5.0 - 286.7) <196D4E74-1157-3672-9485-98B929855781> /System/Library/PrivateFrameworks/DataDetectors.framework/Versions/A/DataDetect ors
        0x7fff9540a000 -     0x7fff958f6ff7  com.apple.MediaToolbox (1.0 - 1562.107) <F0888EAC-FB6D-35C5-B2FB-AC9A72FE4650> /System/Library/Frameworks/MediaToolbox.framework/Versions/A/MediaToolbox
        0x7fff958f7000 -     0x7fff95943ff7  libcups.2.dylib (408) <9CECCDE3-51D7-3028-830C-F58BD36E3317> /usr/lib/libcups.2.dylib
        0x7fff9599e000 -     0x7fff959a7fff  com.apple.DisplayServicesFW (2.9 - 372.1) <30E61754-D83C-330A-AE60-533F27BEBFF5> /System/Library/PrivateFrameworks/DisplayServices.framework/Versions/A/DisplayS ervices
        0x7fff959a8000 -     0x7fff959a8ff7  liblaunch.dylib (559.10.3) <DFCDEBDF-8247-3DC7-9879-E7E497DDA4B4> /usr/lib/system/liblaunch.dylib
        0x7fff959a9000 -     0x7fff959adfff  com.apple.TCC (1.0 - 1) <61F36A72-B983-3A2D-9D37-A2F194D31E7D> /System/Library/PrivateFrameworks/TCC.framework/Versions/A/TCC
        0x7fff959ae000 -     0x7fff95a15ff7  com.apple.framework.CoreWiFi (3.0 - 300.4) <19269C1D-EB29-384A-83F3-7DDDEB7D9DAD> /System/Library/PrivateFrameworks/CoreWiFi.framework/Versions/A/CoreWiFi
        0x7fff95a21000 -     0x7fff95a29fe7  libcldcpuengine.dylib (2.4.5) <F9EF8060-5E40-3E88-BC38-7452649672B2> /System/Library/Frameworks/OpenCL.framework/Versions/A/Libraries/libcldcpuengin e.dylib
        0x7fff95a2a000 -     0x7fff95a2aff7  libkeymgr.dylib (28) <77845842-DE70-3CC5-BD01-C3D14227CED5> /usr/lib/system/libkeymgr.dylib
        0x7fff95a6c000 -     0x7fff95a71ff7  libmacho.dylib (862) <126CA2ED-DE91-308F-8881-B9DAEC3C63B6> /usr/lib/system/libmacho.dylib
        0x7fff95a72000 -     0x7fff95a74fff  libsystem_configuration.dylib (699.1.5) <5E14864E-089A-3D84-85A4-980B776427A8> /usr/lib/system/libsystem_configuration.dylib
        0x7fff95a77000 -     0x7fff95a88ff3  libsystem_coretls.dylib (35.10.1) <3EAED90A-7AA0-323C-A52B-E16477981D59> /usr/lib/system/libsystem_coretls.dylib
        0x7fff9666c000 -     0x7fff96672fff  libsystem_trace.dylib (72.1.3) <A9E6B7D8-C327-3742-AC54-86C94218B1DF> /usr/lib/system/libsystem_trace.dylib
        0x7fff96673000 -     0x7fff96677fff  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
        0x7fff96678000 -     0x7fff967aaff7  com.apple.MediaControlSender (2.0 - 215.15) <454420EB-E6FE-3074-8D58-67471E1D61E5> /System/Library/PrivateFrameworks/MediaControlSender.framework/Versions/A/Media ControlSender
        0x7fff967ab000 -     0x7fff967b1ff7  libsystem_networkextension.dylib (167.1.10) <29AB225B-D7FB-30ED-9600-65D44B9A9442> /usr/lib/system/libsystem_networkextension.dylib
        0x7fff967f3000 -     0x7fff96821fff  com.apple.CoreServicesInternal (221.2.2 - 221.2.2) <16F7A7F1-CF1D-35AD-A91F-690A814048DF> /System/Library/PrivateFrameworks/CoreServicesInternal.framework/Versions/A/Cor eServicesInternal
        0x7fff96822000 -     0x7fff977d9ffb  com.apple.WebCore (10600 - 10600.3.15) <59A28076-26E4-3CE2-B6FC-AF59308C0B95> /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore.frame work/Versions/A/WebCore
        0x7fff977da000 -     0x7fff978befff  libcrypto.0.9.8.dylib (52.10.1) <2A2924DE-63FB-37F6-B102-84D69240675B> /usr/lib/libcrypto.0.9.8.dylib
        0x7fff978bf000 -     0x7fff9790cff3  com.apple.CoreMediaIO (601.0 - 4749) <ED45B200-08A1-3E72-8DE9-9901C94A7BCA> /System/Library/Frameworks/CoreMediaIO.framework/Versions/A/CoreMediaIO
        0x7fff9798c000 -     0x7fff979b7fff  com.apple.Di

    This is a bug in Preview triggered by opening many PDF's at once. Try opening only one and searching it.

  • CP5 Freezing when editing video over multiple slides

    Captivate continuously freezes when I'm working with a video that I've spread over multiple slides.
    This is a Windows 7 computer.  I've cleared my cache incase that had something to do with that.
    Any help would be apreciated.
    Susan

    Which version?
    Some ideas: background music for the file, to stop on slides 1-2 and 21-23.
    VO as slide auido on slides where wanted.
    For slide 2: object audio which can play parallel with the VO (see http://blog.lilybiri.com/audio-objects-control-them)
    For slide 21-23: object audio with object displayed for the rest of the project, and hidden on entering slide 24
    Lilybiri

  • Load balancing over multiple E3s

    Hi all,
    For the same VP , can I make load balancing over multiple E3s connected bet the BPX 8600 and MGX 8850.
    Asking the question in another way:
    Is there a possibility for load balancing over multiple LSPs (multiple E3 interfaces) in Cell-Mode MPLS...and if possible,plz provide me with any good links for configuration.

    Following link might be useful to you
    http://www.cisco.com/univercd/cc/td/doc/product/wanbu/bpx8600/9_2/ref92/bpxrtag.htm

  • Size of a specific table on disk? Queries over multiple (2) tablespaces?

    I am looking for a way to find out (for Oracle 9.2.0.1.0).
    How much space does each or a specific table require on disk?
    (whether with indices or without is the other question).
    And how much "payload" data is in each or a specific table?
    Another question - of my team leader - is:
    Is it possible to make queries over multiple (2) tablespaces?
    I assume - no - am I right?
    Thank you for precise answers as well as links to other threads in this forum (where I did not find it until now),
    and chapters in online documentation - or other sources.
    PS: I know SQL, PL/SQL a bit.
    We have Oracle Enterprise Manager console and SQL*Plus console.

    >
    The table size can not be found in bytes precisely, but in number of blocks of a certain size allocated for this table (index etc.).
    select segment_type,segment_name, Sum(Bytes)/1024 as kB from DBA_EXTENTS
    where tablespace_name = 'xyz' group by segment_type,segment_name;
    There are more blocks allocated for a table than space is needed by the current data amount.
    I guess, that this table was once bigger and has been emptied a bit.
    >
    A table grows in extents that get filled then with new rows. The columns
    blocks and bytes of user_tables get populated from dba_stats.
    In below example, the table rows have filled up to MB_TABLE the extents:
    SQL> select table_name,blocks*8/1024 as mb from user_tables order by 1;
    TABLE_NAME                   MB_TABLE
    CUSTOMERS            11.6015625
    SALES                 278.96875
    SQL> select segment_name,bytes/1024/1024 as mb from user_segments order by 1;
    SEGMENT_NAME                 MB_SEGMENT
    CUSTOMERS                    12
    SALES                       285If you later on delete again from the tables, that does not deallocate extents nor remove the high water mark unless you reorganize the table:
    SQL> select count(*) from customers;
      COUNT(*)
         55500
    SQL> delete from customers where rownum<25000;
    24999 rows deleted.
    SQL> commit;
    Commit complete.
    SQL> select segment_name,bytes/1024/1024 as mb from user_segments order by 1;
    SEGMENT_NAME                 MB
    CUSTOMERS                    12
    SALES                       285
    SQL> select table_name,blocks*8/1024 as mb from user_tables order by 1;
    TABLE_NAME                   MB
    CUSTOMERS            11.6015625
    SALES                 278.96875
    SQL> exec dbms_stats.gather_table_stats('ADAM','CUSTOMERS')
    PL/SQL procedure successfully completed.
    SQL> select table_name,blocks*8/1024 as mb from user_tables order by 1;
    TABLE_NAME                   MB
    CUSTOMERS            11.6015625
    SALES                 278.96875
    SQL> alter table customers enable row movement;
    Table altered.
    SQL> alter table customers shrink space;
    Table altered.
    SQL> exec dbms_stats.gather_table_stats('ADAM','CUSTOMERS')
    PL/SQL procedure successfully completed.
    SQL> select segment_name,bytes/1024/1024 as mb from user_segments order by 1;
    SEGMENT_NAME                 MB
    CUSTOMERS                6.4375
    SALES                       285
    SQL> select table_name,blocks*8/1024 as mb from user_tables order by 1;
    TABLE_NAME                   MB
    CUSTOMERS             6.2265625
    SALES                 278.96875Kind regards
    Uwe
    http://uhesse.wordpress.com

  • Multiple zones

    I have a mac mini with all my media connected through my amp and then to my tv. I want to run a second zone, but the problem is the wireless speaker I have only uses rca plugs and the amp won't support digital (from the mini) to rca (out to the wireless antenna.) I know you can run multiple speakers on itunes using an airport express, but is there a program to run multiple zones? For example, my kids could watch a movie off itunes but I could stream music to other speakers for the adults.....

    Hi There,
    Sorry, output is
    command_directory = /usr/sbin
    config_directory = /etc/postfix
    content_filter = smtp-amavis:[127.0.0.1]:10024
    daemon_directory = /usr/libexec/postfix
    debugpeerlevel = 2
    enableserveroptions = yes
    html_directory = no
    inet_interfaces = all
    mail_owner = postfix
    mailboxsizelimit = 0
    mailbox_transport = cyrus
    mailq_path = /usr/bin/mailq
    manpage_directory = /usr/share/man
    messagesizelimit = 20971520
    mydestination = $myhostname,localhost.$mydomain,localhost,atmnorwich.co.uk,mx2.atmnorwich.co.uk
    mydomain = atmnorwich.co.uk
    mydomain_fallback = localhost
    myhostname = mx2.atmnorwich.co.uk
    mynetworks = 127.0.0.0/8
    mynetworks_style = host
    newaliases_path = /usr/bin/newaliases
    queue_directory = /private/var/spool/postfix
    readme_directory = /usr/share/doc/postfix
    sample_directory = /usr/share/doc/postfix/examples
    sendmail_path = /usr/sbin/sendmail
    setgid_group = postdrop
    smtpdpw_server_securityoptions = login,plain,gssapi,cram-md5
    smtpdrecipientrestrictions = permitsasl_authenticated,permit_mynetworks,reject_unauthdestination,permit
    smtpdsasl_authenable = yes
    smtpdtls_keyfile =
    smtpduse_pwserver = yes
    unknownlocal_recipient_rejectcode = 550
    The server was originally set up with a zone of norwich.atm and the hostname is atm-norwich which is OK for internal use and our VPN (8 xserves around the country) BUT I want the students to have the email address [email protected] just by enabling mail in WGM and using the xserve as the mail server so I added the FQDN as a zone. atmnorwich.co.uk and the mail server to accept that domains mail.
    Now all I get is messages bounced.

  • One Java-Process over multiple CPUs on Solaris 8

    Hello,
    sorry if this question is trivial. I have a java server software (BEA Weblogic) and use it on a multiple CPU machine (e.g. 4 CPUs) with Solaris 8. This Server runs as one system process and creates some threads. Are these threads spread over multiple CPUs or do they stick on the same CPU as their parent process.
    So the question is: Am I using the full power of my machine with the 4 CPUs when I'm only starting one of these software servers or do I have to start multiple instances for to use all the CPU power.
    I'm using JDK 1.3.1_07 an can make use of the alternate threading library "/usr/lib/lwp" on the solaris 8. This will activate the one-to-one threading for the JVM.
    Thanks and kind regards
    Falko

    Sound like you figured it out ;-)
    Keep in mind that you'll probably get better performance, depending on your application, by tuning the heap and the garbage collector. We run on four processor machines, but I could make good use of all four processors until I adjusted the heap size, old/new heap rations, turn on the concurrent gc, and increased the RMI GC interval.
    Good luck,
    Michael

  • Distributing the Application Server over multiple machines

    Hi,
    I want to deploy Application Server over multiple machines .I am using multiverse server it has nine sub servers and i want to deploy those servers in different system to achieve good performance and load balancing .Please help me
    Thanks in advance
    hemavathi.J

    what do you mean by 9 sub servers??...do you mean you have 9 different profiles for the same instance of the server or there are 9 different clusters with one profile each??

  • Pack HUs - pack a single BUNDLE over multiple BOX

    Hi gurus,
    In our actual model, we pack each SHU separately in a box package, or as multi level packing we pack multiple SHU in a single box package. We would now be interested to achieve a model with a single SHU packed over multiple box package, i.e. illustrated as follow:
    Hierarchy level
    Line identification
    Material/Packaging Material
    Packed quantity
    Batch
    0
    3105639
    WOODEN BOX
    1
    30070137000
    BUNDLE
    2
    000001
    4014378
    918,000 KG
    3003888501
    0
    3105640
    WOODEN BOX
    1
    30070137000
    BUNDLE
    2
    000001
    4014378
    918,000 KG
    3003888502
    Is it achievable?
    Thanks & bye.

    Hi Rich,
    The combine files feature isn't available when you're using Reader for iOS. However, you can log on to the web interface at Adobe Acrobat.com using your Adobe ID and credentials, and use the Combine Files feature there.
    Please let us know if you need further assistance.
    Best,
    Sara

  • Can pseudo devices be exported to multiple zones?

    I have implemented a pseudo device driver. Can I export the device to multiple zones at the same time? All synchronization issues will be handled in the driver.
    Thanks!

    yes, i think you could, just like to produce the zero, null those pseudo drivers.So you need to read the Solaris10 source code and undertand it how to create those pseudo drivers.

  • Calculating Elapsed time over multiple days

    Hello Community!
    I am creating a logbook for our aircraft and attempting to correctly use the DUR2HOURS function to calculate flight times. DUR2HOURS does a great job of converting take off and landing times into decimal format but runs in to trouble when take off is late on one day and landing is on the next day. For example: Takeoff at 21:00 and landing at 01:00 gives a large negative number. I am using the very basic formula =DUR2HOURS([ldg time]-[takeofftime]) I realize that my equation will not work when we land on the next day. How can I modify my formula to correctly calculate a duration over multiple days? Thanks in advance for your help!

    if you enter the complete date and time then this should still work:
    format the depart and arrival times:
    You can then sum the durations as:
    C13=SUM(C)
    Rows 1 is a header and row 13 is a footer

  • Pan and zoom over multiple still pictures

    Is there a way to apply general pan and zoom over multiple  still pictures simultaneously?  I seem to remember doing this in PE10, but don't recall the steps.

    Chuck700
    If you are in Premiere Elements 10 Windows and not using the program's Pan and Zoom Tool, the suggestion is to apply a pan and zoom effect to the one photo.
    Then, select that photo, Edit Menu/Copy. Then, select all the photos that you want to have the same pan and zoom effect.
    Now Edit Menu/Paste Attributes.
    There is no "Apply Pan & Zoom to all Slides" for this as in the Photoshop Elements Elements Organizer Elements Slideshow Editor preferences.
    I suppose you could create your slideshow in Premiere Elements 10's Elements Organizer Create/Slideshow so that you
    could use this "Apply Pan & Zoom to all Slides" for the pans and zooms, and then use theElements Organizer Slideshow Editor's Output option "Edit with Premiere Elements Editor" to get the slideshow into the Premiere Elements workspace.
    If you are using Premiere Elements 10 or 11's Pan and Zoom Tool, then please check out my blog post on the topic of applying the same pan and zoom effect to more than one photo.
    http://www.atr935.blogspot.com/2013/05/pe11-pan-zoom-tool-more-than-one-photo.html
    ATR
    Add On...I did not see SG's reply until after I had posted mine.

Maybe you are looking for

  • Automate Save as optimized pdf

    I would like to be able to automate - as much as possible - the Save As Optimized PDF function. I have standard selections for all fields in the function. So in order of preference: 1. Automate the entire process from one input hot-folder to an outpu

  • ITunes causing music to skip

    Hello everyone. Lately, after using iTunes for a few hours the music starts skipping making the computer run choppy. It also skips the mouse and causes programs to timeout. I'm running the latest version of iTunes. I have no spyware, viruses or hijac

  • Pricing Procedure for US

    Dear Experts, We are in the process of preparing procedure for US Pharma templet, we wuold like to know standard tax structure used in SD pricing procedure. we would like to know std conditions to be used with jurisdiction in SD pricing procedure.and

  • Valueholderinterface - Many-to-Many mapping problem

    Hi i have two tables users and teams and i have created many-to-many relationship between two table through intermediated(users_teams) table. Here user can have many teams and team can have many users.But the following exception i m getting while get

  • Code to fail a Process Chain

    Hello everybody, I am using a ABAP Program in a Process Chain ( Chain of Processes that load data to the BW Cube). I do some check in the Program. If the check is OK, then I will continue with the Process Chain. If the Check Fails, then I should fail