macoslib / macoslib

MacOSLib - a set of classes to use OS X specific functions in Real Studio / Xojo applications
71 stars 37 forks source link

Sierra Issue with Text Area #203

Open JimPitchford opened 7 years ago

JimPitchford commented 7 years ago

I use OSLib's textarea extensions to give me Apple's rulers etc. I now find that these crash in Sierra. To replicate try to use the TextArea example in the current version of MacOSLib. I'm hopeless with Declares and wouldn't know where to start looking for this bug.

tempelmann commented 7 years ago

Is the issue reproducible with the current macoslib project? If so, what are the steps to reproduce it? Otherwise, please provide a test project. Also, a crash report would be helpful.

JimPitchford commented 7 years ago

Thomas - yes, current version just downloaded. Examples/Cocoa/Text Area. Here's a crash report.

Process: macoslib [1143] Path: /Users/USER/Downloads/*/macoslib.app/Contents/MacOS/macoslib Identifier: com.declaresub.macoslib Version: ??? (1.0.0.0.0) Code Type: X86 (Native) Parent Process: ??? [1] Responsible: macoslib [1143] User ID: 501

Date/Time: 2016-10-20 19:29:06.410 -0500 OS Version: Mac OS X 10.12 (16A323) Report Version: 12 Anonymous UUID: 2190D630-B964-1881-B56B-F8F3D3679DD8

Sleep/Wake UUID: 21ED8318-1827-4347-B187-9C9D9D208004

Time Awake Since Boot: 2300 seconds Time Since Wake: 340 seconds

System Integrity Protection: enabled

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

Exception Type: EXC_BREAKPOINT (SIGTRAP) Exception Codes: 0x0000000000000002, 0x0000000000000000 Exception Note: EXC_CORPSE_NOTIFY

Termination Signal: Trace/BPT trap: 5 Termination Reason: Namespace SIGNAL, Code 0x5 Terminating Process: exc handler [0]

Application Specific Information: Detected over-release of a CFTypeRef Performing @selector(menuItemAction:) from sender NSMenuItem 0x124a3f0

Thread 0 Crashed:: Dispatch queue: com.apple.main-thread 0 com.apple.CoreFoundation 0x9463816a _CFRelease + 1722 1 com.apple.Foundation 0x95c5f861 releasingRelinquish + 29 2 com.apple.Foundation 0x95c1f81d -[NSConcreteMapTable assign:key:value:isNew:] + 138 3 com.apple.Foundation 0x95c1f758 -[NSConcreteMapTable setObject:forKey:] + 92 4 com.apple.AppKit 0x92fbeef0 -[NSStackViewContainer _setValueOfCustomSpacing:afterView:] + 233 5 com.apple.AppKit 0x92fbedff -[NSStackViewContainer setCustomSpacing:afterView:] + 89 6 com.apple.AppKit 0x92797c37 -[NSStackView _setCustomSpacing:afterView:animated:] + 192 7 com.apple.AppKit 0x92797b72 -[NSStackView setCustomSpacing:afterView:] + 59 8 com.apple.AppKit 0x92928175 23-[NSInspectorBar _tile]_block_invoke + 227 9 com.apple.CoreFoundation 0x94566871 53-[NSArrayM enumerateObjectsWithOptions:usingBlock:]_block_invoke + 81 10 com.apple.CoreFoundation 0x9456673f -[__NSArrayM enumerateObjectsWithOptions:usingBlock:] + 207 11 com.apple.CoreFoundation 0x945665f5 -[NSArray enumerateObjectsUsingBlock:] + 53 12 com.apple.AppKit 0x92925e95 -[NSInspectorBar _tile] + 484 13 com.apple.AppKit 0x92924e3d -[NSInspectorBar _update] + 224 14 com.apple.AppKit 0x92630b28 -[NSTextView updateInspectorBar] + 71 15 com.apple.AppKit 0x926304b4 -[NSTextView updateFontPanel] + 1937 16 com.apple.AppKit 0x92659528 -[NSTextView(NSSharing) becomeFirstResponder] + 308 17 com.apple.AppKit 0x9262d900 -[NSWindow _realMakeFirstResponder:] + 369 18 com.apple.AppKit 0x9262d730 -[NSWindow makeFirstResponder:] + 131 19 com.apple.AppKit 0x928a85f3 -[NSClipView becomeFirstResponder] + 133 20 com.apple.AppKit 0x9262d900 -[NSWindow _realMakeFirstResponder:] + 369 21 com.apple.AppKit 0x9262d730 -[NSWindow makeFirstResponder:] + 131 22 com.apple.AppKit 0x92876da4 -[NSScrollView becomeFirstResponder] + 113 23 com.apple.AppKit 0x9262d900 -[NSWindow _realMakeFirstResponder:] + 369 24 com.apple.AppKit 0x9262d730 -[NSWindow makeFirstResponder:] + 131 25 com.xojo.XojoFramework 0x00cede11 0xc99000 + 347665 26 com.xojo.XojoFramework 0x00cb2d5e 0xc99000 + 105822 27 com.xojo.XojoFramework 0x00e88888 0xc99000 + 2029704 28 com.xojo.XojoFramework 0x00ea0b40 0xc99000 + 2128704 29 com.xojo.XojoFramework 0x00d66bf7 0xc99000 + 842743 30 com.xojo.XojoFramework 0x00cf6db7 0xc99000 + 384439 31 com.apple.Foundation 0x95c53ad8 57-[NSNotificationCenter addObserver:selector:name:object:]_block_invoke_2 + 32 32 com.apple.CoreFoundation 0x94576934 CFNOTIFICATIONCENTER_IS_CALLING_OUT_TO_AN_OBSERVER + 20 33 com.apple.CoreFoundation 0x94576824 _CFXRegistrationPost + 452 34 com.apple.CoreFoundation 0x94576576 _CFXNotificationPost_block_invoke + 54 35 com.apple.CoreFoundation 0x94534843 -[_CFXNotificationRegistrar find:object:observer:enumerator:] + 1699 36 com.apple.CoreFoundation 0x9453367d _CFXNotificationPost + 637 37 com.apple.Foundation 0x95c0e8e4 -[NSNotificationCenter postNotificationName:object:userInfo:] + 71 38 com.apple.Foundation 0x95c1ac38 -[NSNotificationCenter postNotificationName:object:] + 37 39 com.apple.AppKit 0x9269d23b -[NSWindow becomeKeyWindow] + 1556 40 com.apple.AppKit 0x9269cbec _NXSendWindowNotification + 218 41 com.apple.AppKit 0x9269c566 -[NSWindow _changeKeyAndMainLimitedOK:] + 1111 42 com.apple.AppKit 0x9269c0f5 -[NSWindow makeKeyWindow] + 64 43 com.apple.AppKit 0x9275190e -[NSWindow _makeKeyRegardlessOfVisibility] + 122 44 com.apple.AppKit 0x92d86672 33-[NSWindow makeKeyAndOrderFront:]_block_invoke + 32 45 com.apple.AppKit 0x9269f38e NSPerformVisuallyAtomicChange + 212 46 com.apple.AppKit 0x92751831 -[NSWindow makeKeyAndOrderFront:] + 90 47 com.xojo.XojoFramework 0x00cf68b8 0xc99000 + 383160 48 com.xojo.XojoFramework 0x00d0adff 0xc99000 + 466431 49 com.xojo.XojoFramework 0x00e9f347 0xc99000 + 2122567 50 com.xojo.XojoFramework 0x00e471ee RuntimeShowWindow + 47 51 com.declaresub.macoslib 0x00009d59 Window.Show%%o + 42 52 com.declaresub.macoslib 0x007dbba6 App._CocoaTextArea_Action%b%o + 115 53 com.xojo.XojoFramework 0x00db65e0 0xc99000 + 1168864 54 com.xojo.XojoFramework 0x00cc195f 0xc99000 + 166239 55 com.xojo.XojoFramework 0x00cc1e53 0xc99000 + 167507 56 libobjc.A.dylib 0x9ed02d1e -[NSObject performSelector:withObject:] + 59 57 com.apple.AppKit 0x92c7890a 49-[NSApplication(NSResponder) sendAction:to:from:]_block_invoke + 35 58 libsystem_trace.dylib 0x9f78467c _os_activity_initiate + 79 59 com.apple.AppKit 0x92c7888a -[NSApplication(NSResponder) sendAction:to:from:] + 584 60 com.apple.AppKit 0x927b231b -[NSMenuItem _corePerformAction] + 374 61 com.apple.AppKit 0x927b2076 -[NSCarbonMenuImpl performActionWithHighlightingForItemAtIndex:] + 162 62 com.apple.AppKit 0x927b17db -[NSMenu _performActionWithHighlightingForItemAtIndex:sendAccessibilityNotification:] + 74 63 com.apple.AppKit 0x92836c8f 38-[NSMenu performActionForItemAtIndex:]_block_invoke + 37 64 libsystem_trace.dylib 0x9f78467c _os_activity_initiate + 79 65 com.apple.AppKit 0x92836c63 -[NSMenu performActionForItemAtIndex:] + 117 66 com.apple.AppKit 0x92836bdf -[NSMenu _internalPerformActionForItemAtIndex:] + 94 67 com.apple.AppKit 0x92836b79 -[NSMenuItem _internalPerformActionThroughMenuIfPossible] + 94 68 com.apple.AppKit 0x92836a28 -[NSCarbonMenuImpl _carbonCommandProcessEvent:handlerCallRef:] + 86 69 com.apple.AppKit 0x926f9f92 NSSLMMenuEventHandler + 987 70 com.apple.HIToolbox 0x93c9afce InvokeEventHandlerUPP(OpaqueEventHandlerCallRef, OpaqueEventRef, void, long ()(OpaqueEventHandlerCallRef, OpaqueEventRef, void)) + 26 71 com.apple.HIToolbox 0x93c46f42 DispatchEventToHandlers(EventTargetRec, OpaqueEventRef, HandlerCallRec) + 2013 72 com.apple.HIToolbox 0x93c460b8 SendEventToEventTargetInternal(OpaqueEventRef, OpaqueEventTargetRef, HandlerCallRec) + 419 73 com.apple.HIToolbox 0x93c57500 SendEventToEventTarget + 34 74 com.apple.HIToolbox 0x93dde219 SendHICommandEvent(unsigned long, HICommand const, unsigned long, unsigned long, unsigned char, void const, OpaqueEventTargetRef, OpaqueEventTargetRef, OpaqueEventRef) + 402 75 com.apple.HIToolbox 0x93cc4d33 SendMenuCommandWithContextAndModifiers + 38 76 com.apple.HIToolbox 0x93cc4cf6 SendMenuItemSelectedEvent + 185 77 com.apple.HIToolbox 0x93cc4bd7 FinishMenuSelection(SelectionData, MenuResult, MenuResult) + 91 78 com.apple.HIToolbox 0x93e2b2c2 MenuSelectCore(MenuData, Point, double, unsigned long, OpaqueMenuRef, unsigned short_) + 661 79 com.apple.HIToolbox 0x93cc52d7 _HandleMenuSelection2 + 512 80 com.apple.HIToolbox 0x93cc50ca _HandleMenuSelection + 31 81 com.apple.AppKit 0x926ea18c _NSHandleCarbonMenuEvent + 282 82 com.apple.AppKit 0x9294bda7 _DPSEventHandledByCarbon + 55 83 com.apple.AppKit 0x92c768a5 -[NSApplication(NSEvent) _nextEventMatchingEventMask:untilDate:inMode:dequeue:] + 331 84 com.apple.AppKit 0x92c76752 -[NSApplication(NSEvent) nextEventMatchingMask:untilDate:inMode:dequeue:] + 132 85 com.xojo.XojoFramework 0x00cdb1e6 0xc99000 + 270822 86 com.xojo.XojoFramework 0x00cdb22f 0xc99000 + 270895 87 com.declaresub.macoslib 0x00130227 Delegate.Invoke%% + 34 88 com.declaresub.macoslib 0x00063031 Application._CallFunctionWithExceptionHandling%%op + 248 89 com.xojo.XojoFramework 0x00e47b1a 0xc99000 + 1764122 90 com.xojo.XojoFramework 0x00cdb187 0xc99000 + 270727 91 com.apple.AppKit 0x9256d17a -[NSApplication run] + 943 92 com.xojo.XojoFramework 0x00e47bba 0xc99000 + 1764282 93 com.xojo.XojoFramework 0x00e45d94 RuntimeRun + 49 94 com.declaresub.macoslib 0x001074d0 REALbasic._RuntimeRun + 34 95 com.declaresub.macoslib 0x009a9389 _Main + 295 96 com.declaresub.macoslib 0x009a0d35 main + 36 97 com.declaresub.macoslib 0x009acf82 start + 53

Thread 1: 0 libsystem_kernel.dylib 0x9f689cbe __workq_kernreturn + 10 1 libsystem_pthread.dylib 0x9f769dfa _pthread_wqthread + 1210 2 libsystem_pthread.dylib 0x9f76991a start_wqthread + 34

Thread 2: 0 libsystem_kernel.dylib 0x9f689cbe __workq_kernreturn + 10 1 libsystem_pthread.dylib 0x9f769dfa _pthread_wqthread + 1210 2 libsystem_pthread.dylib 0x9f76991a start_wqthread + 34

Thread 3: 0 libsystem_kernel.dylib 0x9f689cbe __workq_kernreturn + 10 1 libsystem_pthread.dylib 0x9f769dfa _pthread_wqthread + 1210 2 libsystem_pthread.dylib 0x9f76991a start_wqthread + 34

Thread 4: 0 libsystem_pthread.dylib 0x9f7698f8 start_wqthread + 0 1 com.declaresub.macoslib 0x00043000 FolderItem.__ctblinit + 8939

Thread 5: 0 libsystem_kernel.dylib 0x9f689cbe __workq_kernreturn + 10 1 libsystem_pthread.dylib 0x9f769c89 _pthread_wqthread + 841 2 libsystem_pthread.dylib 0x9f76991a start_wqthread + 34

Thread 6:: com.apple.NSEventThread 0 libsystem_kernel.dylib 0x9f68191e mach_msg_trap + 10 1 libsystem_kernel.dylib 0x9f680e93 mach_msg + 51 2 com.apple.CoreFoundation 0x94561556 CFRunLoopServiceMachPort + 214 3 com.apple.CoreFoundation 0x94560988 CFRunLoopRun + 1576 4 com.apple.CoreFoundation 0x945600fa CFRunLoopRunSpecific + 506 5 com.apple.CoreFoundation 0x9455feeb CFRunLoopRunInMode + 123 6 com.apple.AppKit 0x926b85b7 _NSEventThread + 235 7 libsystem_pthread.dylib 0x9f76a11b _pthread_body + 184 8 libsystem_pthread.dylib 0x9f76a063 _pthread_start + 243 9 libsystem_pthread.dylib 0x9f76993e thread_start + 34

Thread 0 crashed with X86 Thread State (32-bit): eax: 0x946e819d ebx: 0x012cad80 ecx: 0xa42698a8 edx: 0x94637ac0 edi: 0x02601683 esi: 0x012cad84 ebp: 0xbfffdc88 esp: 0xbfffdc30 ss: 0x00000023 efl: 0x00000206 eip: 0x9463816a cs: 0x0000001b ds: 0x00000023 es: 0x00000023 fs: 0x00000000 gs: 0x0000000f cr2: 0x01403000

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

Binary Images: 0x1000 - 0xa4d2ca +com.declaresub.macoslib (??? - 1.0.0.0.0) /Users/USER/Downloads//macoslib.app/Contents/MacOS/macoslib 0xc21000 - 0xc5aba7 dyld (421.1) /usr/lib/dyld 0xc99000 - 0xfe2fff +com.xojo.XojoFramework (1.0 - 2) <5A5DEB05-7932-3964-8190-4A6425D1724E> /Users/USER/Downloads//macoslib.app/Contents/Frameworks/XojoFramework.framework/Versions/A/XojoFramework 0x4ae3000 - 0x4aecffb +AppearancePakCocoa.dylib (???) <6CBF30E8-1870-3DD2-A1C9-FBF3DABBBB12> /Users/USER/Downloads//macoslib.app/Contents/Frameworks/AppearancePakCocoa.dylib 0x4af4000 - 0x4af8fff +GUIKitCocoa.dylib (???) /Users/USER/Downloads//macoslib.app/Contents/Frameworks/GUIKitCocoa.dylib 0x4e00000 - 0x4e05ffb +HTMLViewerCocoa.dylib (???) <9102B79D-F727-327D-99F5-F91F609F310D> /Users/USER/Downloads//macoslib.app/Contents/Frameworks/HTMLViewerCocoa.dylib 0x4e0c000 - 0x4e0dfff +InternetEncodings.dylib (???) <1EFA8B53-F325-35EA-8305-845B16BFD70F> /Users/USER/Downloads//macoslib.app/Contents/Frameworks/InternetEncodings.dylib 0x4e12000 - 0x4e64ffb +RegEx.dylib (???) /Users/USER/Downloads//macoslib.app/Contents/Frameworks/RegEx.dylib 0x4e6a000 - 0x4e6cfff +Shell.dylib (???) /Users/USER/Downloads//macoslib.app/Contents/Frameworks/Shell.dylib 0x4e72000 - 0x4ed7ff7 +XML.dylib (???) <396485F0-E07D-3FEF-9C02-77A4BC85D00F> /Users/USER/Downloads/*/macoslib.app/Contents/Frameworks/XML.dylib 0x5c78000 - 0x5c79fff com.apple.textencoding.unicode (3.0 - 3.0) <567EC6BC-1CBE-30B8-9E6D-02C99BBA9C98> /System/Library/TextEncodings/Unicode Encodings.bundle/Contents/MacOS/Unicode Encodings 0xa034000 - 0xa03eff3 com.apple.CommerceCore (1.0 - 552) <42B340E2-C362-3B0C-BFAB-270845B92D5B> /System/Library/PrivateFrameworks/CommerceKit.framework/Versions/A/Frameworks/CommerceCore.framework/Versions/A/CommerceCore 0xb000000 - 0xb5b1fff com.apple.driver.AppleIntelHD5000GraphicsGLDriver (10.18.65 - 10.1.8) /System/Library/Extensions/AppleIntelHD5000GraphicsGLDriver.bundle/Contents/MacOS/AppleIntelHD5000GraphicsGLDriver 0x90028000 - 0x9037bffb com.apple.RawCamera.bundle (7.00 - 874) <5AD4DA3D-013E-3629-99B2-DB2267C6C571> /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera 0x9037c000 - 0x90bd5ffb com.apple.GeForceGLDriver (10.12.65 - 10.1.2) /System/Library/Extensions/GeForceGLDriver.bundle/Contents/MacOS/GeForceGLDriver 0x90bd6000 - 0x91500fff libclh.dylib (4.0.3 - 4.0.3) <4774C1F8-8D1D-374B-9F0A-A9696C77AA56> /System/Library/Extensions/GeForceGLDriver.bundle/Contents/MacOS/libclh.dylib 0x91508000 - 0x916abff7 com.apple.avfoundation (2.0 - 1183.3) <7C4980E6-CD55-300F-8C17-977C10AA4DCB> /System/Library/Frameworks/AVFoundation.framework/Versions/A/AVFoundation 0x916ac000 - 0x91754fff com.apple.audio.AVFAudio (1.0 - ???) /System/Library/Frameworks/AVFoundation.framework/Versions/A/Frameworks/AVFAudio.framework/Versions/A/AVFAudio 0x91755000 - 0x91755fff com.apple.Accelerate (1.11 - Accelerate 1.11) /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate 0x91756000 - 0x9176dff3 libCGInterfaces.dylib (331.4) <9B2D01CB-255B-31D0-AA37-AC2BBCF016DC> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/Libraries/libCGInterfaces.dylib 0x9176e000 - 0x91dd4fe7 com.apple.vImage (8.1 - ???) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/vImage 0x91dd5000 - 0x91f21ff7 libBLAS.dylib (1185) <5427A4D8-E7B6-318E-A4AA-6360A897E4F4> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib 0x91f22000 - 0x91f34ffb libBNNS.dylib (14) <074FE791-33E4-30FC-A9CA-2E635AA20222> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBNNS.dylib 0x91f35000 - 0x922d0fff libLAPACK.dylib (1185) <6BC652A3-0B24-327C-B535-AAC398EAB45E> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLAPACK.dylib 0x922d1000 - 0x922e7ff7 libLinearAlgebra.dylib (1185) <830ECD62-F6AF-3459-9477-C4FD7886A7D9> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLinearAlgebra.dylib 0x922e8000 - 0x92302ff7 libSparseBLAS.dylib (1185) <986FB661-8202-335F-A063-EA3211AF2846> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libSparseBLAS.dylib 0x92303000 - 0x92450feb libvDSP.dylib (600) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvDSP.dylib 0x92451000 - 0x92532fef libvMisc.dylib (600) <5A6450C5-F8B5-3D5C-B542-966BC86E0435> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvMisc.dylib 0x92533000 - 0x92533fff com.apple.Accelerate.vecLib (3.11 - vecLib 3.11) <4A23E654-6435-3BDF-8AD9-914A9B828A80> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/vecLib 0x92534000 - 0x931a1ff7 com.apple.AppKit (6.9 - 1504) /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit 0x931a2000 - 0x931a2fff com.apple.ApplicationServices (48 - 48) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices 0x931a3000 - 0x93211fff com.apple.ApplicationServices.ATS (377 - 422) <2F722264-3943-304D-820C-39373CF321CD> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/ATS 0x932aa000 - 0x933d7ff7 libFontParser.dylib (194) <6725C140-8121-33CD-8724-3F2E570406E0> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontParser.dylib 0x933d8000 - 0x93423ffb libFontRegistry.dylib (196) <28DB14B1-F153-3240-88E0-C6E5382B5825> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontRegistry.dylib 0x93424000 - 0x93456ffb libTrueTypeScaler.dylib (194) <117705C2-CD40-372A-B491-1B2B14456188> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libTrueTypeScaler.dylib 0x934c2000 - 0x93572ff7 com.apple.ColorSync (4.12.0 - 502) <4F99AAFA-ADFC-3342-9624-334AF30EEBFF> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSync.framework/Versions/A/ColorSync 0x93573000 - 0x935c9ff7 com.apple.HIServices (1.22 - 589) <91A58803-68CC-3B88-9EE6-D2A67A7D2C9E> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices.framework/Versions/A/HIServices 0x935ca000 - 0x935d9ff7 com.apple.LangAnalysis (1.7.0 - 1.7.0) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LangAnalysis.framework/Versions/A/LangAnalysis 0x935da000 - 0x93632ffb com.apple.print.framework.PrintCore (12 - 491) <3E1C2274-5845-30D7-A32E-19EB414C9347> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore.framework/Versions/A/PrintCore 0x93633000 - 0x936cdff3 com.apple.QD (3.12 - 310) <99379D99-FEE4-3955-94EC-9F2A6A4C9CAC> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framework/Versions/A/QD 0x936ce000 - 0x936daff3 com.apple.speech.synthesis.framework (6.0.15 - 6.0.15) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynthesis.framework/Versions/A/SpeechSynthesis 0x936db000 - 0x938c7ffb com.apple.audio.toolbox.AudioToolbox (1.14 - 1.14) /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox 0x938c8000 - 0x938c8fff com.apple.audio.units.AudioUnit (1.14 - 1.14) /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit 0x938c9000 - 0x93c2eff7 com.apple.CFNetwork (807.0.4 - 807.0.4) <313F21F5-898E-36E2-B1F1-DFF4D8EE9F93> /System/Library/Frameworks/CFNetwork.framework/Versions/A/CFNetwork 0x93c2f000 - 0x93c2ffff com.apple.Carbon (154 - 157) <020906DA-F74A-3AEB-AF7B-C6315880D39F> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon 0x93c30000 - 0x93c39ff3 com.apple.audio.SoundManager (4.2 - 4.2) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CarbonSound.framework/Versions/A/CarbonSound 0x93c3a000 - 0x93c3eff3 com.apple.CommonPanels (1.2.6 - 98) <3CCCCE9C-1CB2-35F0-8292-7A7F1EDC3D4C> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels.framework/Versions/A/CommonPanels 0x93c3f000 - 0x93fd7ff7 com.apple.HIToolbox (2.1.1 - 855) <8DC50483-FB21-3D1F-A802-A0773DBC6B01> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox 0x93fd8000 - 0x9402bff3 com.apple.htmlrendering (77 - 1.1.4) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HTMLRendering.framework/Versions/A/HTMLRendering 0x9402c000 - 0x9402ffff com.apple.help (1.3.5 - 49) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framework/Versions/A/Help 0x94030000 - 0x94035ffb com.apple.ImageCapture (9.0 - 9.0) <79C2CE5F-B888-36F2-A9CB-FC80AA9A7AE1> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture.framework/Versions/A/ImageCapture 0x94036000 - 0x940d5fff com.apple.ink.framework (10.9 - 219) <3F883447-0C91-3D72-A3F8-70A6A2E1EC72> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework/Versions/A/Ink 0x940d6000 - 0x94111fff com.apple.NavigationServices (3.8 - 225) <13E5F701-204C-3DEF-8BE6-CEB612116181> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/NavigationServices.framework/Versions/A/NavigationServices 0x94112000 - 0x9412effb com.apple.openscripting (1.7 - 172) <524EBB38-902E-30CA-B772-8A3F866CC397> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting.framework/Versions/A/OpenScripting 0x9412f000 - 0x94134ff3 com.apple.print.framework.Print (12 - 267) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framework/Versions/A/Print 0x94135000 - 0x94137fff com.apple.securityhi (9.0 - 55006) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.framework/Versions/A/SecurityHI 0x94138000 - 0x9413eff3 com.apple.speech.recognition.framework (6.0.1 - 6.0.1) <7C4EE904-9CD5-3B10-B5AE-9734FBF9F1F6> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecognition.framework/Versions/A/SpeechRecognition 0x9413f000 - 0x9413ffff com.apple.Cocoa (6.11 - 22) <65D7E4E6-447F-3894-ABA0-EE95CAE4B035> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa 0x94140000 - 0x941d9ff7 com.apple.audio.CoreAudio (4.3.0 - 4.3.0) <157CF73B-8B24-31C7-8806-5CA025B9E2EE> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio 0x941da000 - 0x941ecff3 com.apple.CoreBluetooth (1.0 - 1) /System/Library/Frameworks/CoreBluetooth.framework/Versions/A/CoreBluetooth 0x941ed000 - 0x944d3fff com.apple.CoreData (120 - 752.2) /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData 0x944d4000 - 0x944dafff com.apple.CoreDisplay (1.0 - 1) <971E0C5A-E805-3AA7-9316-4D9D2985D445> /System/Library/Frameworks/CoreDisplay.framework/Versions/A/CoreDisplay 0x944db000 - 0x9497bfff com.apple.CoreFoundation (6.9 - 1348.1) <98E55F8F-66AC-31B6-BE34-8A20CC71F0D6> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation 0x9497c000 - 0x9501dff7 com.apple.CoreGraphics (2.0 - 1070) /System/Library/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics 0x9501e000 - 0x95251ff3 com.apple.CoreImage (12.0.0 - 451) /System/Library/Frameworks/CoreImage.framework/Versions/A/CoreImage 0x952b6000 - 0x95362fff com.apple.CoreMedia (1.0 - 1903.7) /System/Library/Frameworks/CoreMedia.framework/Versions/A/CoreMedia 0x95363000 - 0x953b2fff com.apple.CoreMediaIO (801.0 - 4922) <8CA2B3E2-0B67-382D-92F9-6783B67A07C5> /System/Library/Frameworks/CoreMediaIO.framework/Versions/A/CoreMediaIO 0x953b3000 - 0x953b3fff com.apple.CoreServices (775.8 - 775.8) <9564B4EC-F056-308C-AF22-3BBC0610D97D> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices 0x953b4000 - 0x95405fff com.apple.AE (712 - 712) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Versions/A/AE 0x95406000 - 0x956e7ffb com.apple.CoreServices.CarbonCore (1159 - 1159) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/Versions/A/CarbonCore 0x956e8000 - 0x9571bffb com.apple.DictionaryServices (1.2 - 274) <4393260A-D5BD-3A92-9CB5-3DFEFCA33EF5> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryServices.framework/Versions/A/DictionaryServices 0x9571c000 - 0x95723fff com.apple.CoreServices.FSEvents (1230 - 1230) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/FSEvents.framework/Versions/A/FSEvents 0x95724000 - 0x95846ffb com.apple.LaunchServices (775.8 - 775.8) <0FBE7FF9-90E5-3615-B84C-76AC0E627FA6> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/LaunchServices 0x95847000 - 0x958f5fff com.apple.Metadata (10.7.0 - 1075) <948AC0FC-2DCC-344B-B256-9A227BD9FD93> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Metadata 0x958f6000 - 0x95956fff com.apple.CoreServices.OSServices (775.8 - 775.8) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framework/Versions/A/OSServices 0x95957000 - 0x959c8fff com.apple.SearchKit (1.4.0 - 1.4.0) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framework/Versions/A/SearchKit 0x959c9000 - 0x95a0fffb com.apple.coreservices.SharedFileList (38 - 38) <1E657B57-AF5A-346A-B576-BD66AAE8B447> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SharedFileList.framework/Versions/A/SharedFileList 0x95a10000 - 0x95b52fff com.apple.CoreText (352.0 - 544) /System/Library/Frameworks/CoreText.framework/Versions/A/CoreText 0x95b53000 - 0x95b8affb com.apple.CoreVideo (1.8 - 234.0) <0BB575AD-DEF9-31EA-82E3-A02C8ECA3C23> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo 0x95b8b000 - 0x95bfaff3 com.apple.framework.CoreWLAN (11.0 - 1200.25.1) <75772B76-BB7D-3E3B-A822-7CC7A75E1B7D> /System/Library/Frameworks/CoreWLAN.framework/Versions/A/CoreWLAN 0x95bfb000 - 0x95c04ff7 com.apple.DiskArbitration (2.7 - 2.7) /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration 0x95c08000 - 0x95f75ff3 com.apple.Foundation (6.9 - 1349) <81CF3276-8D44-3137-8B91-E0FE3E684F12> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation 0x95f76000 - 0x95fa6ffb com.apple.GSS (4.0 - 2.0) <793CD806-F2CC-3092-AB04-A306B131BF6C> /System/Library/Frameworks/GSS.framework/Versions/A/GSS 0x95fa7000 - 0x96049ff3 com.apple.Bluetooth (5.0.0 - 5.0.0f18) /System/Library/Frameworks/IOBluetooth.framework/Versions/A/IOBluetooth 0x9604a000 - 0x960e4ff7 com.apple.framework.IOKit (2.0.2 - 1324.1.7) <50BE062E-02C7-3512-AA9A-316EAF041453> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit 0x960e5000 - 0x960ebfff com.apple.IOSurface (152 - 152) <02614C76-5401-3538-840C-1A9AFE86EBCE> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface 0x960ec000 - 0x9613fffb com.apple.ImageCaptureCore (7.0 - 7.0) /System/Library/Frameworks/ImageCaptureCore.framework/Versions/A/ImageCaptureCore 0x96140000 - 0x96299ffb com.apple.ImageIO.framework (3.3.0 - 1570.1) <641EDB68-4C10-3525-9674-F10C10F3EDEB> /System/Library/Frameworks/ImageIO.framework/Versions/A/ImageIO 0x9629a000 - 0x9629dffb libGIF.dylib (1570.1) /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib 0x9629e000 - 0x96396ffb libJP2.dylib (1570.1) <79B063F7-BE2E-3457-B421-652629FF4659> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJP2.dylib 0x96397000 - 0x963baff7 libJPEG.dylib (1570.1) <29332648-2A41-367D-92A1-BF19AC502C00> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib 0x963bb000 - 0x963e1ff3 libPng.dylib (1570.1) <4E08AE1B-438D-3C0E-A402-F9B5F7FB4AC1> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib 0x963e2000 - 0x963e4ffb libRadiance.dylib (1570.1) <1C4DE04C-263B-3619-ACA4-5CC66FB193F7> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.dylib 0x963e5000 - 0x9643bffb libTIFF.dylib (1570.1) <97EE44E9-8CAE-3D1E-9DD0-78363DC25317> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib 0x9643c000 - 0x96bcfff3 com.apple.JavaScriptCore (12602 - 12602.1.50.0.5) <43D7EEAA-C4F3-3473-B74D-B0A8B0477FAB> /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore 0x96bd0000 - 0x96be8fff com.apple.Kerberos (3.0 - 1) /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos 0x96be9000 - 0x96bf0fff com.apple.MediaAccessibility (1.0 - 97.1.1) /System/Library/Frameworks/MediaAccessibility.framework/Versions/A/MediaAccessibility 0x96bf1000 - 0x9714dfff com.apple.MediaToolbox (1.0 - 1903.7) <8E481A46-FC12-3D84-95D0-A73E397E1688> /System/Library/Frameworks/MediaToolbox.framework/Versions/A/MediaToolbox 0x9714e000 - 0x9719efff com.apple.Metal (85.82 - 85.82) /System/Library/Frameworks/Metal.framework/Versions/A/Metal 0x9719f000 - 0x971a7fff com.apple.NetFS (6.0 - 4.0) <5C7E8AD8-8CE2-36AB-821F-CE31BD1C586F> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS 0x971a8000 - 0x971b0ff7 libcldcpuengine.dylib (2.8.4) <27C753A5-933B-3044-B1D9-1F7217006281> /System/Library/Frameworks/OpenCL.framework/Versions/A/Libraries/libcldcpuengine.dylib 0x97384000 - 0x973d0fff com.apple.opencl (2.8.6 - 2.8.6) /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL 0x973d1000 - 0x973eafff com.apple.CFOpenDirectory (10.12 - 194) <80A91747-A1D4-359A-B33B-0E5A00078E91> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpenDirectory.framework/Versions/A/CFOpenDirectory 0x973eb000 - 0x973f6fff com.apple.OpenDirectory (10.12 - 194) <6A80FC88-1259-3BE1-ADF2-428F9DD61A06> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory 0x973f7000 - 0x973f9fff libCVMSPluginSupport.dylib (12.4.2.1) <99D98DD3-1630-32C0-B5C1-756B8E20B03F> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCVMSPluginSupport.dylib 0x973fa000 - 0x973fdfff libCoreFSCache.dylib (148) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreFSCache.dylib 0x973fe000 - 0x97401fff libCoreVMClient.dylib (148) <5A9AA19A-F9E3-3DED-A4FD-163A26E25EB9> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClient.dylib 0x97402000 - 0x9740aff7 libGFXShared.dylib (12.4.2.1) <6227D2BF-7F4D-3281-AFF3-E95000AF971B> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.dylib 0x9740b000 - 0x97417fff libGL.dylib (12.4.2.1) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib 0x97418000 - 0x97455ffb libGLImage.dylib (12.4.2.1) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dylib 0x97456000 - 0x975daff7 libGLProgrammability.dylib (12.4.2.1) <288A22D3-6FEE-353A-9669-82E31992DB5D> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgrammability.dylib 0x975db000 - 0x9761efff libGLU.dylib (12.4.2.1) <84618503-7B3C-3087-A9A0-F2AC4280CA2C> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib 0x97fed000 - 0x97ffbfff com.apple.opengl (12.4.2 - 12.4.2) <38BDEDE7-A1BD-3875-94AB-E4C1F0118398> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL 0x97ffc000 - 0x98198ffb GLEngine (12.4.2.1) /System/Library/Frameworks/OpenGL.framework/Versions/A/Resources/GLEngine.bundle/GLEngine 0x98199000 - 0x981c5ff7 GLRendererFloat (12.4.2.1) <998E32D1-AABE-380E-B1E3-C695CB8B40D6> /System/Library/Frameworks/OpenGL.framework/Versions/A/Resources/GLRendererFloat.bundle/GLRendererFloat 0x981c6000 - 0x98318ff3 com.apple.QTKit (7.7.3 - 2974) <950159A8-F25E-317D-AFA5-967139D32A96> /System/Library/Frameworks/QTKit.framework/Versions/A/QTKit 0x98319000 - 0x98573ffb com.apple.imageKit (3.0 - 1016) <30539ABC-CEE1-3AFF-996F-68522CB29417> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/ImageKit.framework/Versions/A/ImageKit 0x98574000 - 0x98628fff com.apple.PDFKit (1.0 - 1) <3C47924A-3D38-3AC0-8FE7-679350E17C9F> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/PDFKit.framework/Versions/A/PDFKit 0x98629000 - 0x98b53ff7 com.apple.QuartzComposer (5.1 - 351) <987D8366-9513-370B-9B24-869F9D7B9A85> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzComposer.framework/Versions/A/QuartzComposer 0x98b54000 - 0x98b76ff7 com.apple.quartzfilters (1.10.0 - 1.10.0) <9BD2D36F-7884-35DF-A722-AE839B70228B> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzFilters.framework/Versions/A/QuartzFilters 0x98b77000 - 0x98c5aff7 com.apple.QuickLookUIFramework (5.0 - 720) <5643C137-6F15-3C0B-8CC8-B387C188C2EE> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuickLookUI.framework/Versions/A/QuickLookUI 0x98c5b000 - 0x98c5bfff com.apple.quartzframework (1.5 - 21) <7F5010C4-576C-387F-8EB7-BDA0A0915526> /System/Library/Frameworks/Quartz.framework/Versions/A/Quartz 0x98c5c000 - 0x98e59fff com.apple.QuartzCore (1.11 - 449.39) <95604874-D118-3D04-9AD0-3A771FE39EEC> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore 0x98e5a000 - 0x98eacff3 com.apple.QuickLookFramework (5.0 - 720) <22060CE2-0CEA-30B9-A34E-EFE706F7D8C8> /System/Library/Frameworks/QuickLook.framework/Versions/A/QuickLook 0x98ead000 - 0x9910cff3 com.apple.QuickTime (7.7.3 - 2974) <23D1D103-3731-39CE-BC21-DACA2275E8BF> /System/Library/Frameworks/QuickTime.framework/Versions/A/QuickTime 0x9910d000 - 0x9910efff com.apple.SafariServices.framework (12602 - 12602.1.50.0.10) <80732CEF-8A4E-3317-9645-B5CB60C8D9B3> /System/Library/Frameworks/SafariServices.framework/Versions/A/SafariServices 0x9910f000 - 0x99446ff3 com.apple.security (7.0 - 57740.1.18) <1EB22F8F-52C8-3F77-A8E1-B8FC3C0C9231> /System/Library/Frameworks/Security.framework/Versions/A/Security 0x99447000 - 0x994baff7 com.apple.securityfoundation (6.0 - 55132.1.1) <405606D8-DB15-3776-8019-E4F8714171F3> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoundation 0x994bb000 - 0x994befff com.apple.xpc.ServiceManagement (1.0 - 1) <7842B55E-6505-3526-8123-20E1922CC92E> /System/Library/Frameworks/ServiceManagement.framework/Versions/A/ServiceManagement 0x994bf000 - 0x99531fff com.apple.SystemConfiguration (1.14 - 1.14) <853C9A96-B1CE-3AB7-90CB-4D65AC3AA77E> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration 0x99532000 - 0x998c7ff7 com.apple.VideoToolbox (1.0 - 1903.7) /System/Library/Frameworks/VideoToolbox.framework/Versions/A/VideoToolbox 0x998c8000 - 0x9aaabffb com.apple.WebCore (12602 - 12602.1.50.0.6) <31837510-232A-3C47-826D-F2CD8877EF1E> /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore.framework/Versions/A/WebCore 0x9aaac000 - 0x9abe9ff3 com.apple.WebKitLegacy (12602 - 12602.1.50.0.10) <986AC083-CBE7-31F5-9BC4-84D5D2826C0F> /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebKitLegacy.framework/Versions/A/WebKitLegacy 0x9abea000 - 0x9aec6fff com.apple.WebKit (12602 - 12602.1.50.0.10) <4A728DF0-DD1F-3C24-AB96-0FBA226648F8> /System/Library/Frameworks/WebKit.framework/Versions/A/WebKit 0x9b25d000 - 0x9b278fff com.apple.AppContainer (4.0 - 307.1.1) <2D2065C8-8200-32A1-8D96-577F23093E66> /System/Library/PrivateFrameworks/AppContainer.framework/Versions/A/AppContainer 0x9b279000 - 0x9b286fff com.apple.AppSandbox (4.0 - 307.1.1) <64570F8B-B14F-35F9-9D16-5BB0F1505730> /System/Library/PrivateFrameworks/AppSandbox.framework/Versions/A/AppSandbox 0x9b287000 - 0x9b2abff3 com.apple.framework.Apple80211 (12.0 - 1200.33) <21C5BA74-E4E9-32B9-A51E-400331C11D1C> /System/Library/PrivateFrameworks/Apple80211.framework/Versions/A/Apple80211 0x9b2ac000 - 0x9b2b6fff com.apple.AppleFSCompression (88 - 1.0) <5E01D3E8-1867-34EB-A291-9A6CB0EF9F4C> /System/Library/PrivateFrameworks/AppleFSCompression.framework/Versions/A/AppleFSCompression 0x9b382000 - 0x9b3bfff7 com.apple.AppleJPEG (1.0 - 1) <8B5A8728-5D17-341D-843A-796625A817DD> /System/Library/PrivateFrameworks/AppleJPEG.framework/Versions/A/AppleJPEG 0x9b3e4000 - 0x9b3e7fff com.apple.AppleSystemInfo (3.1.5 - 3.1.5) <95F6E7A6-4B6F-3E02-9198-CB013562B903> /System/Library/PrivateFrameworks/AppleSystemInfo.framework/Versions/A/AppleSystemInfo 0x9b3e8000 - 0x9b438fff com.apple.AppleVAFramework (5.0.34 - 5.0.34) /System/Library/PrivateFrameworks/AppleVA.framework/Versions/A/AppleVA 0x9b439000 - 0x9b4bcff7 com.apple.backup.framework (1.8 - 1.8) <4BC1A8B5-1B8B-370F-B87C-9A6DFC295619> /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup 0x9b4fc000 - 0x9b505fff com.apple.CommonAuth (4.0 - 2.0) /System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAuth 0x9b513000 - 0x9b82afef com.apple.CoreAUC (224.0.0 - 224.0.0) <69040788-6C72-365A-875C-DE900487A932> /System/Library/PrivateFrameworks/CoreAUC.framework/Versions/A/CoreAUC 0x9b82b000 - 0x9b85cffb com.apple.CoreAVCHD (5.9.0 - 5900.4.1) /System/Library/PrivateFrameworks/CoreAVCHD.framework/Versions/A/CoreAVCHD 0x9b866000 - 0x9b877ff3 com.apple.CoreEmoji (1.0 - 40) <7892BD56-CA02-3CB2-B60D-81FDC7B55489> /System/Library/PrivateFrameworks/CoreEmoji.framework/Versions/A/CoreEmoji 0x9b878000 - 0x9b88eff7 com.apple.CoreMediaAuthoring (2.2 - 955) /System/Library/PrivateFrameworks/CoreMediaAuthoring.framework/Versions/A/CoreMediaAuthoring 0x9b88f000 - 0x9b914ffb com.apple.CorePDF (4.0 - 4) /System/Library/PrivateFrameworks/CorePDF.framework/Versions/A/CorePDF 0x9b915000 - 0x9b946ff7 com.apple.CoreServicesInternal (276 - 276) <6490077F-203A-3AAA-A907-51A1BF75C9A2> /System/Library/PrivateFrameworks/CoreServicesInternal.framework/Versions/A/CoreServicesInternal 0x9b947000 - 0x9b9d1ffb com.apple.CoreSymbolication (61050) /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSymbolication 0x9b9d2000 - 0x9bafdff3 com.apple.coreui (2.1 - 424.1) <911C988B-68E7-3708-B7DA-29850B9A2FF9> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI 0x9bafe000 - 0x9bb8bfff com.apple.CoreUtils (4.3 - 430.70) <9C2E74E9-B696-37A2-B779-3738A83FC37C> /System/Library/PrivateFrameworks/CoreUtils.framework/Versions/A/CoreUtils 0x9bb8c000 - 0x9bbecff3 com.apple.framework.CoreWiFi (12.0 - 1200.25.1) /System/Library/PrivateFrameworks/CoreWiFi.framework/Versions/A/CoreWiFi 0x9bbed000 - 0x9bbf9fff com.apple.CrashReporterSupport (10.12 - 815) <35F98D41-A818-3CF9-BB54-EC885245F91B> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/CrashReporterSupport 0x9bbfa000 - 0x9bc6cff3 com.apple.datadetectorscore (7.0 - 539) /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDetectorsCore 0x9bc6d000 - 0x9bcadff3 com.apple.DebugSymbols (137 - 137) <8580D279-7FD5-34FF-90CA-2B7956909C03> /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbols 0x9bcae000 - 0x9bdcdffb com.apple.desktopservices (1.11 - 1.11) <4E78AE16-AF8E-3E34-9D9B-AEEDD92EEB9F> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopServicesPriv 0x9bdd0000 - 0x9bddaffb com.apple.DisplayServicesFW (3.1 - 380) <20A170D8-46C3-3593-9BE8-21B5F4181EF8> /System/Library/PrivateFrameworks/DisplayServices.framework/Versions/A/DisplayServices 0x9be2d000 - 0x9c25eff3 com.apple.vision.FaceCore (3.3.2 - 3.3.2) /System/Library/PrivateFrameworks/FaceCore.framework/Versions/A/FaceCore 0x9c25f000 - 0x9c25ffff libmetal_timestamp.dylib (600.0.48.25) <957CD379-A50F-33D4-B852-23B811521F65> /System/Library/PrivateFrameworks/GPUCompiler.framework/libmetal_timestamp.dylib 0x9c26b000 - 0x9c275ffb libGPUSupportMercury.dylib (12.4.2.1) <8845842B-011B-3EF3-B15E-1319380118D0> /System/Library/PrivateFrameworks/GPUSupport.framework/Versions/A/Libraries/libGPUSupportMercury.dylib 0x9c276000 - 0x9c291ffb com.apple.GenerationalStorage (2.0 - 259) <30538C02-C625-3999-8223-ADDE32A4E32D> /System/Library/PrivateFrameworks/GenerationalStorage.framework/Versions/A/GenerationalStorage 0x9c8fe000 - 0x9c972ffb com.apple.Heimdal (4.0 - 2.0) <7D41A4D1-8B53-3055-B826-D89D351B650D> /System/Library/PrivateFrameworks/Heimdal.framework/Versions/A/Heimdal 0x9c973000 - 0x9c985fff com.apple.HelpData (2.1.10 - 100) <3C2E1939-49F0-3AB7-82B3-DBF789A6874A> /System/Library/PrivateFrameworks/HelpData.framework/Versions/A/HelpData 0x9cb08000 - 0x9cb0efff com.apple.IOAccelerator (288.13 - 288.13) /System/Library/PrivateFrameworks/IOAccelerator.framework/Versions/A/IOAccelerator 0x9cb0f000 - 0x9cb35ff7 com.apple.IconServices (74.1 - 74.1) /System/Library/PrivateFrameworks/IconServices.framework/Versions/A/IconServices 0x9cb36000 - 0x9cb46fff com.apple.IntlPreferences (2.0 - 216) <73FF3AED-724A-3F65-9642-548F45AA5EA4> /System/Library/PrivateFrameworks/IntlPreferences.framework/Versions/A/IntlPreferences 0x9cb47000 - 0x9cd03fff com.apple.LanguageModeling (1.0 - 123) <889386AE-EE29-3306-A82D-EF89C6CFB882> /System/Library/PrivateFrameworks/LanguageModeling.framework/Versions/A/LanguageModeling 0x9cd06000 - 0x9cd2dfff com.apple.MultitouchSupport.framework (367.6 - 367.6) /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/MultitouchSupport 0x9cd2e000 - 0x9cd38fff com.apple.NetAuth (6.0 - 6.0) <747FCFFD-3212-3110-892D-26E9AD6BAE2E> /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth 0x9cd39000 - 0x9cd76ff7 com.apple.PerformanceAnalysis (1.145 - 145) <3ACDFBE7-FB15-31AB-BC2E-E4CC845D9470> /System/Library/PrivateFrameworks/PerformanceAnalysis.framework/Versions/A/PerformanceAnalysis 0x9cd77000 - 0x9cd90fff com.apple.ProtocolBuffer (1 - 249) <48A2A59F-41A4-3A5D-9347-F824F2AB8732> /System/Library/PrivateFrameworks/ProtocolBuffer.framework/Versions/A/ProtocolBuffer 0x9cd91000 - 0x9cda0fff com.apple.QuickLookThumbnailing (1.0 - 1) /System/Library/PrivateFrameworks/QuickLookThumbnailing.framework/Versions/A/QuickLookThumbnailing 0x9cda1000 - 0x9cdc4ffb com.apple.RemoteViewServices (2.0 - 124) <024B640F-8EDC-311B-AB6B-581B591BD32C> /System/Library/PrivateFrameworks/RemoteViewServices.framework/Versions/A/RemoteViewServices 0x9cdc5000 - 0x9cdc7fff com.apple.SecCodeWrapper (4.0 - 307.1.1) <3B757166-CBC0-3C07-8CC0-723FA9E75EB8> /System/Library/PrivateFrameworks/SecCodeWrapper.framework/Versions/A/SecCodeWrapper 0x9cdc8000 - 0x9cdf5ff7 com.apple.Sharing (659.1.6 - 659.1.6) <41C3BB75-5636-37DC-B63A-4B13FB6C1801> /System/Library/PrivateFrameworks/Sharing.framework/Versions/A/Sharing 0x9cdf6000 - 0x9ce14ff3 com.apple.shortcut (2.16 - 98) <3C90724D-6D3D-30BB-A4F3-E8A6FD61465A> /System/Library/PrivateFrameworks/Shortcut.framework/Versions/A/Shortcut 0x9ce15000 - 0x9ce90fff com.apple.SkyLight (1.600.0 - 100) <07A0E474-24DB-3C47-A2E3-00BA56AC1AD4> /System/Library/PrivateFrameworks/SkyLight.framework/Versions/A/SkyLight 0x9ce91000 - 0x9ce9eff7 com.apple.SpeechRecognitionCore (3.0.15 - 3.0.15) <770178AA-A29C-3CC3-9A60-1F7D626F5A38> /System/Library/PrivateFrameworks/SpeechRecognitionCore.framework/Versions/A/SpeechRecognitionCore 0x9ce9f000 - 0x9cf06ff7 com.apple.Symbolication (61080.2) <93389575-501F-346E-85EF-741F3FD16B48> /System/Library/PrivateFrameworks/Symbolication.framework/Versions/A/Symbolication 0x9cf07000 - 0x9cf0dfff com.apple.TCC (1.0 - 1) /System/Library/PrivateFrameworks/TCC.framework/Versions/A/TCC 0x9cf0e000 - 0x9d120fff com.apple.TextureIO (1.31 - 1.31) <3C354E30-E608-34BB-BB98-F4B5A41F37F4> /System/Library/PrivateFrameworks/TextureIO.framework/Versions/A/TextureIO 0x9d121000 - 0x9d122fff com.apple.TrustEvaluationAgent (2.0 - 28) <0F065514-91E7-37D6-B630-48F19ABA4027> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/TrustEvaluationAgent 0x9d123000 - 0x9d295fff com.apple.UIFoundation (1.0 - 489) /System/Library/PrivateFrameworks/UIFoundation.framework/Versions/A/UIFoundation 0x9d523000 - 0x9d529fff com.apple.XPCService (2.0 - 1) <90E2DE01-699D-3FCB-927C-D3A9AB80AC22> /System/Library/PrivateFrameworks/XPCService.framework/Versions/A/XPCService 0x9d52a000 - 0x9d52cfff com.apple.loginsupport (1.0 - 1) <36F9FE15-A52F-3D85-8254-32A05F27CBD9> /System/Library/PrivateFrameworks/login.framework/Versions/A/Frameworks/loginsupport.framework/Versions/A/loginsupport 0x9e028000 - 0x9e043ffb libCRFSuite.dylib (34) <66E63967-8344-36DA-A49B-F7E7B89C8E45> /usr/lib/libCRFSuite.dylib 0x9e044000 - 0x9e04dff7 libChineseTokenizer.dylib (21) <61786B6B-424D-35CB-AC86-55F44E0C255B> /usr/lib/libChineseTokenizer.dylib 0x9e04e000 - 0x9e04ffff libDiagnosticMessagesClient.dylib (102) <6D00EEF3-EF16-3B1B-AB18-B8F797B468A2> /usr/lib/libDiagnosticMessagesClient.dylib 0x9e050000 - 0x9e281ffb libFosl_dynamic.dylib (16.37) <11339181-1ED5-33AD-A7A3-D122314BF29F> /usr/lib/libFosl_dynamic.dylib 0x9e282000 - 0x9e289fff libMatch.1.dylib (27) <72C45F20-D6D4-30F1-B4E6-E339AE0015A5> /usr/lib/libMatch.1.dylib 0x9e28a000 - 0x9e28afff libOpenScriptingUtil.dylib (172) /usr/lib/libOpenScriptingUtil.dylib 0x9e28b000 - 0x9e28efff libScreenReader.dylib (477.1.5) <9967CD8E-E95C-3C40-A24C-45DF39C33E35> /usr/lib/libScreenReader.dylib 0x9e28f000 - 0x9e290fff libSystem.B.dylib (1238) <7190DFDC-71C3-3702-B0CE-4A5A98123A99> /usr/lib/libSystem.B.dylib 0x9e291000 - 0x9e2bdff7 libarchive.2.dylib (41.1.1) <0CB56285-DD97-3EB5-8DB3-C97F033FAB2F> /usr/lib/libarchive.2.dylib 0x9e2be000 - 0x9e3d8fc3 libate.dylib (1.12.12) <374893F6-3928-39A2-AD77-177C288A8EDF> /usr/lib/libate.dylib 0x9e3d9000 - 0x9e3d9ff3 libauto.dylib (187) <0DB50ACB-BFB1-3A23-BD39-4C3AFD597D29> /usr/lib/libauto.dylib 0x9e3da000 - 0x9e3eafff libbsm.0.dylib (34) <6B938CF1-9249-3466-8A0C-477718FD2C7B> /usr/lib/libbsm.0.dylib 0x9e3eb000 - 0x9e3f8ff7 libbz2.1.0.dylib (38) /usr/lib/libbz2.1.0.dylib 0x9e3f9000 - 0x9e44ffff libc++.1.dylib (307.4) /usr/lib/libc++.1.dylib 0x9e450000 - 0x9e473ff3 libc++abi.dylib (307.2) <14434F90-C6BA-38DC-8193-EED9BC3A3292> /usr/lib/libc++abi.dylib 0x9e474000 - 0x9e485ff7 libcmph.dylib (6) <04896475-3BC1-30FC-B34B-F091AF65E1CD> /usr/lib/libcmph.dylib 0x9e486000 - 0x9e499ff7 libcompression.dylib (34) <52D0A919-C275-34EC-9CED-8E1B27F357A3> /usr/lib/libcompression.dylib 0x9e49a000 - 0x9e49afff libcoretls.dylib (121.1.1) <7E85AE79-9EA7-3372-B43C-1AF0DC0AB34A> /usr/lib/libcoretls.dylib 0x9e49b000 - 0x9e49cff7 libcoretls_cfhelpers.dylib (121.1.1) /usr/lib/libcoretls_cfhelpers.dylib 0x9e53f000 - 0x9e62efff libcrypto.0.9.8.dylib (64) <4380BF59-E5A9-3576-A9D2-067B4215F5AB> /usr/lib/libcrypto.0.9.8.dylib 0x9e62f000 - 0x9e684fff libcups.2.dylib (450) <69ACE50F-46C4-3B5F-AF7B-1BFFC48D6708> /usr/lib/libcups.2.dylib 0x9e685000 - 0x9e685fff libenergytrace.dylib (15) <0A18EAA7-EF49-312B-82A2-31A2A7C93860> /usr/lib/libenergytrace.dylib 0x9e687000 - 0x9e68bfff libheimdal-asn1.dylib (498) /usr/lib/libheimdal-asn1.dylib 0x9e68c000 - 0x9e77cff3 libiconv.2.dylib (50) <34E6F33E-A727-3A53-8661-3F6380019B65> /usr/lib/libiconv.2.dylib 0x9e77d000 - 0x9e999ff7 libicucore.A.dylib (57131.0.1) <6F43ADC3-4A6F-3A09-9B50-FEE34EB6B770> /usr/lib/libicucore.A.dylib 0x9e99a000 - 0x9e99bfff liblangid.dylib (126) /usr/lib/liblangid.dylib 0x9e99c000 - 0x9e9b5ff7 liblzma.5.dylib (10) /usr/lib/liblzma.5.dylib 0x9e9b6000 - 0x9e9cbff3 libmarisa.dylib (5) <4CB11A15-6F11-3CF9-937B-7CA7DBE970FA> /usr/lib/libmarisa.dylib 0x9e9cc000 - 0x9ec81ffb libmecabra.dylib (744) <44652EF9-3647-389E-94BE-77863A60905C> /usr/lib/libmecabra.dylib 0x9ec82000 - 0x9ecf9fff libnetwork.dylib (856.1.8) /usr/lib/libnetwork.dylib 0x9ecfa000 - 0x9f0bdc93 libobjc.A.dylib (706) <36E48972-15DA-37A0-939B-159296C7CD58> /usr/lib/libobjc.A.dylib 0x9f0be000 - 0x9f0c1fff libpam.2.dylib (21) /usr/lib/libpam.2.dylib 0x9f0c2000 - 0x9f0f0ff7 libpcap.A.dylib (67) <37BAAB9C-8C32-3DD7-85D2-5E4DEA10B2DA> /usr/lib/libpcap.A.dylib 0x9f0f1000 - 0x9f10dffb libresolv.9.dylib (64) /usr/lib/libresolv.9.dylib 0x9f10e000 - 0x9f145fff libsandbox.1.dylib (592.1.3) /usr/lib/libsandbox.1.dylib 0x9f146000 - 0x9f288ff7 libsqlite3.dylib (252) <851CC492-184C-35BC-BC06-FD2A3B3AFC70> /usr/lib/libsqlite3.dylib 0x9f367000 - 0x9f375ff7 libxar.1.dylib (354) /usr/lib/libxar.1.dylib 0x9f376000 - 0x9f45aff7 libxml2.2.dylib (30.11) <0E7EC5F2-B06D-3D04-9C88-4C90142C21B7> /usr/lib/libxml2.2.dylib 0x9f45b000 - 0x9f483ff3 libxslt.1.dylib (15.8) <8B3591C4-5082-3DF4-85F4-A4C567871334> /usr/lib/libxslt.1.dylib 0x9f484000 - 0x9f492ff7 libz.1.dylib (67) <6545D126-B808-3930-9225-547325D7158E> /usr/lib/libz.1.dylib 0x9f4a1000 - 0x9f4a5fff libcache.dylib (79) <273514C9-84F4-3EA1-B7E9-10FD5ACBE6DA> /usr/lib/system/libcache.dylib 0x9f4a6000 - 0x9f4b0ff3 libcommonCrypto.dylib (60092.1.2) /usr/lib/system/libcommonCrypto.dylib 0x9f4b1000 - 0x9f4b6ff3 libcompiler_rt.dylib (62) <4E3D63AE-7E55-3A11-8E9F-C3D6EAAF3FF6> /usr/lib/system/libcompiler_rt.dylib 0x9f4b7000 - 0x9f4bfff7 libcopyfile.dylib (138) <9D7C6151-FFF2-38CF-B6C2-C884833D0293> /usr/lib/system/libcopyfile.dylib 0x9f4c0000 - 0x9f525ffb libcorecrypto.dylib (442.1.3) <21BC60AF-6A0A-3D93-A991-0A4A155CFCC4> /usr/lib/system/libcorecrypto.dylib 0x9f526000 - 0x9f554ff3 libdispatch.dylib (703.1.4) <00295AC7-1717-3AD9-A92C-038A2FFF522D> /usr/lib/system/libdispatch.dylib 0x9f555000 - 0x9f55aff7 libdyld.dylib (421.1) /usr/lib/system/libdyld.dylib 0x9f55b000 - 0x9f55bfff libkeymgr.dylib (28) <9A7B3C22-0970-3A06-895D-C134CC211912> /usr/lib/system/libkeymgr.dylib 0x9f55c000 - 0x9f568ff7 libkxld.dylib (3789.1.32) <99894E4F-F586-3279-9F4B-960B75CD15EB> /usr/lib/system/libkxld.dylib 0x9f569000 - 0x9f569fff liblaunch.dylib (972.1.5) <4C6B7285-514D-3B04-8A4A-DCD384A294D2> /usr/lib/system/liblaunch.dylib 0x9f56a000 - 0x9f570ff7 libmacho.dylib (894) <5037228C-2287-39A5-901B-B814165BF8C7> /usr/lib/system/libmacho.dylib 0x9f571000 - 0x9f573fff libquarantine.dylib (85) /usr/lib/system/libquarantine.dylib 0x9f574000 - 0x9f575fff libremovefile.dylib (45) <1EA2C22E-9758-38EA-B4D3-C6965A550A8B> /usr/lib/system/libremovefile.dylib 0x9f576000 - 0x9f58dff7 libsystem_asl.dylib (349.1.1) <44C54853-3B9D-3981-9142-5FDF50704026> /usr/lib/system/libsystem_asl.dylib 0x9f58e000 - 0x9f58efff libsystem_blocks.dylib (67) /usr/lib/system/libsystem_blocks.dylib 0x9f58f000 - 0x9f61dff3 libsystem_c.dylib (1158.1.2) <955170B3-2C2B-3F44-BE8A-11FCBEABC1CF> /usr/lib/system/libsystem_c.dylib 0x9f61e000 - 0x9f621fff libsystem_configuration.dylib (888.1.2) <7191CFF2-0252-3B47-820A-768E79FFD9E3> /usr/lib/system/libsystem_configuration.dylib 0x9f622000 - 0x9f625fff libsystem_coreservices.dylib (41.1) /usr/lib/system/libsystem_coreservices.dylib 0x9f626000 - 0x9f63effb libsystem_coretls.dylib (121.1.1) <9E33DD82-31E6-3BE5-8138-86C707F94E4E> /usr/lib/system/libsystem_coretls.dylib 0x9f63f000 - 0x9f645ffb libsystem_dnssd.dylib (765.1.2) <0459C5C8-6547-3C54-841E-3C370F105761> /usr/lib/system/libsystem_dnssd.dylib 0x9f646000 - 0x9f66dfff libsystem_info.dylib (503) <8011723E-DFE9-3F09-A3D0-F91D9E863161> /usr/lib/system/libsystem_info.dylib 0x9f66e000 - 0x9f68fff3 libsystem_kernel.dylib (3789.1.32) <5CD8A31D-53FC-377D-8C0B-9998D8655117> /usr/lib/system/libsystem_kernel.dylib 0x9f690000 - 0x9f6dcffb libsystem_m.dylib (3121.4) <016AE549-B137-3A5E-B90E-C9879360F572> /usr/lib/system/libsystem_m.dylib 0x9f6dd000 - 0x9f6f7ffb libsystem_malloc.dylib (116) <3309510C-5F80-385F-A298-D1F025F84C58> /usr/lib/system/libsystem_malloc.dylib 0x9f6f8000 - 0x9f74bff3 libsystem_network.dylib (856.1.8) <03DB04E6-6EA7-37AE-A384-FE207D91065B> /usr/lib/system/libsystem_network.dylib 0x9f74c000 - 0x9f755fff libsystem_networkextension.dylib (563.1.11) <04FAE958-8C22-3FAC-BFA2-D7FF3AE4C1EB> /usr/lib/system/libsystem_networkextension.dylib 0x9f756000 - 0x9f75eff3 libsystem_notify.dylib (165) /usr/lib/system/libsystem_notify.dylib 0x9f75f000 - 0x9f765ffb libsystem_platform.dylib (126.1.2) <3180EFEB-5420-309B-9112-2B22D6266926> /usr/lib/system/libsystem_platform.dylib 0x9f766000 - 0x9f76ffff libsystem_pthread.dylib (218.1.3) <999CFF8D-10B7-3E77-A665-E79E6F6B1600> /usr/lib/system/libsystem_pthread.dylib 0x9f770000 - 0x9f773ff3 libsystem_sandbox.dylib (592.1.3) <65C7772F-83F6-34BA-B153-D92C6097F5B8> /usr/lib/system/libsystem_sandbox.dylib 0x9f774000 - 0x9f775fff libsystem_secinit.dylib (24) <51B19A10-92C5-3CEF-9284-B25DF4E524EF> /usr/lib/system/libsystem_secinit.dylib 0x9f776000 - 0x9f77dff7 libsystem_symptoms.dylib (532.1.1) <9EDA74A7-9651-3EB0-8E78-EF5046A91A7E> /usr/lib/system/libsystem_symptoms.dylib 0x9f77e000 - 0x9f79efff libsystem_trace.dylib (518.1.16) /usr/lib/system/libsystem_trace.dylib 0x9f79f000 - 0x9f7a5ffb libunwind.dylib (35.3) /usr/lib/system/libunwind.dylib 0x9f7a6000 - 0x9f7ccfff libxpc.dylib (972.1.5) <28A5B595-3231-36CE-A10D-0A62C7576250> /usr/lib/system/libxpc.dylib

External Modification Summary: Calls made by other processes targeting this process: task_for_pid: 0 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: 1740 thread_create: 0 thread_set_state: 0

VM Region Summary: ReadOnly portion of Libraries: Total=279.8M resident=0K(0%) swapped_out_or_unallocated=279.8M(100%) Writable regions: Total=202.8M written=0K(0%) resident=0K(0%) swapped_out=0K(0%) unallocated=202.8M(100%)

                            VIRTUAL   REGION 

REGION TYPE SIZE COUNT (non-coalesced) =========== ======= ======= ATS (font support) 32.3M 7 Accelerate framework 256K 3 Activity Tracing 256K 2 CG backing stores 8588K 7 CG image 4164K 10 CoreAnimation 44K 8 CoreUI image data 1272K 13 CoreUI image file 156K 3 Foundation 4K 2 Kernel Alloc Once 8K 2 MALLOC 128.7M 55 MALLOC guard page 48K 11 Memory Tag 242 12K 2 OpenGL GLSL 128K 3 Stack 11.0M 8 Stack Guard 56.0M 8 VM_ALLOCATE 208K 32 DATA 19.0M 258 GLSLBUILTINS 2588K 2 IMAGE 528K 2 LINKEDIT 53.0M 15 OBJC 4200K 103 TEXT 226.7M 262 __UNICODE 556K 2 mapped file 98.0M 74 shared memory 16.4M 19 =========== ======= ======= TOTAL 663.7M 887

Model: MacBookPro11,3, BootROM MBP112.0138.B17, 4 processors, Intel Core i7, 2.3 GHz, 16 GB, SMC 2.19f12 Graphics: Intel Iris Pro, Intel Iris Pro, Built-In Graphics: NVIDIA GeForce GT 750M, NVIDIA GeForce GT 750M, PCIe, 2048 MB Memory Module: BANK 0/DIMM0, 8 GB, DDR3, 1600 MHz, 0x02FE, - Memory Module: BANK 1/DIMM0, 8 GB, DDR3, 1600 MHz, 0x02FE, - AirPort: spairport_wireless_card_type_airport_extreme (0x14E4, 0x134), Broadcom BCM43xx 1.0 (7.21.171.10.1a16) Bluetooth: Version 5.0.0f18, 3 services, 27 devices, 1 incoming serial ports Network Service: Wi-Fi, AirPort, en0 Serial ATA Device: APPLE SSD SM0512F, 500.28 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

tempelmann commented 7 years ago

Oh dear, it's caused by an object that's missing a Retain call. That'll be difficult to find. I don't have to time to search for this right now, so you'll have to help me.

I have already figured out, with the macoslib project, that something in TextAreaOptionsPanel is causing it, because when I remove the use of this class from the TextAreaWindow's Open event, then there's no crash.

So, please go over each Checkbox control in the TextAreaOptionsPanel and either remove it or comment out the code in their Open handlers. Do this step by step until you find out which ones cause a crash. For example, if I remove ALL checkbox controls, then there's no crash. So, which one cause the crash, that's what I need to know. Then I can look at the responsible declares in macoslib and see if they're missing a Retain call.

vidalvanbergen commented 7 years ago

The problem is likely in '.usesinspectorbar', which gets set to 'True' at open.

After commenting out the 'open' actions of all the checkboxes, ticking on the last one. ('show inspector bar') seems to work, the first time, upon unticking and re-ticking the checkbox, macoslib crashes unexpectedly.

tempelmann commented 7 years ago

Right. Even in a simple new project, where I just add a TextArea and put this into its Open event, it crashes:

declare function documentView lib CocoaLib selector "documentView" (obj_id as Integer) as Ptr
declare sub setUsesInspectorBar lib CocoaLib selector "setUsesInspectorBar:" (obj_id as Ptr, value as Boolean)
setUsesInspectorBar (documentView(me.Handle), true)

I have no idea why, though. Could be just a bug in Sierra. Or in Xojo's framework code.

Well, probably not a bug in Sierra, as the same code in an Xcode project does not lead to a crash.

I've posted a question in the forum, maybe someone there has a solution: https://forum.xojo.com/35934

tempelmann commented 7 years ago

Sadly, it appears to be a bug introduced by Apple in 10.12. Still not fixed in the latest 10.12.1 beta. I've now filed a bug report with Apple: http://www.openradar.me/radar?id=5005564551626752

JimPitchford commented 7 years ago

Thank you for your persistence Thomas. I'll have to disable this function in my next release until Apple resolves it. Presumably impacts 32bit and not 64bit apps. So getting Xojo to 64bit might be faster....?

JimPitchford commented 7 years ago

Found a temporary work around using MBS's NSFontPanelMBS - provides the same functions but in a separate floating window rather than in the toolbar.