#4 pending
Kenny Richards

Probably another random protocol error, that isn't Buster...

Reported by Kenny Richards | August 23rd, 2015 @ 02:46 PM

Started seeing these this afternoon. I saw valid link status to reflector and then 10 seconds later these errors started showing up in the console. Tried three different reflectors, all the same.

Closing Buster and re-launching seem to resolve the problem.

__28-[BTRLinkDriver sendPacket:]_block_invoke [Line 420] Couldn't write link request: Can't assign requested address

Comments and changes to this ticket

  • mcdermj (at xenotropic)

    mcdermj (at xenotropic) August 23rd, 2015 @ 03:42 PM

    • State changed from “new” to “open”

    No, this is probably a real error where something is getting into a state I don't expect. This means that it's trying to write a packet to the socket and the write(2) call is failing. I'd have to put in some additional debugging to see what the deal is; I don't know what type of packet its trying to write. I'll see if I can put in some code to dump the stack or something.

  • mcdermj (at xenotropic)

    mcdermj (at xenotropic) August 23rd, 2015 @ 05:42 PM

    "Can't assign requested address" is EADDRNOTAVAIL.

    The UDP(4) man page says:

    [EADDRNOTAVAIL]  when an attempt is made to create a socket with a network address for which no network
                     interface exists.
    

    Which makes it sound like the bound socket is screwing up for some reason. Is this shortly after the machine has been to sleep or something? There are known limitations surrounding if a machine goes to sleep and such (I need to implement listening to the OS telling the program that things are going to sleep and then automatically unlink from reflectors and such).

  • Kenny Richards

    Kenny Richards August 23rd, 2015 @ 07:27 PM

    Couple more pieces of info:

    1) I don't remember if it was the first time, but the computer was certainly asleep and then woke up the second time it happen tonight.
    2) Just happen again, after resuming from being asleep. I watched it successfully connect and disconnect (on request) from reflectors, but error keeps happening. Even after being disconnected.
    3) I am also seeing the notifications when people are transmitting to the reflectors (all their info comes up), but no beep that normally happens and no audio.

    What other debug info would you like?

    __28-[BTRLinkDriver sendPacket:]_block_invoke [Line 420] Couldn't write link request: Can't assign requested address

  • mcdermj (at xenotropic)

    mcdermj (at xenotropic) August 23rd, 2015 @ 09:04 PM

    This really sounds like it has to do with sleeping. The socket is just in an undefined state when the wakeup happens. The link should be torn down when the machine sleeps because the other end is probably going to close the link anyhow. I can probably make it so that I save and persist the link target on sleep and restore it when it comes back up.

    With regards to #3, this is also expected and why I originally thought that I'd have to implement this functionality in the first place. The "beep" is actually generated by the ThumbDV. I send it special AMBE data and it produces a tone for me. What is probably happening here is that the serial port itself isn't getting properly reinitialized when the machine wakes up. Even if the writes are successful, the ThumbDV probably doesn't have the correct rate settings and such because the machine kills power to the ThumbDV.

    I don't think there's much other debug info to be gotten right now. Let me implement sleep/wake tomorrow and we'll see if it solves your issues.

  • Kenny Richards

    Kenny Richards August 23rd, 2015 @ 09:39 PM

    Are you sorry yet for giving me a early copy and a place to report bugs? :-)

  • mcdermj (at xenotropic)

    mcdermj (at xenotropic) August 24th, 2015 @ 02:52 PM

    • State changed from “open” to “pending”

    Added sleep/wake support in the code.

    Git 66bebea.

  • mcdermj (at xenotropic)
  • Kenny Richards

    Kenny Richards August 24th, 2015 @ 09:32 PM

    Did you push a new version since this afternoon? I just installed Version 1.0.1d104 (76.29)....

  • Kenny Richards

    Kenny Richards August 24th, 2015 @ 09:38 PM

    Tried sleeping MBP with latest version, upon waking up the app had crashed. (I see in the console it saved a file, will attach it as well) here is the crash report:

    Process: Buster [38918]
    Path: /Applications/Buster.app/Contents/MacOS/Buster
    Identifier: net.nh6z.Buster
    Version: 1.0.1d104 (76.29)
    Code Type: X86-64 (Native)
    Parent Process: ??? [1]
    Responsible: Buster [38918]
    User ID: 501

    Date/Time: 2015-08-24 21:36:18.951 -0700
    OS Version: Mac OS X 10.10.5 (14F27)
    Report Version: 11
    Anonymous UUID: 33BD8DE2-D9C4-860B-E81A-C5AEDB5655F9

    Sleep/Wake UUID: B4823079-4972-4264-A143-EFE9242079FA

    Time Awake Since Boot: 570000 seconds
    Time Since Wake: 11 seconds

    Crashed Thread: 0 Dispatch queue: com.apple.main-thread

    Exception Type: EXC_BAD_INSTRUCTION (SIGILL)
    Exception Codes: 0x0000000000000001, 0x0000000000000000

    Application Specific Information:
    BUG IN CLIENT OF LIBDISPATCH: Release of a suspended object

    Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
    0 libdispatch.dylib 0x00007fff8e7b57a7 dispatch_xref_dispose + 23
    1 libdispatch.dylib 0x00007fff8e7b576a -[OS_dispatch_object _xref_dispose] + 17
    2 libdispatch.dylib 0x00007fff8e7bf41f -[OS_dispatch_source _xref_dispose] + 48
    3 net.nh6z.Buster 0x0000000105c9fda6 0x105c8e000 + 73126
    4 net.nh6z.Buster 0x0000000105c98ceb 0x105c8e000 + 44267
    5 com.apple.Foundation 0x00007fff9339b39c -[
    _NSObserver doit:] + 307
    6 com.apple.CoreFoundation 0x00007fff9787445c __CFNOTIFICATIONCENTER_IS_CALLING_OUT_TO_AN_OBSERVER
    _ + 12
    7 com.apple.CoreFoundation 0x00007fff97764634 CFXNotificationPost + 3140
    8 com.apple.Foundation 0x00007fff93367aa1 -[NSNotificationCenter postNotificationName:object:userInfo:] + 66
    9 com.apple.AppKit 0x00007fff98b20a8f powerSubsystemPostNotification + 90
    10 com.apple.AppKit 0x00007fff98b2089b powerSubsystemCallback + 147
    11 com.apple.framework.IOKit 0x00007fff94e3ee32 IODispatchCalloutFromCFMessage + 256
    12 com.apple.CoreFoundation 0x00007fff977d4dad __CFMachPortPerform + 285
    13 com.apple.CoreFoundation 0x00007fff977d4c79 __CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE1_PERFORM_FUNCTION
    _ + 41
    14 com.apple.CoreFoundation 0x00007fff977d4beb __CFRunLoopDoSource1 + 475
    15 com.apple.CoreFoundation 0x00007fff977c6767 __CFRunLoopRun + 2375
    16 com.apple.CoreFoundation 0x00007fff977c5bd8 CFRunLoopRunSpecific + 296
    17 com.apple.HIToolbox 0x00007fff98e4856f RunCurrentEventLoopInMode + 235
    18 com.apple.HIToolbox 0x00007fff98e482ea ReceiveNextEventCommon + 431
    19 com.apple.HIToolbox 0x00007fff98e4812b _BlockUntilNextEventMatchingListInModeWithFilter + 71
    20 com.apple.AppKit 0x00007fff9831e8ab _DPSNextEvent + 978
    21 com.apple.AppKit 0x00007fff9831de58 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 346
    22 com.apple.AppKit 0x00007fff98313af3 -[NSApplication run] + 594
    23 com.apple.AppKit 0x00007fff98290244 NSApplicationMain + 1832
    24 libdyld.dylib 0x00007fff8e7135c9 start + 1

    Thread 1:: Dispatch queue: com.apple.libdispatch-manager
    0 libsystem_kernel.dylib 0x00007fff96936232 kevent64 + 10
    1 libdispatch.dylib 0x00007fff8e7b7a6a dispatch_mgrthread + 52

    Thread 2:
    0 libsystem_kernel.dylib 0x00007fff969304de mach_msg_trap + 10
    1 libsystem_kernel.dylib 0x00007fff9692f64f mach_msg + 55
    2 com.apple.CoreFoundation 0x00007fff977c6eb4 __CFRunLoopServiceMachPort + 212
    3 com.apple.CoreFoundation 0x00007fff977c637b __CFRunLoopRun + 1371
    4 com.apple.CoreFoundation 0x00007fff977c5bd8 CFRunLoopRunSpecific + 296
    5 com.apple.AppKit 0x00007fff983e656b NSEventThread + 137
    6 libsystem_pthread.dylib 0x00007fff8e71c05a _pthread_body + 131
    7 libsystem_pthread.dylib 0x00007fff8e71bfd7 _pthread
    start + 176
    8 libsystem_pthread.dylib 0x00007fff8e7193ed thread_start + 13

    Thread 3:: JavaScriptCore::BlockFree
    0 libsystem_kernel.dylib 0x00007fff96935136 psynch_cvwait + 10
    1 libc++.1.dylib 0x00007fff8c922c95 std::
    1::condition_variable::wait(std::__1::unique_lockstd::__1::mutex&) + 47
    2 com.apple.JavaScriptCore 0x00007fff91f3a544 JSC::BlockAllocator::blockFreeingThreadMain() + 228
    3 com.apple.JavaScriptCore 0x00007fff91f2fcff WTF::wtfThreadEntryPoint(void*) + 15
    4 libsystem_pthread.dylib 0x00007fff8e71c05a pthread_body + 131
    5 libsystem_pthread.dylib 0x00007fff8e71bfd7 _pthread_start + 176
    6 libsystem
    pthread.dylib 0x00007fff8e7193ed thread_start + 13

    Thread 4:: JavaScriptCore::Marking
    0 libsystem_kernel.dylib 0x00007fff96935136 psynch_cvwait + 10
    1 libc++.1.dylib 0x00007fff8c922c95 std::
    1::condition_variable::wait(std::__1::unique_lockstd::__1::mutex&) + 47
    2 com.apple.JavaScriptCore 0x00007fff91f3aadb JSC::GCThread::waitForNextPhase() + 171
    3 com.apple.JavaScriptCore 0x00007fff91f3a938 JSC::GCThread::gcThreadMain() + 88
    4 com.apple.JavaScriptCore 0x00007fff91f2fcff WTF::wtfThreadEntryPoint(void*) + 15
    5 libsystem_pthread.dylib 0x00007fff8e71c05a pthread_body + 131
    6 libsystem_pthread.dylib 0x00007fff8e71bfd7 _pthread_start + 176
    7 libsystem
    pthread.dylib 0x00007fff8e7193ed thread_start + 13

    Thread 5:: JavaScriptCore::Marking
    0 libsystem_kernel.dylib 0x00007fff96935136 psynch_cvwait + 10
    1 libc++.1.dylib 0x00007fff8c922c95 std::
    1::condition_variable::wait(std::__1::unique_lockstd::__1::mutex&) + 47
    2 com.apple.JavaScriptCore 0x00007fff91f3aadb JSC::GCThread::waitForNextPhase() + 171
    3 com.apple.JavaScriptCore 0x00007fff91f3a938 JSC::GCThread::gcThreadMain() + 88
    4 com.apple.JavaScriptCore 0x00007fff91f2fcff WTF::wtfThreadEntryPoint(void*) + 15
    5 libsystem_pthread.dylib 0x00007fff8e71c05a pthread_body + 131
    6 libsystem_pthread.dylib 0x00007fff8e71bfd7 _pthread_start + 176
    7 libsystem
    pthread.dylib 0x00007fff8e7193ed thread_start + 13

    Thread 6:: JavaScriptCore::Marking
    0 libsystem_kernel.dylib 0x00007fff96935136 psynch_cvwait + 10
    1 libc++.1.dylib 0x00007fff8c922c95 std::
    1::condition_variable::wait(std::__1::unique_lockstd::__1::mutex&) + 47
    2 com.apple.JavaScriptCore 0x00007fff91f3aadb JSC::GCThread::waitForNextPhase() + 171
    3 com.apple.JavaScriptCore 0x00007fff91f3a938 JSC::GCThread::gcThreadMain() + 88
    4 com.apple.JavaScriptCore 0x00007fff91f2fcff WTF::wtfThreadEntryPoint(void*) + 15
    5 libsystem_pthread.dylib 0x00007fff8e71c05a pthread_body + 131
    6 libsystem_pthread.dylib 0x00007fff8e71bfd7 _pthread_start + 176
    7 libsystem
    pthread.dylib 0x00007fff8e7193ed thread_start + 13

    Thread 7:
    0 libsystem_kernel.dylib 0x00007fff9693594a __workq_kernreturn + 10
    1 libsystem_pthread.dylib 0x00007fff8e7193dd start_wqthread + 13

    Thread 8:
    0 libsystem_kernel.dylib 0x00007fff9693594a __workq_kernreturn + 10
    1 libsystem_pthread.dylib 0x00007fff8e7193dd start_wqthread + 13

    Thread 9:
    0 libsystem_kernel.dylib 0x00007fff9693594a __workq_kernreturn + 10
    1 libsystem_pthread.dylib 0x00007fff8e7193dd start_wqthread + 13

    Thread 10:: com.apple.audio.IOThread.client
    0 libsystem_kernel.dylib 0x00007fff969304de mach_msg_trap + 10
    1 libsystem_kernel.dylib 0x00007fff9692f64f mach_msg + 55
    2 com.apple.audio.CoreAudio 0x00007fff97f5257e HALB_MachPort::SendMessageWithReply(unsigned int, unsigned int, unsigned int, unsigned int, mach_msg_header_t*, bool, unsigned int) + 98
    3 com.apple.audio.CoreAudio 0x00007fff97f5250c HALB_MachPort::SendSimpleMessageWithSimpleReply(unsigned int, unsigned int, int, int&, bool, unsigned int) + 42
    4 com.apple.audio.CoreAudio 0x00007fff97f50aa9 HALC_ProxyIOContext::IOWorkLoop() + 965
    5 com.apple.audio.CoreAudio 0x00007fff97f50612 HALC_ProxyIOContext::IOThreadEntry(void*) + 88
    6 com.apple.audio.CoreAudio 0x00007fff97f504e3 HALB_IOThread::Entry(void*) + 157
    7 libsystem_pthread.dylib 0x00007fff8e71c05a pthread_body + 131
    8 libsystem_pthread.dylib 0x00007fff8e71bfd7 _pthread_start + 176
    9 libsystem
    pthread.dylib 0x00007fff8e7193ed thread_start + 13

    Thread 0 crashed with X86 Thread State (64-bit):
    rax: 0x0000000000000004 rbx: 0x00007fa5f85aa200 rcx: 0x00007fff8e7d846a rdx: 0x0000000106201600 rdi: 0x00007fa5f85aa200 rsi: 0x00007fff9767ea11 rbp: 0x00007fff59f6ee70 rsp: 0x00007fff59f6ee48 r8: 0x0000000106201600 r9: 0x0000000106200000 r10: 0x00007fa5f8641c40 r11: 0x00007fff7a092e78 r12: 0x00007fff7a093c40 r13: 0x00007fff90d890c0 r14: 0x0000000000000028 r15: 0x00007fa5f855fe30 rip: 0x00007fff8e7b57a7 rfl: 0x0000000000010202 cr2: 0x000000010b1b3000

    Logical CPU: 2
    Error Code: 0x00000000
    Trap Number: 6

    Binary Images:
    0x105c8e000 - 0x105cb4fff +net.nh6z.Buster (1.0.1d104 - 76.29) <1628ED7E-61D2-3528-860E-32CB6EEFE410> /Applications/Buster.app/Contents/MacOS/Buster 0x105d42000 - 0x105d47ff7 libgermantok.dylib (17) <47EF3D93-B111-3218-AF60-E33F506D57E8> /usr/lib/libgermantok.dylib 0x106748000 - 0x106748ff5 +cl_kernels (???) cl_kernels 0x10944d000 - 0x109454ff7 libCGCMS.A.dylib (788.3) <1A47CDD9-99AE-3BD2-85F1-339FC169B16E> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGCMS.A.dylib 0x10a370000 - 0x10a373ffb libCGXType.A.dylib (788.3) <7CC6CD5B-AD6B-3B36-9165-BFB1E5274F69> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGXType.A.dylib 0x10a8a0000 - 0x10a8c8fff libRIP.A.dylib (788.3) <6AB1CA86-38C8-33E3-AC07-3A065666E0F9> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib 0x10af4b000 - 0x10af4bfff +cl_kernels (???) cl_kernels 0x10af5a000 - 0x10af5affe +cl_kernels (???) <641D98D7-514E-4848-9207-DF501C3729DE> cl_kernels 0x10af5c000 - 0x10b042fef unorm8_bgra.dylib (2.4.5) <5F488C7E-2FB2-3C66-9764-28CF16B03E7A> /System/Library/Frameworks/OpenCL.framework/Versions/A/Libraries/ImageFormats/unorm8_bgra.dylib 0x10b086000 - 0x10b089fff libCGXCoreImage.A.dylib (788.3) <6FDD29AD-EADD-39E9-AD1F-F4FFCA6B669C> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGXCoreImage.A.dylib 0x10b0a1000 - 0x10b0a1ff3 +cl_kernels (???) <9AA52868-F71C-4314-A15B-805039E97C23> cl_kernels 0x10b0a3000 - 0x10b0a7fff com.apple.audio.AppleHDAHALPlugIn (272.18.1 - 272.18.1) /System/Library/Extensions/AppleHDA.kext/Contents/PlugIns/AppleHDAHALPlugIn.bundle/Contents/MacOS/AppleHDAHALPlugIn 0x10c308000 - 0x10c525ff3 com.apple.audio.units.Components (1.12 - 1.12) /System/Library/Components/CoreAudio.component/Contents/MacOS/CoreAudio 0x1102ce000 - 0x11054dffb com.apple.RawCamera.bundle (6.06 - 819) /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera 0x7fff634c1000 - 0x7fff634f7887 dyld (353.2.3) /usr/lib/dyld 0x7fff89493000 - 0x7fff894a5ff7 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 0x7fff894a6000 - 0x7fff89566ff7 com.apple.backup.framework (1.6.5 - 1.6.5) <86396038-33EA-3046-9F70-093A3D6407D4> /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup 0x7fff89717000 - 0x7fff89754ff3 com.apple.bom (14.0 - 193.6) <3CE5593D-DB28-3BFD-943E-6261006FA292> /System/Library/PrivateFrameworks/Bom.framework/Versions/A/Bom 0x7fff89755000 - 0x7fff89b62ff7 libLAPACK.dylib (1128) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLAPACK.dylib 0x7fff89b63000 - 0x7fff89bdcfe7 libcorecrypto.dylib (233.30.1) <5779FFA0-4D9A-3AD4-B7F2-618227621DC8> /usr/lib/system/libcorecrypto.dylib 0x7fff8a526000 - 0x7fff8a52afff com.apple.TCC (1.0 - 1) /System/Library/PrivateFrameworks/TCC.framework/Versions/A/TCC 0x7fff8a52b000 - 0x7fff8a575fff com.apple.HIServices (1.22 - 523) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices.framework/Versions/A/HIServices 0x7fff8a576000 - 0x7fff8a578fff libsystem_sandbox.dylib (358.20.5) <3F5E973F-C702-31AC-97BC-05F5C195683C> /usr/lib/system/libsystem_sandbox.dylib 0x7fff8a582000 - 0x7fff8a617ff7 com.apple.ColorSync (4.9.0 - 4.9.0) <9150C2B7-2E6E-3509-96EA-7B3F959F049E> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSync.framework/Versions/A/ColorSync 0x7fff8a673000 - 0x7fff8a67aff7 libcompiler_rt.dylib (35) /usr/lib/system/libcompiler_rt.dylib 0x7fff8a688000 - 0x7fff8a6a3ff7 libCRFSuite.dylib (34) /usr/lib/libCRFSuite.dylib 0x7fff8a6a9000 - 0x7fff8a6aafff libsystem_secinit.dylib (18) <581DAD0F-6B63-3A48-B63B-917AF799ABAA> /usr/lib/system/libsystem_secinit.dylib 0x7fff8a6ab000 - 0x7fff8aadbfff com.apple.vision.FaceCore (3.1.6 - 3.1.6) /System/Library/PrivateFrameworks/FaceCore.framework/Versions/A/FaceCore 0x7fff8aae5000 - 0x7fff8ab76ff7 libCoreStorage.dylib (471.30.1) <9D95399F-1AC5-325F-8337-6E13AD99E44B> /usr/lib/libCoreStorage.dylib 0x7fff8ab77000 - 0x7fff8abf8ff7 com.apple.CoreUtils (1.1 - 110.1) <3808CBC5-1DF1-3821-8AAE-57C30D4F514B> /System/Library/PrivateFrameworks/CoreUtils.framework/Versions/A/CoreUtils 0x7fff8abf9000 - 0x7fff8ac29fff libsystem_m.dylib (3086.1) <1E12AB45-6D96-36D0-A226-F24D9FB0D9D6> /usr/lib/system/libsystem_m.dylib 0x7fff8ac2a000 - 0x7fff8ad72ff7 com.apple.WebKitLegacy (10600 - 10600.8.9) /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebKitLegacy.framework/Versions/A/WebKitLegacy 0x7fff8ad73000 - 0x7fff8ad75fff libquarantine.dylib (76.20.1) <7AF90041-2768-378A-925A-D83161863642> /usr/lib/system/libquarantine.dylib 0x7fff8ad76000 - 0x7fff8aff5ff7 com.apple.CoreData (111 - 526.3) <5A27E0D8-5E5A-335B-B3F6-2601C7B976FA> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData 0x7fff8aff6000 - 0x7fff8b0b1ff7 com.apple.DiscRecording (9.0 - 9000.4.2) <4655B4B8-523D-3AE6-92A0-8486A2258B3B> /System/Library/Frameworks/DiscRecording.framework/Versions/A/DiscRecording 0x7fff8b0b2000 - 0x7fff8b1cbffb com.apple.CoreText (352.0 - 454.10) <3293BF91-B587-3B49-A159-A04D58533F14> /System/Library/Frameworks/CoreText.framework/Versions/A/CoreText 0x7fff8b1e6000 - 0x7fff8b1eeff3 com.apple.CoreServices.FSEvents (1210.20.1 - 1210.20.1) <84F79D3E-7B5E-3C93-8479-35794A3F125E> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/FSEvents.framework/Versions/A/FSEvents 0x7fff8b1ef000 - 0x7fff8b2feff3 com.apple.desktopservices (1.9.3 - 1.9.3) /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopServicesPriv 0x7fff8b2ff000 - 0x7fff8b30cff3 com.apple.ProtocolBuffer (1 - 228.0.1) <3429EB06-9F0E-355F-B9AB-F72879177398> /System/Library/PrivateFrameworks/ProtocolBuffer.framework/Versions/A/ProtocolBuffer 0x7fff8b311000 - 0x7fff8b32dfff com.apple.GenerationalStorage (2.0 - 209.11) <9FF8DD11-25FB-3047-A5BF-9415339B3EEC> /System/Library/PrivateFrameworks/GenerationalStorage.framework/Versions/A/GenerationalStorage 0x7fff8b32e000 - 0x7fff8b349ff7 com.apple.aps.framework (4.0 - 4.0) /System/Library/PrivateFrameworks/ApplePushService.framework/Versions/A/ApplePushService 0x7fff8b3f4000 - 0x7fff8b526ff7 com.apple.MediaControlSender (2.0 - 215.18) <88726256-A71E-33A8-A56C-ABA208951C92> /System/Library/PrivateFrameworks/MediaControlSender.framework/Versions/A/MediaControlSender 0x7fff8b66e000 - 0x7fff8b6daff3 com.apple.MMCS (1.3 - 327.5) /System/Library/PrivateFrameworks/MMCS.framework/Versions/A/MMCS 0x7fff8b6db000 - 0x7fff8b6dbff7 liblaunch.dylib (559.40.1) <4F81CA3A-D2CE-3030-A89D-42F3DAD7BA8F> /usr/lib/system/liblaunch.dylib 0x7fff8b6e9000 - 0x7fff8b6fbff7 libsasl2.2.dylib (194.1) <35371406-75EF-304A-A073-956C40373555> /usr/lib/libsasl2.2.dylib 0x7fff8b704000 - 0x7fff8b706fff libCVMSPluginSupport.dylib (11.1.2) <1C5C1757-67F1-3C23-90EF-643619A0E7DC> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCVMSPluginSupport.dylib 0x7fff8b707000 - 0x7fff8b707fff com.apple.ApplicationServices (48 - 48) <5BF7910B-C328-3BF8-BA4F-CE52B574CE01> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices 0x7fff8b708000 - 0x7fff8b73aff3 com.apple.frameworks.CoreDaemon (1.3 - 1.3) /System/Library/PrivateFrameworks/CoreDaemon.framework/Versions/B/CoreDaemon 0x7fff8b73b000 - 0x7fff8b752ff7 libLinearAlgebra.dylib (1128) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLinearAlgebra.dylib 0x7fff8b795000 - 0x7fff8bb00fff com.apple.VideoToolbox (1.0 - 1562.238) <510956DF-E324-3974-A83B-C0C74A6F812C> /System/Library/Frameworks/VideoToolbox.framework/Versions/A/VideoToolbox 0x7fff8bb14000 - 0x7fff8bb23fff com.apple.LangAnalysis (1.7.0 - 1.7.0) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LangAnalysis.framework/Versions/A/LangAnalysis 0x7fff8c521000 - 0x7fff8c523ff7 libsystem_coreservices.dylib (9) <41B7C578-5A53-31C8-A96F-C73E030B0938> /usr/lib/system/libsystem_coreservices.dylib 0x7fff8c69a000 - 0x7fff8c7cafff com.apple.UIFoundation (1.0 - 1) <466BDFA8-0B9F-3AB0-989D-F9779422926A> /System/Library/PrivateFrameworks/UIFoundation.framework/Versions/A/UIFoundation 0x7fff8c84e000 - 0x7fff8c853fff libsystem_stats.dylib (163.30.2) /usr/lib/system/libsystem_stats.dylib 0x7fff8c854000 - 0x7fff8c862fff com.apple.AddressBook.ContactsFoundation (9.0 - 1579) <34ED9046-0157-399F-9742-2FC2D098E368> /System/Library/PrivateFrameworks/ContactsFoundation.framework/Versions/A/ContactsFoundation 0x7fff8c88e000 - 0x7fff8c896fff libMatch.1.dylib (24) /usr/lib/libMatch.1.dylib 0x7fff8c91b000 - 0x7fff8c96ffff libc++.1.dylib (120) <1B9530FD-989B-3174-BB1C-BDC159501710> /usr/lib/libc++.1.dylib 0x7fff8c970000 - 0x7fff8c9feff7 com.apple.CorePDF (4.0 - 4) <9CD7EC6D-3593-3D60-B04F-75F612CCB99A> /System/Library/PrivateFrameworks/CorePDF.framework/Versions/A/CorePDF 0x7fff8c9ff000 - 0x7fff8ca52ffb libAVFAudio.dylib (118.6) <2441D4C1-D8FB-3DA9-9DD7-914E03413882> /System/Library/Frameworks/AVFoundation.framework/Versions/A/Resources/libAVFAudio.dylib 0x7fff8ca53000 - 0x7fff8ca53fff com.apple.quartzframework (1.5 - 1.5) <26C982A3-2FC3-3F50-B5F4-3C545C3BAC10> /System/Library/Frameworks/Quartz.framework/Versions/A/Quartz 0x7fff8ca69000 - 0x7fff8da2cff3 com.apple.WebCore (10600 - 10600.8.9) /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore.framework/Versions/A/WebCore 0x7fff8db06000 - 0x7fff8db0efff libsystem_dnssd.dylib (576.30.4) <0CEB5910-843F-315C-A1DE-5D955A48A045> /usr/lib/system/libsystem_dnssd.dylib 0x7fff8db28000 - 0x7fff8db2bff7 com.apple.Mangrove (1.0 - 1) <6326024D-5C8D-3F59-9468-ACA1E01BC70C> /System/Library/PrivateFrameworks/Mangrove.framework/Versions/A/Mangrove 0x7fff8db55000 - 0x7fff8df2cfe7 com.apple.CoreAUC (211.1.0 - 211.1.0) <12645629-E065-388E-A6B5-094A240578CE> /System/Library/PrivateFrameworks/CoreAUC.framework/Versions/A/CoreAUC 0x7fff8df2d000 - 0x7fff8df36fff libGFXShared.dylib (11.1.2) <7F9F6175-E993-3014-8C9B-1F08CE7C75A2> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.dylib 0x7fff8df37000 - 0x7fff8e17cff7 com.apple.AddressBook.framework (9.0 - 1579) /System/Library/Frameworks/AddressBook.framework/Versions/A/AddressBook 0x7fff8e17d000 - 0x7fff8e186fff com.apple.DisplayServicesFW (2.9 - 372.1) <30E61754-D83C-330A-AE60-533F27BEBFF5> /System/Library/PrivateFrameworks/DisplayServices.framework/Versions/A/DisplayServices 0x7fff8e187000 - 0x7fff8e1c8fff libGLU.dylib (11.1.2) <2BA52A8D-ED35-3D86-B2D6-41479969C96D> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib 0x7fff8e1c9000 - 0x7fff8e48cff7 com.apple.WebKit (10600 - 10600.8.9) <8EE5A9F9-DE98-3202-92C0-23F6E6E5E274> /System/Library/Frameworks/WebKit.framework/Versions/A/WebKit 0x7fff8e48d000 - 0x7fff8e6f7ff7 com.apple.imageKit (2.6.1 - 850) <612201FE-768E-386B-82E3-764038B40120> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/ImageKit.framework/Versions/A/ImageKit 0x7fff8e710000 - 0x7fff8e713ff7 libdyld.dylib (353.2.3) /usr/lib/system/libdyld.dylib 0x7fff8e714000 - 0x7fff8e715ff3 libSystem.B.dylib (1213) <1866C519-C5F3-3D09-8C17-A8F703664521> /usr/lib/libSystem.B.dylib 0x7fff8e718000 - 0x7fff8e721fff libsystem_pthread.dylib (105.40.1) /usr/lib/system/libsystem_pthread.dylib 0x7fff8e722000 - 0x7fff8e748fff com.apple.ChunkingLibrary (2.1 - 163.6) <29D4CB95-42EF-34C6-8182-BDB6F7BB1E79> /System/Library/PrivateFrameworks/ChunkingLibrary.framework/Versions/A/ChunkingLibrary 0x7fff8e749000 - 0x7fff8e797ff7 com.apple.ImageCaptureCore (6.3 - 6.3) <75B5043C-9EF0-3CD2-875D-12813F0A73D3> /System/Library/Frameworks/ImageCaptureCore.framework/Versions/A/ImageCaptureCore 0x7fff8e798000 - 0x7fff8e79aff7 com.apple.diagnosticlogcollection (10.0 - 1000) <1DB05D1A-636A-3672-BCB6-E3759852F5E2> /System/Library/PrivateFrameworks/DiagnosticLogCollection.framework/Versions/A/DiagnosticLogCollection 0x7fff8e79b000 - 0x7fff8e79cffb libremovefile.dylib (35) <3485B5F4-6CE8-3C62-8DFD-8736ED6E8531> /usr/lib/system/libremovefile.dylib 0x7fff8e79d000 - 0x7fff8e7b2fff com.apple.ToneKit (1.0 - 1) <25D0FF56-B802-359D-9CA1-D530F4890D87> /System/Library/PrivateFrameworks/ToneKit.framework/Versions/A/ToneKit 0x7fff8e7b3000 - 0x7fff8e7ddff7 libdispatch.dylib (442.1.4) <502CF32B-669B-3709-8862-08188225E4F0> /usr/lib/system/libdispatch.dylib 0x7fff8e7de000 - 0x7fff8e7e0ff7 libutil.dylib (38) <471AD65E-B86E-3C4A-8ABD-B8665A2BCE3F> /usr/lib/libutil.dylib 0x7fff8e886000 - 0x7fff8e99dfe7 libvDSP.dylib (516) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvDSP.dylib 0x7fff8e99e000 - 0x7fff8e9efff7 com.apple.AppleVAFramework (5.0.31 - 5.0.31) <17C35538-7C2B-3735-A1B3-E8487EED0668> /System/Library/PrivateFrameworks/AppleVA.framework/Versions/A/AppleVA 0x7fff8e9f0000 - 0x7fff8e9f6fff com.apple.speech.recognition.framework (5.0.9 - 5.0.9) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecognition.framework/Versions/A/SpeechRecognition 0x7fff8e9f7000 - 0x7fff8eb5effb com.apple.audio.toolbox.AudioToolbox (1.12 - 1.12) <5678FC94-456A-3F5F-BA9A-10EB6E462997> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox 0x7fff8ec19000 - 0x7fff8ec1aff7 com.apple.print.framework.Print (10.0 - 265) <3BC4FE7F-78A0-3E57-8F4C-520E7EFD36FA> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framework/Versions/A/Print 0x7fff8ec4b000 - 0x7fff8ec77fff libsandbox.1.dylib (358.20.5) <533B9C4A-6C92-3658-95B9-D30BC135796B> /usr/lib/libsandbox.1.dylib 0x7fff8ec78000 - 0x7fff8ececffb com.apple.securityfoundation (6.0 - 55126) /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoundation 0x7fff8eec5000 - 0x7fff8eee6fff com.apple.framework.Apple80211 (10.3 - 1030.71.6) /System/Library/PrivateFrameworks/Apple80211.framework/Versions/A/Apple80211 0x7fff8eee7000 - 0x7fff8ef6bfff com.apple.PerformanceAnalysis (1.0 - 1) <4E934EE0-5CC6-3D54-8FA2-5B8AE669D775> /System/Library/PrivateFrameworks/PerformanceAnalysis.framework/Versions/A/PerformanceAnalysis 0x7fff8ef6c000 - 0x7fff8ef86ff7 libextension.dylib (55.2) <3BB019CA-199A-36AC-AA22-14B562138545> /usr/lib/libextension.dylib 0x7fff8f24d000 - 0x7fff8f274fff com.apple.shortcut (2.14 - 2.14) <0E9228EC-E688-3E83-9516-5211FFEA923E> /System/Library/PrivateFrameworks/Shortcut.framework/Versions/A/Shortcut 0x7fff8f275000 - 0x7fff8f544ff3 com.apple.CoreImage (10.3.4) /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/CoreImage.framework/Versions/A/CoreImage 0x7fff8f545000 - 0x7fff8f552ff7 com.apple.SpeechRecognitionCore (2.1.2 - 2.1.2) <551322E2-C1E4-3378-A218-F362985E3E3C> /System/Library/PrivateFrameworks/SpeechRecognitionCore.framework/Versions/A/SpeechRecognitionCore 0x7fff8f560000 - 0x7fff8f562fff com.apple.EFILogin (2.0 - 2) <3BA837D8-94F5-3240-9CF7-E40DC2808446> /System/Library/PrivateFrameworks/EFILogin.framework/Versions/A/EFILogin 0x7fff8f563000 - 0x7fff8f56cff3 com.apple.CommonAuth (4.0 - 2.0) <9A484EE6-0003-3AB1-AE4F-AA543BBBF53F> /System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAuth 0x7fff8f56d000 - 0x7fff8f571fff libpam.2.dylib (20) /usr/lib/libpam.2.dylib 0x7fff8f57a000 - 0x7fff8f664ff7 com.apple.QuickLookUIFramework (5.0 - 675.43) <011DEB49-0FB3-3E44-9D99-D89ADD59A3CC> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuickLookUI.framework/Versions/A/QuickLookUI 0x7fff8f665000 - 0x7fff8f684fff com.apple.CoreDuet (1.0 - 1) <36AA9FD5-2685-314D-B364-3FA4688D86BD> /System/Library/PrivateFrameworks/CoreDuet.framework/Versions/A/CoreDuet 0x7fff8f685000 - 0x7fff8f68dff7 com.apple.icloud.FindMyDevice (1.0 - 1) <9CE67F85-2BA8-3093-97BA-07BF5C04A5D6> /System/Library/PrivateFrameworks/FindMyDevice.framework/Versions/A/FindMyDevice 0x7fff8f7f6000 - 0x7fff8faddffb com.apple.CoreServices.CarbonCore (1108.6 - 1108.6) <8953580E-7857-33B2-AA64-98296830D3A8> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/Versions/A/CarbonCore 0x7fff8fade000 - 0x7fff8fae1ff7 com.apple.AppleSystemInfo (3.1.5 - 3.1.5) /System/Library/PrivateFrameworks/AppleSystemInfo.framework/Versions/A/AppleSystemInfo 0x7fff8fae4000 - 0x7fff8fb08ff7 com.apple.Sharing (328.17 - 328.17) /System/Library/PrivateFrameworks/Sharing.framework/Versions/A/Sharing 0x7fff8fb09000 - 0x7fff8fb4fff7 libauto.dylib (186) /usr/lib/libauto.dylib 0x7fff8fb50000 - 0x7fff8fb74ff7 com.apple.facetimeservices (10.0 - 1000) /System/Library/PrivateFrameworks/FTServices.framework/Versions/A/FTServices 0x7fff8fb75000 - 0x7fff8fbc0ff7 com.apple.CloudDocs (1.0 - 321.10) /System/Library/PrivateFrameworks/CloudDocs.framework/Versions/A/CloudDocs 0x7fff8fbc1000 - 0x7fff8fbd0ff7 com.apple.ToneLibrary (1.0 - 1) <179C7D61-CB88-3CE3-9F06-4D60D13D616C> /System/Library/PrivateFrameworks/ToneLibrary.framework/Versions/A/ToneLibrary 0x7fff8fbd1000 - 0x7fff8fbd9fff libsystem_platform.dylib (63) <64E34079-D712-3D66-9CE2-418624A5C040> /usr/lib/system/libsystem_platform.dylib 0x7fff8fbda000 - 0x7fff8fbddfff com.apple.help (1.3.3 - 46) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framework/Versions/A/Help 0x7fff8fbde000 - 0x7fff8fc03ff7 libJPEG.dylib (1239) <9AC25FD0-4190-3656-B8F5-6241D17105D0> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib 0x7fff8fc05000 - 0x7fff8fc06ff7 com.apple.AddressBook.ContactsData (9.0 - 1579) /System/Library/PrivateFrameworks/ContactsData.framework/Versions/A/ContactsData 0x7fff8fc07000 - 0x7fff8fc12ff7 libcsfde.dylib (471.30.1) /usr/lib/libcsfde.dylib 0x7fff8fc13000 - 0x7fff8fd05ff3 libxml2.2.dylib (26.1) <3FBA890F-2850-3A45-87EA-DB6892BDEB60> /usr/lib/libxml2.2.dylib 0x7fff903a9000 - 0x7fff903aafff libDiagnosticMessagesClient.dylib (100) <2EE8E436-5CDC-34C5-9959-5BA218D507FB> /usr/lib/libDiagnosticMessagesClient.dylib 0x7fff903ab000 - 0x7fff903b7fff com.apple.speech.synthesis.framework (5.3.11 - 5.3.11) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynthesis.framework/Versions/A/SpeechSynthesis 0x7fff903c4000 - 0x7fff903c6fff com.apple.marco (10.0 - 1000) /System/Library/PrivateFrameworks/Marco.framework/Versions/A/Marco 0x7fff903c7000 - 0x7fff903d2fff libcommonCrypto.dylib (60061.30.1) /usr/lib/system/libcommonCrypto.dylib 0x7fff903d3000 - 0x7fff903d4ff7 libsystem_blocks.dylib (65) <9615D10A-FCA7-3BE4-AA1A-1B195DACE1A1> /usr/lib/system/libsystem_blocks.dylib 0x7fff90413000 - 0x7fff90415fff libRadiance.dylib (1239) <648BCB0C-55B5-3197-8F5F-81D5994B4EE7> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.dylib 0x7fff90417000 - 0x7fff90452fff com.apple.Symbolication (1.4 - 56045) /System/Library/PrivateFrameworks/Symbolication.framework/Versions/A/Symbolication 0x7fff90453000 - 0x7fff904e9ff7 com.apple.cloudkit.CloudKit (283.67.4 - 283.67.4) /System/Library/Frameworks/CloudKit.framework/Versions/A/CloudKit 0x7fff90504000 - 0x7fff90520ff7 libsystem_malloc.dylib (53.30.1) /usr/lib/system/libsystem_malloc.dylib 0x7fff90521000 - 0x7fff90a4aff7 com.apple.QuartzComposer (5.1 - 332.1) <64399385-0768-3590-B4EF-1BD0F8A35CB3> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzComposer.framework/Versions/A/QuartzComposer 0x7fff90a4b000 - 0x7fff90a5cfff libcmph.dylib (1) <46EC3997-DB5E-38AE-BBBB-A035A54AD3C0> /usr/lib/libcmph.dylib 0x7fff90a5d000 - 0x7fff90a6fff7 com.apple.CoreDuetDaemonProtocol (1.0 - 1) /System/Library/PrivateFrameworks/CoreDuetDaemonProtocol.framework/Versions/A/CoreDuetDaemonProtocol 0x7fff90a70000 - 0x7fff90a79ff7 libsystem_notify.dylib (133.1.1) <61147800-F320-3DAA-850C-BADF33855F29> /usr/lib/system/libsystem_notify.dylib 0x7fff90a7a000 - 0x7fff90aa9ff7 com.apple.CoreServicesInternal (221.7.2 - 221.7.2) /System/Library/PrivateFrameworks/CoreServicesInternal.framework/Versions/A/CoreServicesInternal 0x7fff90aaa000 - 0x7fff90aaaff7 libkeymgr.dylib (28) <77845842-DE70-3CC5-BD01-C3D14227CED5> /usr/lib/system/libkeymgr.dylib 0x7fff90aab000 - 0x7fff90be8fff com.apple.ImageIO.framework (3.3.0 - 1239) /System/Library/Frameworks/ImageIO.framework/Versions/A/ImageIO 0x7fff90cea000 - 0x7fff90d05fff com.apple.AppleVPAFramework (1.4.5 - 1.4.5) /System/Library/PrivateFrameworks/AppleVPA.framework/Versions/A/AppleVPA 0x7fff90d06000 - 0x7fff90d0bfff com.apple.DiskArbitration (2.6 - 2.6) <0DFF4D9B-2AC3-3B82-B5C5-30F4EFBD2DB9> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration 0x7fff90d0c000 - 0x7fff90d84ff7 com.apple.SystemConfiguration (1.14.4 - 1.14) <3DFFD7F7-BD23-3F4C-A209-C4A0D99F6573> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration 0x7fff90d85000 - 0x7fff90d87fff libsystem_configuration.dylib (699.40.2) <56F94DCE-DBDE-3615-8F07-DE6270D9F8BE> /usr/lib/system/libsystem_configuration.dylib 0x7fff90d88000 - 0x7fff90f8246f libobjc.A.dylib (647) <759E155D-BC42-3D4E-869B-6F57D477177C> /usr/lib/libobjc.A.dylib 0x7fff90f83000 - 0x7fff917e2ff7 com.apple.CoreGraphics (1.600.0 - 788.3) <875FBF24-D90E-36B1-9F7A-AF984E8943D9> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics 0x7fff917e3000 - 0x7fff917fdff7 com.apple.Kerberos (3.0 - 1) <7760E0C2-A222-3709-B2A6-B692D900CEB1> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos 0x7fff917fe000 - 0x7fff91800fff com.apple.CoreDuetDebugLogging (1.0 - 1) <9A6E5710-EA99-366E-BF40-9A65EC1B46A1> /System/Library/PrivateFrameworks/CoreDuetDebugLogging.framework/Versions/A/CoreDuetDebugLogging 0x7fff91801000 - 0x7fff9180cff7 com.apple.CrashReporterSupport (10.10 - 631) /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/CrashReporterSupport 0x7fff9180d000 - 0x7fff91827ff7 liblzma.5.dylib (7) <1D03E875-A7C0-3028-814C-3C27F7B7C079> /usr/lib/liblzma.5.dylib 0x7fff91828000 - 0x7fff918bcfff 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 0x7fff918bd000 - 0x7fff918e8fff libc++abi.dylib (125) <88A22A0F-87C6-3002-BFBA-AC0F2808B8B9> /usr/lib/libc++abi.dylib 0x7fff919b1000 - 0x7fff919feff3 com.apple.CoreMediaIO (601.0 - 4760) <4D52EBBF-5DE1-3778-BDE5-DE8540E7DE5C> /System/Library/Frameworks/CoreMediaIO.framework/Versions/A/CoreMediaIO 0x7fff919ff000 - 0x7fff91a38ff3 com.apple.datadetectors (5.0 - 286.13) /System/Library/PrivateFrameworks/DataDetectors.framework/Versions/A/DataDetectors 0x7fff91a39000 - 0x7fff91a3effb libheimdal-asn1.dylib (398.40.1) <7D2BE3DE-60F7-3A6E-A92E-DA0EF9D3417E> /usr/lib/libheimdal-asn1.dylib 0x7fff91a3f000 - 0x7fff91a8eff7 com.apple.opencl (2.4.2 - 2.4.2) /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL 0x7fff91a8f000 - 0x7fff91a9fff7 libbsm.0.dylib (34) /usr/lib/libbsm.0.dylib 0x7fff91aa2000 - 0x7fff91b11fff com.apple.SearchKit (1.4.0 - 1.4.0) <80883BD1-C9BA-3794-A20E-476F94DD89A9> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framework/Versions/A/SearchKit 0x7fff91b27000 - 0x7fff91b58ff7 com.apple.ProtectedCloudStorage (1.0 - 1) <9D76F2E0-C28A-3DBC-A91F-E87888D46BF0> /System/Library/PrivateFrameworks/ProtectedCloudStorage.framework/Versions/A/ProtectedCloudStorage 0x7fff91b59000 - 0x7fff91b88fff com.apple.securityinterface (10.0 - 55058) <21F38170-2D3D-3FA2-B0EC-379482AFA5E4> /System/Library/Frameworks/SecurityInterface.framework/Versions/A/SecurityInterface 0x7fff91b99000 - 0x7fff91bcafff libtidy.A.dylib (15.15) <37FC944D-271A-386A-9ADD-FA33AD48F96D> /usr/lib/libtidy.A.dylib 0x7fff91c2f000 - 0x7fff91c3aff7 libkxld.dylib (2782.40.9) <2ADAE067-78A0-371E-A5A8-1E7C892D193C> /usr/lib/system/libkxld.dylib 0x7fff91c3f000 - 0x7fff91c8bfff com.apple.corelocation (1486.17 - 1615.24) <8825B3E2-E053-3E01-AE31-793443962D06> /System/Library/Frameworks/CoreLocation.framework/Versions/A/CoreLocation 0x7fff91c8c000 - 0x7fff91ca1ff7 com.apple.AppContainer (4.0 - 238.20.2) <2AA2EF49-9F38-31F6-8B08-8CC7C26F57F3> /System/Library/PrivateFrameworks/AppContainer.framework/Versions/A/AppContainer 0x7fff91ca2000 - 0x7fff91cbcff3 com.apple.Ubiquity (1.3 - 313) /System/Library/PrivateFrameworks/Ubiquity.framework/Versions/A/Ubiquity 0x7fff91cbd000 - 0x7fff91ecdff7 com.apple.CFNetwork (720.5.7 - 720.5.7) /System/Library/Frameworks/CFNetwork.framework/Versions/A/CFNetwork 0x7fff91ece000 - 0x7fff91ee3ffb libCGInterfaces.dylib (294.1) <1A6AADE6-09EC-3054-85F9-E6A3607EBA70> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/Libraries/libCGInterfaces.dylib 0x7fff91f25000 - 0x7fff9243affb com.apple.JavaScriptCore (10600 - 10600.8.7) <480CDC12-5A1C-321C-B32F-673F0B3BA8F9> /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore 0x7fff9243b000 - 0x7fff9255fff7 com.apple.LaunchServices (644.56 - 644.56) <20AABB1C-9319-3E4D-A024-51B0DD5FCD3B> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/LaunchServices 0x7fff925c2000 - 0x7fff92698ff3 com.apple.DiskImagesFramework (10.10.5 - 398) <23E788A6-9A11-3232-A882-BA16D0C54880> /System/Library/PrivateFrameworks/DiskImages.framework/Versions/A/DiskImages 0x7fff92699000 - 0x7fff92849ff3 com.apple.QuartzCore (1.10 - 361.19) /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore 0x7fff928f4000 - 0x7fff928faff7 com.apple.XPCService (2.0 - 1) /System/Library/PrivateFrameworks/XPCService.framework/Versions/A/XPCService 0x7fff92979000 - 0x7fff92a5dfff libcrypto.0.9.8.dylib (52.40.1) /usr/lib/libcrypto.0.9.8.dylib 0x7fff92a5e000 - 0x7fff92b86ff7 com.apple.coreui (2.1 - 308.6) <9E0E9C6A-68F5-34C1-A17C-96226D401D4D> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI 0x7fff92b87000 - 0x7fff92c2efff com.apple.PDFKit (3.1 - 3.1) /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/PDFKit.framework/Versions/A/PDFKit 0x7fff92c2f000 - 0x7fff92c5aff7 com.apple.DictionaryServices (1.2 - 229.1) <62EC3E1B-5A28-3252-90FF-C2E9999C2A2A> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryServices.framework/Versions/A/DictionaryServices 0x7fff92c5b000 - 0x7fff92c61fff libsystem_trace.dylib (72.20.1) <840F5301-B55A-3078-90B9-FEFFD6CD741A> /usr/lib/system/libsystem_trace.dylib 0x7fff92c62000 - 0x7fff92c6dfff libGL.dylib (11.1.2) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib 0x7fff92c8a000 - 0x7fff92c8efff libcache.dylib (69) <45E9A2E7-99C4-36B2-BEE3-0C4E11614AD1> /usr/lib/system/libcache.dylib 0x7fff92c8f000 - 0x7fff92c92fff com.apple.IOSurface (97.4 - 97.4) /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface 0x7fff92c93000 - 0x7fff930e6fc7 com.apple.vImage (8.0 - 8.0) <33BE7B31-72DB-3364-B37E-C322A32748C5> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/vImage 0x7fff93112000 - 0x7fff93130ff7 com.apple.addressbook.vCard (9.0 - 1579) /System/Library/PrivateFrameworks/vCard.framework/Versions/A/vCard 0x7fff9313c000 - 0x7fff93321ff7 libicucore.A.dylib (531.48) <3CD34752-B1F9-31D2-865D-B5B0F0BE3111> /usr/lib/libicucore.A.dylib 0x7fff93322000 - 0x7fff9335afff com.apple.RemoteViewServices (2.0 - 99) /System/Library/PrivateFrameworks/RemoteViewServices.framework/Versions/A/RemoteViewServices 0x7fff93360000 - 0x7fff93691fff com.apple.Foundation (6.9 - 1154) <49EE64E1-9F53-35D1-A481-2EFE2789B254> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation 0x7fff93692000 - 0x7fff93994ffb com.apple.GeoServices (1.0 - 1077.0.18) <2BBF8B44-DD46-3432-8C84-6D6AA004C233> /System/Library/PrivateFrameworks/GeoServices.framework/Versions/A/GeoServices 0x7fff939a4000 - 0x7fff93a12ff3 com.apple.Heimdal (4.0 - 2.0) <8D1667CF-D454-3E07-A58E-E15591B5A95E> /System/Library/PrivateFrameworks/Heimdal.framework/Versions/A/Heimdal 0x7fff93a40000 - 0x7fff93a44fff libspindump.dylib (182.4) <929670EB-4963-3496-AD24-8B50E388803C> /usr/lib/libspindump.dylib 0x7fff93a45000 - 0x7fff93a68ff7 com.apple.idsfoundation (10.0 - 1000) <79DAA5F6-E054-3CC9-B317-65044A95B567> /System/Library/PrivateFrameworks/IDSFoundation.framework/Versions/A/IDSFoundation 0x7fff93a80000 - 0x7fff93a87ff7 com.apple.phonenumbers (1.1.1 - 105) /System/Library/PrivateFrameworks/PhoneNumbers.framework/Versions/A/PhoneNumbers 0x7fff93a88000 - 0x7fff93a99ff3 libsystem_coretls.dylib (35.40.1) <155DA0A9-2046-332E-BFA3-D7974A51F731> /usr/lib/system/libsystem_coretls.dylib 0x7fff93a9b000 - 0x7fff93b3ae27 com.apple.AppleJPEG (1.0 - 1) <6627DDD9-A8FE-3968-B23A-B6A29AA3919A> /System/Library/PrivateFrameworks/AppleJPEG.framework/Versions/A/AppleJPEG 0x7fff93b3b000 - 0x7fff9402bfff com.apple.MediaToolbox (1.0 - 1562.238) /System/Library/Frameworks/MediaToolbox.framework/Versions/A/MediaToolbox 0x7fff9402c000 - 0x7fff9402efff com.apple.SecCodeWrapper (4.0 - 238.20.2) /System/Library/PrivateFrameworks/SecCodeWrapper.framework/Versions/A/SecCodeWrapper 0x7fff9402f000 - 0x7fff9402ffff com.apple.CoreServices (62 - 62) /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices 0x7fff94072000 - 0x7fff943a5ff7 libmecabra.dylib (666.7) <0ED8AE5E-7A5B-34A6-A2EE-2B852E60E1E2> /usr/lib/libmecabra.dylib 0x7fff943a6000 - 0x7fff943c6fff com.apple.IconServices (47.1 - 47.1) /System/Library/PrivateFrameworks/IconServices.framework/Versions/A/IconServices 0x7fff943d6000 - 0x7fff943d9fff com.apple.xpc.ServiceManagement (1.0 - 1) /System/Library/Frameworks/ServiceManagement.framework/Versions/A/ServiceManagement 0x7fff943eb000 - 0x7fff94445ff7 com.apple.LanguageModeling (1.0 - 1) /System/Library/PrivateFrameworks/LanguageModeling.framework/Versions/A/LanguageModeling 0x7fff94519000 - 0x7fff94552fff com.apple.AirPlaySupport (2.0 - 215.18) /System/Library/PrivateFrameworks/AirPlaySupport.framework/Versions/A/AirPlaySupport 0x7fff94553000 - 0x7fff946e1fff libBLAS.dylib (1128) <497912C1-A98E-3281-BED7-E9C751552F61> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib 0x7fff94941000 - 0x7fff94946ff7 com.apple.MediaAccessibility (1.0 - 61) <00A3E0B6-79AC-387E-B282-AADFBD5722F6> /System/Library/Frameworks/MediaAccessibility.framework/Versions/A/MediaAccessibility 0x7fff94947000 - 0x7fff949aeffb com.apple.datadetectorscore (6.0 - 396.1.2) /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDetectorsCore 0x7fff94a2e000 - 0x7fff94a7dff7 libcurl.4.dylib (83.40.2) /usr/lib/libcurl.4.dylib 0x7fff94a7e000 - 0x7fff94afcfff com.apple.CoreServices.OSServices (640.4 - 640.4) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framework/Versions/A/OSServices 0x7fff94afd000 - 0x7fff94b26ffb libxslt.1.dylib (13) /usr/lib/libxslt.1.dylib 0x7fff94b8d000 - 0x7fff94b92ff7 libunwind.dylib (35.3) /usr/lib/system/libunwind.dylib 0x7fff94b93000 - 0x7fff94b93fff com.apple.Accelerate.vecLib (3.10 - vecLib 3.10) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/vecLib 0x7fff94b94000 - 0x7fff94ba0ff7 com.apple.OpenDirectory (10.10 - 187) /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory 0x7fff94bc7000 - 0x7fff94c31fff com.apple.imfoundation (10.0 - 1000) <842F39B6-0BE2-3B9B-9166-D40031C80C89> /System/Library/PrivateFrameworks/IMFoundation.framework/Versions/A/IMFoundation 0x7fff94c4a000 - 0x7fff94c58ff7 com.apple.opengl (11.1.2 - 11.1.2) <5F355713-4637-33CD-9CBA-4B4CA43FB0FE> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL 0x7fff94c65000 - 0x7fff94c65ff7 libunc.dylib (29) <5676F7EA-C1DF-329F-B006-D2C3022B7D70> /usr/lib/system/libunc.dylib 0x7fff94c66000 - 0x7fff94d58ff7 libiconv.2.dylib (42) <2A06D02F-8B76-3864-8D96-64EF5B40BC6C> /usr/lib/libiconv.2.dylib 0x7fff94d59000 - 0x7fff94d93ffb com.apple.DebugSymbols (115 - 115) <6F03761D-7C3A-3C80-8031-AA1C1AD7C706> /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbols 0x7fff94dd1000 - 0x7fff94e38ff7 com.apple.framework.CoreWiFi (3.0 - 300.4) <19269C1D-EB29-384A-83F3-7DDDEB7D9DAD> /System/Library/PrivateFrameworks/CoreWiFi.framework/Versions/A/CoreWiFi 0x7fff94e39000 - 0x7fff94eabfff com.apple.framework.IOKit (2.0.2 - 1050.20.2) <09C0518C-90DF-3FC3-96D6-34D35F72C8EF> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit 0x7fff95b38000 - 0x7fff95bfbff7 libvMisc.dylib (516) <21497A28-8DCB-3EB8-BDAC-93C93382B0AA> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvMisc.dylib 0x7fff95c5a000 - 0x7fff95c67ff7 libbz2.1.0.dylib (36) <2DF83FBC-5C08-39E1-94F5-C28653791B5F> /usr/lib/libbz2.1.0.dylib 0x7fff95c68000 - 0x7fff95cf1ff7 com.apple.CoreSymbolication (3.1 - 57020.2) /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSymbolication 0x7fff95d4d000 - 0x7fff95daafff com.apple.QuickLookFramework (5.0 - 675.43) <506D60B4-B188-3D0A-9187-0404A60A9B06> /System/Library/Frameworks/QuickLook.framework/Versions/A/QuickLook 0x7fff95dab000 - 0x7fff95e9ffff libFontParser.dylib (134.7) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontParser.dylib 0x7fff95f3a000 - 0x7fff95f3cff7 com.apple.securityhi (9.0 - 55006) <2B9C0BCB-7D82-39C2-A99F-7B9E1522CDD6> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.framework/Versions/A/SecurityHI 0x7fff95f3d000 - 0x7fff95f44fff com.apple.NetFS (6.0 - 4.0) /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS 0x7fff95f52000 - 0x7fff95f89ffb com.apple.LDAPFramework (2.4.28 - 194.5) /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP 0x7fff95f8a000 - 0x7fff95faeff7 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 0x7fff95faf000 - 0x7fff95ffbff7 libcups.2.dylib (408.2) /usr/lib/libcups.2.dylib 0x7fff962f5000 - 0x7fff96320ff3 libarchive.2.dylib (30) <8CBB4416-EBE9-3574-8ADC-44655D245F39> /usr/lib/libarchive.2.dylib 0x7fff96321000 - 0x7fff96354fff com.apple.MediaKit (16 - 757.2) <2912E5C2-085F-3FE2-8531-23B6E894B0F0> /System/Library/PrivateFrameworks/MediaKit.framework/Versions/A/MediaKit 0x7fff963c7000 - 0x7fff96402fff com.apple.QD (301 - 301) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framework/Versions/A/QD 0x7fff96431000 - 0x7fff96451ff7 com.apple.MultitouchSupport.framework (264.6 - 264.6) <1539F1F6-6334-37F3-9C52-02EFFBF4835D> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/MultitouchSupport 0x7fff96452000 - 0x7fff966c8ff7 com.apple.security (7.0 - 57031.40.6) /System/Library/Frameworks/Security.framework/Versions/A/Security 0x7fff966c9000 - 0x7fff9672eff7 com.apple.ids (10.0 - 1000) /System/Library/PrivateFrameworks/IDS.framework/Versions/A/IDS 0x7fff9672f000 - 0x7fff96731fff com.apple.loginsupport (1.0 - 1) /System/Library/PrivateFrameworks/login.framework/Versions/A/Frameworks/loginsupport.framework/Versions/A/loginsupport 0x7fff96732000 - 0x7fff9673afe7 libcldcpuengine.dylib (2.4.5) <6CC680F9-0D13-333B-B151-F0D9C631A1E5> /System/Library/Frameworks/OpenCL.framework/Versions/A/Libraries/libcldcpuengine.dylib 0x7fff9673b000 - 0x7fff9676bff3 com.apple.GSS (4.0 - 2.0) <97F2A028-44CF-3188-B863-F4EEB39CBDBD> /System/Library/Frameworks/GSS.framework/Versions/A/GSS 0x7fff9676c000 - 0x7fff967b9ff7 com.apple.print.framework.PrintCore (10.3 - 451.1) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore.framework/Versions/A/PrintCore 0x7fff967e3000 - 0x7fff967e4fff com.apple.TrustEvaluationAgent (2.0 - 25) <2D61A2C3-C83E-3A3F-8EC1-736DBEC250AB> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/TrustEvaluationAgent 0x7fff9687f000 - 0x7fff96898ff7 com.apple.CFOpenDirectory (10.10 - 187) <3FCEE6F7-A8C6-3222-B22D-8AD290E477E2> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpenDirectory.framework/Versions/A/CFOpenDirectory 0x7fff96914000 - 0x7fff9691efff com.apple.IntlPreferences (2.0 - 150.1) <79F95D7D-F64F-3A4E-8A42-AE5BF1577195> /System/Library/PrivateFrameworks/IntlPreferences.framework/Versions/A/IntlPreferences 0x7fff9691f000 - 0x7fff9693cfff libsystem_kernel.dylib (2782.40.9) <16AD15EF-3DAE-3F63-9D26-26CCE1920762> /usr/lib/system/libsystem_kernel.dylib 0x7fff9693d000 - 0x7fff969dffff com.apple.Bluetooth (4.3.6 - 4.3.6f3) /System/Library/Frameworks/IOBluetooth.framework/Versions/A/IOBluetooth 0x7fff969e0000 - 0x7fff969f9ff3 com.apple.openscripting (1.6.4 - 162.2) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting.framework/Versions/A/OpenScripting 0x7fff96adc000 - 0x7fff96c1ffff libsqlite3.dylib (168.2) /usr/lib/libsqlite3.dylib 0x7fff96c53000 - 0x7fff96c5efff com.apple.AppSandbox (4.0 - 238.20.2) /System/Library/PrivateFrameworks/AppSandbox.framework/Versions/A/AppSandbox 0x7fff96c5f000 - 0x7fff96c6aff7 com.apple.DirectoryService.Framework (10.10 - 187) /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryService 0x7fff96c6b000 - 0x7fff96c6bfff libOpenScriptingUtil.dylib (162.2) /usr/lib/libOpenScriptingUtil.dylib 0x7fff96c71000 - 0x7fff96cb1ff7 libGLImage.dylib (11.1.2) <9B05F3BF-D111-3B01-B7F8-C5EF7E02000B> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dylib 0x7fff96cb2000 - 0x7fff96d1efff com.apple.framework.CoreWLAN (5.0 - 500.35.2) <03697149-1CDD-32FF-B564-1C1EF5E9E5C3> /System/Library/Frameworks/CoreWLAN.framework/Versions/A/CoreWLAN 0x7fff96d1f000 - 0x7fff96d29ff7 com.apple.NetAuth (5.2 - 5.2) <2BBD749A-8E18-35B8-8E48-A90347C1CCA7> /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth 0x7fff96d2a000 - 0x7fff96e6eff7 com.apple.QTKit (7.7.3 - 2890.7) <267DFB98-4959-3EDE-B76B-8B2F12F41A17> /System/Library/Frameworks/QTKit.framework/Versions/A/QTKit 0x7fff96e6f000 - 0x7fff96e6ffff com.apple.Accelerate (1.10 - Accelerate 1.10) /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate 0x7fff96f1d000 - 0x7fff96f1dfff com.apple.Carbon (154 - 157) <9BF51672-1684-3FDE-A561-FC59A2864EF8> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon 0x7fff96f1e000 - 0x7fff96f2dfd3 com.apple.AppleFSCompression (68.30.1 - 1.0) /System/Library/PrivateFrameworks/AppleFSCompression.framework/Versions/A/AppleFSCompression 0x7fff96f2e000 - 0x7fff96f32ff7 libGIF.dylib (1239) <292BB418-F5C2-3D7B-AC1D-99082A4B88F3> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib 0x7fff96f33000 - 0x7fff96f79ff7 libFontRegistry.dylib (134.1) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontRegistry.dylib 0x7fff96f9d000 - 0x7fff96f9efff liblangid.dylib (117) /usr/lib/liblangid.dylib 0x7fff97349000 - 0x7fff973e7fff com.apple.Metadata (10.7.0 - 917.36) <00C4CB5D-E723-3612-84E0-439098392CDD> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Metadata 0x7fff973e8000 - 0x7fff97443ff7 libTIFF.dylib (1239) /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib 0x7fff97444000 - 0x7fff975a5fff com.apple.avfoundation (2.0 - 889.210) /System/Library/Frameworks/AVFoundation.framework/Versions/A/AVFoundation 0x7fff9765b000 - 0x7fff97683fff libxpc.dylib (559.40.1) <5C829202-962E-3744-8B50-00D38CC88E84> /usr/lib/system/libxpc.dylib 0x7fff9768e000 - 0x7fff97695fff com.apple.network.statistics.framework (1.2 - 1) <61B311D1-7F15-35B3-80D4-99B8BE90ACD9> /System/Library/PrivateFrameworks/NetworkStatistics.framework/Versions/A/NetworkStatistics 0x7fff976a6000 - 0x7fff976a6fff com.apple.Cocoa (6.8 - 21) /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa 0x7fff9771f000 - 0x7fff97735ff7 libsystem_asl.dylib (267) /usr/lib/system/libsystem_asl.dylib 0x7fff97742000 - 0x7fff97753ff7 libz.1.dylib (55) <88C7C7DE-04B8-316F-8B74-ACD9F3DE1AA1> /usr/lib/libz.1.dylib 0x7fff97754000 - 0x7fff97aecff7 com.apple.CoreFoundation (6.9 - 1153.18) <5C0892B8-9691-341F-9279-CA3A74D59AA0> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation 0x7fff97aed000 - 0x7fff97b1dff3 com.apple.CoreAVCHD (5.7.5 - 5750.4.1) <3E51287C-E97D-3886-BE88-8F6872400876> /System/Library/PrivateFrameworks/CoreAVCHD.framework/Versions/A/CoreAVCHD 0x7fff97b1e000 - 0x7fff97b23ff7 libmacho.dylib (862) <126CA2ED-DE91-308F-8881-B9DAEC3C63B6> /usr/lib/system/libmacho.dylib 0x7fff97b24000 - 0x7fff97b41ffb libresolv.9.dylib (57) <26B38E61-298A-3C3A-82C1-3B5E98AD5E29> /usr/lib/libresolv.9.dylib 0x7fff97b42000 - 0x7fff97b55ff7 com.apple.CoreBluetooth (1.0 - 1) <8D7BA9BA-EB36-307A-9119-0B3D9732C953> /System/Library/Frameworks/CoreBluetooth.framework/Versions/A/CoreBluetooth 0x7fff97b56000 - 0x7fff97bc7ffb com.apple.ApplicationServices.ATS (360 - 375.4) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/ATS 0x7fff97bc8000 - 0x7fff97bd0ffb libcopyfile.dylib (118.1.2) <0C68D3A6-ACDD-3EF3-991A-CC82C32AB836> /usr/lib/system/libcopyfile.dylib 0x7fff97bd1000 - 0x7fff97bf6ff7 libPng.dylib (1239) /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib 0x7fff97bf7000 - 0x7fff97c03fff com.apple.HelpData (2.1.4 - 90) <02C6B7E6-1CC4-30E8-AD04-2794BECCF99C> /System/Library/PrivateFrameworks/HelpData.framework/Versions/A/HelpData 0x7fff97d11000 - 0x7fff97e04ff7 libJP2.dylib (1239) /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJP2.dylib 0x7fff97e05000 - 0x7fff97e1bff7 com.apple.CoreMediaAuthoring (2.2 - 951) /System/Library/PrivateFrameworks/CoreMediaAuthoring.framework/Versions/A/CoreMediaAuthoring 0x7fff97e1c000 - 0x7fff97e24ff7 com.apple.AppleSRP (5.0 - 1) <68F0C577-ED96-34F2-B701-CE3023367D4D> /System/Library/PrivateFrameworks/AppleSRP.framework/Versions/A/AppleSRP 0x7fff97e25000 - 0x7fff97e27ff3 com.apple.SafariServices.framework (10600 - 10600.8.9) /System/Library/PrivateFrameworks/SafariServices.framework/Versions/A/SafariServices 0x7fff97e3b000 - 0x7fff97e9afff com.apple.AE (681.5 - 681.7) <2BF39455-1CDD-392C-824A-9972C6B1FB57> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Versions/A/AE 0x7fff97e9b000 - 0x7fff97e9ffff libCoreVMClient.dylib (79.1) <201EF6DF-5074-3CB7-A361-398CF957A264> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClient.dylib 0x7fff97ea9000 - 0x7fff97eb6fff libxar.1.dylib (255) <7CD69BB5-97BA-3858-8A8B-2F33F129E6E7> /usr/lib/libxar.1.dylib 0x7fff97eee000 - 0x7fff97f26fff libsystem_network.dylib (412.20.3) <6105C134-6722-3C0A-A4CE-5E1261E2E1CC> /usr/lib/system/libsystem_network.dylib 0x7fff97f27000 - 0x7fff97f78fff com.apple.audio.CoreAudio (4.3.0 - 4.3.0) <450293F7-DAE7-3DD0-8F7C-71FC2FD72627> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio 0x7fff97f79000 - 0x7fff97fa6fff com.apple.CoreVideo (1.8 - 145.1) <18DB07E0-B927-3260-A234-636F298D1917> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo 0x7fff97fa7000 - 0x7fff9803efff com.apple.CoreMedia (1.0 - 1562.238) /System/Library/Frameworks/CoreMedia.framework/Versions/A/CoreMedia 0x7fff9803f000 - 0x7fff9803ffff com.apple.audio.units.AudioUnit (1.12 - 1.12) /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit 0x7fff98040000 - 0x7fff98044fff com.apple.CommonPanels (1.2.6 - 96) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels.framework/Versions/A/CommonPanels 0x7fff98045000 - 0x7fff9806dfff libsystem_info.dylib (459.40.1) <2E16C4B3-A327-3957-9C41-143911979A1E> /usr/lib/system/libsystem_info.dylib 0x7fff9806e000 - 0x7fff9807aff7 com.apple.commonutilities (8.0 - 900) /System/Library/PrivateFrameworks/CommonUtilities.framework/Versions/A/CommonUtilities 0x7fff981b0000 - 0x7fff9823cfe7 libsystem_c.dylib (1044.40.1) /usr/lib/system/libsystem_c.dylib 0x7fff9828d000 - 0x7fff98e0eff7 com.apple.AppKit (6.9 - 1348.17) /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit 0x7fff98e0f000 - 0x7fff98e15ff7 libsystem_networkextension.dylib (167.40.3) /usr/lib/system/libsystem_networkextension.dylib 0x7fff98e16000 - 0x7fff9911bff3 com.apple.HIToolbox (2.1.1 - 758.7) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox

    External Modification Summary:
    Calls made by other processes targeting this process: task_for_pid: 1 thread_create: 0 thread_set_state: 0 Calls made by this process: task_for_pid: 0 thread_create: 0 thread_set_state: 0 Calls made by all processes on this machine: task_for_pid: 249716 thread_create: 0 thread_set_state: 0

    VM Region Summary:
    ReadOnly portion of Libraries: Total=249.7M resident=105.3M(42%) swapped_out_or_unallocated=144.4M(58%)
    Writable regions: Total=1.1G written=8584K(1%) resident=16.9M(2%) swapped_out=3892K(0%) unallocated=1.1G(98%)

    REGION TYPE VIRTUAL
    =========== ======= Activity Tracing 2048K
    CG backing stores 1252K
    CG image 172K
    CG shared images 336K
    CoreAnimation 660K
    CoreGraphics 8K
    CoreImage 8K
    CoreServices 3060K
    CoreUI image data 256K
    Dispatch continuations 8192K
    Foundation 4K
    Image IO 16K
    JS JIT generated code 128.0M
    JS JIT generated code (reserved) 896.0M reserved VM address space (unallocated)
    JS garbage collector 320K
    Kernel Alloc Once 8K
    MALLOC 43.0M
    MALLOC (admin) 32K
    Memory Tag 242 12K
    Memory Tag 251 16K
    OpenCL 32K
    STACK GUARD 56.0M
    Stack 12.6M
    VM_ALLOCATE 17.4M
    VM_ALLOCATE (reserved) 36K reserved VM address space (unallocated)
    WebKit Malloc 992K
    __DATA 24.8M
    __IMAGE 528K
    __LINKEDIT 71.9M
    __TEXT 177.8M
    __UNICODE 552K
    mapped file 137.7M
    shared memory 4K
    =========== ======= TOTAL 1.5G
    TOTAL, minus reserved VM space 687.4M

    Model: MacBookPro6,2, BootROM MBP61.0057.B0F, 2 processors, Intel Core i5, 2.53 GHz, 8 GB, SMC 1.58f17
    Graphics: Intel HD Graphics, Intel HD Graphics, Built-In
    Graphics: NVIDIA GeForce GT 330M, NVIDIA GeForce GT 330M, PCIe, 256 MB
    Memory Module: BANK 0/DIMM0, 4 GB, DDR3, 1067 MHz, 0x859B, 0x435435313236344243313036372E4D313646
    Memory Module: BANK 1/DIMM0, 4 GB, DDR3, 1067 MHz, 0x859B, 0x435435313236344243313036372E4D313646
    AirPort: spairport_wireless_card_type_airport_extreme (0x14E4, 0x93), Broadcom BCM43xx 1.0 (5.106.98.100.24)
    Bluetooth: Version 4.3.6f3 16238, 3 services, 27 devices, 1 incoming serial ports
    Network Service: AirPort, AirPort, en1
    Serial ATA Device: Crucial_CT512MX100SSD1, 512.11 GB
    Serial ATA Device: MATSHITADVD-R UJ-898
    USB Device: Hub
    USB Device: Internal Memory Card Reader
    USB Device: BRCM2070 Hub
    USB Device: Bluetooth USB Host Controller
    USB Device: Apple Internal Keyboard / Trackpad
    USB Device: Hub
    USB Device: FT230X Basic UART
    USB Device: IR Receiver
    USB Device: Built-in iSight
    Thunderbolt Bus:

  • mcdermj (at xenotropic)

    mcdermj (at xenotropic) August 24th, 2015 @ 10:15 PM

    There's a GCD error in there with memory management in the audio handler. I've hopefully gotten it squashed. You can try out the newest build in the usual place.

    Git 8aeea09.

    Released in 1.0.1d107.

Please Sign in or create a free account to add a new ticket.

With your very own profile, you can contribute to projects, track your activity, watch tickets, receive and update tickets through your email and much more.

New-ticket Create new ticket

Create your profile

Help contribute to this project by taking a few moments to create your personal profile. Create your profile ยป

A D-STAR reflector client.

Shared Ticket Bins

Attachments

Pages