problem with object areas

  • #1, by el_geeSunday, 08. April 2018, 10:58 6 years ago
    Hey everyone!
    Another old adventure game enthusiast just blown away by this program!
    I feel I've exhausted both tutorials and previous threads about this, and can't seem to find the answer. 
    My problem is that I cannot make an object area without the game immediately crashing when the cursor enters the object area - this counts for both test and built versions of the game.
    Anyone know what i'm doing wrong?
    I'm running VS 5 on a Mac if that means anything.
    Thanks!

    Newbie

    45 Posts


  • #2, by esmeraldaSunday, 08. April 2018, 16:43 6 years ago
    Hi el_gge!
    Never had this problem. I'm using Windows, so no idea, if this is a Mac-specific problem.
    Does the crash happen on every object area or just one specific? (maybe a stray point outside the background area is causing the problem? Have you tried deleting the object area and drawing a new one?)
    Do you have an action on mouseover? Then maybe the action is causing the crash...

    Key Killer

    508 Posts

  • #3, by constantinSunday, 08. April 2018, 17:11 6 years ago
    i once had a problem with a corrupt object area crashing the program. i believe, it was, because one of the points was somehow "corrupt". (thats what the log said) i deleted all polygon-points and set it new. never crashed again. 

    Forum Fan

    167 Posts

  • #4, by MachtnixSunday, 08. April 2018, 18:30 6 years ago
    The engine doesn't want "single" points without lines, I think. Clicking into the area  you often create this "corrupt" points standing alone in the mist. And better be careful with "overlapping itself" areas (own points get inside the area).

    This crash happens in V 4.2.5 also.

    Thread Captain

    1097 Posts

  • #5, by el_geeSunday, 08. April 2018, 19:30 6 years ago
    thanks for the quick replies guys!

    It happens on every object area, also if they're redrawn. I've also removed any actions set to the object. 
    So at this point it consists of me making a new object and drawing a closed shape into the scene.
    Then when I run/build the game everything plays fine, but as soon as my cursor enters where the shape is - the game shuts down straight away.

    very... confusing.

    Beginning to have suspicions that it's because I'm working with a Macbook retina that I'm having issues?


    Newbie

    45 Posts

  • #6, by MachtnixSunday, 08. April 2018, 19:44 6 years ago
    Hm... do you have any mouse hardware accelerator..?

    Thread Captain

    1097 Posts

  • #7, by el_geeSunday, 08. April 2018, 20:20 6 years ago
    No. No mouse hardware accelerator.

    Newbie

    45 Posts

  • #8, by SimonSSunday, 08. April 2018, 21:21 6 years ago
    Please post the error messages from Mac as I don't get them automatically.

    Thread Captain

    1580 Posts

  • #9, by el_geeSunday, 08. April 2018, 21:39 6 years ago
    Hi SimonS!
    Do you want messages from the Mac error report or messages.log? 

    Newbie

    45 Posts

  • #10, by SimonSSunday, 08. April 2018, 21:48 6 years ago
    The mac error report.

    Thread Captain

    1580 Posts

  • #11, by el_geeSunday, 08. April 2018, 21:54 6 years ago
    Mac error report:

    Process: Visionaire Player [928]
    Path: /Applications/Visionaire Studio.app/Contents/Resources/Visionaire Player.app/Contents/MacOS/Visionaire Player
    Identifier: Visionaire Player
    Version: 5.0.4 (1194)
    Code Type: X86-64 (Native)
    Parent Process: ??? [1]
    Responsible: Visionaire Player [928]
    User ID: 501

    Date/Time: 2018-04-08 21:50:29.555 +0200
    OS Version: Mac OS X 10.11.6 (15G20015)
    Report Version: 11
    Anonymous UUID: 0AB10334-7D83-C80A-9BF1-FE0F6E5925EE

    Sleep/Wake UUID: 7875DB77-9838-4B3E-89BF-762E3DC00013

    Time Awake Since Boot: 2400 seconds
    Time Since Wake: 1400 seconds

    System Integrity Protection: enabled

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

    Exception Type: EXC_BAD_ACCESS (SIGSEGV)
    Exception Codes: EXC_I386_GPFLT
    Exception Note: EXC_CORPSE_NOTIFY

    Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
    0 Visionaire Player 0x00000001038b9a30 soundengine::AudioDataSourceFFMPEG::Open(char*, unsigned long) + 288
    1 Visionaire Player 0x00000001038babe0 soundengine::AudioDataSource::TestOpen(char*, unsigned long) + 464
    2 Visionaire Player 0x00000001038bd678 TSoundFFMPEG:razzlay(wxFileName const&, TVisObjRef const&, int, int, bool, bool, int, TSoundTypeEnum, int) + 1000
    3 Visionaire Player 0x00000001038b53ad TSoundInterface:razzlay(wxFileName const&, TVisObjRef const&, int, int, bool, TSoundTypeEnum, int, int) + 765
    4 Visionaire Player 0x000000010359b49d TGAnimation::NextSpriteSelected() const + 797
    5 Visionaire Player 0x0000000103999bf0 TCAnimation::SetCurrentSprite(bool) + 1008
    6 Visionaire Player 0x000000010359d113 TGAnimation::StartAnimation(TVisObjRef const&, TAnimationOwner*, bool, float, int) + 2371
    7 Visionaire Player 0x00000001035da86f TCursorControl::SetActiveCursor() + 95
    8 Visionaire Player 0x00000001035e7800 TGameControl::Update() + 464
    9 Visionaire Player 0x000000010361df19 ShowFrame(void*) + 3321
    10 Visionaire Player 0x000000010361ccd2 main + 2386
    11 Visionaire Player 0x000000010358b5d4 start + 52

    Thread 1:: SDLTimer
    0 libsystem_kernel.dylib 0x00007fff8f137db6 __psynch_cvwait + 10
    1 libsystem_pthread.dylib 0x00007fff91f85728 _pthread_cond_wait + 767
    2 Visionaire Player 0x0000000103c1127e SDL_CondWaitTimeout_REAL + 142
    3 Visionaire Player 0x0000000103c11620 SDL_SemWaitTimeout_REAL + 80
    4 Visionaire Player 0x0000000103c1230e 0x103583000 + 6877966
    5 Visionaire Player 0x0000000103c11dfc SDL_RunThread + 60
    6 Visionaire Player 0x0000000103c11889 0x103583000 + 6875273
    7 libsystem_pthread.dylib 0x00007fff91f8499d _pthread_body + 131
    8 libsystem_pthread.dylib 0x00007fff91f8491a _pthread_start + 168
    9 libsystem_pthread.dylib 0x00007fff91f82351 thread_start + 13

    Thread 2:
    0 libsystem_kernel.dylib 0x00007fff8f1385e2 __workq_kernreturn + 10
    1 libsystem_pthread.dylib 0x00007fff91f84578 _pthread_wqthread + 1283
    2 libsystem_pthread.dylib 0x00007fff91f82341 start_wqthread + 13

    Thread 3:: Dispatch queue: com.apple.libdispatch-manager
    0 libsystem_kernel.dylib 0x00007fff8f138efa kevent_qos + 10
    1 libdispatch.dylib 0x00007fff91945165 _dispatch_mgr_invoke + 216
    2 libdispatch.dylib 0x00007fff91944dcd _dispatch_mgr_thread + 52

    Thread 4:
    0 libsystem_kernel.dylib 0x00007fff8f1385e2 __workq_kernreturn + 10
    1 libsystem_pthread.dylib 0x00007fff91f84578 _pthread_wqthread + 1283
    2 libsystem_pthread.dylib 0x00007fff91f82341 start_wqthread + 13

    Thread 5:
    0 libsystem_kernel.dylib 0x00007fff8f1385e2 __workq_kernreturn + 10
    1 libsystem_pthread.dylib 0x00007fff91f84578 _pthread_wqthread + 1283
    2 libsystem_pthread.dylib 0x00007fff91f82341 start_wqthread + 13

    Thread 6:
    0 libsystem_kernel.dylib 0x00007fff8f1385e2 __workq_kernreturn + 10
    1 libsystem_pthread.dylib 0x00007fff91f84578 _pthread_wqthread + 1283
    2 libsystem_pthread.dylib 0x00007fff91f82341 start_wqthread + 13

    Thread 7:
    0 libsystem_kernel.dylib 0x00007fff8f1385e2 __workq_kernreturn + 10
    1 libsystem_pthread.dylib 0x00007fff91f84578 _pthread_wqthread + 1283
    2 libsystem_pthread.dylib 0x00007fff91f82341 start_wqthread + 13

    Thread 8:
    0 libsystem_kernel.dylib 0x00007fff8f1385e2 __workq_kernreturn + 10
    1 libsystem_pthread.dylib 0x00007fff91f84578 _pthread_wqthread + 1283
    2 libsystem_pthread.dylib 0x00007fff91f82341 start_wqthread + 13

    Thread 9:
    0 libsystem_kernel.dylib 0x00007fff8f1385e2 __workq_kernreturn + 10
    1 libsystem_pthread.dylib 0x00007fff91f84578 _pthread_wqthread + 1283
    2 libsystem_pthread.dylib 0x00007fff91f82341 start_wqthread + 13

    Thread 10:
    0 libsystem_kernel.dylib 0x00007fff8f1385e2 __workq_kernreturn + 10
    1 libsystem_pthread.dylib 0x00007fff91f84578 _pthread_wqthread + 1283
    2 libsystem_pthread.dylib 0x00007fff91f82341 start_wqthread + 13

    Thread 11:

    Thread 12:
    0 libsystem_kernel.dylib 0x00007fff8f131fc6 semaphore_timedwait_trap + 10
    1 libdispatch.dylib 0x00007fff9194ac67 _dispatch_semaphore_wait_slow + 149
    2 libdispatch.dylib 0x00007fff91944d1b _dispatch_worker_thread + 148
    3 libsystem_pthread.dylib 0x00007fff91f8499d _pthread_body + 131
    4 libsystem_pthread.dylib 0x00007fff91f8491a _pthread_start + 168
    5 libsystem_pthread.dylib 0x00007fff91f82351 thread_start + 13

    Thread 13:: com.apple.audio.IOThread.client
    0 libsystem_kernel.dylib 0x00007fff8f131f72 mach_msg_trap + 10
    1 libsystem_kernel.dylib 0x00007fff8f1313b3 mach_msg + 55
    2 com.apple.audio.CoreAudio 0x00007fff8ccdd35e HALB_MachPort::SendMessageWithReply(unsigned int, unsigned int, unsigned int, unsigned int, mach_msg_header_t*, bool, unsigned int) + 98
    3 com.apple.audio.CoreAudio 0x00007fff8ccdd2ec HALB_MachPort::SendSimpleMessageWithSimpleReply(unsigned int, unsigned int, int, int&, bool, unsigned int) + 42
    4 com.apple.audio.CoreAudio 0x00007fff8ccdb6a9 HALC_ProxyIOContext::IOWorkLoop() + 1149
    5 com.apple.audio.CoreAudio 0x00007fff8ccdb15e HALC_ProxyIOContext::IOThreadEntry(void*) + 88
    6 com.apple.audio.CoreAudio 0x00007fff8ccdb033 HALB_IOThread::Entry(void*) + 75
    7 libsystem_pthread.dylib 0x00007fff91f8499d _pthread_body + 131
    8 libsystem_pthread.dylib 0x00007fff91f8491a _pthread_start + 168
    9 libsystem_pthread.dylib 0x00007fff91f82351 thread_start + 13

    Thread 14:: Vis Audio Thread
    0 libsystem_kernel.dylib 0x00007fff8f13810a __semwait_signal + 10
    1 libsystem_c.dylib 0x00007fff8b9f9d0f nanosleep + 199
    2 Visionaire Player 0x0000000103c12b1e SDL_Delay_REAL + 94
    3 Visionaire Player 0x00000001038bcf38 read_thread(void*) + 440
    4 Visionaire Player 0x0000000103c11dfc SDL_RunThread + 60
    5 Visionaire Player 0x0000000103c11889 0x103583000 + 6875273
    6 libsystem_pthread.dylib 0x00007fff91f8499d _pthread_body + 131
    7 libsystem_pthread.dylib 0x00007fff91f8491a _pthread_start + 168
    8 libsystem_pthread.dylib 0x00007fff91f82351 thread_start + 13

    Thread 15:: wxThread
    0 libsystem_kernel.dylib 0x00007fff8f13810a __semwait_signal + 10
    1 libsystem_c.dylib 0x00007fff8b9f9d0f nanosleep + 199
    2 libsystem_c.dylib 0x00007fff8b9f9c02 usleep + 54
    3 Visionaire Player 0x00000001037ac9fa TPicturePreloader::Entry() + 362
    4 Visionaire Player 0x00000001036c8eea Enter(void*) + 10
    5 Visionaire Player 0x0000000103c11dfc SDL_RunThread + 60
    6 Visionaire Player 0x0000000103c11889 0x103583000 + 6875273
    7 libsystem_pthread.dylib 0x00007fff91f8499d _pthread_body + 131
    8 libsystem_pthread.dylib 0x00007fff91f8491a _pthread_start + 168
    9 libsystem_pthread.dylib 0x00007fff91f82351 thread_start + 13

    Thread 16:: wxThread
    0 libsystem_kernel.dylib 0x00007fff8f13810a __semwait_signal + 10
    1 libsystem_c.dylib 0x00007fff8b9f9d0f nanosleep + 199
    2 libsystem_c.dylib 0x00007fff8b9f9c02 usleep + 54
    3 Visionaire Player 0x00000001037ac9fa TPicturePreloader::Entry() + 362
    4 Visionaire Player 0x00000001036c8eea Enter(void*) + 10
    5 Visionaire Player 0x0000000103c11dfc SDL_RunThread + 60
    6 Visionaire Player 0x0000000103c11889 0x103583000 + 6875273
    7 libsystem_pthread.dylib 0x00007fff91f8499d _pthread_body + 131
    8 libsystem_pthread.dylib 0x00007fff91f8491a _pthread_start + 168
    9 libsystem_pthread.dylib 0x00007fff91f82351 thread_start + 13

    Thread 17:: wxThread
    0 libsystem_kernel.dylib 0x00007fff8f13810a __semwait_signal + 10
    1 libsystem_c.dylib 0x00007fff8b9f9d0f nanosleep + 199
    2 libsystem_c.dylib 0x00007fff8b9f9c02 usleep + 54
    3 Visionaire Player 0x00000001037ac9fa TPicturePreloader::Entry() + 362
    4 Visionaire Player 0x00000001036c8eea Enter(void*) + 10
    5 Visionaire Player 0x0000000103c11dfc SDL_RunThread + 60
    6 Visionaire Player 0x0000000103c11889 0x103583000 + 6875273
    7 libsystem_pthread.dylib 0x00007fff91f8499d _pthread_body + 131
    8 libsystem_pthread.dylib 0x00007fff91f8491a _pthread_start + 168
    9 libsystem_pthread.dylib 0x00007fff91f82351 thread_start + 13

    Thread 18:: com.apple.NSEventThread
    0 libsystem_kernel.dylib 0x00007fff8f131f72 mach_msg_trap + 10
    1 libsystem_kernel.dylib 0x00007fff8f1313b3 mach_msg + 55
    2 com.apple.CoreFoundation 0x00007fff95132114 __CFRunLoopServiceMachPort + 212
    3 com.apple.CoreFoundation 0x00007fff951315dc __CFRunLoopRun + 1356
    4 com.apple.CoreFoundation 0x00007fff95130e28 CFRunLoopRunSpecific + 296
    5 com.apple.AppKit 0x00007fff974e6d95 _NSEventThread + 149
    6 libsystem_pthread.dylib 0x00007fff91f8499d _pthread_body + 131
    7 libsystem_pthread.dylib 0x00007fff91f8491a _pthread_start + 168
    8 libsystem_pthread.dylib 0x00007fff91f82351 thread_start + 13

    Thread 0 crashed with X86 Thread State (64-bit):
      rax: 0x00007fd8d8c80e10 rbx: 0x00007fd8d9052400 rcx: 0x0000000100000000 rdx: 0xb00007fd8d8c8d56
      rdi: 0x0000000100000000 rsi: 0x0000000000000001 rbp: 0x00007fff5c67bf30 rsp: 0x00007fff5c67bef0
       r8: 0x00000000000005d3 r9: 0x0000000000000000 r10: 0x00000000b2d2b786 r11: 0x00007fd8d8c00000
      r12: 0x0000000000000000 r13: 0x00007fd8d9052400 r14: 0x00007fd8d9088ec0 r15: 0x00007fd8d9088e00
      rip: 0x00000001038b9a30 rfl: 0x0000000000010286 cr2: 0x0000000105545ce0
      
    Logical CPU: 4
    Error Code: 0x00000000
    Trap Number: 13


    Binary Images:
             0x7954000 - 0x7954fe7 +cl_kernels (???) cl_kernels
             0x9301000 - 0x930cfff com.apple.iokit.IOHIDLib (2.0.0 - 2.0.0) /System/Library/Extensions/IOHIDFamily.kext/Contents/PlugIns/IOHIDLib.plugin/Contents/MacOS/IOHIDLib
             0x9322000 - 0x9452ffb com.apple.audio.units.Components (1.13 - 1.13) /System/Library/Components/CoreAudio.component/Contents/MacOS/CoreAudio
             0x94e8000 - 0x94ecfff com.apple.audio.AppleHDAHALPlugIn (274.12 - 274.12) /System/Library/Extensions/AppleHDA.kext/Contents/PlugIns/AppleHDAHALPlugIn.bundle/Contents/MacOS/AppleHDAHALPlugIn
            0x14c5e000 - 0x151b5ff7 com.apple.driver.AppleIntelHD5000GraphicsGLDriver (10.14.74 - 10.1.4) /System/Library/Extensions/AppleIntelHD5000GraphicsGLDriver.bundle/Contents/MacOS/AppleIntelHD5000GraphicsGLDriver
            0x1bc89000 - 0x1bcefff7 com.apple.driver.AppleIntelHD5000GraphicsMTLDriver (10.14.74 - 10.1.4) /System/Library/Extensions/AppleIntelHD5000GraphicsMTLDriver.bundle/Contents/MacOS/AppleIntelHD5000GraphicsMTLDriver
           0x103583000 - 0x103fbdfff +Visionaire Player (5.0.4 - 1194) /Applications/Visionaire Studio.app/Contents/Resources/Visionaire Player.app/Contents/MacOS/Visionaire Player
           0x1042a7000 - 0x10430dfff +libopenal.dylib (0) /Applications/Visionaire Studio.app/Contents/Resources/Visionaire Player.app/Contents/Frameworks/libopenal.dylib
           0x104345000 - 0x104d44fef +libavcodec.56.dylib (0) /Applications/Visionaire Studio.app/Contents/Resources/Visionaire Player.app/Contents/Frameworks/libavcodec.56.dylib
           0x105435000 - 0x105597ff7 +libavformat.56.dylib (0) /Applications/Visionaire Studio.app/Contents/Resources/Visionaire Player.app/Contents/Frameworks/libavformat.56.dylib
           0x1055da000 - 0x105619fff +libavutil.54.dylib (0) /Applications/Visionaire Studio.app/Contents/Resources/Visionaire Player.app/Contents/Frameworks/libavutil.54.dylib
           0x105643000 - 0x1056bcff7 +libswscale.3.dylib (0) /Applications/Visionaire Studio.app/Contents/Resources/Visionaire Player.app/Contents/Frameworks/libswscale.3.dylib
           0x1056ce000 - 0x1056e4fff +libswresample.1.dylib (0) /Applications/Visionaire Studio.app/Contents/Resources/Visionaire Player.app/Contents/Frameworks/libswresample.1.dylib
           0x1056f1000 - 0x1056f3fff com.apple.ForceFeedback (1.0.6 - 1.0.6) /System/Library/Frameworks/ForceFeedback.framework/Versions/A/ForceFeedback
           0x1056ff000 - 0x105711ffb +libz.1.dylib (70) /Applications/Visionaire Studio.app/Contents/Resources/Visionaire Player.app/Contents/Frameworks/libz.1.dylib
        0x7fff6c863000 - 0x7fff6c89aa47 dyld (360.22) /usr/lib/dyld
        0x7fff82b4a000 - 0x7fff82b55fff libGL.dylib (12.1) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
        0x7fff82b56000 - 0x7fff82b58ff7 com.apple.securityhi (9.0 - 55006) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.framework/Versions/A/SecurityHI
        0x7fff82b59000 - 0x7fff82c3ffef unorm8_bgra.dylib (2.7.3) /System/Library/Frameworks/OpenCL.framework/Versions/A/Libraries/ImageFormats/unorm8_bgra.dylib
        0x7fff83498000 - 0x7fff8350cff3 com.apple.securityfoundation (6.0 - 55126) /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoundation
        0x7fff8358c000 - 0x7fff8366cff7 unorm8_rgba.dylib (2.7.3) /System/Library/Frameworks/OpenCL.framework/Versions/A/Libraries/ImageFormats/unorm8_rgba.dylib
        0x7fff8366d000 - 0x7fff8366ffff libsystem_coreservices.dylib (19.2) /usr/lib/system/libsystem_coreservices.dylib
        0x7fff83670000 - 0x7fff8383eff3 com.apple.QuartzCore (1.11 - 410.14) /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
        0x7fff83853000 - 0x7fff83853fff libOpenScriptingUtil.dylib (169.2) /usr/lib/libOpenScriptingUtil.dylib
        0x7fff838c6000 - 0x7fff838efff7 libxslt.1.dylib (14.6) /usr/lib/libxslt.1.dylib
        0x7fff838fe000 - 0x7fff83951ff7 libc++.1.dylib (120.1) /usr/lib/libc++.1.dylib
        0x7fff83984000 - 0x7fff839b3ff7 com.apple.DictionaryServices (1.2 - 250.3) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryServices.framework/Versions/A/DictionaryServices
        0x7fff83a9c000 - 0x7fff83aa6fff com.apple.NetAuth (6.0 - 6.0) /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth
        0x7fff83aa7000 - 0x7fff83d8cffb com.apple.CoreServices.CarbonCore (1136.2 - 1136.2) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/Versions/A/CarbonCore
        0x7fff83d94000 - 0x7fff83dd6ff7 com.apple.Metal (56.6 - 56.6) /System/Library/Frameworks/Metal.framework/Versions/A/Metal
        0x7fff83dd7000 - 0x7fff83dd8fff libsystem_secinit.dylib (20) /usr/lib/system/libsystem_secinit.dylib
        0x7fff83dfd000 - 0x7fff83e05fff com.apple.frameworks.CoreDaemon (1.3 - 1.3) /System/Library/PrivateFrameworks/CoreDaemon.framework/Versions/B/CoreDaemon
        0x7fff83e2c000 - 0x7fff83e38fff com.apple.speech.synthesis.framework (5.4.12 - 5.4.12) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynthesis.framework/Versions/A/SpeechSynthesis
        0x7fff83e39000 - 0x7fff83e3bff7 libRadiance.dylib (1464) /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.dylib
        0x7fff83f80000 - 0x7fff83ff7feb libcorecrypto.dylib (335.50.1) /usr/lib/system/libcorecrypto.dylib
        0x7fff84377000 - 0x7fff84582fff libFosl_dynamic.dylib (16.24) /usr/lib/libFosl_dynamic.dylib
        0x7fff84583000 - 0x7fff8458efff com.apple.CrashReporterSupport (10.11 - 718) /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/CrashReporterSupport
        0x7fff84740000 - 0x7fff84961ff7 com.apple.CoreImage (11.4.0 - 366.4.20) /System/Library/Frameworks/CoreImage.framework/Versions/A/CoreImage
        0x7fff84962000 - 0x7fff84966fff libcache.dylib (75) /usr/lib/system/libcache.dylib
        0x7fff84cde000 - 0x7fff84cf7fff com.apple.CFOpenDirectory (10.11 - 194) /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpenDirectory.framework/Versions/A/CFOpenDirectory
        0x7fff84da6000 - 0x7fff84daefff com.apple.NetFS (6.0 - 4.0) /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
        0x7fff84dbc000 - 0x7fff84dc1ff7 libmacho.dylib (875.1) /usr/lib/system/libmacho.dylib
        0x7fff85133000 - 0x7fff85142ffb com.apple.LangAnalysis (1.7.0 - 1.7.0) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LangAnalysis.framework/Versions/A/LangAnalysis
        0x7fff85172000 - 0x7fff852feff7 libGLProgrammability.dylib (12.1) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgrammability.dylib
        0x7fff85305000 - 0x7fff85305fff com.apple.Carbon (154 - 157) /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
        0x7fff85306000 - 0x7fff85314fff libxar.1.dylib (302) /usr/lib/libxar.1.dylib
        0x7fff85362000 - 0x7fff85363ffb libSystem.B.dylib (1226.10.1) /usr/lib/libSystem.B.dylib
        0x7fff85677000 - 0x7fff85682ff7 libcommonCrypto.dylib (60075.50.1) /usr/lib/system/libcommonCrypto.dylib
        0x7fff85683000 - 0x7fff8569eff7 libCRFSuite.dylib (34) /usr/lib/libCRFSuite.dylib
        0x7fff856f7000 - 0x7fff856fffef libsystem_platform.dylib (74.40.2) /usr/lib/system/libsystem_platform.dylib
        0x7fff8572c000 - 0x7fff8573efff libsasl2.2.dylib (209) /usr/lib/libsasl2.2.dylib
        0x7fff85888000 - 0x7fff8592cfff com.apple.Bluetooth (4.4.6 - 4.4.6f2) /System/Library/Frameworks/IOBluetooth.framework/Versions/A/IOBluetooth
        0x7fff85c48000 - 0x7fff85c59fff libcmph.dylib (6) /usr/lib/libcmph.dylib
        0x7fff860f6000 - 0x7fff860fefff libGFXShared.dylib (12.1) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.dylib
        0x7fff861b1000 - 0x7fff861ebff7 com.apple.DebugSymbols (132 - 132) /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbols
        0x7fff8623d000 - 0x7fff86275ff7 com.apple.RemoteViewServices (2.0 - 101) /System/Library/PrivateFrameworks/RemoteViewServices.framework/Versions/A/RemoteViewServices
        0x7fff867fa000 - 0x7fff867fefff libpam.2.dylib (20) /usr/lib/libpam.2.dylib
        0x7fff86967000 - 0x7fff8696ffff libsystem_networkextension.dylib (385.40.36) /usr/lib/system/libsystem_networkextension.dylib
        0x7fff86cab000 - 0x7fff86d3aff7 libCoreStorage.dylib (517.50.1) /usr/lib/libCoreStorage.dylib
        0x7fff86d5d000 - 0x7fff86d64ff7 libcompiler_rt.dylib (62) /usr/lib/system/libcompiler_rt.dylib
        0x7fff86d78000 - 0x7fff86d78fff com.apple.Accelerate (1.10 - Accelerate 1.10) /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
        0x7fff86d8e000 - 0x7fff86d93fff com.apple.TCC (1.0 - 1) /System/Library/PrivateFrameworks/TCC.framework/Versions/A/TCC
        0x7fff86d95000 - 0x7fff86d98fff libCoreVMClient.dylib (119.5) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClient.dylib
        0x7fff86e55000 - 0x7fff870dcfff com.apple.CFNetwork (760.9 - 760.9) /System/Library/Frameworks/CFNetwork.framework/Versions/A/CFNetwork
        0x7fff870df000 - 0x7fff870eaff7 libkxld.dylib (3248.73.8) /usr/lib/system/libkxld.dylib
        0x7fff870fc000 - 0x7fff87491fdb com.apple.vImage (8.0 - 8.0) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/vImage
        0x7fff8749a000 - 0x7fff8749fff7 libheimdal-asn1.dylib (453.40.11) /usr/lib/libheimdal-asn1.dylib
        0x7fff874a0000 - 0x7fff874b1ff7 libsystem_trace.dylib (201.10.3) /usr/lib/system/libsystem_trace.dylib
        0x7fff874b2000 - 0x7fff874b7fff com.apple.ImageCapture (9.0 - 9.0) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture.framework/Versions/A/ImageCapture
        0x7fff87591000 - 0x7fff8759aff7 com.apple.CommonAuth (4.0 - 2.0) /System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAuth
        0x7fff875c1000 - 0x7fff8761ffff com.apple.CoreServices.OSServices (728.14 - 728.14) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framework/Versions/A/OSServices
        0x7fff87622000 - 0x7fff87668fff libFontRegistry.dylib (155.4) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontRegistry.dylib
        0x7fff8775c000 - 0x7fff87803fff com.apple.LanguageModeling (1.0 - 1) /System/Library/PrivateFrameworks/LanguageModeling.framework/Versions/A/LanguageModeling
        0x7fff87b65000 - 0x7fff87b67ff7 libquarantine.dylib (80) /usr/lib/system/libquarantine.dylib
        0x7fff87c77000 - 0x7fff87ce6fff com.apple.datadetectorscore (7.0 - 460) /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDetectorsCore
        0x7fff87ce7000 - 0x7fff87ce9ffb libutil.dylib (43) /usr/lib/libutil.dylib
        0x7fff88029000 - 0x7fff8802cff7 libCoreFSCache.dylib (119.5) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreFSCache.dylib
        0x7fff881cc000 - 0x7fff881cdfff libDiagnosticMessagesClient.dylib (100) /usr/lib/libDiagnosticMessagesClient.dylib
        0x7fff881ce000 - 0x7fff8821cff7 libcurl.4.dylib (90.2.2) /usr/lib/libcurl.4.dylib
        0x7fff882aa000 - 0x7fff883cefff libsqlite3.dylib (216.4) /usr/lib/libsqlite3.dylib
        0x7fff88420000 - 0x7fff8843fff7 com.apple.framework.Apple80211 (11.0 - 1121.34.2) /System/Library/PrivateFrameworks/Apple80211.framework/Versions/A/Apple80211
        0x7fff884a3000 - 0x7fff88538fff com.apple.ink.framework (10.9 - 214) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework/Versions/A/Ink
        0x7fff88563000 - 0x7fff88563ff7 libkeymgr.dylib (28) /usr/lib/system/libkeymgr.dylib
        0x7fff889a0000 - 0x7fff889a2fff libCVMSPluginSupport.dylib (12.1) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCVMSPluginSupport.dylib
        0x7fff88a01000 - 0x7fff88a07fff com.apple.IOAccelerator (205.14 - 205.14) /System/Library/PrivateFrameworks/IOAccelerator.framework/Versions/A/IOAccelerator
        0x7fff89af2000 - 0x7fff89cfffff libicucore.A.dylib (551.51.6) /usr/lib/libicucore.A.dylib
        0x7fff89dca000 - 0x7fff89f75ffb GLEngine (12.1) /System/Library/Frameworks/OpenGL.framework/Versions/A/Resources/GLEngine.bundle/GLEngine
        0x7fff8a983000 - 0x7fff8a9baff7 com.apple.LDAPFramework (2.4.28 - 194.5) /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP
        0x7fff8af43000 - 0x7fff8af45fff com.apple.EFILogin (2.0 - 2) /System/Library/PrivateFrameworks/EFILogin.framework/Versions/A/EFILogin
        0x7fff8af46000 - 0x7fff8b29afff com.apple.Foundation (6.9 - 1259.32) /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
        0x7fff8b29b000 - 0x7fff8b2e7fff com.apple.print.framework.PrintCore (11.2 - 472.2) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore.framework/Versions/A/PrintCore
        0x7fff8b2f1000 - 0x7fff8b597ff7 com.apple.CoreData (120 - 641.3) /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
        0x7fff8b598000 - 0x7fff8b68aff7 libiconv.2.dylib (44) /usr/lib/libiconv.2.dylib
        0x7fff8b698000 - 0x7fff8b6cbff7 com.apple.MediaKit (16 - 809) /System/Library/PrivateFrameworks/MediaKit.framework/Versions/A/MediaKit
        0x7fff8b6da000 - 0x7fff8b767dd7 com.apple.AppleJPEG (1.0 - 1) /System/Library/PrivateFrameworks/AppleJPEG.framework/Versions/A/AppleJPEG
        0x7fff8b768000 - 0x7fff8b7cffff com.apple.framework.CoreWiFi (11.0 - 1101.20) /System/Library/PrivateFrameworks/CoreWiFi.framework/Versions/A/CoreWiFi
        0x7fff8b7df000 - 0x7fff8b825ff7 libauto.dylib (186) /usr/lib/libauto.dylib
        0x7fff8b8fb000 - 0x7fff8b961ff7 libsystem_network.dylib (583.50.1) /usr/lib/system/libsystem_network.dylib
        0x7fff8b97a000 - 0x7fff8ba07fef libsystem_c.dylib (1082.60.1) /usr/lib/system/libsystem_c.dylib
        0x7fff8c2e3000 - 0x7fff8c300ff7 com.apple.AppleVPAFramework (2.1.2 - 2.1.2) /System/Library/PrivateFrameworks/AppleVPA.framework/Versions/A/AppleVPA
        0x7fff8c372000 - 0x7fff8c373ffb libremovefile.dylib (41) /usr/lib/system/libremovefile.dylib
        0x7fff8c374000 - 0x7fff8c375fff libsystem_blocks.dylib (65) /usr/lib/system/libsystem_blocks.dylib
        0x7fff8c37f000 - 0x7fff8c387fff libcopyfile.dylib (127) /usr/lib/system/libcopyfile.dylib
        0x7fff8c3a6000 - 0x7fff8c3a9fff libsystem_sandbox.dylib (460.60.4) /usr/lib/system/libsystem_sandbox.dylib
        0x7fff8c3aa000 - 0x7fff8c570ff7 com.apple.ImageIO.framework (3.3.0 - 1462) /System/Library/Frameworks/ImageIO.framework/Versions/A/ImageIO
        0x7fff8c68c000 - 0x7fff8c9eef3f libobjc.A.dylib (680) /usr/lib/libobjc.A.dylib
        0x7fff8c9ef000 - 0x7fff8c9fdff7 libbz2.1.0.dylib (38) /usr/lib/libbz2.1.0.dylib
        0x7fff8ca42000 - 0x7fff8cb18ffb com.apple.DiskImagesFramework (10.11.4 - 417.4) /System/Library/PrivateFrameworks/DiskImages.framework/Versions/A/DiskImages
        0x7fff8ccb3000 - 0x7fff8cd04fff com.apple.audio.CoreAudio (4.3.0 - 4.3.0) /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
        0x7fff8d1cf000 - 0x7fff8d1d3fff com.apple.CommonPanels (1.2.6 - 96) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels.framework/Versions/A/CommonPanels
        0x7fff8d1d4000 - 0x7fff8d212ff7 libGLImage.dylib (12.1) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dylib
        0x7fff8d213000 - 0x7fff8d21efff libGPUSupportMercury.dylib (12.1) /System/Library/PrivateFrameworks/GPUSupport.framework/Versions/A/Libraries/libGPUSupportMercury.dylib
        0x7fff8d46d000 - 0x7fff8d494fff com.apple.ChunkingLibrary (167 - 167) /System/Library/PrivateFrameworks/ChunkingLibrary.framework/Versions/A/ChunkingLibrary
        0x7fff8d4f9000 - 0x7fff8d581fff com.apple.CoreSymbolication (3.1 - 58048.1) /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSymbolication
        0x7fff8d6d0000 - 0x7fff8d6eafff com.apple.Kerberos (3.0 - 1) /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
        0x7fff8d6eb000 - 0x7fff8d6ebfff com.apple.CoreServices (728.14 - 728.14) /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
        0x7fff8d7cd000 - 0x7fff8dbfbfff com.apple.vision.FaceCore (3.3.1 - 3.3.1) /System/Library/PrivateFrameworks/FaceCore.framework/Versions/A/FaceCore
        0x7fff8dbfc000 - 0x7fff8dc08fff com.apple.SpeechRecognitionCore (2.2.7 - 2.2.7) /System/Library/PrivateFrameworks/SpeechRecognitionCore.framework/Versions/A/SpeechRecognitionCore
        0x7fff8dc09000 - 0x7fff8dc1afff libSparseBLAS.dylib (1162.2) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libSparseBLAS.dylib
        0x7fff8dc30000 - 0x7fff8df25fff com.apple.HIToolbox (2.1.1 - 807.2) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox
        0x7fff8df26000 - 0x7fff8df51ff3 libarchive.2.dylib (33.20.3) /usr/lib/libarchive.2.dylib
        0x7fff8df84000 - 0x7fff8df89ff3 libunwind.dylib (35.3) /usr/lib/system/libunwind.dylib
        0x7fff8dfbe000 - 0x7fff8dfbffff com.apple.TrustEvaluationAgent (2.0 - 25) /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/TrustEvaluationAgent
        0x7fff8e10a000 - 0x7fff8e10cfff libCGXType.A.dylib (972) /System/Library/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGXType.A.dylib
        0x7fff8e10d000 - 0x7fff8e115fef libcldcpuengine.dylib (2.7.3) /System/Library/Frameworks/OpenCL.framework/Versions/A/Libraries/libcldcpuengine.dylib
        0x7fff8e65c000 - 0x7fff8e685ffb libRIP.A.dylib (972) /System/Library/Frameworks/CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
        0x7fff8e698000 - 0x7fff8e6bdff7 libPng.dylib (1464) /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib
        0x7fff8e7b0000 - 0x7fff8e7d2fff com.apple.IconServices (68.1 - 68.1) /System/Library/PrivateFrameworks/IconServices.framework/Versions/A/IconServices
        0x7fff8f111000 - 0x7fff8f114ff7 com.apple.help (1.3.3 - 46) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framework/Versions/A/Help
        0x7fff8f121000 - 0x7fff8f13fff7 libsystem_kernel.dylib (3248.73.8) /usr/lib/system/libsystem_kernel.dylib
        0x7fff8f140000 - 0x7fff8f143ffb libScreenReader.dylib (426.42) /usr/lib/libScreenReader.dylib
        0x7fff8f1af000 - 0x7fff8f29fff7 libJP2.dylib (1464) /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJP2.dylib
        0x7fff8f2a0000 - 0x7fff8f2a9ff3 libsystem_notify.dylib (150.40.1) /usr/lib/system/libsystem_notify.dylib
        0x7fff8f384000 - 0x7fff8f3b2ff7 com.apple.CoreServicesInternal (248.2 - 248.2) /System/Library/PrivateFrameworks/CoreServicesInternal.framework/Versions/A/CoreServicesInternal
        0x7fff8f3c0000 - 0x7fff8f3c2ff7 com.apple.xpc.ServiceManagement (1.0 - 1) /System/Library/Frameworks/ServiceManagement.framework/Versions/A/ServiceManagement
        0x7fff8f3e2000 - 0x7fff8f456ff7 com.apple.Heimdal (4.0 - 2.0) /System/Library/PrivateFrameworks/Heimdal.framework/Versions/A/Heimdal
        0x7fff8f49a000 - 0x7fff8f4aafff libbsm.0.dylib (34) /usr/lib/libbsm.0.dylib
        0x7fff8f4ab000 - 0x7fff906f7fff com.apple.CoreGraphics (1.600.0 - 960.7) /System/Library/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics
        0x7fff906f8000 - 0x7fff90842ff7 com.apple.coreui (2.1 - 366.1) /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
        0x7fff90843000 - 0x7fff90872fc3 libsystem_m.dylib (3105) /usr/lib/system/libsystem_m.dylib
        0x7fff90878000 - 0x7fff90894ff7 libsystem_malloc.dylib (67.40.1) /usr/lib/system/libsystem_malloc.dylib
        0x7fff90895000 - 0x7fff90895fff com.apple.audio.units.AudioUnit (1.13 - 1.13) /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
        0x7fff90896000 - 0x7fff908adff7 libsystem_asl.dylib (323.50.1) /usr/lib/system/libsystem_asl.dylib
        0x7fff9094d000 - 0x7fff90a33ff7 libcrypto.0.9.8.dylib (59.60.2) /usr/lib/libcrypto.0.9.8.dylib
        0x7fff9193d000 - 0x7fff9196afff libdispatch.dylib (501.40.12) /usr/lib/system/libdispatch.dylib
        0x7fff919d3000 - 0x7fff91a1fffb com.apple.HIServices (1.22 - 550) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices.framework/Versions/A/HIServices
        0x7fff91a20000 - 0x7fff91a25fff com.apple.DiskArbitration (2.7 - 2.7) /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
        0x7fff91a26000 - 0x7fff91a31ff7 libChineseTokenizer.dylib (16) /usr/lib/libChineseTokenizer.dylib
        0x7fff91a32000 - 0x7fff91a32fff libmetal_timestamp.dylib (600.0.44.2) /System/Library/PrivateFrameworks/GPUCompiler.framework/libmetal_timestamp.dylib
        0x7fff91a33000 - 0x7fff91b46ff7 libvDSP.dylib (563.5) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvDSP.dylib
        0x7fff91b47000 - 0x7fff91b5ffef libcompression.dylib (28) /usr/lib/libcompression.dylib
        0x7fff91b60000 - 0x7fff91b62ff7 libsystem_configuration.dylib (802.40.13) /usr/lib/system/libsystem_configuration.dylib
        0x7fff91bdb000 - 0x7fff91bdbfff libenergytrace.dylib (10.40.1) /usr/lib/libenergytrace.dylib
        0x7fff91c5a000 - 0x7fff91c62fff com.apple.AppleSRP (5.0 - 1) /System/Library/PrivateFrameworks/AppleSRP.framework/Versions/A/AppleSRP
        0x7fff91c63000 - 0x7fff91c7afff libmarisa.dylib (4) /usr/lib/libmarisa.dylib
        0x7fff91c80000 - 0x7fff91ceffff com.apple.SearchKit (1.4.0 - 1.4.0) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framework/Versions/A/SearchKit
        0x7fff91d33000 - 0x7fff91dbcff7 com.apple.PerformanceAnalysis (1.0 - 1) /System/Library/PrivateFrameworks/PerformanceAnalysis.framework/Versions/A/PerformanceAnalysis
        0x7fff91de1000 - 0x7fff91e3ffff com.apple.SystemConfiguration (1.14 - 1.14) /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration
        0x7fff91e40000 - 0x7fff91e71fff com.apple.GSS (4.0 - 2.0) /System/Library/Frameworks/GSS.framework/Versions/A/GSS
        0x7fff91e72000 - 0x7fff91e8efff com.apple.GenerationalStorage (2.0 - 239.1.1) /System/Library/PrivateFrameworks/GenerationalStorage.framework/Versions/A/GenerationalStorage
        0x7fff91f53000 - 0x7fff91f7cfff libsystem_info.dylib (477.50.4) /usr/lib/system/libsystem_info.dylib
        0x7fff91f81000 - 0x7fff91f8aff7 libsystem_pthread.dylib (138.10.4) /usr/lib/system/libsystem_pthread.dylib
        0x7fff92004000 - 0x7fff920befff com.apple.DiscRecording (9.0.1 - 9010.4.3) /System/Library/Frameworks/DiscRecording.framework/Versions/A/DiscRecording
        0x7fff920bf000 - 0x7fff920c2fff com.apple.IOSurface (108.3.2 - 108.3.2) /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
        0x7fff920e2000 - 0x7fff92178fff com.apple.ColorSync (4.9.0 - 4.9.0) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSync.framework/Versions/A/ColorSync
        0x7fff92179000 - 0x7fff92287ff3 com.apple.desktopservices (1.10.3 - 1.10.3) /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopServicesPriv
        0x7fff92288000 - 0x7fff922acfff com.apple.MultitouchSupport.framework (304.12 - 304.12) /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/MultitouchSupport
        0x7fff922ce000 - 0x7fff9237efe7 libvMisc.dylib (563.5) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvMisc.dylib
        0x7fff9238b000 - 0x7fff9239efff com.apple.CoreBluetooth (1.0 - 1) /System/Library/Frameworks/CoreBluetooth.framework/Versions/A/CoreBluetooth
        0x7fff9239f000 - 0x7fff923a1fff com.apple.loginsupport (1.0 - 1) /System/Library/PrivateFrameworks/login.framework/Versions/A/Frameworks/loginsupport.framework/Versions/A/loginsupport
        0x7fff92c6a000 - 0x7fff92cd5ff7 com.apple.framework.CoreWLAN (11.0 - 1101.20) /System/Library/Frameworks/CoreWLAN.framework/Versions/A/CoreWLAN
        0x7fff92d75000 - 0x7fff92deafff com.apple.framework.IOKit (2.0.2 - 1179.50.3) /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
        0x7fff92e0b000 - 0x7fff92e4cff7 libGLU.dylib (12.1) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
        0x7fff92e54000 - 0x7fff92ef4fff com.apple.Metadata (10.7.0 - 972.34) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Metadata
        0x7fff92ef5000 - 0x7fff92ef9fff libGIF.dylib (1464) /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib
        0x7fff92f57000 - 0x7fff93053ff7 libFontParser.dylib (158.8) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontParser.dylib
        0x7fff930b3000 - 0x7fff930cfff7 libextension.dylib (78) /usr/lib/libextension.dylib
        0x7fff930d0000 - 0x7fff9311fff7 com.apple.opencl (2.7.0 - 2.7.0) /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
        0x7fff93166000 - 0x7fff93166fff com.apple.ApplicationServices (48 - 48) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices
        0x7fff933e0000 - 0x7fff9343cfff libTIFF.dylib (1464) /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib
        0x7fff9349f000 - 0x7fff934aafff libcsfde.dylib (517.50.1) /usr/lib/libcsfde.dylib
        0x7fff939f4000 - 0x7fff93a16ff7 com.apple.Sharing (442.13.6 - 442.13.6) /System/Library/PrivateFrameworks/Sharing.framework/Versions/A/Sharing
        0x7fff943d7000 - 0x7fff943d7ff7 libunc.dylib (29) /usr/lib/system/libunc.dylib
        0x7fff943d8000 - 0x7fff943d8ff7 liblaunch.dylib (765.70.1) /usr/lib/system/liblaunch.dylib
        0x7fff943d9000 - 0x7fff9466ffff libmecabra.dylib (696.5) /usr/lib/libmecabra.dylib
        0x7fff94da3000 - 0x7fff94ed1fff com.apple.CoreText (352.0 - 494.16) /System/Library/Frameworks/CoreText.framework/Versions/A/CoreText
        0x7fff94f00000 - 0x7fff94f0efff com.apple.opengl (12.1.0 - 12.1.0) /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
        0x7fff94f0f000 - 0x7fff94f49fff com.apple.QD (3.12 - 302) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framework/Versions/A/QD
        0x7fff95003000 - 0x7fff95071ff7 com.apple.ApplicationServices.ATS (377 - 394.5) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/ATS
        0x7fff95072000 - 0x7fff95073ff3 com.apple.print.framework.Print (10.0 - 266) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framework/Versions/A/Print
        0x7fff950a8000 - 0x7fff9551efff com.apple.CoreFoundation (6.9 - 1259.22) /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
        0x7fff95699000 - 0x7fff956b5ff3 libresolv.9.dylib (60) /usr/lib/libresolv.9.dylib
        0x7fff956c3000 - 0x7fff956d7fe3 libCGInterfaces.dylib (317.9) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/Libraries/libCGInterfaces.dylib
        0x7fff956d8000 - 0x7fff956f1fff com.apple.openscripting (1.7.1 - 169.2) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting.framework/Versions/A/OpenScripting
        0x7fff95b48000 - 0x7fff95b62ff3 liblzma.5.dylib (10) /usr/lib/liblzma.5.dylib
        0x7fff95db0000 - 0x7fff95de4ff7 com.apple.CoreVideo (1.8 - 191.3) /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
        0x7fff95de5000 - 0x7fff9607fffb com.apple.security (7.0 - 57337.60.8) /System/Library/Frameworks/Security.framework/Versions/A/Security
        0x7fff96080000 - 0x7fff960c5ff7 com.apple.coreservices.SharedFileList (24.4 - 24.5) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SharedFileList.framework/Versions/A/SharedFileList
        0x7fff960cd000 - 0x7fff960d5ffb libsystem_dnssd.dylib (625.60.4) /usr/lib/system/libsystem_dnssd.dylib
        0x7fff960d6000 - 0x7fff96100ff7 libc++abi.dylib (307.4) /usr/lib/libc++abi.dylib
        0x7fff9652c000 - 0x7fff9657dff7 libcups.2.dylib (435.2) /usr/lib/libcups.2.dylib
        0x7fff965b6000 - 0x7fff965dafff libJPEG.dylib (1464) /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib
        0x7fff96658000 - 0x7fff96664ff7 com.apple.OpenDirectory (10.11 - 194) /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
        0x7fff96665000 - 0x7fff96668ffb libdyld.dylib (360.22) /usr/lib/system/libdyld.dylib
        0x7fff96669000 - 0x7fff96692fff com.apple.ProtectedCloudStorage (1.0 - 1) /System/Library/PrivateFrameworks/ProtectedCloudStorage.framework/Versions/A/ProtectedCloudStorage
        0x7fff966d9000 - 0x7fff967c8ffb libxml2.2.dylib (29.17) /usr/lib/libxml2.2.dylib
        0x7fff9685b000 - 0x7fff96871ff7 libLinearAlgebra.dylib (1162.2) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLinearAlgebra.dylib
        0x7fff968c3000 - 0x7fff96cbffff libLAPACK.dylib (1162.2) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLAPACK.dylib
        0x7fff96f4a000 - 0x7fff970b1fff libBLAS.dylib (1162.2) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib
        0x7fff970d6000 - 0x7fff970d7fff liblangid.dylib (122) /usr/lib/liblangid.dylib
        0x7fff970d8000 - 0x7fff971fffff com.apple.LaunchServices (728.14 - 728.14) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/LaunchServices
        0x7fff9726e000 - 0x7fff9726efff com.apple.Cocoa (6.11 - 22) /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
        0x7fff9726f000 - 0x7fff972c4fff com.apple.AE (701 - 701) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Versions/A/AE
        0x7fff972c5000 - 0x7fff972cefff com.apple.icloud.FindMyDevice (1.0 - 1) /System/Library/PrivateFrameworks/FindMyDevice.framework/Versions/A/FindMyDevice
        0x7fff972cf000 - 0x7fff972f9ff7 GLRendererFloat (12.1) /System/Library/Frameworks/OpenGL.framework/Versions/A/Resources/GLRendererFloat.bundle/GLRendererFloat
        0x7fff97344000 - 0x7fff97344fff com.apple.Accelerate.vecLib (3.10 - vecLib 3.10) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/vecLib
        0x7fff97348000 - 0x7fff97f71ff7 com.apple.AppKit (6.9 - 1404.47) /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
        0x7fff98355000 - 0x7fff984d3fff com.apple.UIFoundation (1.0 - 436.1) /System/Library/PrivateFrameworks/UIFoundation.framework/Versions/A/UIFoundation
        0x7fff98d65000 - 0x7fff98d6dfff com.apple.CoreServices.FSEvents (1223.10.1 - 1223.10.1) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/FSEvents.framework/Versions/A/FSEvents
        0x7fff98e7a000 - 0x7fff99020ff7 com.apple.audio.toolbox.AudioToolbox (1.13 - 1.13) /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
        0x7fff990df000 - 0x7fff99108ff7 libxpc.dylib (765.70.1) /usr/lib/system/libxpc.dylib
        0x7fff9910d000 - 0x7fff99124ff7 libsystem_coretls.dylib (83.40.5) /usr/lib/system/libsystem_coretls.dylib
        0x7fff99125000 - 0x7fff9912bff7 com.apple.speech.recognition.framework (5.1.1 - 5.1.1) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecognition.framework/Versions/A/SpeechRecognition
        0x7fff9921e000 - 0x7fff992cefff com.apple.backup.framework (1.7.4 - 1.7.4) /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup
        0x7fff992cf000 - 0x7fff9931fff7 com.apple.Symbolication (1.4 - 58044) /System/Library/PrivateFrameworks/Symbolication.framework/Versions/A/Symbolication

    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: 1305
        thread_create: 0
        thread_set_state: 0

    VM Region Summary:
    ReadOnly portion of Libraries: Total=255.0M resident=0K(0%) swapped_out_or_unallocated=255.0M(100%)
    Writable regions: Total=457.0M written=0K(0%) resident=0K(0%) swapped_out=0K(0%) unallocated=457.0M(100%)
     
                                    VIRTUAL REGION 
    REGION TYPE SIZE COUNT (non-coalesced) 
    =========== ======= ======= 
    Accelerate.framework 128K 2 
    Activity Tracing 2048K 2 
    CG backing stores 2304K 4 
    CG image 56K 7 
    CG shared images 240K 7 
    CoreAnimation 100K 11 
    CoreUI image data 1276K 6 
    CoreUI image file 192K 4 
    Dispatch continuations 16.0M 2 
    IOKit 7940K 2 
    Image IO 4K 2 
    Kernel Alloc Once 8K 3 
    MALLOC 391.2M 27 
    MALLOC guard page 32K 7 
    MALLOC_LARGE (reserved) 1800K 2 reserved VM address space (unallocated)
    Memory Tag 242 12K 2 
    OpenCL 8K 2 
    OpenGL GLSL 256K 4 
    Process Corpse Info 2048K 2 
    STACK GUARD 56.1M 19 
    Stack 16.2M 21 
    VM_ALLOCATE 1172K 14 
    VM_ALLOCATE (reserved) 36K 2 reserved VM address space (unallocated)
    __DATA 25.6M 226 
    __GLSLBUILTINS 2588K 2 
    __IMAGE 528K 2 
    __LINKEDIT 96.8M 19 
    __TEXT 158.2M 226 
    __UNICODE 552K 2 
    mapped file 44.4M 10 
    shared memory 16.3M 8 
    =========== ======= ======= 
    TOTAL 843.6M 618 
    TOTAL, minus reserved VM space 841.8M 618 

    Model: MacBookPro11,2, BootROM MBP112.0145.B00, 4 processors, Intel Core i7, 2 GHz, 8 GB, SMC 2.18f15
    Graphics: Intel Iris Pro, Intel Iris Pro, Built-In
    Memory Module: BANK 0/DIMM0, 4 GB, DDR3, 1600 MHz, 0x80AD, 0x484D54343531533641465238412D50422020
    Memory Module: BANK 1/DIMM0, 4 GB, DDR3, 1600 MHz, 0x80AD, 0x484D54343531533641465238412D50422020
    AirPort: spairport_wireless_card_type_airport_extreme (0x14E4, 0x134), Broadcom BCM43xx 1.0 (7.21.95.178.1a2)
    Bluetooth: Version 4.4.6f2, 3 services, 27 devices, 1 incoming serial ports
    Network Service: Wi-Fi, AirPort, en0
    Serial ATA Device: APPLE SSD SM0256F, 251 GB
    USB Device: USB 3.0 Bus
    USB Device: Apple Internal Keyboard / Trackpad
    USB Device: BRCM20702 Hub
    USB Device: Bluetooth USB Host Controller
    Thunderbolt Bus: MacBook Pro, Apple Inc., 17.1

    Newbie

    45 Posts