-
Notifications
You must be signed in to change notification settings - Fork 757
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
crash on exit, 3.7b #1422
Comments
@chriskiefer when you say "running for a few days" - you mean the app was actually running continuously for a few days, w/o recompile or relaunch? What was it doing? |
@chriskiefer - Was this a one-off occurrence, or easy to reproduce? |
a std::mutex is destroyed, violating the requirements: http://en.cppreference.com/w/cpp/thread/mutex/~mutex |
I'm experiencing crashes of sclang on quit, uptime of SC (IDE, scsynth sclang) no more than a couple of hours, if.
|
Can you reproduce this in the latest master? |
( @chriskiefer @miczac ) |
seems not reproducible? |
Various commits have been made concerning exit behavior, both for unixy and Windows. Maybe all the somehow related issues should be closed to get a new picture past 3.8. |
Closing. @chriskiefer @miczac if you are still experiencing this please provide repro, thanks! |
just trying out the new 3.7 build, it had been running for a few days, the server was on when it exited.
here's the crash report
Process: sclang [669]
Path: /Applications/SuperCollider3.7b/SuperCollider.app/Contents/Resources/../MacOS/sclang
Identifier: net.sourceforge.supercollider
Version: 3.7 (alpha0)
Code Type: X86-64 (Native)
Parent Process: SuperCollider [665]
Responsible: SuperCollider [665]
User ID: 6150
Date/Time: 2015-04-16 10:21:00.691 +0100
OS Version: Mac OS X 10.9.5 (13F1066)
Report Version: 11
Anonymous UUID: D02BEE7E-2EC3-B93A-65AA-E3BBA6AE242A
Sleep/Wake UUID: 9150CD0B-2CD5-478E-9066-DFF09DA99F95
Crashed Thread: 9
Exception Type: EXC_CRASH (SIGABRT)
Exception Codes: 0x0000000000000000, 0x0000000000000000
Application Specific Information:
abort() called
terminating with uncaught exception of type std::__1::system_error: mutex lock failed: Invalid argument
Thread 0:: Dispatch queue: com.apple.main-thread
0 QtGui 0x0000000108845620 (anonymous namespace)::qUnregisterGuiGetInterpolator_dtor_class_::~qUnregisterGuiGetInterpolator_dtor_class_() + 0
1 libsystem_c.dylib 0x00007fff8c4117a1 __cxa_finalize + 177
2 libsystem_c.dylib 0x00007fff8c411a4c exit + 22
3 sclang 0x000000010470d07b start + 59
Thread 1:: Dispatch queue: com.apple.libdispatch-manager
0 libsystem_kernel.dylib 0x00007fff9249f662 kevent64 + 10
1 libdispatch.dylib 0x00007fff91fd7421 _dispatch_mgr_invoke + 239
2 libdispatch.dylib 0x00007fff91fd7136 _dispatch_mgr_thread + 52
Thread 2:
0 libsystem_kernel.dylib 0x00007fff9249ea3a __semwait_signal + 10
1 libsystem_c.dylib 0x00007fff8c42fdc0 nanosleep + 200
2 libc++.1.dylib 0x00007fff91036b38 std::__1::this_thread::sleep_for(std::__1::chrono::duration<long long, std::__1::ratio<1l, 1000000000l> > const&) + 75
3 sclang 0x0000000104713c2d resyncThread() + 93
4 sclang 0x00000001047167bd void* std::__1::__thread_proxy<std::__1::tuple<void ()()> >(void) + 93
5 libsystem_pthread.dylib 0x00007fff8c82a899 _pthread_body + 138
6 libsystem_pthread.dylib 0x00007fff8c82a72a _pthread_start + 137
7 libsystem_pthread.dylib 0x00007fff8c82efc9 thread_start + 13
Thread 3:: com.apple.CFSocket.private
0 libsystem_kernel.dylib 0x00007fff9249e9aa __select + 10
1 com.apple.CoreFoundation 0x00007fff8ec96a03 __CFSocketManager + 867
2 libsystem_pthread.dylib 0x00007fff8c82a899 _pthread_body + 138
3 libsystem_pthread.dylib 0x00007fff8c82a72a _pthread_start + 137
4 libsystem_pthread.dylib 0x00007fff8c82efc9 thread_start + 13
Thread 4:
0 libsystem_kernel.dylib 0x00007fff9249aa1a mach_msg_trap + 10
1 libsystem_kernel.dylib 0x00007fff92499d18 mach_msg + 64
2 com.apple.CoreFoundation 0x00007fff8ec4af15 __CFRunLoopServiceMachPort + 181
3 com.apple.CoreFoundation 0x00007fff8ec4a539 __CFRunLoopRun + 1161
4 com.apple.CoreFoundation 0x00007fff8ec49e75 CFRunLoopRunSpecific + 309
5 com.apple.AppKit 0x00007fff8f27605e _NSEventThread + 144
6 libsystem_pthread.dylib 0x00007fff8c82a899 _pthread_body + 138
7 libsystem_pthread.dylib 0x00007fff8c82a72a _pthread_start + 137
8 libsystem_pthread.dylib 0x00007fff8c82efc9 thread_start + 13
Thread 5:: JavaScriptCore::BlockFree
0 libsystem_kernel.dylib 0x00007fff9249e716 __psynch_cvwait + 10
1 libsystem_pthread.dylib 0x00007fff8c82cc3b _pthread_cond_wait + 727
2 QtWebKit 0x0000000105d6b4d8 JSC::BlockAllocator::blockFreeingThreadMain() + 264
3 QtWebKit 0x000000010605aa8f WTF::wtfThreadEntryPoint(void*) + 15
4 libsystem_pthread.dylib 0x00007fff8c82a899 _pthread_body + 138
5 libsystem_pthread.dylib 0x00007fff8c82a72a _pthread_start + 137
6 libsystem_pthread.dylib 0x00007fff8c82efc9 thread_start + 13
Thread 6:: JavaScriptCore::Marking
0 libsystem_kernel.dylib 0x00007fff9249e716 __psynch_cvwait + 10
1 libsystem_pthread.dylib 0x00007fff8c82cc3b _pthread_cond_wait + 727
2 QtWebKit 0x0000000105d6c367 JSC::GCThread::waitForNextPhase() + 119
3 QtWebKit 0x0000000105d6c3f8 JSC::GCThread::gcThreadMain() + 88
4 QtWebKit 0x000000010605aa8f WTF::wtfThreadEntryPoint(void*) + 15
5 libsystem_pthread.dylib 0x00007fff8c82a899 _pthread_body + 138
6 libsystem_pthread.dylib 0x00007fff8c82a72a _pthread_start + 137
7 libsystem_pthread.dylib 0x00007fff8c82efc9 thread_start + 13
Thread 7:: JavaScriptCore::Marking
0 libsystem_kernel.dylib 0x00007fff9249e716 __psynch_cvwait + 10
1 libsystem_pthread.dylib 0x00007fff8c82cc3b _pthread_cond_wait + 727
2 QtWebKit 0x0000000105d6c367 JSC::GCThread::waitForNextPhase() + 119
3 QtWebKit 0x0000000105d6c3f8 JSC::GCThread::gcThreadMain() + 88
4 QtWebKit 0x000000010605aa8f WTF::wtfThreadEntryPoint(void*) + 15
5 libsystem_pthread.dylib 0x00007fff8c82a899 _pthread_body + 138
6 libsystem_pthread.dylib 0x00007fff8c82a72a _pthread_start + 137
7 libsystem_pthread.dylib 0x00007fff8c82efc9 thread_start + 13
Thread 8:: JavaScriptCore::Marking
0 libsystem_kernel.dylib 0x00007fff9249e716 __psynch_cvwait + 10
1 libsystem_pthread.dylib 0x00007fff8c82cc3b _pthread_cond_wait + 727
2 QtWebKit 0x0000000105d6c367 JSC::GCThread::waitForNextPhase() + 119
3 QtWebKit 0x0000000105d6c3f8 JSC::GCThread::gcThreadMain() + 88
4 QtWebKit 0x000000010605aa8f WTF::wtfThreadEntryPoint(void*) + 15
5 libsystem_pthread.dylib 0x00007fff8c82a899 _pthread_body + 138
6 libsystem_pthread.dylib 0x00007fff8c82a72a _pthread_start + 137
7 libsystem_pthread.dylib 0x00007fff8c82efc9 thread_start + 13
Thread 9 Crashed:
0 libsystem_kernel.dylib 0x00007fff9249e866 __pthread_kill + 10
1 libsystem_pthread.dylib 0x00007fff8c82b35c pthread_kill + 92
2 libsystem_c.dylib 0x00007fff8c410b1a abort + 125
3 libc++abi.dylib 0x00007fff8eb2ef31 abort_message + 257
4 libc++abi.dylib 0x00007fff8eb5493a default_terminate_handler() + 240
5 libobjc.A.dylib 0x00007fff86075322 objc_terminate() + 124
6 libc++abi.dylib 0x00007fff8eb521d1 std::__terminate(void ()()) + 8
7 libc++abi.dylib 0x00007fff8eb51c5b __cxa_throw + 124
8 libc++.1.dylib 0x00007fff91036941 std::_1::throw_system_error(int, char const) + 77
9 sclang 0x00000001047971f8 postfl(char const, ...) + 216
10 sclang 0x0000000104753677 string_popen_thread_func(sc_process) + 151
11 sclang 0x0000000104753ff1 void* std::__1::__thread_proxy<std::__1::tuple<std::__1::__bind<void (&)(sc_process*), sc_process*&> > >(void*) + 97
12 libsystem_pthread.dylib 0x00007fff8c82a899 _pthread_body + 138
13 libsystem_pthread.dylib 0x00007fff8c82a72a _pthread_start + 137
14 libsystem_pthread.dylib 0x00007fff8c82efc9 thread_start + 13
Thread 9 crashed with X86 Thread State (64-bit):
rax: 0x0000000000000000 rbx: 0x000000010ca1a000 rcx: 0x000000010ca19118 rdx: 0x0000000000000000
rdi: 0x0000000000001607 rsi: 0x0000000000000006 rbp: 0x000000010ca19140 rsp: 0x000000010ca19118
r8: 0x0000000000000002 r9: 0x00007fff8c4388d0 r10: 0x0000000008000000 r11: 0x0000000000000206
r12: 0x000000010ca192a0 r13: 0x00007ff70bf4f8a8 r14: 0x0000000000000006 r15: 0x000000010ca19180
rip: 0x00007fff9249e866 rfl: 0x0000000000000206 cr2: 0x00007fff77056778
Logical CPU: 0
Error Code: 0x02000148
Trap Number: 133
Binary Images:
0x104703000 - 0x10499efef +sclang (???) <0737F0E5-32CE-3A7C-B444-22F60E718F6E> /Applications/SuperCollider3.7b/SuperCollider.app/Contents/MacOS/sclang
0x104be1000 - 0x104c0fff7 +QtWebKitWidgets (5.4.1) /Applications/SuperCollider3.7b/SuperCollider.app/Contents/Frameworks/QtWebKitWidgets.framework/Versions/5/QtWebKitWidgets
0x104c3c000 - 0x1066abff7 +QtWebKit (5.4.1) <9888B3D0-D0B5-3D78-A4BA-2834F195452B> /Applications/SuperCollider3.7b/SuperCollider.app/Contents/Frameworks/QtWebKit.framework/Versions/5/QtWebKit
0x107208000 - 0x10723cfff +QtPrintSupport (5.4.1) /Applications/SuperCollider3.7b/SuperCollider.app/Contents/Frameworks/QtPrintSupport.framework/Versions/5/QtPrintSupport
0x10726a000 - 0x1072a9ff7 +QtOpenGL (5.4.1) /Applications/SuperCollider3.7b/SuperCollider.app/Contents/Frameworks/QtOpenGL.framework/Versions/5/QtOpenGL
0x1072d2000 - 0x1077dbfff +QtWidgets (5.4.1) <66B1069D-8B19-350F-9F23-97E8F4DB05FB> /Applications/SuperCollider3.7b/SuperCollider.app/Contents/Frameworks/QtWidgets.framework/Versions/5/QtWidgets
0x107999000 - 0x1079bbfff +QtSensors (5.4.1) <932AFA40-321C-3B43-A815-ABA1A80C32C9> /Applications/SuperCollider3.7b/SuperCollider.app/Contents/Frameworks/QtSensors.framework/Versions/5/QtSensors
0x1079e0000 - 0x107ccaff7 +QtQuick (5.4.1) <677987C8-6DF2-36D2-AFDE-8E1AD311C001> /Applications/SuperCollider3.7b/SuperCollider.app/Contents/Frameworks/QtQuick.framework/Versions/5/QtQuick
0x107e39000 - 0x10817eff7 +QtQml (5.4.1) /Applications/SuperCollider3.7b/SuperCollider.app/Contents/Frameworks/QtQml.framework/Versions/5/QtQml
0x1082b4000 - 0x1083ccff7 +QtNetwork (5.4.1) <882125E9-DCB0-3BD1-8337-4B4098022DFC> /Applications/SuperCollider3.7b/SuperCollider.app/Contents/Frameworks/QtNetwork.framework/Versions/5/QtNetwork
0x108437000 - 0x108464fff +QtSql (5.4.1) <474A2465-73FF-3622-9A4D-0D53EF932AD5> /Applications/SuperCollider3.7b/SuperCollider.app/Contents/Frameworks/QtSql.framework/Versions/5/QtSql
0x10847d000 - 0x1084b5fff +QtPositioning (5.4.1) /Applications/SuperCollider3.7b/SuperCollider.app/Contents/Frameworks/QtPositioning.framework/Versions/5/QtPositioning
0x1084ce000 - 0x1084d7ff7 +QtMacExtras (5.4.1) <0CD0AD23-C482-3443-A20A-4C62B6E78266> /Applications/SuperCollider3.7b/SuperCollider.app/Contents/Frameworks/QtMacExtras.framework/Versions/5/QtMacExtras
0x1084e5000 - 0x108957ff7 +QtGui (5.4.1) /Applications/SuperCollider3.7b/SuperCollider.app/Contents/Frameworks/QtGui.framework/Versions/5/QtGui
0x108a93000 - 0x108f9bff7 +QtCore (5.4.1) <561F25E6-F163-3536-98C5-A93851D956E0> /Applications/SuperCollider3.7b/SuperCollider.app/Contents/Frameworks/QtCore.framework/Versions/5/QtCore
0x10908e000 - 0x1090aeff7 +libreadline.6.dylib (0) /Applications/SuperCollider3.7b/SuperCollider.app/Contents/MacOS/libreadline.6.dylib
0x1090c5000 - 0x109100ff2 com.apple.audio.midi.CoreMIDI (1.10 - 88) /System/Library/Frameworks/CoreMIDI.framework/Versions/A/CoreMIDI
0x10912f000 - 0x109143ff7 +QtMultimediaWidgets (5.4.1) /Applications/SuperCollider3.7b/SuperCollider.app/Contents/Frameworks/QtMultimediaWidgets.framework/Versions/5/QtMultimediaWidgets
0x109158000 - 0x1091eaff7 +QtMultimedia (5.4.1) <5B37FB88-EDF3-3D2B-B068-2ECFA6CD80B6> /Applications/SuperCollider3.7b/SuperCollider.app/Contents/Frameworks/QtMultimedia.framework/Versions/5/QtMultimedia
0x109251000 - 0x109255fff com.apple.agl (3.2.3 - AGL-3.2.3) <9851E4CC-DA6B-3AF4-9B06-61BAC289572D> /System/Library/Frameworks/AGL.framework/Versions/A/AGL
0x10925d000 - 0x109272ff7 +QtWebChannel (5.4.1) /Applications/SuperCollider3.7b/SuperCollider.app/Contents/Frameworks/QtWebChannel.framework/Versions/5/QtWebChannel
0x10a228000 - 0x10a2cefff +libqcocoa.dylib (0) /Applications/SuperCollider3.7b/SuperCollider.app/Contents/Plugins/platforms/libqcocoa.dylib
0x10ce66000 - 0x10ce6affd libFontRegistryUI.dylib (127) <57DE4E73-B65B-3712-9815-81018E72501A> /System/Library/Frameworks/ApplicationServices.framework/Frameworks/ATS.framework/Resources/libFontRegistryUI.dylib
0x7fff61928000 - 0x7fff6195b817 dyld (239.4) <7AD43B9B-5CEA-3C7E-9836-A06909F9CA56> /usr/lib/dyld
0x7fff85a3a000 - 0x7fff85a75fff com.apple.bom (14.0 - 193.1) /System/Library/PrivateFrameworks/Bom.framework/Versions/A/Bom
0x7fff85a76000 - 0x7fff85d76ff7 com.apple.Foundation (6.9 - 1056.17) /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
0x7fff85d77000 - 0x7fff85d90ff7 com.apple.Ubiquity (1.3 - 289) /System/Library/PrivateFrameworks/Ubiquity.framework/Versions/A/Ubiquity
0x7fff85d91000 - 0x7fff85d95ff7 libsystem_stats.dylib (93.90.3) <337946FC-B2E1-3DFA-A8B5-30DA8D584D75> /usr/lib/system/libsystem_stats.dylib
0x7fff85d96000 - 0x7fff85dadff7 com.apple.CFOpenDirectory (10.9 - 173.90.1) <7BC0194E-1B40-3FCA-ACD2-235CE5D65DFA> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpenDirectory.framework/Versions/A/CFOpenDirectory
0x7fff85dae000 - 0x7fff85f02ff3 com.apple.audio.toolbox.AudioToolbox (1.10 - 1.10) <69B273E8-5A8E-3FC7-B807-C16B657662FE> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
0x7fff85f03000 - 0x7fff85f06ffa libCGXType.A.dylib (599.35.6) <7DAB1A62-D475-37F1-8234-07649906E234> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGXType.A.dylib
0x7fff85f07000 - 0x7fff85f0aff7 libdyld.dylib (239.4) /usr/lib/system/libdyld.dylib
0x7fff85f0b000 - 0x7fff85f2fff7 libJPEG.dylib (1044) /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib
0x7fff85fbf000 - 0x7fff85fc3fff com.apple.CommonPanels (1.2.6 - 96) <6B434AFD-50F8-37C7-9A56-162C17E375B3> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels.framework/Versions/A/CommonPanels
0x7fff85fc4000 - 0x7fff85fccff7 com.apple.AppleSRP (5.0 - 1) /System/Library/PrivateFrameworks/AppleSRP.framework/Versions/A/AppleSRP
0x7fff85fd3000 - 0x7fff8602bff7 com.apple.Symbolication (1.4 - 129.0.2) <56F5E42C-4A23-3D0C-A830-616A03C16725> /System/Library/PrivateFrameworks/Symbolication.framework/Versions/A/Symbolication
0x7fff86067000 - 0x7fff86214f27 libobjc.A.dylib (551.1) /usr/lib/libobjc.A.dylib
0x7fff8646b000 - 0x7fff86486ff7 libPng.dylib (1044) <151BA92C-6E7C-3B69-8024-FDD1E2C89DD3> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib
0x7fff864c4000 - 0x7fff864e8fff com.apple.quartzfilters (1.8.0 - 1.7.0) <39C08086-9866-372F-9420-81F5689149DF> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzFilters.framework/Versions/A/QuartzFilters
0x7fff864e9000 - 0x7fff86537ff7 com.apple.opencl (2.3.59 - 2.3.59) <9F43F471-C3C3-352D-889D-EC418DC1F5B2> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
0x7fff86538000 - 0x7fff86579fff com.apple.PerformanceAnalysis (1.47 - 47) <5E045817-0C84-341A-9B33-74CF1324FA70> /System/Library/PrivateFrameworks/PerformanceAnalysis.framework/Versions/A/PerformanceAnalysis
0x7fff8657a000 - 0x7fff86582ffc libGFXShared.dylib (9.6.1) <25BBF325-AC57-3BAA-9427-2D14CC243AE6> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.dylib
0x7fff86583000 - 0x7fff86583fff com.apple.ApplicationServices (48 - 48) <3E3F01A8-314D-378F-835E-9CC4F8820031> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices
0x7fff866f7000 - 0x7fff866feff8 liblaunch.dylib (842.92.1) /usr/lib/system/liblaunch.dylib
0x7fff86740000 - 0x7fff869a1fff com.apple.imageKit (2.5 - 774) /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/ImageKit.framework/Versions/A/ImageKit
0x7fff86bb9000 - 0x7fff86c30fff com.apple.CoreServices.OSServices (600.4 - 600.4) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framework/Versions/A/OSServices
0x7fff86c31000 - 0x7fff86c59ffb libRIP.A.dylib (599.35.6) <45A8594F-906E-3EAE-87D4-BA1DB091C690> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
0x7fff86cf4000 - 0x7fff8761430b com.apple.CoreGraphics (1.600.0 - 599.35.6) <07F8BE29-8352-30DE-A136-FD8CE9526B8A> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics
0x7fff87615000 - 0x7fff879ecfef com.apple.CoreAUC (6.25.00 - 6.25.00) <2D7DC96C-BA83-3220-A03F-C790D50A23D8> /System/Library/PrivateFrameworks/CoreAUC.framework/Versions/A/CoreAUC
0x7fff87dc9000 - 0x7fff87e24ffb com.apple.AE (665.5 - 665.5) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Versions/A/AE
0x7fff87e25000 - 0x7fff87e3cffa libAVFAudio.dylib (32.2) /System/Library/Frameworks/AVFoundation.framework/Versions/A/Resources/libAVFAudio.dylib
0x7fff87f0b000 - 0x7fff87f13fff libsystem_dnssd.dylib (522.92.1) <17B03FFD-92C5-3282-9981-EBB28B456207> /usr/lib/system/libsystem_dnssd.dylib
0x7fff87f14000 - 0x7fff87f17fff com.apple.TCC (1.0 - 1) <32A075D9-47FD-3E71-95BC-BFB0D583F41C> /System/Library/PrivateFrameworks/TCC.framework/Versions/A/TCC
0x7fff87f18000 - 0x7fff87f25ff0 libbz2.1.0.dylib (29) <0B98AC35-B138-349C-8063-2B987A75D24C> /usr/lib/libbz2.1.0.dylib
0x7fff87f26000 - 0x7fff87f27ff7 libSystem.B.dylib (1197.1.1) /usr/lib/libSystem.B.dylib
0x7fff87f28000 - 0x7fff87f36fff com.apple.opengl (9.6.1 - 9.6.1) /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
0x7fff87f37000 - 0x7fff88008fff com.apple.QuickLookUIFramework (5.0 - 622.7) <13841701-34C2-353D-868D-3E08D020C90F> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuickLookUI.framework/Versions/A/QuickLookUI
0x7fff88009000 - 0x7fff881c1ffb libicucore.A.dylib (511.35) <6F097DA7-147C-32A1-93D2-728A64CF0DC2> /usr/lib/libicucore.A.dylib
0x7fff881c2000 - 0x7fff881c8ff7 libsystem_platform.dylib (24.90.1) <3C3D3DA8-32B9-3243-98EC-D89B9A1670B3> /usr/lib/system/libsystem_platform.dylib
0x7fff881c9000 - 0x7fff88210fff libFontRegistry.dylib (127) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontRegistry.dylib
0x7fff8845b000 - 0x7fff885c9ff7 libBLAS.dylib (1094.5) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib
0x7fff885ca000 - 0x7fff885cafff com.apple.Cocoa (6.8 - 20) /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
0x7fff886fc000 - 0x7fff8870fff7 com.apple.AppContainer (3.0 - 1) /System/Library/PrivateFrameworks/AppContainer.framework/Versions/A/AppContainer
0x7fff88710000 - 0x7fff8873ffd2 libsystem_m.dylib (3047.16) /usr/lib/system/libsystem_m.dylib
0x7fff88740000 - 0x7fff88744ff7 com.apple.ServerInformation (2.1.1 - 1) <7FAF2B82-FE90-3398-98D8-0F84C6FE6A4A> /System/Library/PrivateFrameworks/ServerInformation.framework/Versions/A/ServerInformation
0x7fff88758000 - 0x7fff887abfff com.apple.ScalableUserInterface (1.0 - 1) /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/ScalableUserInterface.framework/Versions/A/ScalableUserInterface
0x7fff887ac000 - 0x7fff887acfff com.apple.Accelerate.vecLib (3.9 - vecLib 3.9) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/vecLib
0x7fff88c41000 - 0x7fff88c65fff libxpc.dylib (300.90.2) /usr/lib/system/libxpc.dylib
0x7fff88c66000 - 0x7fff88c73fff com.apple.Sharing (132.2 - 132.2) /System/Library/PrivateFrameworks/Sharing.framework/Versions/A/Sharing
0x7fff88c74000 - 0x7fff88c7eff7 com.apple.bsd.ServiceManagement (2.0 - 2.0) <2D27B498-BB9C-3D88-B05A-76908A8A26F3> /System/Library/Frameworks/ServiceManagement.framework/Versions/A/ServiceManagement
0x7fff88c7f000 - 0x7fff88d0fff7 com.apple.Metadata (10.7.0 - 800.29) <6310AE28-EB99-3BB4-92F1-0C8BE6DEAD48> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Metadata
0x7fff88ee2000 - 0x7fff88f2effe com.apple.CoreMediaIO (408.0 - 4570) <72371044-3FF2-3538-8EE1-C7C20F7C60A0> /System/Library/Frameworks/CoreMediaIO.framework/Versions/A/CoreMediaIO
0x7fff88f7f000 - 0x7fff88f83ff7 libGIF.dylib (1044) <7E51DFC3-740A-3CD3-98A1-1EC510A4A055> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib
0x7fff88f84000 - 0x7fff88f96ff7 com.apple.CoreBluetooth (1.0 - 1) <67A00F44-563E-3C55-9187-34D502D84DDE> /System/Library/Frameworks/IOBluetooth.framework/Versions/A/Frameworks/CoreBluetooth.framework/Versions/A/CoreBluetooth
0x7fff88f97000 - 0x7fff88fa0fff com.apple.DisplayServicesFW (2.8 - 360.8.14) <816A9CED-1BC0-3C76-8103-1B9BE0F723BB> /System/Library/PrivateFrameworks/DisplayServices.framework/Versions/A/DisplayServices
0x7fff88ff1000 - 0x7fff89121ff7 com.apple.desktopservices (1.8.3 - 1.8.3) <225BEC20-F8E0-3F22-9560-890A1A5B9050> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopServicesPriv
0x7fff89122000 - 0x7fff89129fff libcompiler_rt.dylib (35) <4CD916B2-1B17-362A-B403-EF24A1DAC141> /usr/lib/system/libcompiler_rt.dylib
0x7fff8912a000 - 0x7fff89133fff com.apple.speech.synthesis.framework (4.7.1 - 4.7.1) <383FB557-E88E-3239-82B8-15F9F885B702> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynthesis.framework/Versions/A/SpeechSynthesis
0x7fff89150000 - 0x7fff89151ff7 libsystem_blocks.dylib (63) /usr/lib/system/libsystem_blocks.dylib
0x7fff89152000 - 0x7fff89182fff com.apple.IconServices (25 - 25.17) <4751127E-FBD5-3ED5-8510-08D4E4166EFE> /System/Library/PrivateFrameworks/IconServices.framework/Versions/A/IconServices
0x7fff89183000 - 0x7fff89183ffd com.apple.audio.units.AudioUnit (1.10 - 1.10) <68B21135-55A6-3563-A3D6-3E692A7DEB7F> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
0x7fff89184000 - 0x7fff8918bffb libcopyfile.dylib (103.92.1) /usr/lib/system/libcopyfile.dylib
0x7fff898dc000 - 0x7fff898dffff com.apple.AppleSystemInfo (3.0 - 3.0) <61FE171D-3D88-313F-A832-280AEC8F4AB7> /System/Library/PrivateFrameworks/AppleSystemInfo.framework/Versions/A/AppleSystemInfo
0x7fff898e0000 - 0x7fff898eaff7 com.apple.CrashReporterSupport (10.9 - 539) /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/CrashReporterSupport
0x7fff89c59000 - 0x7fff89c5cfff libCoreVMClient.dylib (58.1) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClient.dylib
0x7fff89c5d000 - 0x7fff89c5ffff libRadiance.dylib (1044) <461482C9-CADB-3B36-B023-597C64AD4B00> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.dylib
0x7fff89c60000 - 0x7fff89c8aff7 libsandbox.1.dylib (278.11.2) /usr/lib/libsandbox.1.dylib
0x7fff89c8b000 - 0x7fff8a06cffe libLAPACK.dylib (1094.5) <7E7A9B8D-1638-3914-BAE0-663B69865986> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLAPACK.dylib
0x7fff8a06d000 - 0x7fff8a07eff7 libz.1.dylib (53) <42E0C8C6-CA38-3CA4-8619-D24ED5DD492E> /usr/lib/libz.1.dylib
0x7fff8a07f000 - 0x7fff8a0eeff1 com.apple.ApplicationServices.ATS (360 - 363.3) <546E89D9-2AE7-3111-B2B8-2366650D22F0> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/ATS
0x7fff8a0ef000 - 0x7fff8a11efff com.apple.DebugSymbols (106 - 106) /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbols
0x7fff8a11f000 - 0x7fff8a170ff7 com.apple.audio.CoreAudio (4.2.1 - 4.2.1) /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
0x7fff8a18d000 - 0x7fff8a1dafff com.apple.AppleVAFramework (5.0.27 - 5.0.27) <608D91BD-9D88-3FAB-9A06-24C1DAEA092D> /System/Library/PrivateFrameworks/AppleVA.framework/Versions/A/AppleVA
0x7fff8a1e3000 - 0x7fff8a1e5fff com.apple.SecCodeWrapper (3.0 - 1) /System/Library/PrivateFrameworks/SecCodeWrapper.framework/Versions/A/SecCodeWrapper
0x7fff8a1e8000 - 0x7fff8a27cff7 com.apple.Bluetooth (4.2.7 - 4.2.7f4) <8FF9E7DB-9452-3B11-A105-7ADAC3B68319> /System/Library/Frameworks/IOBluetooth.framework/Versions/A/IOBluetooth
0x7fff8a3ec000 - 0x7fff8a3ecfff com.apple.quartzframework (1.5 - 1.5) <3B2A72DB-39FC-3C5B-98BE-605F37777F37> /System/Library/Frameworks/Quartz.framework/Versions/A/Quartz
0x7fff8a3ed000 - 0x7fff8a417ff7 libpcap.A.dylib (42) <91D3FF51-D6FE-3C05-98C9-1182E0EC3D58> /usr/lib/libpcap.A.dylib
0x7fff8a418000 - 0x7fff8a74efff com.apple.MediaToolbox (1.0 - 1273.54) /System/Library/Frameworks/MediaToolbox.framework/Versions/A/MediaToolbox
0x7fff8a7f1000 - 0x7fff8a7f3ff7 libquarantine.dylib (71) <7A1A2BCB-C03D-3A25-BFA4-3E569B2D2C38> /usr/lib/system/libquarantine.dylib
0x7fff8a7f4000 - 0x7fff8a823ff7 com.apple.CoreAVCHD (5.7.0 - 5700.4.3) <404369C0-ED9F-3010-8D2F-BC55285F7808> /System/Library/PrivateFrameworks/CoreAVCHD.framework/Versions/A/CoreAVCHD
0x7fff8a824000 - 0x7fff8a875fff com.apple.QuickLookFramework (5.0 - 622.7) <17685CEC-C94B-3F83-ADE1-B24840B35E44> /System/Library/Frameworks/QuickLook.framework/Versions/A/QuickLook
0x7fff8a87b000 - 0x7fff8a883fff libMatch.1.dylib (19) <021293AB-407D-309A-87F5-8E782F46753E> /usr/lib/libMatch.1.dylib
0x7fff8a884000 - 0x7fff8a891ff7 libxar.1.dylib (202) <5572AA71-E98D-3FE1-9402-BB4A84E0E71E> /usr/lib/libxar.1.dylib
0x7fff8a892000 - 0x7fff8a899fff com.apple.NetFS (6.0 - 4.0) <8E26C099-CE9D-3819-91A2-64EA929C6137> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
0x7fff8a89a000 - 0x7fff8a8b2ff7 com.apple.openscripting (1.4 - 157) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting.framework/Versions/A/OpenScripting
0x7fff8a8b3000 - 0x7fff8a8f5ff7 libauto.dylib (185.5) /usr/lib/libauto.dylib
0x7fff8a8f6000 - 0x7fff8a9baff7 com.apple.backup.framework (1.5.4 - 1.5.4) <195DA868-47A5-37E6-8CF0-9BCF11846899> /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup
0x7fff8a9d7000 - 0x7fff8aa00fff com.apple.DictionaryServices (1.2 - 208) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryServices.framework/Versions/A/DictionaryServices
0x7fff8aa01000 - 0x7fff8aa01fff com.apple.Carbon (154 - 157) /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
0x7fff8aa02000 - 0x7fff8aa11ff8 com.apple.LangAnalysis (1.7.0 - 1.7.0) <8FE131B6-1180-3892-98F5-C9C9B79072D4> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LangAnalysis.framework/Versions/A/LangAnalysis
0x7fff8aace000 - 0x7fff8ad32ffd com.apple.security (7.0 - 55471.14.27) <714CB117-0BFD-3717-A2F4-2D58E09DF803> /System/Library/Frameworks/Security.framework/Versions/A/Security
0x7fff8ad33000 - 0x7fff8ad35ff3 libsystem_configuration.dylib (596.15) <4998CB6A-9D54-390A-9F57-5D1AC53C135C> /usr/lib/system/libsystem_configuration.dylib
0x7fff8ad36000 - 0x7fff8ad84fff libcorecrypto.dylib (161.1) /usr/lib/system/libcorecrypto.dylib
0x7fff8ade4000 - 0x7fff8adfcff7 com.apple.GenerationalStorage (2.0 - 160.3) <64749B08-0212-3AC8-9B49-73D662B09304> /System/Library/PrivateFrameworks/GenerationalStorage.framework/Versions/A/GenerationalStorage
0x7fff8adfd000 - 0x7fff8ae06ffd com.apple.CommonAuth (4.0 - 2.0) /System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAuth
0x7fff8ae07000 - 0x7fff8aed2fff libvDSP.dylib (423.32) <3BF732BE-DDE0-38EB-8C54-E4E3C64F77A7> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvDSP.dylib
0x7fff8aed3000 - 0x7fff8af83ff7 libvMisc.dylib (423.32) <049C0735-1808-39B9-943F-76CB8021744F> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvMisc.dylib
0x7fff8afb1000 - 0x7fff8b285fc7 com.apple.vImage (7.0 - 7.0) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/vImage
0x7fff8b286000 - 0x7fff8b288fff com.apple.Mangrove (1.0 - 1) <72F5CBC7-4E78-374E-98EA-C3700136904E> /System/Library/PrivateFrameworks/Mangrove.framework/Versions/A/Mangrove
0x7fff8b289000 - 0x7fff8b315ff7 com.apple.ink.framework (10.9 - 207) <8A50B893-AD03-3826-8555-A54FEAF08F47> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework/Versions/A/Ink
0x7fff8b316000 - 0x7fff8b764fef com.apple.VideoToolbox (1.0 - 1273.54) <4699BB55-7387-3981-9217-869215F00CA9> /System/Library/Frameworks/VideoToolbox.framework/Versions/A/VideoToolbox
0x7fff8b765000 - 0x7fff8b77eff7 com.apple.Kerberos (3.0 - 1) /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
0x7fff8b784000 - 0x7fff8b9ccff7 com.apple.CoreData (107 - 481.3) /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
0x7fff8ba13000 - 0x7fff8ba5aff7 libcups.2.dylib (372.4) <36EA4350-43B4-3A5C-9904-10685BFDA7D4> /usr/lib/libcups.2.dylib
0x7fff8ba5b000 - 0x7fff8bbf6ff8 com.apple.CFNetwork (673.5 - 673.5) /System/Library/Frameworks/CFNetwork.framework/Versions/A/CFNetwork
0x7fff8bc36000 - 0x7fff8bc9dff7 com.apple.CoreUtils (2.0 - 200.34.4) /System/Library/PrivateFrameworks/CoreUtils.framework/Versions/A/CoreUtils
0x7fff8bca9000 - 0x7fff8bd0effb com.apple.Heimdal (4.0 - 2.0) /System/Library/PrivateFrameworks/Heimdal.framework/Versions/A/Heimdal
0x7fff8bd0f000 - 0x7fff8bd14fff libmacho.dylib (845) <1D2910DF-C036-3A82-A3FD-44FF73B5FF9B> /usr/lib/system/libmacho.dylib
0x7fff8bd4b000 - 0x7fff8be2fff7 com.apple.coreui (2.2 - 231.1) <187DF89C-8A64-366D-8782-F90315FA3CD7> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
0x7fff8be30000 - 0x7fff8be4dff7 com.apple.framework.Apple80211 (9.4 - 940.60) <043C7CFD-B57B-3F9D-B0FE-CA4B97C43968> /System/Library/PrivateFrameworks/Apple80211.framework/Versions/A/Apple80211
0x7fff8bf4f000 - 0x7fff8c07efef com.apple.MediaControlSender (2.0 - 200.34.4) /System/Library/PrivateFrameworks/MediaControlSender.framework/Versions/A/MediaControlSender
0x7fff8c3b4000 - 0x7fff8c43dff7 libsystem_c.dylib (997.90.3) <6FD3A400-4BB2-3B95-B90C-BE6E9D0D78FA> /usr/lib/system/libsystem_c.dylib
0x7fff8c484000 - 0x7fff8c48cff3 libCGCMS.A.dylib (599.35.6) <09F33B9F-098A-340A-8717-E3BA6849470E> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGCMS.A.dylib
0x7fff8c515000 - 0x7fff8c530ff7 libCRFSuite.dylib (34) /usr/lib/libCRFSuite.dylib
0x7fff8c60f000 - 0x7fff8c636ffb libsystem_info.dylib (449.1.3) <7D41A156-D285-3849-A2C3-C04ADE797D98> /usr/lib/system/libsystem_info.dylib
0x7fff8c637000 - 0x7fff8c642fff libGL.dylib (9.6.1) <4B65BF9F-F34A-3CD1-94E8-DB26DAA0A59D> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
0x7fff8c6ed000 - 0x7fff8c6f1ff7 libheimdal-asn1.dylib (323.92.2) <979AEAA0-59B3-3E99-94B1-9BB9C6C45273> /usr/lib/libheimdal-asn1.dylib
0x7fff8c829000 - 0x7fff8c830ff7 libsystem_pthread.dylib (53.1.4) /usr/lib/system/libsystem_pthread.dylib
0x7fff8c831000 - 0x7fff8c856ff7 com.apple.CoreVideo (1.8 - 117.2) <4674339E-26D0-35FA-9958-422832B39B12> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
0x7fff8c87a000 - 0x7fff8c87fff7 com.apple.MediaAccessibility (1.0 - 43) /System/Library/Frameworks/MediaAccessibility.framework/Versions/A/MediaAccessibility
0x7fff8cbd6000 - 0x7fff8cbd6ff7 libkeymgr.dylib (28) <3AA8D85D-CF00-3BD3-A5A0-E28E1A32A6D8> /usr/lib/system/libkeymgr.dylib
0x7fff8cbf1000 - 0x7fff8cbf1fff com.apple.CoreServices (59 - 59) <7A697B5E-F179-30DF-93F2-8B503CEEEFD5> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
0x7fff8cc51000 - 0x7fff8cc8aff7 com.apple.QD (3.50 - 298) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framework/Versions/A/QD
0x7fff8cc8b000 - 0x7fff8cc91ff7 com.apple.XPCService (2.0 - 1) <2CE632D7-FE57-36CF-91D4-C57D0F2E0BFE> /System/Library/PrivateFrameworks/XPCService.framework/Versions/A/XPCService
0x7fff8d199000 - 0x7fff8d1aaff7 libsystem_asl.dylib (217.1.4) <655FB343-52CF-3E2F-B14D-BEBF5AAEF94D> /usr/lib/system/libsystem_asl.dylib
0x7fff8d1ea000 - 0x7fff8d21afff libncurses.5.4.dylib (42) /usr/lib/libncurses.5.4.dylib
0x7fff8d220000 - 0x7fff8d24fff9 com.apple.GSS (4.0 - 2.0) <27FCA2B4-0767-3002-8755-862B19B5CF92> /System/Library/Frameworks/GSS.framework/Versions/A/GSS
0x7fff8e0a5000 - 0x7fff8e0cdffb libxslt.1.dylib (13) /usr/lib/libxslt.1.dylib
0x7fff8e0f8000 - 0x7fff8e103ff7 com.apple.NetAuth (5.0 - 5.0) /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth
0x7fff8e104000 - 0x7fff8e11fff7 libsystem_malloc.dylib (23.10.1) /usr/lib/system/libsystem_malloc.dylib
0x7fff8e120000 - 0x7fff8e129ffb libsystem_notify.dylib (121.20.1) <9B34B4FE-F5AD-3F09-A5F0-46AFF3571323> /usr/lib/system/libsystem_notify.dylib
0x7fff8e57e000 - 0x7fff8e868fff com.apple.CoreServices.CarbonCore (1077.17 - 1077.17) <3A2E92FD-DEE2-3D45-9619-11500801A61C> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/Versions/A/CarbonCore
0x7fff8e876000 - 0x7fff8e88cfff com.apple.CoreMediaAuthoring (2.2 - 947) /System/Library/PrivateFrameworks/CoreMediaAuthoring.framework/Versions/A/CoreMediaAuthoring
0x7fff8e9f4000 - 0x7fff8eab6ff5 com.apple.CoreText (367.20 - 367.20) /System/Library/Frameworks/CoreText.framework/Versions/A/CoreText
0x7fff8eab7000 - 0x7fff8eb24fff com.apple.SearchKit (1.4.0 - 1.4.0) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framework/Versions/A/SearchKit
0x7fff8eb2e000 - 0x7fff8eb57ff7 libc++abi.dylib (49.1) <21A807D3-6732-3455-B77F-743E9F916DF0> /usr/lib/libc++abi.dylib
0x7fff8eb58000 - 0x7fff8ebd9fff com.apple.CoreSymbolication (3.0.1 - 141.0.6) /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSymbolication
0x7fff8ebda000 - 0x7fff8edbffff com.apple.CoreFoundation (6.9 - 855.17) <729BD6DA-1F63-3E72-A148-26F21EBF52BB> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
0x7fff8edc0000 - 0x7fff8edc8ff7 com.apple.speech.recognition.framework (4.2.4 - 4.2.4) <98BBB3E4-6239-3EF1-90B2-84EA0D3B8D61> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecognition.framework/Versions/A/SpeechRecognition
0x7fff8edc9000 - 0x7fff8edd5ff7 com.apple.OpenDirectory (10.9 - 173.90.1) /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
0x7fff8f06c000 - 0x7fff8f06eff7 com.apple.securityhi (9.0 - 55005) <446BE1A5-F65F-3ACB-8F33-A8EBFE0D0BD4> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.framework/Versions/A/SecurityHI
0x7fff8f072000 - 0x7fff8f0b1fff libGLU.dylib (9.6.1) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
0x7fff8f0b2000 - 0x7fff8fc28ff7 com.apple.AppKit (6.9 - 1265.21) <9DC13B27-841D-3839-93B2-3EDE66157BDE> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
0x7fff8fcb6000 - 0x7fff8fd1cfff com.apple.framework.CoreWiFi (2.0 - 200.21.1) <5491896D-78C5-30B6-96E9-D8DDECF3BE73> /System/Library/Frameworks/CoreWiFi.framework/Versions/A/CoreWiFi
0x7fff8fd1d000 - 0x7fff8fd28fff libkxld.dylib (2422.115.10) /usr/lib/system/libkxld.dylib
0x7fff8fd29000 - 0x7fff8fe1aff9 libiconv.2.dylib (41) /usr/lib/libiconv.2.dylib
0x7fff8fe1b000 - 0x7fff8ffb7ff3 com.apple.QuartzCore (1.8 - 332.3) /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
0x7fff8ffb8000 - 0x7fff8ffb9ff7 com.apple.print.framework.Print (9.0 - 260) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framework/Versions/A/Print
0x7fff8ffba000 - 0x7fff8ffbdffc com.apple.IOSurface (91.2 - 91.2) <4B2308B5-3F40-33BB-851C-A2A168343F6D> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
0x7fff8ffbe000 - 0x7fff8ffc3ff7 libunwind.dylib (35.3) <78DCC358-2FC1-302E-B395-0155B47CB547> /usr/lib/system/libunwind.dylib
0x7fff8ffd3000 - 0x7fff90037fff com.apple.datadetectorscore (5.0 - 354.5) <0AE9749A-6BFC-3032-B802-210DF59AEDB0> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDetectorsCore
0x7fff90071000 - 0x7fff900cafff libTIFF.dylib (1044) /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib
0x7fff9011d000 - 0x7fff9012aff4 com.apple.Librarian (1.2 - 1) /System/Library/PrivateFrameworks/Librarian.framework/Versions/A/Librarian
0x7fff9012b000 - 0x7fff9055effb com.apple.vision.FaceCore (3.0.0 - 3.0.0) /System/Library/PrivateFrameworks/FaceCore.framework/Versions/A/FaceCore
0x7fff905f8000 - 0x7fff906feff7 com.apple.ImageIO.framework (3.3.0 - 1044) <3BCCF2AE-CF1F-3324-A371-DF0A42C841A2> /System/Library/Frameworks/ImageIO.framework/Versions/A/ImageIO
0x7fff90aa1000 - 0x7fff90be2fff com.apple.QTKit (7.7.3 - 2826.24) <08E58C71-D16C-3357-989C-780A08994B27> /System/Library/Frameworks/QTKit.framework/Versions/A/QTKit
0x7fff90be3000 - 0x7fff90be4fff libunc.dylib (28) <62682455-1862-36FE-8A04-7A6B91256438> /usr/lib/system/libunc.dylib
0x7fff90c48000 - 0x7fff90c4bfff com.apple.help (1.3.3 - 46) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framework/Versions/A/Help
0x7fff90c73000 - 0x7fff90c78fff com.apple.DiskArbitration (2.6 - 2.6) /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
0x7fff90cc4000 - 0x7fff90f95ff4 com.apple.CoreImage (9.4.0) <2C636ECD-0F1A-357C-9EFF-0452476FDDF5> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/CoreImage.framework/Versions/A/CoreImage
0x7fff90f96000 - 0x7fff90fb2fff libresolv.9.dylib (54) <11C2C826-F1C6-39C6-B4E8-6E0C41D4FA95> /usr/lib/libresolv.9.dylib
0x7fff90fb3000 - 0x7fff90ff1ff7 libGLImage.dylib (9.6.1) <5E02B38C-9F36-39BE-8746-724F0D8BBFC0> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dylib
0x7fff90ff2000 - 0x7fff91044fff libc++.1.dylib (120) <4F68DFC5-2077-39A8-A449-CAC5FDEE7BDE> /usr/lib/libc++.1.dylib
0x7fff91975000 - 0x7fff919adff7 com.apple.RemoteViewServices (2.0 - 94) <3F34D630-3DDB-3411-BC28-A56A9B55EBDA> /System/Library/PrivateFrameworks/RemoteViewServices.framework/Versions/A/RemoteViewServices
0x7fff919ae000 - 0x7fff91a11ffb com.apple.SystemConfiguration (1.13.1 - 1.13.1) <2C8E1A73-5AD6-3A7D-8ED8-D6755555A993> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration
0x7fff91a12000 - 0x7fff91a85fff com.apple.securityfoundation (6.0 - 55122.3) <0FDC8F53-104C-3938-A852-5B33C30BAAD5> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoundation
0x7fff91a86000 - 0x7fff91b0eff7 com.apple.CorePDF (4.0 - 4) <92D15ED1-D2E1-3ECB-93FF-42888219A99F> /System/Library/PrivateFrameworks/CorePDF.framework/Versions/A/CorePDF
0x7fff91b87000 - 0x7fff91e31ff5 com.apple.HIToolbox (2.1.1 - 698) <26FF0E2C-1CD7-311F-ACF0-84F3D5273AD6> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox
0x7fff91e49000 - 0x7fff91e4dfff libpam.2.dylib (20) /usr/lib/libpam.2.dylib
0x7fff91e9f000 - 0x7fff91ea9ff7 com.apple.AppSandbox (3.0 - 1) <9F27DC25-C566-3AEF-92D3-DCFE7836916D> /System/Library/PrivateFrameworks/AppSandbox.framework/Versions/A/AppSandbox
0x7fff91ebb000 - 0x7fff91ebcffb libremovefile.dylib (33) <3543F917-928E-3DB2-A2F4-7AB73B4970EF> /usr/lib/system/libremovefile.dylib
0x7fff91f13000 - 0x7fff91f5cfff com.apple.CoreMedia (1.0 - 1273.54) /System/Library/Frameworks/CoreMedia.framework/Versions/A/CoreMedia
0x7fff91f5d000 - 0x7fff91f6fff7 com.apple.MultitouchSupport.framework (245.13.1 - 245.13.1) <38262B92-C63F-35A0-997D-AD2EBF2F8338> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/MultitouchSupport
0x7fff91f70000 - 0x7fff91f7cffb com.apple.AppleFSCompression (56.92.1 - 1.0) <066255FD-DBD1-3041-8DDA-7AFC41C9096D> /System/Library/PrivateFrameworks/AppleFSCompression.framework/Versions/A/AppleFSCompression
0x7fff91f7d000 - 0x7fff91f7eff7 libDiagnosticMessagesClient.dylib (100) <4CDB0F7B-C0AF-3424-BC39-495696F0DB1E> /usr/lib/libDiagnosticMessagesClient.dylib
0x7fff91fd4000 - 0x7fff91feefff libdispatch.dylib (339.92.1) /usr/lib/system/libdispatch.dylib
0x7fff91fef000 - 0x7fff920ddfff libJP2.dylib (1044) /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJP2.dylib
0x7fff920de000 - 0x7fff920dffff com.apple.TrustEvaluationAgent (2.0 - 25) <334A82F4-4AE4-3719-A511-86D0B0723E2B> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/TrustEvaluationAgent
0x7fff92374000 - 0x7fff92375fff libsystem_sandbox.dylib (278.11.2) <0C93EB23-7364-3670-B511-212A7A524695> /usr/lib/system/libsystem_sandbox.dylib
0x7fff92376000 - 0x7fff92376ffd libOpenScriptingUtil.dylib (157) <19F0E769-0989-3062-9AFB-8976E90E9759> /usr/lib/libOpenScriptingUtil.dylib
0x7fff92377000 - 0x7fff9239eff7 libsystem_network.dylib (241.4) <0D630D53-C772-3EC5-8257-EFB0ACCE3153> /usr/lib/system/libsystem_network.dylib
0x7fff923a1000 - 0x7fff92488ff7 libxml2.2.dylib (26) /usr/lib/libxml2.2.dylib
0x7fff92489000 - 0x7fff924a5ff7 libsystem_kernel.dylib (2422.115.10) <1A75B3AB-3FAE-3D26-922D-726FE6C99F4D> /usr/lib/system/libsystem_kernel.dylib
0x7fff924bd000 - 0x7fff92508fff com.apple.ImageCaptureCore (5.0 - 5.0) /System/Library/Frameworks/ImageCaptureCore.framework/Versions/A/ImageCaptureCore
0x7fff92509000 - 0x7fff92568fff com.apple.framework.CoreWLAN (4.3.3 - 433.48) <1F17FA12-6E84-309D-9808-C536D445FA6E> /System/Library/Frameworks/CoreWLAN.framework/Versions/A/CoreWLAN
0x7fff9256c000 - 0x7fff9256dfff liblangid.dylib (117) <9546E641-F730-3AB0-B3CD-E0E2FDD173D9> /usr/lib/liblangid.dylib
0x7fff9256e000 - 0x7fff925dafff com.apple.framework.IOKit (2.0.1 - 907.100.14) <10932113-9F7E-38A0-A158-A019A555CAC3> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
0x7fff926e7000 - 0x7fff927b1fff com.apple.LaunchServices (572.29 - 572.29) <15C7BB21-73FB-38E7-924F-E6C4DF49D440> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/LaunchServices
0x7fff927b2000 - 0x7fff927c2fff libbsm.0.dylib (33) <2CAC00A2-1352-302A-88FA-C567D4D69179> /usr/lib/libbsm.0.dylib
0x7fff927df000 - 0x7fff9280bfff com.apple.CoreServicesInternal (184.9 - 184.9) <4DEA54F9-81D6-3EDB-AA3C-1F9C497B3379> /System/Library/PrivateFrameworks/CoreServicesInternal.framework/Versions/A/CoreServicesInternal
0x7fff9280c000 - 0x7fff92895fff com.apple.ColorSync (4.9.0 - 4.9.0) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSync.framework/Versions/A/ColorSync
0x7fff92896000 - 0x7fff92c0dff6 com.apple.JavaScriptCore (9537 - 9537.78.1) <8623A109-9E9D-3E3B-A8E1-6EE447C0110C> /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore
0x7fff92c0e000 - 0x7fff92c53ff6 com.apple.HIServices (1.23 - 468) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices.framework/Versions/A/HIServices
0x7fff92ce9000 - 0x7fff92e0bfff com.apple.avfoundation (2.0 - 651.12.1) /System/Library/Frameworks/AVFoundation.framework/Versions/A/AVFoundation
0x7fff92e0c000 - 0x7fff92e0efff libCVMSPluginSupport.dylib (9.6.1) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCVMSPluginSupport.dylib
0x7fff92e0f000 - 0x7fff92e5cff2 com.apple.print.framework.PrintCore (9.0 - 428) <8D8253E3-302F-3DB2-9C5C-572CB974E8B3> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore.framework/Versions/A/PrintCore
0x7fff92e5d000 - 0x7fff93380fff com.apple.QuartzComposer (5.1 - 319) <8B90921F-911B-3240-A1D5-3C084F3E6A36> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzComposer.framework/Versions/A/QuartzComposer
0x7fff93381000 - 0x7fff9346bfff libsqlite3.dylib (158) <00269BF9-43BE-39E0-9C85-24585B9923C8> /usr/lib/libsqlite3.dylib
0x7fff9346e000 - 0x7fff93478fff libcommonCrypto.dylib (60049) <8C4F0CA0-389C-3EDC-B155-E62DD2187E1D> /usr/lib/system/libcommonCrypto.dylib
0x7fff93479000 - 0x7fff9349eff7 com.apple.ChunkingLibrary (2.0 - 155.1) /System/Library/PrivateFrameworks/ChunkingLibrary.framework/Versions/A/ChunkingLibrary
0x7fff9349f000 - 0x7fff9358efff libFontParser.dylib (111.1.2) <25C4548B-A2DE-30BE-9FAF-DDA161DADB16> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontParser.dylib
0x7fff9358f000 - 0x7fff935a1fff com.apple.ImageCapture (9.0 - 9.0) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture.framework/Versions/A/ImageCapture
0x7fff93645000 - 0x7fff93645fff com.apple.Accelerate (1.9 - Accelerate 1.9) <509BB27A-AE62-366D-86D8-0B06D217CF56> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
0x7fff93646000 - 0x7fff9365efff libexpat.1.dylib (12) <97F4A9A7-CB3E-3BBF-9314-4997FC770E52> /usr/lib/libexpat.1.dylib
0x7fff9365f000 - 0x7fff93663ff7 libcache.dylib (62) /usr/lib/system/libcache.dylib
0x7fff93664000 - 0x7fff936ffff7 com.apple.PDFKit (2.9.2 - 2.9.2) /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/PDFKit.framework/Versions/A/PDFKit
External Modification Summary:
Calls made by other processes targeting this process:
task_for_pid: 60
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: 11818
thread_create: 1
thread_set_state: 0
VM Region Summary:
ReadOnly portion of Libraries: Total=260.0M resident=143.4M(55%) swapped_out_or_unallocated=116.5M(45%)
Writable regions: Total=1.1G written=12.9M(1%) resident=7188K(1%) swapped_out=9924K(1%) unallocated=1.1G(99%)
REGION TYPE VIRTUAL
=========== =======
CG backing stores 136K
CG shared images 180K
Dispatch continuations 8192K
JS JIT generated code 8K
JS JIT generated code (reserved) 1.0G reserved VM address space (unallocated)
JS VM register file (reserved) 4096K reserved VM address space (unallocated)
JS garbage collector 256K
Kernel Alloc Once 8K
MALLOC 54.1M
MALLOC (admin) 32K
Memory Tag 242 12K
STACK GUARD 56.0M
Stack 11.7M
VM_ALLOCATE 16.3M
WebKit Malloc 1232K
__DATA 27.1M
__IMAGE 528K
__LINKEDIT 85.4M
__TEXT 174.6M
__UNICODE 544K
mapped file 46.1M
shared memory 4K
=========== =======
TOTAL 1.5G
TOTAL, minus reserved VM space 482.2M
Model: MacBookAir6,2, BootROM MBA61.0099.B12, 2 processors, Intel Core i5, 1.4 GHz, 8 GB, SMC 2.13f9
Graphics: Intel HD Graphics 5000, Intel HD Graphics 5000, Built-In
Memory Module: BANK 0/DIMM0, 4 GB, DDR3, 1600 MHz, 0x80AD, 0x483943434E4E4E384A544D4C41522D4E544D
Memory Module: BANK 1/DIMM0, 4 GB, DDR3, 1600 MHz, 0x80AD, 0x483943434E4E4E384A544D4C41522D4E544D
AirPort: spairport_wireless_card_type_airport_extreme (0x14E4, 0x117), Broadcom BCM43xx 1.0 (6.30.223.154.65)
Bluetooth: Version 4.2.7f4 15112, 3 services, 23 devices, 1 incoming serial ports
Network Service: Wi-Fi, AirPort, en0
Serial ATA Device: APPLE SSD SD0256F, 251 GB
USB Device: Internal Memory Card Reader
USB Device: BRCM20702 Hub
USB Device: Bluetooth USB Host Controller
Thunderbolt Bus: MacBook Air, Apple Inc., 23.6
The text was updated successfully, but these errors were encountered: