One Hour One Life Forums

a multiplayer game of parenting and civilization building

You are not logged in.

#1 2018-05-21 01:20:26

Sapphire
Member
Registered: 2018-05-21
Posts: 1

Crash on macOS

Hello, we recently started getting a crash on macOS. The crash info from macOS is below. Also, when starting the app, there's a pop-up from the OS about compatibility. I believe it's because it's not a 64-bit executable.

From the info below, it's a std::bad_alloc exception. This Mac has 16 GB of RAM (though I'd assume that only 4 GB or less is accessible to executable due to 32-bit addressing).

(I'm actually Sapphire's father. I teach C++ on Linux, so can help with additional debugging as I have time, though I'm much more familiar with software development on Linux.)

----------------------------------------------------------------------------------

Process:               OneLife [1132]
Path:                  /Applications/OneLife_v58b/OneHourOneLife.app/Contents/MacOS/OneLife
Identifier:            com.onehouronelife
Version:               0 (0)
Code Type:             X86 (Native)
Parent Process:        ??? [1]
Responsible:           OneLife [1132]
User ID:               502

Date/Time:             2018-05-20 20:23:34.632 -0400
OS Version:            Mac OS X 10.13.4 (17E199)
Report Version:        12
Anonymous UUID:        54784BB3-8B0E-1DC8-F224-9FAA68F53FD9


Time Awake Since Boot: 1700 seconds

System Integrity Protection: enabled

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

Exception Type:        EXC_CRASH (SIGABRT)
Exception Codes:       0x0000000000000000, 0x0000000000000000
Exception Note:        EXC_CORPSE_NOTIFY

Application Specific Information:
abort() called
terminating with uncaught exception of type std::bad_alloc: std::bad_alloc

Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
0   libsystem_kernel.dylib        	0xa7388eda __pthread_kill + 10
1   libsystem_pthread.dylib       	0xa7540427 pthread_kill + 363
2   libsystem_c.dylib             	0xa72d7956 abort + 133
3   libc++abi.dylib               	0xa5699ea7 abort_message + 134
4   libc++abi.dylib               	0xa569a06a default_terminate_handler() + 250
5   libc++abi.dylib               	0xa56b3657 std::__terminate(void (*)()) + 14
6   libc++abi.dylib               	0xa56b30c1 __cxa_throw + 116
7   libc++abi.dylib               	0xa56994eb operator new(unsigned long) + 107
8   com.onehouronelife            	0x0000fae9 SimpleVector<int>::push_back(int) + 147
9   com.onehouronelife            	0x00013b98 getLimbIndices(ObjectRecord*, double, SimpleVector<int>*, int) + 52
10  com.onehouronelife            	0x00013d72 getAllLegIndices(ObjectRecord*, double, SimpleVector<int>*) + 58
11  com.onehouronelife            	0x00017597 drawObject(ObjectRecord*, int, doublePair, double, char, char, double, int, char, char, ClothingSet, double) + 319
12  com.onehouronelife            	0x00030514 drawObjectAnim(int, int, AnimType, double, double, AnimType, double, double, char*, AnimType, AnimType, doublePair, double, char, char, double, int, char, char, ClothingSet, SimpleVector<int>*, double*, doublePair*) + 414
13  com.onehouronelife            	0x00046a01 LivingLifePage::drawMapCell(int, int, int, char) + 5905
14  com.onehouronelife            	0x0004f9e4 LivingLifePage::draw(doublePair, double) + 17878
15  com.onehouronelife            	0x000370a6 GamePage::base_draw(doublePair, double) + 1762
16  com.onehouronelife            	0x000049ec drawFrameNoUpdate(char) + 106
17  com.onehouronelife            	0x000077b0 drawFrame(char) + 7238
18  com.onehouronelife            	0x000f2741 GameSceneHandler::drawScene() + 2409
19  com.onehouronelife            	0x000bd98e callbackDisplay() + 104
20  com.onehouronelife            	0x000be609 ScreenGL::start() + 3037
21  com.onehouronelife            	0x000f6bbe mainFunction(int, char**) + 8878
22  com.onehouronelife            	0x000f6bee SDL_main + 24
23  com.onehouronelife            	0x001120ea -[SDLMain applicationDidFinishLaunching:] + 81
24  com.apple.Foundation          	0x952bc01c __66-[NSNotificationCenter _addObserver:selector:name:object:options:]_block_invoke + 32
25  com.apple.CoreFoundation      	0x9378f812 __CFNOTIFICATIONCENTER_IS_CALLING_OUT_TO_AN_OBSERVER__ + 18
26  com.apple.CoreFoundation      	0x9378f6c1 _CFXRegistrationPost + 481
27  com.apple.CoreFoundation      	0x9378f3b9 ___CFXNotificationPost_block_invoke + 201
28  com.apple.CoreFoundation      	0x937500a3 -[_CFXNotificationRegistrar find:object:observer:enumerator:] + 1555
29  com.apple.CoreFoundation      	0x9374f037 _CFXNotificationPost + 631
30  com.apple.Foundation          	0x951480e9 -[NSNotificationCenter postNotificationName:object:userInfo:] + 71
31  com.apple.AppKit              	0x9149ef02 -[NSApplication _postDidFinishNotification] + 328
32  com.apple.AppKit              	0x9149eb44 -[NSApplication _sendFinishLaunchingNotification] + 232
33  com.apple.AppKit              	0x9137edcc -[NSApplication(NSAppleEventHandling) _handleAEOpenEvent:] + 627
34  com.apple.AppKit              	0x9137e993 -[NSApplication(NSAppleEventHandling) _handleCoreEvent:withReplyEvent:] + 593
35  libobjc.A.dylib               	0xa675a59f -[NSObject performSelector:withObject:withObject:] + 63
36  com.apple.Foundation          	0x95188202 __76-[NSAppleEventManager setEventHandler:andSelector:forEventClass:andEventID:]_block_invoke + 92
37  com.apple.Foundation          	0x95187dfd -[NSAppleEventManager dispatchRawAppleEvent:withRawReply:handlerRefCon:] + 424
38  com.apple.Foundation          	0x95187c0c _NSAppleEventManagerGenericHandler + 207
39  com.apple.AE                  	0x9463c37c aeDispatchAppleEvent(AEDesc const*, AEDesc*, unsigned long, unsigned char*) + 1572
40  com.apple.AE                  	0x94637717 dispatchEventAndSendReply(AEDesc const*, AEDesc*) + 30
41  com.apple.AE                  	0x9463760d aeProcessAppleEvent + 402
42  com.apple.HIToolbox           	0x92d877d0 AEProcessAppleEvent + 55
43  com.apple.AppKit              	0x91379e42 _DPSNextEvent + 2890
44  com.apple.AppKit              	0x91aebe8c -[NSApplication(NSEvent) _nextEventMatchingEventMask:untilDate:inMode:dequeue:] + 2859
45  com.apple.AppKit              	0x91aeb359 -[NSApplication(NSEvent) nextEventMatchingMask:untilDate:inMode:dequeue:] + 134
46  com.apple.AppKit              	0x9136ea7d -[NSApplication run] + 763
47  com.onehouronelife            	0x00111f1c CustomApplicationMain + 429
48  com.onehouronelife            	0x001123f6 main + 281
49  com.onehouronelife            	0x00002a7e start + 54

Thread 1:
0   libsystem_kernel.dylib        	0xa7388d52 __psynch_cvwait + 10
1   libsystem_pthread.dylib       	0xa753e43c _pthread_cond_wait + 658
2   libsystem_pthread.dylib       	0xa754008c pthread_cond_wait$UNIX2003 + 51
3   com.onehouronelife            	0x000c3ed2 BinarySemaphore::wait(int) + 80
4   com.onehouronelife            	0x000fbe93 AsyncFileThread::run() + 433
5   com.onehouronelife            	0x000c3c80 linuxThreadFunction(void*) + 30
6   libsystem_pthread.dylib       	0xa753d4d5 _pthread_body + 347
7   libsystem_pthread.dylib       	0xa753d37a _pthread_start + 357
8   libsystem_pthread.dylib       	0xa753ca56 thread_start + 34

Thread 2:: com.apple.audio.IOThread.client
0   libsystem_kernel.dylib        	0xa737f422 mach_msg_trap + 10
1   libsystem_kernel.dylib        	0xa737ea5f mach_msg + 47
2   com.apple.audio.CoreAudio     	0x93356d34 HALB_MachPort::SendMessageWithReply(unsigned int, unsigned int, unsigned long, unsigned long, mach_msg_header_t*, bool, unsigned int) + 124
3   com.apple.audio.CoreAudio     	0x933303a3 HALB_MachPort::SendSimpleMessageWithSimpleReply(unsigned int, unsigned int, int, int&, bool, unsigned int) + 49
4   com.apple.audio.CoreAudio     	0x9332d2ec HALC_ProxyIOContext::IOWorkLoop() + 1600
5   com.apple.audio.CoreAudio     	0x9332ca52 HALC_ProxyIOContext::IOThreadEntry(void*) + 236
6   com.apple.audio.CoreAudio     	0x933600e1 invocation function for block in HALC_ProxyIOContext::HALC_ProxyIOContext(unsigned long, unsigned int) + 20
7   com.apple.audio.CoreAudio     	0x9332c91b HALB_IOThread::Entry(void*) + 71
8   libsystem_pthread.dylib       	0xa753d4d5 _pthread_body + 347
9   libsystem_pthread.dylib       	0xa753d37a _pthread_start + 357
10  libsystem_pthread.dylib       	0xa753ca56 thread_start + 34

Thread 3:: com.apple.NSEventThread
0   libsystem_kernel.dylib        	0xa737f422 mach_msg_trap + 10
1   libsystem_kernel.dylib        	0xa737ea5f mach_msg + 47
2   com.apple.CoreFoundation      	0x9377ba88 __CFRunLoopServiceMachPort + 296
3   com.apple.CoreFoundation      	0x9377aa76 __CFRunLoopRun + 2262
4   com.apple.CoreFoundation      	0x93779e71 CFRunLoopRunSpecific + 641
5   com.apple.CoreFoundation      	0x93779bda CFRunLoopRunInMode + 122
6   com.apple.AppKit              	0x914a957c _NSEventThread + 165
7   libsystem_pthread.dylib       	0xa753d4d5 _pthread_body + 347
8   libsystem_pthread.dylib       	0xa753d37a _pthread_start + 357
9   libsystem_pthread.dylib       	0xa753ca56 thread_start + 34

Thread 4:
0   libsystem_pthread.dylib       	0xa753ca10 start_wqthread + 0
1   dyld                          	0x001e0021 ImageLoader::link(ImageLoader::LinkContext const&, bool, bool, bool, ImageLoader::RPathChain const&, char const*) + 235

Thread 0 crashed with X86 Thread State (32-bit):
  eax: 0x00000000  ebx: 0xa97fc1c0  ecx: 0xbfff732c  edx: 0x00000000
  edi: 0xa75402ca  esi: 0x0000002d  ebp: 0xbfff7358  esp: 0xbfff732c
   ss: 0x00000023  efl: 0x00200206  eip: 0xa7388eda   cs: 0x0000000b
   ds: 0x00000023   es: 0x00000023   fs: 0x00000000   gs: 0x0000000f
  cr2: 0xa97e1340
  
Logical CPU:     0
Error Code:      0x00080148
Trap Number:     132


Binary Images:
    0x1000 -   0x133fe3 +com.onehouronelife (0 - 0) <8680E6E8-4BB3-94C0-8681-F68BE5060120> /Applications/OneLife_v58b/OneHourOneLife.app/Contents/MacOS/OneLife
  0x1cf000 -   0x21505f  dyld (551.3) <AEE46C03-FE99-3D3F-9A28-119D4A885857> /usr/lib/dyld
  0x259000 -   0x2bef17 +SDL (1.2.14 - 1.2.14) <FA2F2FC9-E936-DD87-FBB0-F5052D5CDAB8> /Applications/OneLife_v58b/OneHourOneLife.app/Contents/Frameworks/SDL.framework/Versions/A/SDL
 0x4a99000 -  0x4b55ff3  com.apple.AMDRadeonX3000GLDriver (1.66.31 - 1.6.6) <DDA9435D-1818-31C1-8E5D-AEFA14E5219B> /System/Library/Extensions/AMDRadeonX3000GLDriver.bundle/Contents/MacOS/AMDRadeonX3000GLDriver
 0x6400000 -  0x6656fff  ATIRadeonX3000SCLib.dylib (1.66.31) <3B393376-68D4-3335-B60B-191268646A8C> /System/Library/Extensions/AMDRadeonX3000GLDriver.bundle/Contents/MacOS/ATIRadeonX3000SCLib.dylib
 0x8e06000 -  0x8e0afff  com.apple.audio.AppleHDAHALPlugIn (281.51 - 281.51) <A7B87418-A992-3EE1-8824-676A9119467E> /System/Library/Extensions/AppleHDA.kext/Contents/PlugIns/AppleHDAHALPlugIn.bundle/Contents/MacOS/AppleHDAHALPlugIn
 0x8ea2000 -  0x9060ff3  com.apple.audio.units.Components (1.14 - 1.14) <C617AC13-EB0E-305E-AC2D-98BC9B0FD9FC> /System/Library/Components/CoreAudio.component/Contents/MacOS/CoreAudio
0x9029e000 - 0x9029efff  com.apple.Accelerate (1.11 - Accelerate 1.11) <4FE55EFA-2AAB-3639-8340-CB00CC245170> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
0x9029f000 - 0x902b5ff7  libCGInterfaces.dylib (417.2) <6E14C5E9-EEE4-31D1-9712-2A021BA38B7D> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/Libraries/libCGInterfaces.dylib
0x902b6000 - 0x909f7fdf  com.apple.vImage (8.1 - ???) <7BA2CB00-F6B3-3798-9CED-D0C3BB3E5231> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/vImage
0x909f8000 - 0x90b32ff7  libBLAS.dylib (1211.50.2) <056DFB80-2D9C-39BA-8953-EB264FDFDEAA> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib
0x90b33000 - 0x90b60ffb  libBNNS.dylib (38.1) <B9685933-6EBE-3123-9CA2-CD7963241A22> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBNNS.dylib
0x90b61000 - 0x90ed4fff  libLAPACK.dylib (1211.50.2) <88232E9D-AD52-3E4F-8ACE-C2468400B626> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLAPACK.dylib
0x90ed5000 - 0x90eebffb  libLinearAlgebra.dylib (1211.50.2) <E9BB8A56-3AB9-33F5-91B5-079F5BAF78E9> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLinearAlgebra.dylib
0x90eec000 - 0x90f05ff7  libSparseBLAS.dylib (1211.50.2) <43DB3D39-727E-3C75-9286-11045DEFC21D> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libSparseBLAS.dylib
0x90f06000 - 0x91065fc7  libvDSP.dylib (622.50.5) <A10E62DA-511A-35C0-9EC2-6B22D56494E5> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvDSP.dylib
0x91066000 - 0x91146ffb  libvMisc.dylib (622.50.5) <5969D356-9DDA-33FB-B9E8-6BD5E1C4EB05> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvMisc.dylib
0x91147000 - 0x91147fff  com.apple.Accelerate.vecLib (3.11 - vecLib 3.11) <D3929A06-59EB-3DCA-89B1-5F44817DBC93> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/vecLib
0x9133b000 - 0x920fdffb  com.apple.AppKit (6.9 - 1561.40.112) <64305DC6-F8FB-3419-A886-C75C1B7D7D52> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
0x9214f000 - 0x9214ffff  com.apple.ApplicationServices (48 - 50) <D04D43DB-B316-35EE-A2EF-7FD8CB4F886C> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices
0x92150000 - 0x921b6ff3  com.apple.ApplicationServices.ATS (377 - 445.3) <C6B16951-7522-3C29-908F-6AEC4A9E3003> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/ATS
0x921b9000 - 0x922ddff3  libFontParser.dylib (222.1.4) <9D9797E3-811D-3279-9719-FF7498BD3348> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontParser.dylib
0x922de000 - 0x9232aff3  libFontRegistry.dylib (221.3) <65513B66-D028-32B6-81CB-075161A419DE> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontRegistry.dylib
0x92379000 - 0x923acff3  libTrueTypeScaler.dylib (222.1.4) <935BF916-7EFF-314D-ADE7-CCEF720D02AD> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libTrueTypeScaler.dylib
0x92418000 - 0x9241dfff  com.apple.ColorSyncLegacy (4.13.0 - 1) <987F0D58-C5CD-3C1F-A88B-DBDE4C3E73D8> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSyncLegacy.framework/Versions/A/ColorSyncLegacy
0x924c7000 - 0x9251fff7  com.apple.HIServices (1.22 - 624) <4D39FAA9-9EB1-3028-9B3F-704B4DAC013A> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices.framework/Versions/A/HIServices
0x92520000 - 0x9252fff7  com.apple.LangAnalysis (1.7.0 - 1.7.0) <92601EB8-3F73-3BBF-B3B6-0C7D47D819A9> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LangAnalysis.framework/Versions/A/LangAnalysis
0x92530000 - 0x92588ffb  com.apple.print.framework.PrintCore (13.4 - 503.2) <E28CF09A-9AEC-3D70-AF27-F428332FEB74> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore.framework/Versions/A/PrintCore
0x92589000 - 0x9261fff7  com.apple.QD (3.12 - 404.2) <113D0ECA-A6B2-39A7-AE1E-CAE7B40A3CAF> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framework/Versions/A/QD
0x92620000 - 0x9262cff3  com.apple.speech.synthesis.framework (7.5.1 - 7.5.1) <7CDC3350-95F1-34C1-8B4F-9B31368BEEB0> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynthesis.framework/Versions/A/SpeechSynthesis
0x9262d000 - 0x9287bffb  com.apple.audio.toolbox.AudioToolbox (1.14 - 1.14) <C0E564FB-7C4D-3893-B03D-5FE49FBE4972> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
0x9287d000 - 0x9287dfff  com.apple.audio.units.AudioUnit (1.14 - 1.14) <891EBEA8-EFBC-39E9-A5DC-175390F7B643> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
0x929b4000 - 0x92d29fff  com.apple.CFNetwork (897.15 - 897.15) <BF5FABE4-2843-30A1-B884-9A34CA184A9B> /System/Library/Frameworks/CFNetwork.framework/Versions/A/CFNetwork
0x92d3e000 - 0x92d3efff  com.apple.Carbon (158 - 158) <C03E8C43-BE26-3A94-8CB5-014E42850461> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
0x92d3f000 - 0x92d48ff3  com.apple.audio.SoundManager (4.2 - 4.2) <FA75FD1F-2FEE-3E25-A160-AF78044082BE> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CarbonSound.framework/Versions/A/CarbonSound
0x92d49000 - 0x92d4dfff  com.apple.CommonPanels (1.2.6 - 98) <BD8DCDE0-4168-3EF1-86FF-F5BDB6E3B186> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels.framework/Versions/A/CommonPanels
0x92d4e000 - 0x930e4ff7  com.apple.HIToolbox (2.1.1 - 911.10) <55A49166-6A23-3997-B75A-EDEE649F0F0D> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox
0x930e5000 - 0x93139ffb  com.apple.htmlrendering (77 - 1.1.4) <B284D63E-3A46-30BE-8C68-43982CFE0531> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HTMLRendering.framework/Versions/A/HTMLRendering
0x9313a000 - 0x9313dfff  com.apple.help (1.3.8 - 66) <F48AE0AF-9AF5-3E16-96D5-8D90A74CCAAF> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framework/Versions/A/Help
0x9313e000 - 0x93143ffb  com.apple.ImageCapture (9.0 - 9.0) <72AA9F01-8B62-3835-B81D-EDD6701D9240> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture.framework/Versions/A/ImageCapture
0x93144000 - 0x931deffb  com.apple.ink.framework (10.9 - 221) <68D3D209-BCB1-3750-8632-C12DE8F250B1> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework/Versions/A/Ink
0x931df000 - 0x93219fff  com.apple.NavigationServices (3.8 - 227) <AD26CCEE-6468-317F-9540-EEE95A6E0990> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/NavigationServices.framework/Versions/A/NavigationServices
0x9321a000 - 0x93235ffb  com.apple.openscripting (1.7 - 174) <73F8D62C-DA71-3AA7-BB81-E4D6767596BD> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting.framework/Versions/A/OpenScripting
0x93236000 - 0x9323bfff  com.apple.print.framework.Print (12 - 267) <05E16D1D-98F1-3626-BD7C-D84771BCE71F> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framework/Versions/A/Print
0x9323c000 - 0x9323efff  com.apple.securityhi (9.0 - 55006) <15724ACD-75A1-3CEF-8A53-3BE31CD0CEB6> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.framework/Versions/A/SecurityHI
0x9323f000 - 0x93245fff  com.apple.speech.recognition.framework (6.0.3 - 6.0.3) <03DE054B-239F-3D6F-BBED-98FE8EC6A3C0> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecognition.framework/Versions/A/SpeechRecognition
0x93246000 - 0x93246fff  com.apple.Cocoa (6.11 - 22) <8419F291-2B0B-322A-91CE-DBCD8082C778> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
0x93253000 - 0x93312ff3  com.apple.ColorSync (4.13.0 - 3325) <C28DA8B8-868E-3BF8-A327-904DC9348FA6> /System/Library/Frameworks/ColorSync.framework/Versions/A/ColorSync
0x93313000 - 0x933aefff  com.apple.audio.CoreAudio (4.3.0 - 4.3.0) <ADAD51E6-CC08-3865-A8D0-2F769EB6A81F> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
0x9340c000 - 0x93411fff  com.apple.CoreBluetooth (1.0 - 1) <D8E00284-8021-3A90-8379-CF161DA6078B> /System/Library/Frameworks/CoreBluetooth.framework/Versions/A/CoreBluetooth
0x93412000 - 0x936f4ff7  com.apple.CoreData (120 - 851) <FCC5890C-147F-3A85-92D1-751C3E33F96A> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
0x936f5000 - 0x936fbff3  com.apple.CoreDisplay (1.0 - 97.16) <A269683A-FE83-31FA-B62D-BA28FAE7EB85> /System/Library/Frameworks/CoreDisplay.framework/Versions/A/CoreDisplay
0x936fc000 - 0x93b86ff7  com.apple.CoreFoundation (6.9 - 1452.23) <17321B27-67AB-3D26-B9DF-A69624B1C82B> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
0x93b88000 - 0x941bbff3  com.apple.CoreGraphics (2.0 - 1161.10) <6EC2E971-39A3-3D05-8852-D5CFCE75A88A> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics
0x941bd000 - 0x94433ffb  com.apple.CoreImage (13.0.0 - 579.4.11) <C3608093-CFEE-3123-B0C5-1C44758DBAEA> /System/Library/Frameworks/CoreImage.framework/Versions/A/CoreImage
0x9462e000 - 0x9462efff  com.apple.CoreServices (822.31 - 822.31) <795BFF00-783B-347B-8166-20FAE44B4505> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
0x9462f000 - 0x946a1ff3  com.apple.AE (735.1 - 735.1) <72876D21-3967-3CBE-9006-3E33FEFA6505> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Versions/A/AE
0x946a2000 - 0x94980ff7  com.apple.CoreServices.CarbonCore (1178.4 - 1178.4) <3BC3590D-F528-39EE-8D6B-13526E5CE810> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/Versions/A/CarbonCore
0x94981000 - 0x949b5ffb  com.apple.DictionaryServices (1.2 - 284.2) <351D5B30-AC6C-3BCC-AE26-632AE228BBAC> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryServices.framework/Versions/A/DictionaryServices
0x949b6000 - 0x949befff  com.apple.CoreServices.FSEvents (1239.50.1 - 1239.50.1) <C0631AEA-6D41-3BA5-B5D0-4ACD95234303> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/FSEvents.framework/Versions/A/FSEvents
0x949bf000 - 0x94b1eff7  com.apple.LaunchServices (822.31 - 822.31) <33F11880-9AD1-3521-B1AB-0793E36CBA22> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/LaunchServices
0x94b1f000 - 0x94bccfff  com.apple.Metadata (10.7.0 - 1191.4.13) <95F0D9F8-315B-364C-AC92-A750D8CE3CD4> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Metadata
0x94bcd000 - 0x94c2efff  com.apple.CoreServices.OSServices (822.31 - 822.31) <CD331BCB-DFB4-3CF5-A98F-B3F9C22AC7CC> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framework/Versions/A/OSServices
0x94c2f000 - 0x94ca0fff  com.apple.SearchKit (1.4.0 - 1.4.0) <B3E3985C-7739-3815-8A89-477F975C2029> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framework/Versions/A/SearchKit
0x94ca1000 - 0x94cc4fff  com.apple.coreservices.SharedFileList (71.21 - 71.21) <A3C175C5-17D5-334F-B722-DAE4B6ABFA99> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SharedFileList.framework/Versions/A/SharedFileList
0x94cc5000 - 0x94e11ffb  com.apple.CoreText (352.0 - 578.18) <CF0AF654-0DDD-3FA3-BE0E-FBB90D45BE83> /System/Library/Frameworks/CoreText.framework/Versions/A/CoreText
0x94e12000 - 0x94e4cffb  com.apple.CoreVideo (1.8 - 0.0) <4B4E52AC-7BBA-375E-9D86-1DD096410604> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
0x94e4d000 - 0x94ed4ff3  com.apple.framework.CoreWLAN (13.0 - 1350.1) <68C405BD-8A07-3080-A9F0-938D0A2B49C8> /System/Library/Frameworks/CoreWLAN.framework/Versions/A/CoreWLAN
0x95128000 - 0x95131ff7  com.apple.DiskArbitration (2.7 - 2.7) <045D5CD8-3AD0-3DB8-92FE-76AA68F8FB25> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
0x95142000 - 0x954b2ffb  com.apple.Foundation (6.9 - 1452.23) <9212AB5F-B5FC-37C8-8059-853B006434E1> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
0x954f3000 - 0x95522ff3  com.apple.GSS (4.0 - 2.0) <0BB8D894-20EA-3D83-A79B-654623C674B4> /System/Library/Frameworks/GSS.framework/Versions/A/GSS
0x9554f000 - 0x95667ff3  com.apple.Bluetooth (6.0.5 - 6.0.5f3) <E1D74339-1696-34A0-A137-6EF8AB00D980> /System/Library/Frameworks/IOBluetooth.framework/Versions/A/IOBluetooth
0x956cd000 - 0x9576eff7  com.apple.framework.IOKit (2.0.2 - 1445.50.26) <DD0D4DAC-921D-3CF3-B44D-3CBEC1721D86> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
0x95770000 - 0x95777fff  com.apple.IOSurface (211.12 - 211.12) <B24705CD-3B67-3D4C-A194-FE817FAFF983> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
0x957cc000 - 0x95950ff7  com.apple.ImageIO.framework (3.3.0 - 1739.1) <37ECA291-D788-3249-85BB-7F359EE39E58> /System/Library/Frameworks/ImageIO.framework/Versions/A/ImageIO
0x95951000 - 0x95955ffb  libGIF.dylib (1739.1) <E51DF4F1-9B63-3550-9C63-3696DA41AFE3> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib
0x95956000 - 0x95a47ff7  libJP2.dylib (1739.1) <1A2371D5-7C41-3046-9F38-EB289F34F41F> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJP2.dylib
0x95a48000 - 0x95a6aff7  libJPEG.dylib (1739.1) <04C08A32-07C3-39B6-9B4A-995D68A90AE0> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib
0x95a6b000 - 0x95a91ff7  libPng.dylib (1739.1) <05F5613E-2DC6-3018-85DE-CA8711E6A558> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib
0x95a92000 - 0x95a94ffb  libRadiance.dylib (1739.1) <454F45E9-B7ED-33BE-8453-0D5ED4FBAE73> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.dylib
0x95a95000 - 0x95adfff3  libTIFF.dylib (1739.1) <113C0D1F-9B2D-39BA-9455-BEA1B913D0DE> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib
0x964d4000 - 0x964ecfff  com.apple.Kerberos (3.0 - 1) <BFC5A83F-78BD-3FEC-AF28-CF36927117C6> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
0x96bab000 - 0x96c23ff3  com.apple.Metal (125.25 - 125.25) <C962579A-E96A-3929-B231-AD8ED756E98D> /System/Library/Frameworks/Metal.framework/Versions/A/Metal
0x96c25000 - 0x96c31fff  com.apple.NetFS (6.0 - 4.0) <4A9454E1-FF5C-321A-8317-4C120332356A> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
0x9955e000 - 0x99566ff7  libcldcpuengine.dylib (2.8.7) <464D7F18-5876-3751-A7BF-E1289C502B5F> /System/Library/Frameworks/OpenCL.framework/Versions/A/Libraries/libcldcpuengine.dylib
0x99567000 - 0x995b3fff  com.apple.opencl (2.8.15 - 2.8.15) <788D5371-A268-3CF9-84F9-270A177CFE9F> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
0x995b4000 - 0x995d0fff  com.apple.CFOpenDirectory (10.13 - 207.50.1) <AC05D2FB-7708-3C3D-B9B8-A04ECCD96CED> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpenDirectory.framework/Versions/A/CFOpenDirectory
0x995d1000 - 0x995dcfff  com.apple.OpenDirectory (10.13 - 207.50.1) <6AA5D5B6-FCF9-3E94-A09E-A916D1884EB1> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
0x9a7e6000 - 0x9a7e7fff  libCVMSPluginSupport.dylib (16.5.10) <621A9123-A958-340E-86D0-997C9E1DDB4C> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCVMSPluginSupport.dylib
0x9a7e8000 - 0x9a7ecfff  libCoreFSCache.dylib (162.6.1) <FBF63A91-5B45-36FF-9340-D9223DA9A49B> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreFSCache.dylib
0x9a7ed000 - 0x9a7f1fff  libCoreVMClient.dylib (162.6.1) <0958F095-D449-343F-9F13-AD82E5D2055A> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClient.dylib
0x9a7f2000 - 0x9a7fbff7  libGFXShared.dylib (16.5.10) <0C5906D1-B9BB-3C7B-B0D5-DB4EE842978D> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.dylib
0x9a7fc000 - 0x9a808fff  libGL.dylib (16.5.10) <85E5F934-C3AE-3E82-B411-0C790FF69773> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
0x9a809000 - 0x9a844ffb  libGLImage.dylib (16.5.10) <F2CE94F0-47FD-35E1-806B-0F29AF0495EC> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dylib
0x9a845000 - 0x9a9bdffb  libGLProgrammability.dylib (16.5.10) <283B04BF-52D4-3EBE-A173-23D28E3EEB45> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgrammability.dylib
0x9a9be000 - 0x9aa00ff7  libGLU.dylib (16.5.10) <8CAAAB65-FC03-39C1-8594-BBBFB6B0BD12> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
0x9b3a7000 - 0x9b3b6fff  com.apple.opengl (16.5.10 - 16.5.10) <0C12A919-A761-37A6-9FFF-4FFAA3B0A725> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
0x9b3b7000 - 0x9b544fff  GLEngine (16.5.10) <DF07720E-FEA4-37B4-8BD5-9682CDF6D0BC> /System/Library/Frameworks/OpenGL.framework/Versions/A/Resources/GLEngine.bundle/GLEngine
0x9b545000 - 0x9b56ffff  GLRendererFloat (16.5.10) <39E3D87C-A4E3-3621-83E1-17B05C4E018C> /System/Library/Frameworks/OpenGL.framework/Versions/A/Resources/GLRendererFloat.bundle/GLRendererFloat
0x9c122000 - 0x9c35bff3  com.apple.QuartzCore (1.11 - 584.40) <0CD14F20-EB96-3CF7-A14D-9D4137F4CEDB> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
0x9c7ef000 - 0x9cb20ff3  com.apple.security (7.0 - 58286.51.6) <54049E04-0214-3B82-A4B8-90D8AFC129E6> /System/Library/Frameworks/Security.framework/Versions/A/Security
0x9cb21000 - 0x9cba9ffb  com.apple.securityfoundation (6.0 - 55185.50.5) <A939EC99-FA21-39A7-972F-B6080294DCAA> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoundation
0x9cbd5000 - 0x9cbd9fff  com.apple.xpc.ServiceManagement (1.0 - 1) <CA4A29CA-CDA4-31C2-8FF3-E7F799A539C0> /System/Library/Frameworks/ServiceManagement.framework/Versions/A/ServiceManagement
0x9cd04000 - 0x9cd74ff3  com.apple.SystemConfiguration (1.17 - 1.17) <D7C33CE2-30D1-3602-A8D8-B05C8A8C79B3> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration
0x9edb5000 - 0x9ee54fff  com.apple.APFS (1.0 - 1) <55EAE957-881A-3D9F-8D05-59A8B74D505C> /System/Library/PrivateFrameworks/APFS.framework/Versions/A/APFS
0x9f467000 - 0x9f492ff3  com.apple.framework.Apple80211 (13.0 - 1361.7) <D7355E97-AB0B-3587-82AD-6B9FBFF1C256> /System/Library/PrivateFrameworks/Apple80211.framework/Versions/A/Apple80211
0x9f494000 - 0x9f49efff  com.apple.AppleFSCompression (96.30.2 - 1.0) <F419718B-0B95-376B-9B3B-E791090BC17F> /System/Library/PrivateFrameworks/AppleFSCompression.framework/Versions/A/AppleFSCompression
0x9f59c000 - 0x9f5d9ffb  com.apple.AppleJPEG (1.0 - 1) <B7271B9B-A441-35F0-9B30-0FA646E981AA> /System/Library/PrivateFrameworks/AppleJPEG.framework/Versions/A/AppleJPEG
0x9f72c000 - 0x9f733fff  com.apple.coreservices.BackgroundTaskManagement (1.0 - 57.1) <22080179-8A2A-32EF-A66A-5415E05B6EBF> /System/Library/PrivateFrameworks/BackgroundTaskManagement.framework/Versions/A/BackgroundTaskManagement
0x9f734000 - 0x9f7bfff7  com.apple.backup.framework (1.9.5 - 1.9.5) <8088B8AD-8D2A-30D6-B4D8-1DC6299A6879> /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup
0x9f904000 - 0x9f90dffb  com.apple.CommonAuth (4.0 - 2.0) <1096BDDF-4D5D-3C36-8AF6-556CC7F1F66A> /System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAuth
0x9fda8000 - 0x9fdb8ff7  com.apple.CoreEmoji (1.0 - 69.3) <165A133F-DED4-3B24-A9BF-6EA6F3F7A152> /System/Library/PrivateFrameworks/CoreEmoji.framework/Versions/A/CoreEmoji
0x9ff41000 - 0x9ff74ff7  com.apple.CoreServicesInternal (309.1 - 309.1) <1F73ECC7-F09F-3730-A290-472B89788807> /System/Library/PrivateFrameworks/CoreServicesInternal.framework/Versions/A/CoreServicesInternal
0x9ff75000 - 0xa000bff3  com.apple.CoreSymbolication (9.3 - 64026) <7895DF41-EF5D-36AC-BB0E-C3020D87C200> /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSymbolication
0xa000c000 - 0xa0132fe3  com.apple.coreui (2.1 - 494.1) <6807E363-C01E-3359-96DC-158ED074C278> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
0xa0133000 - 0xa01d1ff3  com.apple.CoreUtils (5.5 - 550.44) <B5859961-20CF-382E-B988-94AECD3CE062> /System/Library/PrivateFrameworks/CoreUtils.framework/Versions/A/CoreUtils
0xa0222000 - 0xa027fff3  com.apple.framework.CoreWiFi (13.0 - 1350.1) <CCED77D5-2751-3EA9-9413-859D2F09B4A4> /System/Library/PrivateFrameworks/CoreWiFi.framework/Versions/A/CoreWiFi
0xa0280000 - 0xa0290ffb  com.apple.CrashReporterSupport (10.13 - 1) <07FFC150-E5A0-3EBC-825B-4BF8AAD306EF> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/CrashReporterSupport
0xa02fe000 - 0xa030bfff  com.apple.framework.DFRFoundation (1.0 - 191.7) <D6B46C05-938E-39BF-B085-20D25FDEEDF7> /System/Library/PrivateFrameworks/DFRFoundation.framework/Versions/A/DFRFoundation
0xa0357000 - 0xa03c8fff  com.apple.datadetectorscore (7.0 - 590.3) <D3E43865-16C1-333D-8C55-1D5856755B53> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDetectorsCore
0xa03c9000 - 0xa0409ffb  com.apple.DebugSymbols (181.0 - 181.0) <51B67F42-ACCD-39A3-8739-E223FAEDFF93> /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbols
0xa040a000 - 0xa0549ffb  com.apple.desktopservices (1.12.4 - 1.12.4) <740CDF58-92A8-31CA-A103-1128680D29DE> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopServicesPriv
0xa0889000 - 0xa0cb9ff7  com.apple.vision.FaceCore (3.3.2 - 3.3.2) <8B37289B-EB90-32F0-97A6-21566B236CAD> /System/Library/PrivateFrameworks/FaceCore.framework/Versions/A/FaceCore
0xa2a55000 - 0xa2a5ffff  libGPUSupportMercury.dylib (16.5.10) <DEF9523E-2B09-3C01-9A7B-19B6A5E5B4F7> /System/Library/PrivateFrameworks/GPUSupport.framework/Versions/A/Libraries/libGPUSupportMercury.dylib
0xa366b000 - 0xa36deff3  com.apple.Heimdal (4.0 - 2.0) <03A4EE80-4E4A-390C-9E2E-0CEC3307496D> /System/Library/PrivateFrameworks/Heimdal.framework/Versions/A/Heimdal
0xa3996000 - 0xa399dfff  com.apple.IOAccelerator (378.18.1 - 378.18.1) <7EA6FBD9-8C1D-31AC-9A36-DBC51C8E5E15> /System/Library/PrivateFrameworks/IOAccelerator.framework/Versions/A/IOAccelerator
0xa399e000 - 0xa39b8ff7  com.apple.IOPresentment (1.0 - 35.1) <D369AC27-9033-3BF0-AF0D-00F5C02025CA> /System/Library/PrivateFrameworks/IOPresentment.framework/Versions/A/IOPresentment
0xa3a15000 - 0xa3a35ffb  com.apple.IconServices (97.6 - 97.6) <C107CE67-BF5F-3AC9-A514-C864310F2BBB> /System/Library/PrivateFrameworks/IconServices.framework/Versions/A/IconServices
0xa3a6d000 - 0xa3b61fff  com.apple.LanguageModeling (1.0 - 159.5.3) <D8038B28-4A97-3E03-8AE6-5D3C3A1CE8F2> /System/Library/PrivateFrameworks/LanguageModeling.framework/Versions/A/LanguageModeling
0xa3b62000 - 0xa3ba2fff  com.apple.Lexicon-framework (1.0 - 33.5) <C8DEE7FC-6CCE-3645-B6C1-CCF5FD07C20C> /System/Library/PrivateFrameworks/Lexicon.framework/Versions/A/Lexicon
0xa3ba6000 - 0xa3bacff3  com.apple.LinguisticData (1.0 - 238.3) <16C6495B-D87B-3144-846C-C2C1214900CF> /System/Library/PrivateFrameworks/LinguisticData.framework/Versions/A/LinguisticData
0xa3f28000 - 0xa3f52fff  com.apple.MultitouchSupport.framework (1404.4 - 1404.4) <591C5CFA-F49A-3AA3-9ACB-5076483D6BB0> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/MultitouchSupport
0xa4071000 - 0xa407bfff  com.apple.NetAuth (6.2 - 6.2) <D74A6D47-3D72-3E44-820B-9381D7425B11> /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth
0xa4123000 - 0xa4130ffb  com.apple.PerformanceAnalysis (1.194 - 194) <6AD50E11-8E8E-34F3-BE59-BF7E020EF1E6> /System/Library/PrivateFrameworks/PerformanceAnalysis.framework/Versions/A/PerformanceAnalysis
0xa41cf000 - 0xa41ebff7  com.apple.ProtocolBuffer (1 - 260) <1EE82E2E-BA9D-33CC-904F-A9467619FB6B> /System/Library/PrivateFrameworks/ProtocolBuffer.framework/Versions/A/ProtocolBuffer
0xa42da000 - 0xa42fcfff  com.apple.RemoteViewServices (2.0 - 125) <54C07CCF-E480-3033-979D-A7E6BCC6281F> /System/Library/PrivateFrameworks/RemoteViewServices.framework/Versions/A/RemoteViewServices
0xa43a4000 - 0xa43d1ffb  com.apple.Sharing (1019.46 - 1019.46) <6FFB0DB9-7301-3C4F-AC45-4DD23CB0AD64> /System/Library/PrivateFrameworks/Sharing.framework/Versions/A/Sharing
0xa43f0000 - 0xa43f1fff  com.apple.performance.SignpostNotification (1.2.4 - 2.4) <D6D411F3-D20B-31B6-9191-99306C60CC3D> /System/Library/PrivateFrameworks/SignpostNotification.framework/Versions/A/SignpostNotification
0xa43f2000 - 0xa4478ff7  com.apple.SkyLight (1.600.0 - 312.50) <A61B8BFA-FBC3-30C0-9E30-3B9371E58E5F> /System/Library/PrivateFrameworks/SkyLight.framework/Versions/A/SkyLight
0xa44a8000 - 0xa44b5ffb  com.apple.SpeechRecognitionCore (4.0.13 - 4.0.13) <33905F27-532D-341B-9845-4647CE48AAB3> /System/Library/PrivateFrameworks/SpeechRecognitionCore.framework/Versions/A/SpeechRecognitionCore
0xa4785000 - 0xa480bffb  com.apple.Symbolication (9.3 - 64033) <A6EE4F4A-35E3-303D-8B7C-F84368546DC1> /System/Library/PrivateFrameworks/Symbolication.framework/Versions/A/Symbolication
0xa485e000 - 0xa4866fff  com.apple.TCC (1.0 - 1) <449D3E94-0C9A-3F2A-835B-593D846F6006> /System/Library/PrivateFrameworks/TCC.framework/Versions/A/TCC
0xa4867000 - 0xa487eff3  com.apple.TextureIO (3.7 - 3.7) <9D532312-C024-38CA-B137-A4C88919C5EC> /System/Library/PrivateFrameworks/TextureIO.framework/Versions/A/TextureIO
0xa48a7000 - 0xa48a8fff  com.apple.TrustEvaluationAgent (2.0 - 31) <185BD5A9-5A2D-3317-B7FE-9B67F14C4D2C> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/TrustEvaluationAgent
0xa48a9000 - 0xa4a33fff  com.apple.UIFoundation (1.0 - 547.3) <B3DCA109-908C-3CFE-AF59-C43C81FBB8BB> /System/Library/PrivateFrameworks/UIFoundation.framework/Versions/A/UIFoundation
0xa4dcb000 - 0xa4e8ffff  com.apple.ViewBridge (343.2 - 343.2) <D34224CE-BF51-3F7E-A714-4FD465ED5670> /System/Library/PrivateFrameworks/ViewBridge.framework/Versions/A/ViewBridge
0xa5002000 - 0xa5004fff  com.apple.loginsupport (1.0 - 1) <96644B33-7507-3AE7-BC45-D83934517F37> /System/Library/PrivateFrameworks/login.framework/Versions/A/Frameworks/loginsupport.framework/Versions/A/loginsupport
0xa5005000 - 0xa5016fff  com.apple.login (3.0 - 3.0) <CDB5BDAD-934C-390D-A1B6-0EBA73043BCE> /System/Library/PrivateFrameworks/login.framework/Versions/A/login
0xa508f000 - 0xa50c2ff7  libclosured.dylib (551.3) <F357ECA7-469A-3611-8D9C-3267FB90071A> /usr/lib/closure/libclosured.dylib
0xa511e000 - 0xa5155ff3  libCRFSuite.dylib (41) <7B102174-C6BA-3EA8-93AC-A53254B79D78> /usr/lib/libCRFSuite.dylib
0xa5156000 - 0xa5160ffb  libChineseTokenizer.dylib (28) <00EF6AE9-C195-334C-9776-79E9BD298AF6> /usr/lib/libChineseTokenizer.dylib
0xa51fc000 - 0xa51fdfff  libDiagnosticMessagesClient.dylib (104) <6829B180-2556-3A7E-A2E6-BD4859DF30A7> /usr/lib/libDiagnosticMessagesClient.dylib
0xa522f000 - 0xa5419ff7  libFosl_dynamic.dylib (17.8) <2806AC88-9928-3848-B63E-E3891CD58511> /usr/lib/libFosl_dynamic.dylib
0xa5421000 - 0xa5421fff  libOpenScriptingUtil.dylib (174) <BD4EA519-A75C-3840-8870-4DE884502F47> /usr/lib/libOpenScriptingUtil.dylib
0xa5475000 - 0xa5479fff  libScreenReader.dylib (562.18.4) <24F173B6-9EB9-3730-A6CE-D43827265020> /usr/lib/libScreenReader.dylib
0xa547a000 - 0xa547bfff  libSystem.B.dylib (1252.50.4) <D2F5AA26-747C-3378-B200-54B45DBCD5EF> /usr/lib/libSystem.B.dylib
0xa548a000 - 0xa549fff7  libapple_nghttp2.dylib (1.24) <480C0C04-2533-3D44-8232-006B6CBA7758> /usr/lib/libapple_nghttp2.dylib
0xa54a0000 - 0xa54cbfff  libarchive.2.dylib (54) <D55C5F86-251D-3C33-A617-0C623D4F512E> /usr/lib/libarchive.2.dylib
0xa54cc000 - 0xa561bffb  libate.dylib (1.13.1) <E109CCBF-357D-3C87-9CE5-D53AE03609A2> /usr/lib/libate.dylib
0xa561f000 - 0xa561fff3  libauto.dylib (187) <CE2A78CC-670F-3E07-9539-822DCD2F6084> /usr/lib/libauto.dylib
0xa5620000 - 0xa5630fff  libbsm.0.dylib (39) <6A4D8D43-8AD8-3B0C-A19C-22A77D30DD8E> /usr/lib/libbsm.0.dylib
0xa5631000 - 0xa563dff7  libbz2.1.0.dylib (38) <77C24A36-BE84-3702-A786-935C597A0A86> /usr/lib/libbz2.1.0.dylib
0xa563e000 - 0xa5697ffb  libc++.1.dylib (400.9) <BA03445F-C2AD-3C30-A25D-3654091142AB> /usr/lib/libc++.1.dylib
0xa5698000 - 0xa56b9fff  libc++abi.dylib (400.8.2) <60422228-2A4A-3A12-AB94-3110E9082D62> /usr/lib/libc++abi.dylib
0xa56bb000 - 0xa56ccff7  libcmph.dylib (6) <EC7664F1-B5A1-37F4-B7DC-F6AC10587E35> /usr/lib/libcmph.dylib
0xa56cd000 - 0xa56e0ff7  libcompression.dylib (47.50.1) <6C767502-0001-3CF8-8DA4-450D177D6170> /usr/lib/libcompression.dylib
0xa56e1000 - 0xa56f8ffb  libcoretls.dylib (155.50.1) <A7FFC69E-B53D-324D-8AE1-C1AC50CEB37F> /usr/lib/libcoretls.dylib
0xa56f9000 - 0xa56fafff  libcoretls_cfhelpers.dylib (155.50.1) <D210E966-844F-3A00-A17E-7489EE444E36> /usr/lib/libcoretls_cfhelpers.dylib
0xa587b000 - 0xa5a22ff3  libcrypto.35.dylib (22.50.2) <A658A3FD-A5C4-3DC9-9A45-A2E97282D419> /usr/lib/libcrypto.35.dylib
0xa5be2000 - 0xa5c39fff  libcups.2.dylib (462.2) <2DD22F09-B4DA-3D2C-9470-B3113EC7EA03> /usr/lib/libcups.2.dylib
0xa5d50000 - 0xa5d50fff  libenergytrace.dylib (16) <34FC43C7-D9B6-3C01-8B65-E49059D31279> /usr/lib/libenergytrace.dylib
0xa5d84000 - 0xa5d88fff  libheimdal-asn1.dylib (520.50.6) <CAA45AC8-3953-38C7-B6C1-E7ACA1607054> /usr/lib/libheimdal-asn1.dylib
0xa5db4000 - 0xa5ea4ff3  libiconv.2.dylib (51.50.1) <F3BF51D6-CFAD-3105-AF32-0667945E0F99> /usr/lib/libiconv.2.dylib
0xa5ea5000 - 0xa60c7ff7  libicucore.A.dylib (59173.0.1) <12FFE9D1-76F7-39FF-B93D-33E17C203292> /usr/lib/libicucore.A.dylib
0xa610f000 - 0xa6110fff  liblangid.dylib (128) <120FE992-47E4-3A73-A039-1B401F5696DC> /usr/lib/liblangid.dylib
0xa6111000 - 0xa6129ff7  liblzma.5.dylib (10) <8A5C9679-430A-3A19-AF68-9D21BAC442C7> /usr/lib/liblzma.5.dylib
0xa612a000 - 0xa613ffff  libmarisa.dylib (9) <805453EE-B829-3DA5-8DF3-5132D03D5B74> /usr/lib/libmarisa.dylib
0xa61f4000 - 0xa6411fff  libmecabra.dylib (779.7.6) <A6D0BC1B-9DF2-3A26-8E1A-06AE207355E7> /usr/lib/libmecabra.dylib
0xa65d8000 - 0xa674fffb  libnetwork.dylib (1229.51.2) <C956ADEA-031D-3340-B7EE-804C89C7E15F> /usr/lib/libnetwork.dylib
0xa6750000 - 0xa6b300fb  libobjc.A.dylib (723) <069E8DD2-ECBD-3296-9688-199A93DB8F1F> /usr/lib/libobjc.A.dylib
0xa6b34000 - 0xa6b37fff  libpam.2.dylib (22) <7106F43C-84DD-3F26-905A-B52780AFEB3E> /usr/lib/libpam.2.dylib
0xa6b3a000 - 0xa6b6bfff  libpcap.A.dylib (79.20.1) <154889CF-5F83-3012-953E-0FC8FEE50FF8> /usr/lib/libpcap.A.dylib
0xa6ba9000 - 0xa6bc4ffb  libresolv.9.dylib (65) <65A43F5B-CF88-3948-AE5C-D7CA02D814A1> /usr/lib/libresolv.9.dylib
0xa6c0f000 - 0xa6d99ffb  libsqlite3.dylib (274.8.1) <2865CDEE-96C4-3ECC-9F4B-876D0CD27C41> /usr/lib/libsqlite3.dylib
0xa6ea9000 - 0xa6ef9ffb  libstdc++.6.0.9.dylib (104.1) <506C07FB-2EE1-3948-A062-BB0E5C40FA85> /usr/lib/libstdc++.6.0.9.dylib
0xa6f3d000 - 0xa6f9cfff  libusrtcp.dylib (1229.51.2) <C9285B4F-2FAA-3C67-8B78-2DEFEC4A1663> /usr/lib/libusrtcp.dylib
0xa6f9d000 - 0xa6fa0ff7  libutil.dylib (51.20.1) <86BD9675-16A2-345D-9B8D-E8A3397F2365> /usr/lib/libutil.dylib
0xa6fa1000 - 0xa6fafff7  libxar.1.dylib (400) <4B664A7E-EC05-34AD-ACC6-C879B69DBA7C> /usr/lib/libxar.1.dylib
0xa6fb0000 - 0xa708eff7  libxml2.2.dylib (31.10) <A5264063-CE4F-38CE-B884-197B2765E5AB> /usr/lib/libxml2.2.dylib
0xa708f000 - 0xa70b7ff3  libxslt.1.dylib (15.12) <2A385CB5-9458-3408-A4F2-1F51553823F4> /usr/lib/libxslt.1.dylib
0xa70b8000 - 0xa70c7ff7  libz.1.dylib (70) <588F445F-0065-3D77-8002-BA9411DA1D70> /usr/lib/libz.1.dylib
0xa7102000 - 0xa7106fff  libcache.dylib (80) <E9928057-A238-3619-8E30-4D1C21C9493C> /usr/lib/system/libcache.dylib
0xa7107000 - 0xa7111fff  libcommonCrypto.dylib (60118.50.1) <95434E97-2B85-3607-9E02-2A8CFD178D23> /usr/lib/system/libcommonCrypto.dylib
0xa7112000 - 0xa7117fff  libcompiler_rt.dylib (62) <B9947B1F-9930-385A-A960-856CF6C539CF> /usr/lib/system/libcompiler_rt.dylib
0xa7118000 - 0xa7122ff3  libcopyfile.dylib (146.50.5) <6A3EF295-2778-3405-BE11-8947695F4A31> /usr/lib/system/libcopyfile.dylib
0xa7123000 - 0xa718bff7  libcorecrypto.dylib (562.50.17) <FCA475BB-944F-3589-A662-D71043482D28> /usr/lib/system/libcorecrypto.dylib
0xa71f6000 - 0xa722bfff  libdispatch.dylib (913.50.12) <F9EC9BFD-C998-3766-9834-7AE642805EC3> /usr/lib/system/libdispatch.dylib
0xa722c000 - 0xa7249fff  libdyld.dylib (551.3) <42AC1F77-75EC-3464-B24D-8E95F72FFE21> /usr/lib/system/libdyld.dylib
0xa724a000 - 0xa724afff  libkeymgr.dylib (28) <35604C10-4B09-3AA0-9694-87D40C15E706> /usr/lib/system/libkeymgr.dylib
0xa724b000 - 0xa7257ff7  libkxld.dylib (4570.51.1) <127EA762-C4AC-34D7-9ABF-CEF26FDF18E0> /usr/lib/system/libkxld.dylib
0xa7258000 - 0xa7258fff  liblaunch.dylib (1205.50.76) <7EBFA8BE-2176-3A74-9218-3ED02CC6945D> /usr/lib/system/liblaunch.dylib
0xa7259000 - 0xa725efff  libmacho.dylib (906) <14070ABC-E6F7-3CD5-9527-56E38D65BC74> /usr/lib/system/libmacho.dylib
0xa725f000 - 0xa7261fff  libquarantine.dylib (86) <2660EB51-FA02-36ED-9416-83A4A6849026> /usr/lib/system/libquarantine.dylib
0xa7262000 - 0xa7263fff  libremovefile.dylib (45) <BE0DA6CE-2EF4-3BE9-84E1-BB27E1F385DD> /usr/lib/system/libremovefile.dylib
0xa7264000 - 0xa727bff7  libsystem_asl.dylib (356.50.1) <8C2103F0-0293-3450-A4D5-CDA224D6B1DD> /usr/lib/system/libsystem_asl.dylib
0xa727c000 - 0xa727cfff  libsystem_blocks.dylib (67) <D45F0CE1-D217-3B46-A84A-F884FE576E04> /usr/lib/system/libsystem_blocks.dylib
0xa727d000 - 0xa7309ff3  libsystem_c.dylib (1244.50.9) <3A7B32B2-F70C-3148-A2B0-38412EF1489F> /usr/lib/system/libsystem_c.dylib
0xa730a000 - 0xa730dfff  libsystem_configuration.dylib (963.50.8) <EBE21758-807D-3038-91A9-F6075353C6A0> /usr/lib/system/libsystem_configuration.dylib
0xa730e000 - 0xa7311fff  libsystem_coreservices.dylib (51) <CF4379BC-AEDD-34DF-BFD7-CEA27B0930D5> /usr/lib/system/libsystem_coreservices.dylib
0xa7312000 - 0xa7313fff  libsystem_darwin.dylib (1244.50.9) <326B9F59-5784-3C79-8A44-7C40D662C695> /usr/lib/system/libsystem_darwin.dylib
0xa7314000 - 0xa731aff3  libsystem_dnssd.dylib (878.50.17) <7B2BF425-F98C-34F8-A574-CB1FD08F169C> /usr/lib/system/libsystem_dnssd.dylib
0xa731b000 - 0xa736affb  libsystem_info.dylib (517.30.1) <E2FFFE29-1405-342E-8C57-31F681F510F7> /usr/lib/system/libsystem_info.dylib
0xa736b000 - 0xa738fff3  libsystem_kernel.dylib (4570.51.1) <EC91E854-920B-3229-8B96-A85638182A49> /usr/lib/system/libsystem_kernel.dylib
0xa7390000 - 0xa73dffdb  libsystem_m.dylib (3147.50.1) <14D10C6D-5426-33AA-B0EB-A55B5CD6FF9A> /usr/lib/system/libsystem_m.dylib
0xa73e0000 - 0xa73fafff  libsystem_malloc.dylib (140.50.6) <970603BE-8A36-3776-81A6-BC1B1D04AC35> /usr/lib/system/libsystem_malloc.dylib
0xa73fb000 - 0xa751eff3  libsystem_network.dylib (1229.51.2) <179546B6-7D74-3C3D-83B4-6FAD3FCAF914> /usr/lib/system/libsystem_network.dylib
0xa751f000 - 0xa7529fff  libsystem_networkextension.dylib (767.50.25) <42DC977C-3E83-34BA-9AEA-45270B973BF2> /usr/lib/system/libsystem_networkextension.dylib
0xa752a000 - 0xa7532ff3  libsystem_notify.dylib (172) <27A79E60-9B05-3B28-B389-5759A72F7321> /usr/lib/system/libsystem_notify.dylib
0xa7533000 - 0xa7539ffb  libsystem_platform.dylib (161.50.1) <04C8CF15-A241-3BD8-87B5-DD5DA2DCD564> /usr/lib/system/libsystem_platform.dylib
0xa753a000 - 0xa7544ff3  libsystem_pthread.dylib (301.50.1) <95F98870-7DB1-3273-9E61-DEC04059BF18> /usr/lib/system/libsystem_pthread.dylib
0xa7545000 - 0xa7548ff3  libsystem_sandbox.dylib (765.50.51) <B687BF9C-61B3-3F03-9A39-962FDEB0CE6F> /usr/lib/system/libsystem_sandbox.dylib
0xa7549000 - 0xa754bfff  libsystem_secinit.dylib (30) <F11770B6-8928-3F4A-A5B6-1A7E93247738> /usr/lib/system/libsystem_secinit.dylib
0xa754c000 - 0xa7554ff7  libsystem_symptoms.dylib (820.50.37) <BEC5463C-FAB2-33B2-A2F0-916953571E43> /usr/lib/system/libsystem_symptoms.dylib
0xa7555000 - 0xa7567ffb  libsystem_trace.dylib (829.50.17) <3786EA81-F02C-3115-A8B6-3AC9088EA04C> /usr/lib/system/libsystem_trace.dylib
0xa7569000 - 0xa756ffff  libunwind.dylib (35.3) <C9C74974-E6CE-386D-AF72-DC21323AF40B> /usr/lib/system/libunwind.dylib
0xa7570000 - 0xa7599ff7  libxpc.dylib (1205.50.76) <1C1C908A-B0A5-3BAF-8B3F-F0B2F19B4698> /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: 1630
    thread_create: 0
    thread_set_state: 0

VM Region Summary:
ReadOnly portion of Libraries: Total=215.2M resident=0K(0%) swapped_out_or_unallocated=215.2M(100%)
Writable regions: Total=809.6M written=0K(0%) resident=0K(0%) swapped_out=0K(0%) unallocated=809.6M(100%)
 
                                VIRTUAL   REGION 
REGION TYPE                        SIZE    COUNT (non-coalesced) 
===========                     =======  ======= 
Accelerate framework               128K        2 
Activity Tracing                   256K        2 
CG backing stores                 6204K        4 
CG image                             4K        2 
CoreAnimation                       20K        6 
CoreImage                            8K        3 
CoreUI image data                  444K        5 
CoreUI image file                  180K        3 
Kernel Alloc Once                    8K        2 
MALLOC                           791.6M      250 
MALLOC guard page                   48K       10 
Memory Tag 242                      12K        2 
Memory Tag 249                     156K        3 
OpenGL GLSL                        128K        3 
Stack                             10.0M        6 
Stack Guard                       56.0M        6 
VM_ALLOCATE                        532K       24 
VM_ALLOCATE (reserved)              36K        2         reserved VM address space (unallocated)
__DATA                            9716K      223 
__FONT_DATA                          4K        2 
__GLSLBUILTINS                    2588K        2 
__IMPORT                            12K        3 
__LINKEDIT                        76.9M        9 
__OBJC                            3180K       83 
__TEXT                           138.3M      227 
__UNICODE                          560K        2 
mapped file                      316.5M      190 
shared memory                     2796K       17 
===========                     =======  ======= 
TOTAL                              1.4G     1065 
TOTAL, minus reserved VM space     1.4G     1065 

Model: iMac11,2, BootROM IM112.005C.B00, 2 processors, Intel Core i5, 3.6 GHz, 16 GB, SMC 1.64f5
Graphics: ATI Radeon HD 5670, ATI Radeon HD 5670, PCIe
Memory Module: BANK 0/DIMM0, 4 GB, DDR3, 1333 MHz, 0x0000, -
Memory Module: BANK 1/DIMM0, 4 GB, DDR3, 1333 MHz, 0x0000, -
Memory Module: BANK 0/DIMM1, 4 GB, DDR3, 1333 MHz, 0x0000, -
Memory Module: BANK 1/DIMM1, 4 GB, DDR3, 1333 MHz, 0x0000, -
AirPort: spairport_wireless_card_type_airport_extreme (0x168C, 0x8F), Atheros 9280: 4.0.74.0-P2P
Bluetooth: Version 6.0.5f3, 3 services, 27 devices, 1 incoming serial ports
Network Service: Wi-Fi, AirPort, en1
Serial ATA Device: Samsung SSD 850 EVO 500GB, 500.11 GB
Serial ATA Device: HL-DT-STDVDRW  GA32N
USB Device: USB 2.0 Bus
USB Device: Hub
USB Device: USB Receiver
USB Device: Keyboard Hub
USB Device: Apple Keyboard
USB Device: IR Receiver
USB Device: Built-in iSight
USB Device: USB 2.0 Bus
USB Device: Hub
USB Device: Internal Memory Card Reader
USB Device: BRCM2046 Hub
USB Device: Bluetooth USB Host Controller
Thunderbolt Bus:

Last edited by Sapphire (2018-05-21 01:22:09)

Offline

#2 2018-05-21 01:28:00

Uncle Gus
Moderator
Registered: 2018-02-28
Posts: 567

Re: Crash on macOS

Nice work, thank you!

I've just moved this to the bugs forum and tidied up some formatting.

Offline

Board footer

Powered by FluxBB