Closed zhantong closed 7 years ago
Ok we are getting closer and closer to the source of the problem. But I more and more suspect that this is a bug in the Qt libraries for network handling rather than a problem with YUView itself. I am not using a proxy so do I have to connect to one? If yes, do you know one that I can connect to and try out?
I was able to recreate the crash and it seems to be related to the Qt handling of proxys. Also it seems like I was right and it is a bug in Qt: https://bugreports.qt.io/browse/QTBUG-56747 Maybe we can for now detect if a proxy is set and disable networking in that case. Option two is to disable network on MAC alltogether.
I would prefer the first option, if you can fix that :)
I don't think there are many other people except me uses YUView and ShadowsockX-NG together.
Thanks for your digging!
Ok so I added a workaround. Basically, you can now disable the update check by using the command line parameter ‘-noUpdate’. This will permanently disable automatic checks for updates.
Also see the wiki for a more detailed explanation: https://github.com/IENT/YUView/wiki/Known-problems
YUView fails to open when ShadowsocksX-NG (https://github.com/shadowsocks/ShadowsocksX-NG) is running in PAC mode.
How to reproduce:
Then YUView crashes.
Something went wrong in the autoupdate procedure? It seems that
QNetworkProxyFactory::systemProxyForQuery
is not working properly according to the crash report.Crash report:
Process: YUView [1831] Path: /Applications/YUView.app/Contents/MacOS/YUView Identifier: com.ient.YUView Version: 0.1 (0) Code Type: X86-64 (Native) Parent Process: ??? [1] Responsible: YUView [1831] User ID: 501
Date/Time: 2017-05-11 08:34:00.967 +0800 OS Version: Mac OS X 10.12.4 (16E195) Report Version: 12 Anonymous UUID: 60EBA711-080F-4B0C-0CCF-1B545EFAE67D
Time Awake Since Boot: 1000 seconds
System Integrity Protection: enabled
Crashed Thread: 0 Dispatch queue: com.apple.main-thread
Exception Type: EXC_BAD_ACCESS (SIGSEGV) Exception Codes: KERN_INVALID_ADDRESS at 0x0000000000000010 Exception Note: EXC_CORPSE_NOTIFY
Termination Signal: Segmentation fault: 11 Termination Reason: Namespace SIGNAL, Code 0xb Terminating Process: exc handler [0]
VM Regions Near 0x10: --> __TEXT 0000000109088000-0000000109239000 [ 1732K] r-x/rwx SM=COW /Applications/YUView.app/Contents/MacOS/YUView
Thread 0 Crashed:: Dispatch queue: com.apple.main-thread 0 org.qt-project.QtNetwork 0x000000010a410425 0x10a371000 + 652325 1 com.apple.CFNetwork 0x00007fff9c5694f4 PAC::PACClient::invokeClientCallback() + 102 2 com.apple.CoreFoundation 0x00007fff9d2c63c1 CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE0_PERFORM_FUNCTION + 17 3 com.apple.CoreFoundation 0x00007fff9d2a72cd CFRunLoopDoSources0 + 557 4 com.apple.CoreFoundation 0x00007fff9d2a67c6 CFRunLoopRun + 934 5 com.apple.CoreFoundation 0x00007fff9d2a61c4 CFRunLoopRunSpecific + 420 6 org.qt-project.QtNetwork 0x000000010a40f835 0x10a371000 + 649269 7 org.qt-project.QtNetwork 0x000000010a410681 QNetworkProxyFactory::systemProxyForQuery(QNetworkProxyQuery const&) + 17 8 org.qt-project.QtNetwork 0x000000010a406383 0x10a371000 + 611203 9 org.qt-project.QtNetwork 0x000000010a408442 QNetworkProxyFactory::proxyForQuery(QNetworkProxyQuery const&) + 50 10 org.qt-project.QtNetwork 0x000000010a3a048e 0x10a371000 + 193678 11 org.qt-project.QtNetwork 0x000000010a3bd889 0x10a371000 + 313481 12 org.qt-project.QtNetwork 0x000000010a3c2730 0x10a371000 + 333616 13 org.qt-project.QtNetwork 0x000000010a3ba3ce 0x10a371000 + 299982 14 org.qt-project.QtCore 0x0000000109fca38c QObject::event(QEvent) + 156 15 org.qt-project.QtWidgets 0x000000010930e58d QApplicationPrivate::notify_helper(QObject, QEvent) + 269 16 org.qt-project.QtWidgets 0x0000000109310ed2 QApplication::notify(QObject, QEvent) + 5906 17 org.qt-project.QtCore 0x0000000109fa0544 QCoreApplication::notifyInternal2(QObject, QEvent) + 164 18 org.qt-project.QtCore 0x0000000109fa11c8 QCoreApplicationPrivate::sendPostedEvents(QObject, int, QThreadData*) + 600 19 libqcocoa.dylib 0x000000010be9bf5e 0x10be75000 + 159582 20 libqcocoa.dylib 0x000000010be9c821 0x10be75000 + 161825 21 com.apple.CoreFoundation 0x00007fff9d2c63c1 CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE0_PERFORM_FUNCTION + 17 22 com.apple.CoreFoundation 0x00007fff9d2a72cd CFRunLoopDoSources0 + 557 23 com.apple.CoreFoundation 0x00007fff9d2a67c6 CFRunLoopRun + 934 24 com.apple.CoreFoundation 0x00007fff9d2a61c4 CFRunLoopRunSpecific + 420 25 com.apple.HIToolbox 0x00007fff9c807ebc RunCurrentEventLoopInMode + 240 26 com.apple.HIToolbox 0x00007fff9c807bf9 ReceiveNextEventCommon + 184 27 com.apple.HIToolbox 0x00007fff9c807b26 _BlockUntilNextEventMatchingListInModeWithFilter + 71 28 com.apple.AppKit 0x00007fff9ada2e24 _DPSNextEvent + 1120 29 com.apple.AppKit 0x00007fff9b51e85e -[NSApplication(NSEvent) _nextEventMatchingEventMask:untilDate:inMode:dequeue:] + 2796 30 com.apple.AppKit 0x00007fff9ad977ab -[NSApplication run] + 926 31 libqcocoa.dylib 0x000000010be9b6bf 0x10be75000 + 157375 32 org.qt-project.QtCore 0x0000000109f9c781 QEventLoop::exec(QFlags) + 401
33 org.qt-project.QtCore 0x0000000109fa0bb5 QCoreApplication::exec() + 341
34 com.ient.YUView 0x00000001091a94ea main + 538
35 libdyld.dylib 0x00007fffb2a09235 start + 1
Thread 1: 0 libsystem_pthread.dylib 0x00007fffb2c220e4 start_wqthread + 0 1 ??? 0x000000010a4e0000 0 + 4467851264
Thread 2: 0 libsystem_pthread.dylib 0x00007fffb2c220e4 start_wqthread + 0 1 ??? 0x00007fffbb867480 headPagePairs + 48
Thread 3:: Dispatch queue: com.apple.cfnetwork.pac 0 libobjc.A.dylib 0x00007fffb211a582 cache_collect_free(bucket_t*, unsigned int) + 0 1 libobjc.A.dylib 0x00007fffb2118369 cache_t::reallocate(unsigned int, unsigned int) + 105 2 libobjc.A.dylib 0x00007fffb2117b55 cache_fill + 253 3 libobjc.A.dylib 0x00007fffb211717b lookUpImpOrForward + 528 4 libobjc.A.dylib 0x00007fffb2116ad4 _objc_msgSend_uncached + 68 5 com.apple.Foundation 0x00007fff9ecd9d4d +[NSOperationInternal _observeValueForKeyPath:ofObject:changeKind:oldValue:newValue:indexes:context:] + 1675 6 com.apple.Foundation 0x00007fff9ecd9593 NSKeyValueNotifyObserver + 116 7 com.apple.Foundation 0x00007fff9ecd8f14 NSKeyValueDidChange + 486 8 com.apple.Foundation 0x00007fff9ee178f7 -[NSObject(NSKeyValueObservingPrivate) _changeValueForKeys:count:maybeOldValuesDict:usingBlock:] + 944 9 com.apple.Foundation 0x00007fff9ec9cc7d -[NSObject(NSKeyValueObservingPrivate) _changeValueForKey:key:key:usingBlock:] + 60 10 com.apple.Foundation 0x00007fff9ecd874a -[__NSOperationInternal _start:] + 934 11 com.apple.Foundation 0x00007fff9ecd44fb NSOQSchedule_f + 201 12 libdispatch.dylib 0x00007fffb29d38fc _dispatch_client_callout + 8 13 libdispatch.dylib 0x00007fffb29e99a0 _dispatch_queue_serial_drain + 896 14 libdispatch.dylib 0x00007fffb29dc306 _dispatch_queue_invoke + 1046 15 libdispatch.dylib 0x00007fffb29d56b5 _dispatch_root_queue_drain + 476 16 libdispatch.dylib 0x00007fffb29d548c _dispatch_worker_thread3 + 99 17 libsystem_pthread.dylib 0x00007fffb2c22616 _pthread_wqthread + 1299 18 libsystem_pthread.dylib 0x00007fffb2c220f1 start_wqthread + 13
Thread 4:: Dispatch queue: com.apple.NSURLSession-work 0 libsystem_kernel.dylib 0x00007fffb2b3831e __ulock_wait + 10 1 libsystem_platform.dylib 0x00007fffb2c1baff _os_ulock_wait + 25 2 libsystem_platform.dylib 0x00007fffb2c1b3d2 _os_unfair_lock_lock_slow + 130 3 libobjc.A.dylib 0x00007fffb2117aa1 cache_fill + 73 4 libobjc.A.dylib 0x00007fffb211717b lookUpImpOrForward + 528 5 libobjc.A.dylib 0x00007fffb2116ad4 _objc_msgSend_uncached + 68 6 com.apple.CFNetwork 0x00007fff9c4a933e -[__NSCFLocalSessionTask _onSessionQueue_disavow] + 92 7 libdispatch.dylib 0x00007fffb29dc524 _dispatch_call_block_and_release + 12 8 libdispatch.dylib 0x00007fffb29d38fc _dispatch_client_callout + 8 9 libdispatch.dylib 0x00007fffb29e99a0 _dispatch_queue_serial_drain + 896 10 libdispatch.dylib 0x00007fffb29dc306 _dispatch_queue_invoke + 1046 11 libdispatch.dylib 0x00007fffb29d56b5 _dispatch_root_queue_drain + 476 12 libdispatch.dylib 0x00007fffb29d548c _dispatch_worker_thread3 + 99 13 libsystem_pthread.dylib 0x00007fffb2c22616 _pthread_wqthread + 1299 14 libsystem_pthread.dylib 0x00007fffb2c220f1 start_wqthread + 13
Thread 5: 0 libsystem_pthread.dylib 0x00007fffb2c220e4 start_wqthread + 0 1 ??? 0x0000000000000160 0 + 352
Thread 6:: Qt bearer thread 0 libsystem_kernel.dylib 0x00007fffb2b3919e poll + 10 1 org.qt-project.QtCore 0x0000000109ff28e0 qt_safe_poll(pollfd, unsigned int, timespec const) + 112 2 org.qt-project.QtCore 0x0000000109ff3f75 QEventDispatcherUNIX::processEvents(QFlags) + 885
3 org.qt-project.QtCore 0x0000000109f9c781 QEventLoop::exec(QFlags) + 401
4 org.qt-project.QtCore 0x0000000109ddaeee QThread::exec() + 110
5 org.qt-project.QtCore 0x0000000109dde85a 0x109db4000 + 174170
6 libsystem_pthread.dylib 0x00007fffb2c229af _pthread_body + 180
7 libsystem_pthread.dylib 0x00007fffb2c228fb _pthread_start + 286
8 libsystem_pthread.dylib 0x00007fffb2c22101 thread_start + 13
Thread 7:: videoCache::loadingThread 0 libsystem_kernel.dylib 0x00007fffb2b3919e poll + 10 1 org.qt-project.QtCore 0x0000000109ff2a90 qt_safe_poll(pollfd, unsigned int, timespec const) + 544 2 org.qt-project.QtCore 0x0000000109ff3f75 QEventDispatcherUNIX::processEvents(QFlags) + 885
3 org.qt-project.QtCore 0x0000000109f9c781 QEventLoop::exec(QFlags) + 401
4 org.qt-project.QtCore 0x0000000109ddaeee QThread::exec() + 110
5 org.qt-project.QtCore 0x0000000109dde85a 0x109db4000 + 174170
6 libsystem_pthread.dylib 0x00007fffb2c229af _pthread_body + 180
7 libsystem_pthread.dylib 0x00007fffb2c228fb _pthread_start + 286
8 libsystem_pthread.dylib 0x00007fffb2c22101 thread_start + 13
Thread 8:: videoCache::loadingThread 0 libsystem_kernel.dylib 0x00007fffb2b3919e poll + 10 1 org.qt-project.QtCore 0x0000000109ff2a90 qt_safe_poll(pollfd, unsigned int, timespec const) + 544 2 org.qt-project.QtCore 0x0000000109ff3f75 QEventDispatcherUNIX::processEvents(QFlags) + 885
3 org.qt-project.QtCore 0x0000000109f9c781 QEventLoop::exec(QFlags) + 401
4 org.qt-project.QtCore 0x0000000109ddaeee QThread::exec() + 110
5 org.qt-project.QtCore 0x0000000109dde85a 0x109db4000 + 174170
6 libsystem_pthread.dylib 0x00007fffb2c229af _pthread_body + 180
7 libsystem_pthread.dylib 0x00007fffb2c228fb _pthread_start + 286
8 libsystem_pthread.dylib 0x00007fffb2c22101 thread_start + 13
Thread 9:: videoCache::loadingThread 0 libsystem_kernel.dylib 0x00007fffb2b3919e poll + 10 1 org.qt-project.QtCore 0x0000000109ff2a90 qt_safe_poll(pollfd, unsigned int, timespec const) + 544 2 org.qt-project.QtCore 0x0000000109ff3f75 QEventDispatcherUNIX::processEvents(QFlags) + 885
3 org.qt-project.QtCore 0x0000000109f9c781 QEventLoop::exec(QFlags) + 401
4 org.qt-project.QtCore 0x0000000109ddaeee QThread::exec() + 110
5 org.qt-project.QtCore 0x0000000109dde85a 0x109db4000 + 174170
6 libsystem_pthread.dylib 0x00007fffb2c229af _pthread_body + 180
7 libsystem_pthread.dylib 0x00007fffb2c228fb _pthread_start + 286
8 libsystem_pthread.dylib 0x00007fffb2c22101 thread_start + 13
Thread 10:: videoCache::loadingThread 0 libsystem_kernel.dylib 0x00007fffb2b3919e poll + 10 1 org.qt-project.QtCore 0x0000000109ff2a90 qt_safe_poll(pollfd, unsigned int, timespec const) + 544 2 org.qt-project.QtCore 0x0000000109ff3f75 QEventDispatcherUNIX::processEvents(QFlags) + 885
3 org.qt-project.QtCore 0x0000000109f9c781 QEventLoop::exec(QFlags) + 401
4 org.qt-project.QtCore 0x0000000109ddaeee QThread::exec() + 110
5 org.qt-project.QtCore 0x0000000109dde85a 0x109db4000 + 174170
6 libsystem_pthread.dylib 0x00007fffb2c229af _pthread_body + 180
7 libsystem_pthread.dylib 0x00007fffb2c228fb _pthread_start + 286
8 libsystem_pthread.dylib 0x00007fffb2c22101 thread_start + 13
Thread 11:: videoCache::loadingThread 0 libsystem_kernel.dylib 0x00007fffb2b3919e poll + 10 1 org.qt-project.QtCore 0x0000000109ff2a90 qt_safe_poll(pollfd, unsigned int, timespec const) + 544 2 org.qt-project.QtCore 0x0000000109ff3f75 QEventDispatcherUNIX::processEvents(QFlags) + 885
3 org.qt-project.QtCore 0x0000000109f9c781 QEventLoop::exec(QFlags) + 401
4 org.qt-project.QtCore 0x0000000109ddaeee QThread::exec() + 110
5 org.qt-project.QtCore 0x0000000109dde85a 0x109db4000 + 174170
6 libsystem_pthread.dylib 0x00007fffb2c229af _pthread_body + 180
7 libsystem_pthread.dylib 0x00007fffb2c228fb _pthread_start + 286
8 libsystem_pthread.dylib 0x00007fffb2c22101 thread_start + 13
Thread 12:: QNetworkAccessManager thread 0 libsystem_kernel.dylib 0x00007fffb2b3919e poll + 10 1 org.qt-project.QtCore 0x0000000109ff2a90 qt_safe_poll(pollfd, unsigned int, timespec const) + 544 2 org.qt-project.QtCore 0x0000000109ff3f75 QEventDispatcherUNIX::processEvents(QFlags) + 885
3 org.qt-project.QtCore 0x0000000109f9c781 QEventLoop::exec(QFlags) + 401
4 org.qt-project.QtCore 0x0000000109ddaeee QThread::exec() + 110
5 org.qt-project.QtCore 0x0000000109dde85a 0x109db4000 + 174170
6 libsystem_pthread.dylib 0x00007fffb2c229af _pthread_body + 180
7 libsystem_pthread.dylib 0x00007fffb2c228fb _pthread_start + 286
8 libsystem_pthread.dylib 0x00007fffb2c22101 thread_start + 13
Thread 13:: com.apple.NSURLConnectionLoader 0 libsystem_kernel.dylib 0x00007fffb2b3034a mach_msg_trap + 10 1 libsystem_kernel.dylib 0x00007fffb2b2f797 mach_msg + 55 2 com.apple.CoreFoundation 0x00007fff9d2a74e4 CFRunLoopServiceMachPort + 212 3 com.apple.CoreFoundation 0x00007fff9d2a6971 CFRunLoopRun + 1361 4 com.apple.CoreFoundation 0x00007fff9d2a61c4 CFRunLoopRunSpecific + 420 5 com.apple.CFNetwork 0x00007fff9c3e4604 +[NSURLConnection(Loader) _resourceLoadLoop:] + 313 6 com.apple.Foundation 0x00007fff9ecc8bcd NSThreadstart__ + 1243 7 libsystem_pthread.dylib 0x00007fffb2c229af _pthread_body + 180 8 libsystem_pthread.dylib 0x00007fffb2c228fb _pthread_start + 286 9 libsystem_pthread.dylib 0x00007fffb2c22101 thread_start + 13
Thread 14: 0 libsystem_kernel.dylib 0x00007fffb2b37f46 semwait_signal + 10 1 libsystem_c.dylib 0x00007fffb2abeb72 nanosleep + 199 2 libc++.1.dylib 0x00007fffb15e365b std::1::this_thread::sleep_for(std::1::chrono::duration<long long, std::1::ratio<1l, 1000000000l> > const&) + 80 3 com.apple.JavaScriptCore 0x00007fffa02af03f void std::1::this_thread::sleep_for<long long, std::1::ratio<1l, 1000l> >(std::1::chrono::duration<long long, std::1::ratio<1l, 1000l> > const&) + 63 4 com.apple.JavaScriptCore 0x00007fffa02adf21 bmalloc::waitUntilFalse(std::1::unique_lock&, std::1::chrono::duration<long long, std::1::ratio<1l, 1000l> >, bool&) + 113
5 com.apple.JavaScriptCore 0x00007fffa02add70 bmalloc::Heap::scavenge(std::__1::unique_lock&, std:: 1::chrono::duration<long long, std::1::ratio<1l, 1000l> >) + 48
6 com.apple.JavaScriptCore 0x00007fffa02adc06 bmalloc::Heap::concurrentScavenge() + 102
7 com.apple.JavaScriptCore 0x00007fffa02af291 bmalloc::AsyncTask<bmalloc::Heap, void (bmalloc::Heap::)()>::threadRunLoop() + 97
8 com.apple.JavaScriptCore 0x00007fffa02af19d bmalloc::AsyncTask<bmalloc::Heap, void (bmalloc::Heap::)()>::threadEntryPoint(bmalloc::AsyncTask<bmalloc::Heap, void (bmalloc::Heap::)()>) + 29
9 com.apple.JavaScriptCore 0x00007fffa02af44d void* std::1::__thread_proxy<std::__1::tuple<void ()(bmalloc::AsyncTask<bmalloc::Heap, void (bmalloc::Heap::)()>), bmalloc::AsyncTask<bmalloc::Heap, void (bmalloc::Heap::)()>> >(void) + 93
10 libsystem_pthread.dylib 0x00007fffb2c229af _pthread_body + 180
11 libsystem_pthread.dylib 0x00007fffb2c228fb _pthread_start + 286
12 libsystem_pthread.dylib 0x00007fffb2c22101 thread_start + 13
Thread 15:: WTF::AutomaticThread 0 libsystem_kernel.dylib 0x00007fffb2b37bf2 psynch_cvwait + 10 1 libsystem_pthread.dylib 0x00007fffb2c2386e _pthread_cond_wait + 712 2 com.apple.JavaScriptCore 0x00007fff9f748837 WTF::ThreadCondition::timedWait(WTF::Mutex&, double) + 119 3 com.apple.JavaScriptCore 0x00007fffa0296b52 WTF::ParkingLot::parkConditionallyImpl(void const*, WTF::ScopedLambda<bool ()> const&, WTF::ScopedLambda<void ()> const&, WTF::TimeWithDynamicClockType const&) + 2706 4 com.apple.JavaScriptCore 0x00007fff9fde4276 bool WTF::ConditionBase::waitUntil(WTF::Lock&, WTF::TimeWithDynamicClockType const&) + 150
5 com.apple.JavaScriptCore 0x00007fffa02876b7 std::1::function::__func<WTF::AutomaticThread::start(WTF::Locker const&)::$_0, std:: 1::allocator<WTF::AutomaticThread::start(WTF::Locker const&)::$_0>, void ()>::operator()() + 199
6 com.apple.JavaScriptCore 0x00007fff9f7408f2 WTF::threadEntryPoint(void) + 178
7 com.apple.JavaScriptCore 0x00007fff9f74081f WTF::wtfThreadEntryPoint(void) + 15
8 libsystem_pthread.dylib 0x00007fffb2c229af _pthread_body + 180
9 libsystem_pthread.dylib 0x00007fffb2c228fb _pthread_start + 286
10 libsystem_pthread.dylib 0x00007fffb2c22101 thread_start + 13
Thread 16:: WTF::AutomaticThread 0 libsystem_kernel.dylib 0x00007fffb2b37bf2 psynch_cvwait + 10 1 libsystem_pthread.dylib 0x00007fffb2c2386e _pthread_cond_wait + 712 2 com.apple.JavaScriptCore 0x00007fff9f748837 WTF::ThreadCondition::timedWait(WTF::Mutex&, double) + 119 3 com.apple.JavaScriptCore 0x00007fffa0296b52 WTF::ParkingLot::parkConditionallyImpl(void const*, WTF::ScopedLambda<bool ()> const&, WTF::ScopedLambda<void ()> const&, WTF::TimeWithDynamicClockType const&) + 2706 4 com.apple.JavaScriptCore 0x00007fff9fde4276 bool WTF::ConditionBase::waitUntil(WTF::Lock&, WTF::TimeWithDynamicClockType const&) + 150
5 com.apple.JavaScriptCore 0x00007fffa02876b7 std::1::function::__func<WTF::AutomaticThread::start(WTF::Locker const&)::$_0, std:: 1::allocator<WTF::AutomaticThread::start(WTF::Locker const&)::$_0>, void ()>::operator()() + 199
6 com.apple.JavaScriptCore 0x00007fff9f7408f2 WTF::threadEntryPoint(void) + 178
7 com.apple.JavaScriptCore 0x00007fff9f74081f WTF::wtfThreadEntryPoint(void) + 15
8 libsystem_pthread.dylib 0x00007fffb2c229af _pthread_body + 180
9 libsystem_pthread.dylib 0x00007fffb2c228fb _pthread_start + 286
10 libsystem_pthread.dylib 0x00007fffb2c22101 thread_start + 13
Thread 17:: WTF::AutomaticThread 0 libsystem_kernel.dylib 0x00007fffb2b37bf2 psynch_cvwait + 10 1 libsystem_pthread.dylib 0x00007fffb2c2386e _pthread_cond_wait + 712 2 com.apple.JavaScriptCore 0x00007fff9f748837 WTF::ThreadCondition::timedWait(WTF::Mutex&, double) + 119 3 com.apple.JavaScriptCore 0x00007fffa0296b52 WTF::ParkingLot::parkConditionallyImpl(void const*, WTF::ScopedLambda<bool ()> const&, WTF::ScopedLambda<void ()> const&, WTF::TimeWithDynamicClockType const&) + 2706 4 com.apple.JavaScriptCore 0x00007fff9fde4276 bool WTF::ConditionBase::waitUntil(WTF::Lock&, WTF::TimeWithDynamicClockType const&) + 150
5 com.apple.JavaScriptCore 0x00007fffa02876b7 std::1::function::__func<WTF::AutomaticThread::start(WTF::Locker const&)::$_0, std:: 1::allocator<WTF::AutomaticThread::start(WTF::Locker const&)::$_0>, void ()>::operator()() + 199
6 com.apple.JavaScriptCore 0x00007fff9f7408f2 WTF::threadEntryPoint(void) + 178
7 com.apple.JavaScriptCore 0x00007fff9f74081f WTF::wtfThreadEntryPoint(void) + 15
8 libsystem_pthread.dylib 0x00007fffb2c229af _pthread_body + 180
9 libsystem_pthread.dylib 0x00007fffb2c228fb _pthread_start + 286
10 libsystem_pthread.dylib 0x00007fffb2c22101 thread_start + 13
Thread 18:: WTF::AutomaticThread 0 libsystem_kernel.dylib 0x00007fffb2b37bf2 psynch_cvwait + 10 1 libsystem_pthread.dylib 0x00007fffb2c2386e _pthread_cond_wait + 712 2 com.apple.JavaScriptCore 0x00007fff9f748837 WTF::ThreadCondition::timedWait(WTF::Mutex&, double) + 119 3 com.apple.JavaScriptCore 0x00007fffa0296b52 WTF::ParkingLot::parkConditionallyImpl(void const*, WTF::ScopedLambda<bool ()> const&, WTF::ScopedLambda<void ()> const&, WTF::TimeWithDynamicClockType const&) + 2706 4 com.apple.JavaScriptCore 0x00007fff9fde4276 bool WTF::ConditionBase::waitUntil(WTF::Lock&, WTF::TimeWithDynamicClockType const&) + 150
5 com.apple.JavaScriptCore 0x00007fffa02876b7 std::1::function::__func<WTF::AutomaticThread::start(WTF::Locker const&)::$_0, std:: 1::allocator<WTF::AutomaticThread::start(WTF::Locker const&)::$_0>, void ()>::operator()() + 199
6 com.apple.JavaScriptCore 0x00007fff9f7408f2 WTF::threadEntryPoint(void) + 178
7 com.apple.JavaScriptCore 0x00007fff9f74081f WTF::wtfThreadEntryPoint(void) + 15
8 libsystem_pthread.dylib 0x00007fffb2c229af _pthread_body + 180
9 libsystem_pthread.dylib 0x00007fffb2c228fb _pthread_start + 286
10 libsystem_pthread.dylib 0x00007fffb2c22101 thread_start + 13
Thread 19:: WTF::AutomaticThread 0 libsystem_kernel.dylib 0x00007fffb2b37bf2 psynch_cvwait + 10 1 libsystem_pthread.dylib 0x00007fffb2c2386e _pthread_cond_wait + 712 2 com.apple.JavaScriptCore 0x00007fff9f748837 WTF::ThreadCondition::timedWait(WTF::Mutex&, double) + 119 3 com.apple.JavaScriptCore 0x00007fffa0296b52 WTF::ParkingLot::parkConditionallyImpl(void const*, WTF::ScopedLambda<bool ()> const&, WTF::ScopedLambda<void ()> const&, WTF::TimeWithDynamicClockType const&) + 2706 4 com.apple.JavaScriptCore 0x00007fff9fde4276 bool WTF::ConditionBase::waitUntil(WTF::Lock&, WTF::TimeWithDynamicClockType const&) + 150
5 com.apple.JavaScriptCore 0x00007fffa02876b7 std::1::function::__func<WTF::AutomaticThread::start(WTF::Locker const&)::$_0, std:: 1::allocator<WTF::AutomaticThread::start(WTF::Locker const&)::$_0>, void ()>::operator()() + 199
6 com.apple.JavaScriptCore 0x00007fff9f7408f2 WTF::threadEntryPoint(void) + 178
7 com.apple.JavaScriptCore 0x00007fff9f74081f WTF::wtfThreadEntryPoint(void) + 15
8 libsystem_pthread.dylib 0x00007fffb2c229af _pthread_body + 180
9 libsystem_pthread.dylib 0x00007fffb2c228fb _pthread_start + 286
10 libsystem_pthread.dylib 0x00007fffb2c22101 thread_start + 13
Thread 20:: WTF::AutomaticThread 0 libsystem_kernel.dylib 0x00007fffb2b37bf2 psynch_cvwait + 10 1 libsystem_pthread.dylib 0x00007fffb2c2386e _pthread_cond_wait + 712 2 com.apple.JavaScriptCore 0x00007fff9f748837 WTF::ThreadCondition::timedWait(WTF::Mutex&, double) + 119 3 com.apple.JavaScriptCore 0x00007fffa0296b52 WTF::ParkingLot::parkConditionallyImpl(void const*, WTF::ScopedLambda<bool ()> const&, WTF::ScopedLambda<void ()> const&, WTF::TimeWithDynamicClockType const&) + 2706 4 com.apple.JavaScriptCore 0x00007fff9fde4276 bool WTF::ConditionBase::waitUntil(WTF::Lock&, WTF::TimeWithDynamicClockType const&) + 150
5 com.apple.JavaScriptCore 0x00007fffa02876b7 std::1::function::__func<WTF::AutomaticThread::start(WTF::Locker const&)::$_0, std:: 1::allocator<WTF::AutomaticThread::start(WTF::Locker const&)::$_0>, void ()>::operator()() + 199
6 com.apple.JavaScriptCore 0x00007fff9f7408f2 WTF::threadEntryPoint(void) + 178
7 com.apple.JavaScriptCore 0x00007fff9f74081f WTF::wtfThreadEntryPoint(void) + 15
8 libsystem_pthread.dylib 0x00007fffb2c229af _pthread_body + 180
9 libsystem_pthread.dylib 0x00007fffb2c228fb _pthread_start + 286
10 libsystem_pthread.dylib 0x00007fffb2c22101 thread_start + 13
Thread 0 crashed with X86 Thread State (64-bit): rax: 0x0000000000000000 rbx: 0x00006080001c21d8 rcx: 0x0000030000000300 rdx: 0x0000000000000000 rdi: 0x00007fff56b74a80 rsi: 0x0000618000245f10 rbp: 0x00007fff56b73b40 rsp: 0x00007fff56b73b20 r8: 0x00006080001c2288 r9: 0x0000000000004fb4 r10: 0x00006080001c2290 r11: 0xffffffff00000000 r12: 0x0000000000000000 r13: 0x00007fffb82b7642 r14: 0x0000000000000000 r15: 0x0000618000245f10 rip: 0x000000010a410425 rfl: 0x0000000000010246 cr2: 0x0000000000000010
Logical CPU: 2 Error Code: 0x00000006 Trap Number: 14
Binary Images: 0x109088000 - 0x109238fff +com.ient.YUView (0.1 - 0) <580230D8-4136-3315-B993-423D4531487A> /Applications/YUView.app/Contents/MacOS/YUView 0x1092a9000 - 0x1092ddfff +org.qt-project.QtOpenGL (5.8 - 5.8.0) /Applications/YUView.app/Contents/Frameworks/QtOpenGL.framework/Versions/5/QtOpenGL
0x1092fd000 - 0x109761fff +org.qt-project.QtWidgets (5.8 - 5.8.0) <751070F0-6091-3A9C-8B6F-31C363B69435> /Applications/YUView.app/Contents/Frameworks/QtWidgets.framework/Versions/5/QtWidgets
0x1098c2000 - 0x109cc3fef +org.qt-project.QtGui (5.8 - 5.8.0) /Applications/YUView.app/Contents/Frameworks/QtGui.framework/Versions/5/QtGui
0x109db4000 - 0x10a271fff +org.qt-project.QtCore (5.8 - 5.8.0) <2C2FCD3B-2BCA-3941-B85E-9F334EB73FF8> /Applications/YUView.app/Contents/Frameworks/QtCore.framework/Versions/5/QtCore
0x10a323000 - 0x10a34eff7 +org.qt-project.QtXml (5.8 - 5.8.0) <1D6C0811-357E-338C-9A02-9424AA79F551> /Applications/YUView.app/Contents/Frameworks/QtXml.framework/Versions/5/QtXml
0x10a362000 - 0x10a366ff7 +org.qt-project.QtConcurrent (5.8 - 5.8.0) /Applications/YUView.app/Contents/Frameworks/QtConcurrent.framework/Versions/5/QtConcurrent
0x10a371000 - 0x10a46efff +org.qt-project.QtNetwork (5.8 - 5.8.0) <49B9700E-E1EB-38B2-8B37-990C03510C0F> /Applications/YUView.app/Contents/Frameworks/QtNetwork.framework/Versions/5/QtNetwork
0x10a4f2000 - 0x10a501ffb libSimplifiedChineseConverter.dylib (69) /System/Library/CoreServices/Encodings/libSimplifiedChineseConverter.dylib
0x10be75000 - 0x10bfc2fff +libqcocoa.dylib (0) /Applications/YUView.app/Contents/PlugIns/platforms/libqcocoa.dylib
0x10c007000 - 0x10c032ff7 +org.qt-project.QtPrintSupport (5.8 - 5.8.0) <1FB7C62E-8FDA-3E8F-A1E4-3AC987027D3E> /Applications/YUView.app/Contents/Frameworks/QtPrintSupport.framework/Versions/5/QtPrintSupport
0x10c059000 - 0x10c070ffb libCGInterfaces.dylib (331.5) /System/Library/Frameworks/Accelerate.framework/Frameworks/vImage.framework/Versions/A/Libraries/libCGInterfaces.dylib
0x10ecae000 - 0x10ee54fff GLEngine (14.0.16) /System/Library/Frameworks/OpenGL.framework/Resources/GLEngine.bundle/GLEngine
0x10ee93000 - 0x10ef59ffb com.apple.AMDRadeonX4000GLDriver (1.50.38 - 1.5.0) <89EA30C3-AF0E-3ABD-86E9-132D567B4F46> /System/Library/Extensions/AMDRadeonX4000GLDriver.bundle/Contents/MacOS/AMDRadeonX4000GLDriver
0x10ef73000 - 0x10f4b1ff3 ATIRadeonX4000SCLib.dylib (1.50.38) <9CE032FB-927A-3865-95AE-2161A96000FB> /System/Library/Extensions/AMDRadeonX4000GLDriver.bundle/Contents/MacOS/ATIRadeonX4000SCLib.dylib
0x10f550000 - 0x10f57afff GLRendererFloat (14.0.16) <768ADC3B-C0E6-3936-801C-35990D62CAE7> /System/Library/Frameworks/OpenGL.framework/Resources/GLRendererFloat.bundle/GLRendererFloat
0x117322000 - 0x11735fdc7 dyld (433.5) <8239D0D7-66F6-3C44-A77F-586F74525DA3> /usr/lib/dyld
0x123cf9000 - 0x123cffff7 +libqgif.dylib (0) <3728B87B-BBC1-3401-8CBE-10D41C5F211B> /Applications/YUView.app/Contents/PlugIns/imageformats/libqgif.dylib
0x123d03000 - 0x123d0afff +libqicns.dylib (0) <263E39CD-0337-3EBE-8A0B-57FB53655BC3> /Applications/YUView.app/Contents/PlugIns/imageformats/libqicns.dylib
0x123d0f000 - 0x123d14fff +libqico.dylib (0) <0758E180-49D4-39BB-AAD7-00BEF311F5B6> /Applications/YUView.app/Contents/PlugIns/imageformats/libqico.dylib
0x123d19000 - 0x123d53fff +libqjpeg.dylib (0) <665B03D2-613E-32E8-89FE-D71354B63C0B> /Applications/YUView.app/Contents/PlugIns/imageformats/libqjpeg.dylib
0x123d59000 - 0x123d5dfff +libqmacjp2.dylib (0) <3682C928-864F-3B9C-841E-2F6AD9286ECA> /Applications/YUView.app/Contents/PlugIns/imageformats/libqmacjp2.dylib
0x123d61000 - 0x123d65ff7 +libqtga.dylib (0) /Applications/YUView.app/Contents/PlugIns/imageformats/libqtga.dylib
0x123d69000 - 0x123dbcfff +libqtiff.dylib (0) /Applications/YUView.app/Contents/PlugIns/imageformats/libqtiff.dylib
0x123dc4000 - 0x123dc8fff +libqwbmp.dylib (0) /Applications/YUView.app/Contents/PlugIns/imageformats/libqwbmp.dylib
0x123dcc000 - 0x123e41ff7 +libqwebp.dylib (0) <5332EC2A-28E6-3802-9407-E61AE49290B6> /Applications/YUView.app/Contents/PlugIns/imageformats/libqwebp.dylib
0x123fb6000 - 0x123fc9fff +libqcorewlanbearer.dylib (0) <991DF0C8-9D27-3E8F-B2FA-94AFD7D1BC2F> /Applications/YUView.app/Contents/PlugIns/bearer/libqcorewlanbearer.dylib
0x123fd1000 - 0x123fd8fff +libqgenericbearer.dylib (0) <8F182237-37C5-3D7B-AF67-4353EDB0486C> /Applications/YUView.app/Contents/PlugIns/bearer/libqgenericbearer.dylib
0x7fff98219000 - 0x7fff9834cffb com.apple.AMDMTLBronzeDriver (1.50.38 - 1.5.0) <8DE8435D-465A-364D-B18F-DBFE92CC7919> /System/Library/Extensions/AMDMTLBronzeDriver.bundle/Contents/MacOS/AMDMTLBronzeDriver
0x7fff99a4a000 - 0x7fff99a4effb com.apple.agl (3.3.1 - AGL-3.3.1) /System/Library/Frameworks/AGL.framework/Versions/A/AGL
0x7fff99d7e000 - 0x7fff99d7efff com.apple.Accelerate (1.11 - Accelerate 1.11) /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
0x7fff99d97000 - 0x7fff9a2b0feb com.apple.vImage (8.1 - ???) <3992178B-0FF2-3B05-8830-6894BE8FD6D6> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/vImage
0x7fff9a2b1000 - 0x7fff9a422ff3 libBLAS.dylib (1185.50.4) <4087FFE0-627E-3623-96B4-F0A9A1991E09> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib
0x7fff9a423000 - 0x7fff9a437ffb libBNNS.dylib (15) <254698C7-7D36-3FFF-864E-ADEEEE543076> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBNNS.dylib
0x7fff9a438000 - 0x7fff9a82efef libLAPACK.dylib (1185.50.4) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLAPACK.dylib
0x7fff9a82f000 - 0x7fff9a845fff libLinearAlgebra.dylib (1185.50.4) <345CAACF-7263-36EF-B69B-793EA8B390AF> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLinearAlgebra.dylib
0x7fff9a846000 - 0x7fff9a84cfff libQuadrature.dylib (3) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libQuadrature.dylib
0x7fff9a84d000 - 0x7fff9a861ff7 libSparseBLAS.dylib (1185.50.4) <67BA432E-FB59-3C78-A8BE-ED4274CBC359> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libSparseBLAS.dylib
0x7fff9a862000 - 0x7fff9a9e9fe7 libvDSP.dylib (600) <02EC87E3-EA41-36DF-8696-B84E7551168E> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvDSP.dylib
0x7fff9a9ea000 - 0x7fff9aa9cffb libvMisc.dylib (600) <1093AAB8-090A-3A6C-9E52-583B081079D2> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvMisc.dylib
0x7fff9aa9d000 - 0x7fff9aa9dfff com.apple.Accelerate.vecLib (3.11 - vecLib 3.11) <2F018865-ACDE-3115-8014-5D8A6A33EDA4> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/vecLib
0x7fff9ad5c000 - 0x7fff9bb35ffb com.apple.AppKit (6.9 - 1504.82.104) /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
0x7fff9bb47000 - 0x7fff9bb47fff com.apple.ApplicationServices (48 - 48) <847E54B5-DEA4-3B50-93CE-4FC67789F179> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices
0x7fff9bb48000 - 0x7fff9bbb6ff7 com.apple.ApplicationServices.ATS (377 - 422.2) <012ACEE0-9A90-3998-8495-734E105117C0> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/ATS
0x7fff9bc50000 - 0x7fff9bd7fff7 libFontParser.dylib (194.11) <635DF6EF-18DF-3D06-90AA-88C509B43068> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontParser.dylib
0x7fff9bd80000 - 0x7fff9bdcafff libFontRegistry.dylib (196.4) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontRegistry.dylib
0x7fff9be27000 - 0x7fff9be5afff libTrueTypeScaler.dylib (194.11) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libTrueTypeScaler.dylib
0x7fff9bec6000 - 0x7fff9bf70ff7 com.apple.ColorSync (4.12.0 - 502.2) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSync.framework/Versions/A/ColorSync
0x7fff9bf71000 - 0x7fff9bfc1ff7 com.apple.HIServices (1.22 - 591) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices.framework/Versions/A/HIServices
0x7fff9bfc2000 - 0x7fff9bfd1ff3 com.apple.LangAnalysis (1.7.0 - 1.7.0) <2CBE7F61-2056-3F96-99A1-0D527796AFA6> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LangAnalysis.framework/Versions/A/LangAnalysis
0x7fff9bfd2000 - 0x7fff9c01ffff com.apple.print.framework.PrintCore (12 - 491) <5027FD58-F0EE-33E4-8577-934CA06CD2AF> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore.framework/Versions/A/PrintCore
0x7fff9c020000 - 0x7fff9c05bfff com.apple.QD (3.12 - 313) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framework/Versions/A/QD
0x7fff9c05c000 - 0x7fff9c067ff7 com.apple.speech.synthesis.framework (6.3.3 - 6.3.3) <5808F070-8199-36C9-B3C9-F9B98D5AA359> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynthesis.framework/Versions/A/SpeechSynthesis
0x7fff9c068000 - 0x7fff9c274fff com.apple.audio.toolbox.AudioToolbox (1.14 - 1.14) <6EEF498D-8233-3622-B34B-49FDD9D4DF14> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
0x7fff9c275000 - 0x7fff9c275fff com.apple.audio.units.AudioUnit (1.14 - 1.14) <3D374973-8632-3F15-982C-E0508E6E5B1A> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
0x7fff9c3de000 - 0x7fff9c7b8ff7 com.apple.CFNetwork (811.4.18 - 811.4.18) <9CE329E8-6177-3474-976D-F5C63FC875CD> /System/Library/Frameworks/CFNetwork.framework/Versions/A/CFNetwork
0x7fff9c7d2000 - 0x7fff9c7d2fff com.apple.Carbon (154 - 157) <7F6DA3B9-CAE8-3F75-B06A-CC710244970F> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
0x7fff9c7d3000 - 0x7fff9c7d6fff com.apple.CommonPanels (1.2.6 - 98) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels.framework/Versions/A/CommonPanels
0x7fff9c7d7000 - 0x7fff9cae0fff com.apple.HIToolbox (2.1.1 - 857.8) <40254D9A-E477-3F33-B2A2-807D399BF71C> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox
0x7fff9cae1000 - 0x7fff9cae4ff7 com.apple.help (1.3.5 - 49) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framework/Versions/A/Help
0x7fff9cae5000 - 0x7fff9caeafff com.apple.ImageCapture (9.0 - 9.0) <341252B4-E082-361A-B756-6A330259C741> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture.framework/Versions/A/ImageCapture
0x7fff9caeb000 - 0x7fff9cb82ff3 com.apple.ink.framework (10.9 - 219) <1BD40B45-FD33-3177-A935-565EE5FC79D7> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework/Versions/A/Ink
0x7fff9cb83000 - 0x7fff9cb9dfff com.apple.openscripting (1.7 - 172) <31CFBB35-24BD-3E12-9B6B-1FA842FB605B> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting.framework/Versions/A/OpenScripting
0x7fff9cb9e000 - 0x7fff9cb9fff3 com.apple.print.framework.Print (12 - 267) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framework/Versions/A/Print
0x7fff9cba0000 - 0x7fff9cba2ff7 com.apple.securityhi (9.0 - 55006) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.framework/Versions/A/SecurityHI
0x7fff9cba3000 - 0x7fff9cba9ff7 com.apple.speech.recognition.framework (6.0.1 - 6.0.1) <082895DC-3AC7-3DEF-ADCA-5B018C19C9D3> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecognition.framework/Versions/A/SpeechRecognition
0x7fff9cdd4000 - 0x7fff9ce61fff com.apple.audio.CoreAudio (4.3.0 - 4.3.0) <184D9C49-248F-3374-944C-FD1A99A6B32E> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
0x7fff9ce62000 - 0x7fff9ce75fff com.apple.CoreBluetooth (1.0 - 1) /System/Library/Frameworks/CoreBluetooth.framework/Versions/A/CoreBluetooth
0x7fff9ce76000 - 0x7fff9d171fff com.apple.CoreData (120 - 754.2) <2397A0D1-03FC-349C-865D-9F114DC86A63> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
0x7fff9d172000 - 0x7fff9d21efff com.apple.CoreDisplay (1.0 - 1) <461540AF-14C1-38F4-8F85-FD96BD51C856> /System/Library/Frameworks/CoreDisplay.framework/Versions/A/CoreDisplay
0x7fff9d21f000 - 0x7fff9d6b8ff7 com.apple.CoreFoundation (6.9 - 1349.65) /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
0x7fff9d6b9000 - 0x7fff9dd3bfff com.apple.CoreGraphics (2.0 - 1070.22) <3C0EEAC8-2475-38BD-81DC-C1F7F6C8E82F> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics
0x7fff9dd3c000 - 0x7fff9df7fffb com.apple.CoreImage (12.4.0 - 451.4.9) <988872A1-9C33-3FD7-9BF9-881F13A30392> /System/Library/Frameworks/CoreImage.framework/Versions/A/CoreImage
0x7fff9e0e4000 - 0x7fff9e0e4fff com.apple.CoreServices (775.19 - 775.19) <8AA95E32-AB13-3792-B248-FA150D8E6583> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
0x7fff9e0e5000 - 0x7fff9e136fff com.apple.AE (712.5 - 712.5) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Versions/A/AE
0x7fff9e137000 - 0x7fff9e412ff7 com.apple.CoreServices.CarbonCore (1159.6 - 1159.6) <08AC074C-965B-3EDF-8E45-0707C8DE9EAD> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/Versions/A/CarbonCore
0x7fff9e413000 - 0x7fff9e446fff com.apple.DictionaryServices (1.2 - 274) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryServices.framework/Versions/A/DictionaryServices
0x7fff9e447000 - 0x7fff9e44fff3 com.apple.CoreServices.FSEvents (1230.50.1 - 1230.50.1) <2AD1B0E5-7214-37C4-8D11-A27C9CAC0F74> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/FSEvents.framework/Versions/A/FSEvents
0x7fff9e450000 - 0x7fff9e5bcff7 com.apple.LaunchServices (775.19 - 775.19) <1CF81B5F-BA1A-3FC6-B4F9-E0A319AE94D0> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/LaunchServices
0x7fff9e5bd000 - 0x7fff9e66dffb com.apple.Metadata (10.7.0 - 1075.40) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Metadata
0x7fff9e66e000 - 0x7fff9e6cdfff com.apple.CoreServices.OSServices (775.19 - 775.19) <724312AC-5CE8-333C-BC35-BC5AB1583D9A> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framework/Versions/A/OSServices
0x7fff9e6ce000 - 0x7fff9e73efff com.apple.SearchKit (1.4.0 - 1.4.0) <7A6DDA2B-03F1-3137-BA9E-1CC211973E26> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framework/Versions/A/SearchKit
0x7fff9e73f000 - 0x7fff9e784ff7 com.apple.coreservices.SharedFileList (38 - 38) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SharedFileList.framework/Versions/A/SharedFileList
0x7fff9e80d000 - 0x7fff9e959ff3 com.apple.CoreText (352.0 - 544.12) <1ED17C4A-9E2D-3537-8C5F-FB675492A002> /System/Library/Frameworks/CoreText.framework/Versions/A/CoreText
0x7fff9e95a000 - 0x7fff9e98fff3 com.apple.CoreVideo (1.8 - 235.3) /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
0x7fff9e990000 - 0x7fff9ea01ffb com.apple.framework.CoreWLAN (11.0 - 1200.31) <3A83EBE9-68C5-37DD-AD6F-AF4B37813480> /System/Library/Frameworks/CoreWLAN.framework/Versions/A/CoreWLAN
0x7fff9eaff000 - 0x7fff9eb04fff com.apple.DiskArbitration (2.7 - 2.7) /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
0x7fff9ec96000 - 0x7fff9f03cff3 com.apple.Foundation (6.9 - 1349.64) <49C8DA40-9E5B-33F9-B092-F50115B59E95> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
0x7fff9f068000 - 0x7fff9f099ff7 com.apple.GSS (4.0 - 2.0) <6FADED0B-0425-3567-A75A-040C5A4638EB> /System/Library/Frameworks/GSS.framework/Versions/A/GSS
0x7fff9f159000 - 0x7fff9f1fcffb com.apple.Bluetooth (5.0.4 - 5.0.4f18) <00D257AA-283D-3395-B9B0-FEB70764080B> /System/Library/Frameworks/IOBluetooth.framework/Versions/A/IOBluetooth
0x7fff9f1fd000 - 0x7fff9f292fff com.apple.framework.IOKit (2.0.2 - 1324.50.21) /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
0x7fff9f293000 - 0x7fff9f299ffb com.apple.IOSurface (159.6 - 159.6) <661BFCC0-85AB-3343-853E-3797932871D4> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
0x7fff9f2ec000 - 0x7fff9f44bfe7 com.apple.ImageIO.framework (3.3.0 - 1599.7) <2BDE099C-94BA-390E-9CB5-6BE969532EB6> /System/Library/Frameworks/ImageIO.framework/Versions/A/ImageIO
0x7fff9f44c000 - 0x7fff9f450fff libGIF.dylib (1599.7) /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib
0x7fff9f451000 - 0x7fff9f541ff7 libJP2.dylib (1599.7) <8AF4DA0A-7D10-3082-9523-FEA4F51E1568> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJP2.dylib
0x7fff9f542000 - 0x7fff9f565ffb libJPEG.dylib (1599.7) /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib
0x7fff9f566000 - 0x7fff9f58dff7 libPng.dylib (1599.7) /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib
0x7fff9f58e000 - 0x7fff9f590ff3 libRadiance.dylib (1599.7) /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.dylib
0x7fff9f591000 - 0x7fff9f5dffeb libTIFF.dylib (1599.7) <1C2B6B4D-D77C-3F48-8D04-E5F4F2EAAECA> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib
0x7fff9f73d000 - 0x7fffa0345ff3 com.apple.JavaScriptCore (12603 - 12603.1.30.0.34) <42993DA4-E18A-3A41-86F8-23A6656273F9> /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore
0x7fffa0346000 - 0x7fffa035fff7 com.apple.Kerberos (3.0 - 1) /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
0x7fffa0b3e000 - 0x7fffa0b99fff com.apple.Metal (87.18 - 87.18) <5D8B1DD7-84A4-359F-ACC8-8BCFBD8B0699> /System/Library/Frameworks/Metal.framework/Versions/A/Metal
0x7fffa1482000 - 0x7fffa148afff com.apple.NetFS (6.0 - 4.0) <14A24D00-5673-330A-959D-87F72040DEFF> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
0x7fffa1661000 - 0x7fffa1669ff7 libcldcpuengine.dylib (2.8.5) <6D10BDF1-8D39-347D-BB7C-6C25BA2336E3> /System/Library/Frameworks/OpenCL.framework/Versions/A/Libraries/libcldcpuengine.dylib
0x7fffa166a000 - 0x7fffa16b8ff3 com.apple.opencl (2.8.6 - 2.8.6) <908C7F66-C3B7-349E-8649-1F3DAD0A7790> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
0x7fffa16b9000 - 0x7fffa16d2ffb com.apple.CFOpenDirectory (10.12 - 194) <2D856BB1-4865-3B54-A39A-CCBB25A4A935> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpenDirectory.framework/Versions/A/CFOpenDirectory
0x7fffa16d3000 - 0x7fffa16deff7 com.apple.OpenDirectory (10.12 - 194) /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
0x7fffa16df000 - 0x7fffa16e1fff libCVMSPluginSupport.dylib (14.0.16) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCVMSPluginSupport.dylib
0x7fffa16e2000 - 0x7fffa16e5ff7 libCoreFSCache.dylib (156.3) <1B2EAF78-F6DA-38C1-A5E7-C9911C61F674> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreFSCache.dylib
0x7fffa16e6000 - 0x7fffa16eafff libCoreVMClient.dylib (156.3) <9660B91D-0C39-385A-96CB-268345035995> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClient.dylib
0x7fffa16eb000 - 0x7fffa16f4ff7 libGFXShared.dylib (14.0.16) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.dylib
0x7fffa16f5000 - 0x7fffa1700fff libGL.dylib (14.0.16) <604077A8-D7E7-3E6F-984B-EB962CD776E2> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
0x7fffa1701000 - 0x7fffa173dff7 libGLImage.dylib (14.0.16) <1BD43691-4215-349C-8BD5-8A986195CB5E> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dylib
0x7fffa173e000 - 0x7fffa18b4ff3 libGLProgrammability.dylib (14.0.16) <658CA7D8-A521-3011-A056-4F19C3E42F8D> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgrammability.dylib
0x7fffa18b5000 - 0x7fffa18f6ff7 libGLU.dylib (14.0.16) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
0x7fffa225e000 - 0x7fffa226cfff com.apple.opengl (14.0.16 - 14.0.16) <2970D284-D6BD-3727-AA74-2697AE676952> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
0x7fffa2dbe000 - 0x7fffa2fbefff com.apple.QuartzCore (1.11 - 453.38) <8B771CD0-F78A-30EA-AD88-F65960528A5B> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
0x7fffa3525000 - 0x7fffa3826fff com.apple.security (7.0 - 57740.51.3) /System/Library/Frameworks/Security.framework/Versions/A/Security
0x7fffa3827000 - 0x7fffa389cfff com.apple.securityfoundation (6.0 - 55132.50.7) <2A013E36-EEB5-3E9A-AAA7-8E10EC49E75C> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoundation
0x7fffa38c7000 - 0x7fffa38caffb com.apple.xpc.ServiceManagement (1.0 - 1) <00B5C305-37B4-378A-BCAE-5EC441A889C8> /System/Library/Frameworks/ServiceManagement.framework/Versions/A/ServiceManagement
0x7fffa3c51000 - 0x7fffa3cc0ff7 com.apple.SystemConfiguration (1.14 - 1.14) /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration
0x7fffa653d000 - 0x7fffa655fffb com.apple.framework.Apple80211 (12.0 - 1200.46) /System/Library/PrivateFrameworks/Apple80211.framework/Versions/A/Apple80211
0x7fffa6560000 - 0x7fffa656ffeb com.apple.AppleFSCompression (88.50.3 - 1.0) <69E0C360-EF99-32E2-ADEE-10CD4CF8C605> /System/Library/PrivateFrameworks/AppleFSCompression.framework/Versions/A/AppleFSCompression
0x7fffa665b000 - 0x7fffa66e697f com.apple.AppleJPEG (1.0 - 1) /System/Library/PrivateFrameworks/AppleJPEG.framework/Versions/A/AppleJPEG
0x7fffa6b19000 - 0x7fffa6b97ff7 com.apple.backup.framework (1.8.5 - 1.8.5) /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup
0x7fffa7822000 - 0x7fffa7849ff3 com.apple.ChunkingLibrary (173 - 173) /System/Library/PrivateFrameworks/ChunkingLibrary.framework/Versions/A/ChunkingLibrary
0x7fffa816d000 - 0x7fffa8176ffb com.apple.CommonAuth (4.0 - 2.0) <216950CB-269F-3476-BA17-D6363AC49FBC> /System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAuth
0x7fffa88be000 - 0x7fffa88cefff com.apple.CoreEmoji (1.0 - 40.3.3) /System/Library/PrivateFrameworks/CoreEmoji.framework/Versions/A/CoreEmoji
0x7fffa8c09000 - 0x7fffa8c39ff3 com.apple.CoreServicesInternal (276.2 - 276.2) <05EB7D45-DD4C-3A0F-AC63-A0C2A68E6481> /System/Library/PrivateFrameworks/CoreServicesInternal.framework/Versions/A/CoreServicesInternal
0x7fffa8eca000 - 0x7fffa8f59ff7 com.apple.CoreSymbolication (62046) <0D271AFF-48D9-3842-A6D6-19725EF105FE> /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSymbolication
0x7fffa8f5a000 - 0x7fffa9099fe7 com.apple.coreui (2.1 - 431.3) <2E8FEC10-FC5B-3782-92DA-A85C24B7BF7C> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
0x7fffa909a000 - 0x7fffa916aff3 com.apple.CoreUtils (5.1 - 510.31) <3FACAA4A-4251-369F-9B04-2AAD19B4414B> /System/Library/PrivateFrameworks/CoreUtils.framework/Versions/A/CoreUtils
0x7fffa91ba000 - 0x7fffa921fff3 com.apple.framework.CoreWiFi (12.0 - 1200.31) <658A4197-7947-3851-A811-C4B3F7889544> /System/Library/PrivateFrameworks/CoreWiFi.framework/Versions/A/CoreWiFi
0x7fffa9220000 - 0x7fffa922eff7 com.apple.CrashReporterSupport (10.12 - 823) <43BCC374-CB17-3331-95A0-227672E98003> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/CrashReporterSupport
0x7fffa92a0000 - 0x7fffa92aaffb com.apple.framework.DFRFoundation (1.0 - 104.25) /System/Library/PrivateFrameworks/DFRFoundation.framework/Versions/A/DFRFoundation
0x7fffa92ab000 - 0x7fffa92afff7 com.apple.DSExternalDisplay (3.1 - 380) <462A4475-18EA-3CED-A373-6EE6EB576B2C> /System/Library/PrivateFrameworks/DSExternalDisplay.framework/Versions/A/DSExternalDisplay
0x7fffa92e5000 - 0x7fffa935affb com.apple.datadetectorscore (7.0 - 539.1) <7A0E99A6-51D1-329C-9075-B8988441022F> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDetectorsCore
0x7fffa9396000 - 0x7fffa93d5fff com.apple.DebugSymbols (137 - 137) <58A70B66-2628-3CFE-B103-2200D95FC5F7> /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbols
0x7fffa93d6000 - 0x7fffa94e7fff com.apple.desktopservices (1.11.5 - 1.11.5) <5712EC1F-FD2B-3F88-9549-DE167A5FEDE4> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopServicesPriv
0x7fffa97cd000 - 0x7fffa9bfeff7 com.apple.vision.FaceCore (3.3.2 - 3.3.2) <9391D5A3-738C-3136-9D07-518CB43DBADA> /System/Library/PrivateFrameworks/FaceCore.framework/Versions/A/FaceCore
0x7fffaaf55000 - 0x7fffaaf55fff libmetal_timestamp.dylib (600.0.49.9) /System/Library/PrivateFrameworks/GPUCompiler.framework/libmetal_timestamp.dylib
0x7fffaaf62000 - 0x7fffaaf6dff3 libGPUSupportMercury.dylib (14.0.16) <883C2A10-C615-3727-9B35-1E0026EFFC2D> /System/Library/PrivateFrameworks/GPUSupport.framework/Versions/A/Libraries/libGPUSupportMercury.dylib
0x7fffab226000 - 0x7fffab242fff com.apple.GenerationalStorage (2.0 - 267.1) <3DE1C580-D089-362D-8582-8DE68A3C5F13> /System/Library/PrivateFrameworks/GenerationalStorage.framework/Versions/A/GenerationalStorage
0x7fffab953000 - 0x7fffab9c9ff3 com.apple.Heimdal (4.0 - 2.0) <8F9C9041-66D5-36C9-8A4C-1658035C311D> /System/Library/PrivateFrameworks/Heimdal.framework/Versions/A/Heimdal
0x7fffabfd8000 - 0x7fffabfe2fff com.apple.IOAccelMemoryInfo (1.0 - 1) <73A55053-B8F5-3E11-A9A1-33A5E0933C2D> /System/Library/PrivateFrameworks/IOAccelMemoryInfo.framework/Versions/A/IOAccelMemoryInfo
0x7fffabfe3000 - 0x7fffabfeaffb com.apple.IOAccelerator (311.11 - 311.11) /System/Library/PrivateFrameworks/IOAccelerator.framework/Versions/A/IOAccelerator
0x7fffabfec000 - 0x7fffac000ff7 com.apple.IOPresentment (1.0 - 29.10) /System/Library/PrivateFrameworks/IOPresentment.framework/Versions/A/IOPresentment
0x7fffac001000 - 0x7fffac023fff com.apple.IconServices (74.4 - 74.4) <218DDD05-35F4-3833-B98D-471ED0EBC031> /System/Library/PrivateFrameworks/IconServices.framework/Versions/A/IconServices
0x7fffac10a000 - 0x7fffac2c1fff com.apple.LanguageModeling (1.0 - 123.2.5) /System/Library/PrivateFrameworks/LanguageModeling.framework/Versions/A/LanguageModeling
0x7fffacbe2000 - 0x7fffacc5bff7 com.apple.MetalPerformanceShaders.MetalPerformanceShaders (1.0 - 1) /System/Library/PrivateFrameworks/MetalPerformanceShaders.framework/Versions/A/MetalPerformanceShaders
0x7fffacdd5000 - 0x7fffacdfdfff com.apple.MultitouchSupport.framework (368.14 - 368.14) <930109A4-6949-377F-AD30-F9B542CBAE1C> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/MultitouchSupport
0x7fffaceaf000 - 0x7fffacebafff com.apple.NetAuth (6.2 - 6.2) <97F487D6-8089-31A8-B68C-6C1EAC6ED1B5> /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth
0x7fffad792000 - 0x7fffad7d3ff3 com.apple.PerformanceAnalysis (1.148.3 - 148.3) <897B7147-43A7-337F-A496-354C9D696448> /System/Library/PrivateFrameworks/PerformanceAnalysis.framework/Versions/A/PerformanceAnalysis
0x7fffadebb000 - 0x7fffaded5fff com.apple.ProtocolBuffer (1 - 249.1) <478687E1-1EAA-363B-81F2-5C56303915E8> /System/Library/PrivateFrameworks/ProtocolBuffer.framework/Versions/A/ProtocolBuffer
0x7fffadeee000 - 0x7fffadf11ff3 com.apple.RemoteViewServices (2.0 - 124) <6B967FDA-6591-302C-BA0A-76C4856E584E> /System/Library/PrivateFrameworks/RemoteViewServices.framework/Versions/A/RemoteViewServices
0x7fffaec69000 - 0x7fffaecf6fff com.apple.Sharing (696.2.67 - 696.2.67) <4AC2E3D3-786F-3C2A-A8B6-CDD48D9F45C0> /System/Library/PrivateFrameworks/Sharing.framework/Versions/A/Sharing
0x7fffaed17000 - 0x7fffaef7dff3 com.apple.SkyLight (1.600.0 - 160.40) /System/Library/PrivateFrameworks/SkyLight.framework/Versions/A/SkyLight
0x7fffaf15b000 - 0x7fffaf167ff7 com.apple.SpeechRecognitionCore (3.3.2 - 3.3.2) <684BD1EA-8268-331C-A5A9-080EB375C658> /System/Library/PrivateFrameworks/SpeechRecognitionCore.framework/Versions/A/SpeechRecognitionCore
0x7fffaf851000 - 0x7fffaf8c5fdf com.apple.Symbolication (62048.1) <90D17992-D584-305E-AC93-B5ECDB58FF76> /System/Library/PrivateFrameworks/Symbolication.framework/Versions/A/Symbolication
0x7fffafd03000 - 0x7fffafd09ff7 com.apple.TCC (1.0 - 1) <911B534B-4AC7-34E4-935E-E42ECD008CBC> /System/Library/PrivateFrameworks/TCC.framework/Versions/A/TCC
0x7fffafd95000 - 0x7fffafe5bff7 com.apple.TextureIO (2.8 - 2.8) <3D61E533-4156-3B21-B7ED-CB823E680DFC> /System/Library/PrivateFrameworks/TextureIO.framework/Versions/A/TextureIO
0x7fffafecf000 - 0x7fffafed0fff com.apple.TrustEvaluationAgent (2.0 - 28.50.1) /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/TrustEvaluationAgent
0x7fffafed1000 - 0x7fffb0061ff3 com.apple.UIFoundation (1.0 - 490.7) <2A3063FE-1790-3510-8A0E-AEC581D42B7E> /System/Library/PrivateFrameworks/UIFoundation.framework/Versions/A/UIFoundation
0x7fffb1112000 - 0x7fffb1114ffb com.apple.loginsupport (1.0 - 1) /System/Library/PrivateFrameworks/login.framework/Versions/A/Frameworks/loginsupport.framework/Versions/A/loginsupport
0x7fffb1169000 - 0x7fffb1184ff7 libCRFSuite.dylib (34) /usr/lib/libCRFSuite.dylib
0x7fffb1185000 - 0x7fffb1190fff libChineseTokenizer.dylib (21) <0886E908-A825-36AF-B94B-2361FD8BC2A1> /usr/lib/libChineseTokenizer.dylib
0x7fffb1222000 - 0x7fffb1223ff3 libDiagnosticMessagesClient.dylib (102) <84A04D24-0E60-3810-A8C0-90A65E2DF61A> /usr/lib/libDiagnosticMessagesClient.dylib
0x7fffb1224000 - 0x7fffb1437fff libFosl_dynamic.dylib (16.39) /usr/lib/libFosl_dynamic.dylib
0x7fffb145b000 - 0x7fffb145bfff libOpenScriptingUtil.dylib (172) <90743888-C1E8-34E3-924E-1A754B2B63B9> /usr/lib/libOpenScriptingUtil.dylib
0x7fffb145c000 - 0x7fffb1460ffb libScreenReader.dylib (477.40.6) /usr/lib/libScreenReader.dylib
0x7fffb1461000 - 0x7fffb1462ffb libSystem.B.dylib (1238.51.1) /usr/lib/libSystem.B.dylib
0x7fffb14ce000 - 0x7fffb14f9ff3 libarchive.2.dylib (41.50.2) /usr/lib/libarchive.2.dylib
0x7fffb14fa000 - 0x7fffb1576fc7 libate.dylib (1.12.13) /usr/lib/libate.dylib
0x7fffb157a000 - 0x7fffb157aff3 libauto.dylib (187) <34388D0B-C539-3C1B-9408-2BC152162E43> /usr/lib/libauto.dylib
0x7fffb157b000 - 0x7fffb158bff3 libbsm.0.dylib (34) <20084796-B04D-3B35-A003-EA11459557A9> /usr/lib/libbsm.0.dylib
0x7fffb158c000 - 0x7fffb159aff7 libbz2.1.0.dylib (38) <25D9FACF-5583-348A-80A0-2B51DCE37680> /usr/lib/libbz2.1.0.dylib
0x7fffb159b000 - 0x7fffb15f1ff7 libc++.1.dylib (307.5) <0B43BB5D-E6EB-3464-8DE9-B41AC8ED9D1C> /usr/lib/libc++.1.dylib
0x7fffb15f2000 - 0x7fffb161cfff libc++abi.dylib (307.3) <30199352-88BF-30BD-8CFF-2A4FBE247523> /usr/lib/libc++abi.dylib
0x7fffb161d000 - 0x7fffb162dffb libcmph.dylib (6) <2B5D405E-2D0B-3320-ABD6-622934C86ABE> /usr/lib/libcmph.dylib
0x7fffb162e000 - 0x7fffb1644fcf libcompression.dylib (39) /usr/lib/libcompression.dylib
0x7fffb1645000 - 0x7fffb1645ff7 libcoretls.dylib (121.50.4) <64B1001E-10F6-3542-A3B2-C4B49F51817F> /usr/lib/libcoretls.dylib
0x7fffb1646000 - 0x7fffb1647ff3 libcoretls_cfhelpers.dylib (121.50.4) <1A10303E-5EB0-3C7C-9165-021FCDFD934D> /usr/lib/libcoretls_cfhelpers.dylib
0x7fffb1701000 - 0x7fffb17e6ff7 libcrypto.0.9.8.dylib (64.50.6) /usr/lib/libcrypto.0.9.8.dylib
0x7fffb1984000 - 0x7fffb19d7ff7 libcups.2.dylib (450) /usr/lib/libcups.2.dylib
0x7fffb1a52000 - 0x7fffb1a52fff libenergytrace.dylib (15) /usr/lib/libenergytrace.dylib
0x7fffb1a62000 - 0x7fffb1a67ff7 libheimdal-asn1.dylib (498.50.8) /usr/lib/libheimdal-asn1.dylib
0x7fffb1a68000 - 0x7fffb1b5aff7 libiconv.2.dylib (50) <42125B35-81D7-3FC4-9475-A26DBE10884D> /usr/lib/libiconv.2.dylib
0x7fffb1b5b000 - 0x7fffb1d80ffb libicucore.A.dylib (57163.0.1) <325E1C97-1C45-3A7E-9AFB-D1328E31D879> /usr/lib/libicucore.A.dylib
0x7fffb1d86000 - 0x7fffb1d87fff liblangid.dylib (126) <2085E7A7-9A34-3735-87F4-F174EF8EABF0> /usr/lib/liblangid.dylib
0x7fffb1d88000 - 0x7fffb1da1ffb liblzma.5.dylib (10) <44BD0279-99DD-36B5-8A6E-C11432E2098D> /usr/lib/liblzma.5.dylib
0x7fffb1da2000 - 0x7fffb1db8ff7 libmarisa.dylib (5) <9030D214-5D0F-30CB-AC03-902C63909362> /usr/lib/libmarisa.dylib
0x7fffb1db9000 - 0x7fffb2061ff7 libmecabra.dylib (744.8) /usr/lib/libmecabra.dylib
0x7fffb2094000 - 0x7fffb210eff3 libnetwork.dylib (856.50.56) <021B3FCF-6CFC-359D-845A-8A6AD7C54D73> /usr/lib/libnetwork.dylib
0x7fffb210f000 - 0x7fffb24e1047 libobjc.A.dylib (709) /usr/lib/libobjc.A.dylib
0x7fffb24e4000 - 0x7fffb24e8fff libpam.2.dylib (21.30.1) <71EB0D88-DE84-3C8D-A2C5-58AA282BC5BC> /usr/lib/libpam.2.dylib
0x7fffb24e9000 - 0x7fffb251aff7 libpcap.A.dylib (67.50.2) /usr/lib/libpcap.A.dylib
0x7fffb2537000 - 0x7fffb2553ffb libresolv.9.dylib (64) /usr/lib/libresolv.9.dylib
0x7fffb25a3000 - 0x7fffb26f0ff7 libsqlite3.dylib (254.5) <6918660B-CAC9-390F-BED3-43760EC68F3C> /usr/lib/libsqlite3.dylib
0x7fffb27e5000 - 0x7fffb27f2fff libxar.1.dylib (357) <69547C64-E811-326F-BBED-490C6361BDCB> /usr/lib/libxar.1.dylib
0x7fffb27f3000 - 0x7fffb28e2ffb libxml2.2.dylib (30.15) <99A58C37-98A2-3430-942A-D6038C1A198C> /usr/lib/libxml2.2.dylib
0x7fffb28e3000 - 0x7fffb290cfff libxslt.1.dylib (15.9) <71FFCDFF-4AAF-394C-8452-92F301FB1A46> /usr/lib/libxslt.1.dylib
0x7fffb290d000 - 0x7fffb291eff3 libz.1.dylib (67) <46E3FFA2-4328-327A-8D34-A03E20BFFB8E> /usr/lib/libz.1.dylib
0x7fffb292d000 - 0x7fffb2931ff7 libcache.dylib (79) <093A4DAB-8385-3D47-A350-E20CB7CCF7BF> /usr/lib/system/libcache.dylib
0x7fffb2932000 - 0x7fffb293cfff libcommonCrypto.dylib (60092.50.5) /usr/lib/system/libcommonCrypto.dylib
0x7fffb293d000 - 0x7fffb2944fff libcompiler_rt.dylib (62) <55D47421-772A-32AB-B529-1A46C2F43B4D> /usr/lib/system/libcompiler_rt.dylib
0x7fffb2945000 - 0x7fffb294dfff libcopyfile.dylib (138) <819BEA3C-DF11-3E3D-A1A1-5A51C5BF1961> /usr/lib/system/libcopyfile.dylib
0x7fffb294e000 - 0x7fffb29d1fdf libcorecrypto.dylib (442.50.19) <8A39EE06-121C-3731-A9E9-35847064B3EE> /usr/lib/system/libcorecrypto.dylib
0x7fffb29d2000 - 0x7fffb2a03fff libdispatch.dylib (703.50.37) /usr/lib/system/libdispatch.dylib
0x7fffb2a04000 - 0x7fffb2a09ffb libdyld.dylib (433.5) <129D3B44-FB21-3750-9A68-48B5C3DC632B> /usr/lib/system/libdyld.dylib
0x7fffb2a0a000 - 0x7fffb2a0affb libkeymgr.dylib (28) <7AA011A9-DC21-3488-BF73-3B5B14D1FDD6> /usr/lib/system/libkeymgr.dylib
0x7fffb2a0b000 - 0x7fffb2a17ffb libkxld.dylib (3789.51.2) <0BD544C8-A376-3F91-8426-564B4F7FE7E6> /usr/lib/system/libkxld.dylib
0x7fffb2a18000 - 0x7fffb2a18fff liblaunch.dylib (972.50.27) <037D198D-9B02-3EF9-A8E9-6F43EA555A9E> /usr/lib/system/liblaunch.dylib
0x7fffb2a19000 - 0x7fffb2a1eff3 libmacho.dylib (898) <17D5D855-F6C3-3B04-B680-E9BF02EF8AED> /usr/lib/system/libmacho.dylib
0x7fffb2a1f000 - 0x7fffb2a21ff3 libquarantine.dylib (85.50.1) <7B32EA91-AB8B-32A4-8E52-9D3ED46CAC8E> /usr/lib/system/libquarantine.dylib
0x7fffb2a22000 - 0x7fffb2a23ffb libremovefile.dylib (45) <38D4CB9C-10CD-30D3-8B7B-A515EC75FE85> /usr/lib/system/libremovefile.dylib
0x7fffb2a24000 - 0x7fffb2a3cff7 libsystem_asl.dylib (349.50.5) <096E4228-3B7C-30A6-8B13-EC909A64499A> /usr/lib/system/libsystem_asl.dylib
0x7fffb2a3d000 - 0x7fffb2a3dff7 libsystem_blocks.dylib (67) <10DC5404-73AB-35B3-A277-A8AFECB476EB> /usr/lib/system/libsystem_blocks.dylib
0x7fffb2a3e000 - 0x7fffb2acbfef libsystem_c.dylib (1158.50.2) /usr/lib/system/libsystem_c.dylib
0x7fffb2acc000 - 0x7fffb2acfffb libsystem_configuration.dylib (888.51.2) <872C8A42-0871-3424-830B-84E587A75D27> /usr/lib/system/libsystem_configuration.dylib
0x7fffb2ad0000 - 0x7fffb2ad3fff libsystem_coreservices.dylib (41.4) /usr/lib/system/libsystem_coreservices.dylib
0x7fffb2ad4000 - 0x7fffb2aecfff libsystem_coretls.dylib (121.50.4) /usr/lib/system/libsystem_coretls.dylib
0x7fffb2aed000 - 0x7fffb2af3fff libsystem_dnssd.dylib (765.50.9) /usr/lib/system/libsystem_dnssd.dylib
0x7fffb2af4000 - 0x7fffb2b1dff7 libsystem_info.dylib (503.50.4) <611DB84C-BF70-3F92-8702-B9F28A900920> /usr/lib/system/libsystem_info.dylib
0x7fffb2b1e000 - 0x7fffb2b40ff7 libsystem_kernel.dylib (3789.51.2) /usr/lib/system/libsystem_kernel.dylib
0x7fffb2b41000 - 0x7fffb2b88fe7 libsystem_m.dylib (3121.6) /usr/lib/system/libsystem_m.dylib
0x7fffb2b89000 - 0x7fffb2ba7ff7 libsystem_malloc.dylib (116.50.8) <48D1BBA3-914E-3C65-AF70-C33B4A1B5233> /usr/lib/system/libsystem_malloc.dylib
0x7fffb2ba8000 - 0x7fffb2c01ffb libsystem_network.dylib (856.50.56) /usr/lib/system/libsystem_network.dylib
0x7fffb2c02000 - 0x7fffb2c0bff3 libsystem_networkextension.dylib (563.50.32) /usr/lib/system/libsystem_networkextension.dylib
0x7fffb2c0c000 - 0x7fffb2c15ff3 libsystem_notify.dylib (165.20.1) /usr/lib/system/libsystem_notify.dylib
0x7fffb2c16000 - 0x7fffb2c1efe7 libsystem_platform.dylib (126.50.8) <5940EAB7-84D6-34DC-9B38-111648B2B589> /usr/lib/system/libsystem_platform.dylib
0x7fffb2c1f000 - 0x7fffb2c29ff7 libsystem_pthread.dylib (218.51.1) <62A84A68-431D-3B54-A7B6-31367CCF2884> /usr/lib/system/libsystem_pthread.dylib
0x7fffb2c2a000 - 0x7fffb2c2dff7 libsystem_sandbox.dylib (592.50.47) <87A2327D-B7A1-3E4C-A85D-D3D9484003DB> /usr/lib/system/libsystem_sandbox.dylib
0x7fffb2c2e000 - 0x7fffb2c2fff3 libsystem_secinit.dylib (24.50.4) /usr/lib/system/libsystem_secinit.dylib
0x7fffb2c30000 - 0x7fffb2c37ffb libsystem_symptoms.dylib (532.50.47) <9CF6A47C-8343-3E85-9C27-A8D98E726A8B> /usr/lib/system/libsystem_symptoms.dylib
0x7fffb2c38000 - 0x7fffb2c4bff7 libsystem_trace.dylib (518.51.1) /usr/lib/system/libsystem_trace.dylib
0x7fffb2c4c000 - 0x7fffb2c51ffb libunwind.dylib (35.3) <3D50D8A8-C460-334D-A519-2DA841102C6B> /usr/lib/system/libunwind.dylib
0x7fffb2c52000 - 0x7fffb2c7bff7 libxpc.dylib (972.50.27) /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: 685 thread_create: 0 thread_set_state: 0
VM Region Summary: ReadOnly portion of Libraries: Total=284.2M resident=0K(0%) swapped_out_or_unallocated=284.2M(100%) Writable regions: Total=1.2G written=0K(0%) resident=0K(0%) swapped_out=0K(0%) unallocated=1.2G(100%)
REGION TYPE SIZE COUNT (non-coalesced) =========== ======= ======= Accelerate framework 128K 2 Activity Tracing 256K 2 CG backing stores 11.1M 7 CG image 24K 6 CoreAnimation 32K 5 CoreUI image data 1188K 7 CoreUI image file 184K 4 JS JIT generated code 256.0M 5 JS JIT generated code (reserved) 768.0M 2 reserved VM address space (unallocated) Kernel Alloc Once 8K 2 MALLOC 146.8M 38 MALLOC guard page 48K 10 SQLite page cache 64K 2 STACK GUARD 56.1M 22 Stack 18.2M 24 VM_ALLOCATE 1528K 160 WebKit Malloc 22.1M 42 DATA 21.7M 241 GLSLBUILTINS 2588K 2 IMAGE 528K 2 LINKEDIT 118.0M 30 TEXT 166.2M 238 UNICODE 556K 2 mapped file 373.9M 156 shared memory 16.4M 15 =========== ======= ======= TOTAL 1.9G 1001 TOTAL, minus reserved VM space 1.2G 1001
Model: iMac14,2, BootROM IM142.0118.B00, 4 processors, Intel Core i5, 3.29 GHz, 8 GB, SMC 2.15f7 Graphics: AMD Radeon HD 7xxx, AMD Radeon HD 7xxx, PCIe, 1024 MB Memory Module: BANK 0/DIMM1, 4 GB, DDR3, 1600 MHz, Samsung, M378B5173EB0-CK0 Memory Module: BANK 1/DIMM1, 4 GB, DDR3, 1600 MHz, Micron Technology, 8JTF51264AZ-1G6E1E1 Network Service: Ethernet, Ethernet, en0 Serial ATA Device: ST2000DM001-1ER164, 2 TB Serial ATA Device: WDC WD10EZEX-08M2NA0, 1 TB Serial ATA Device: Crucial_CT250MX200SSD1, 250.06 GB USB Device: USB 3.0 Bus USB Device: USB3.0 Hub USB Device: Expansion USB Device: Extreme USB Device: NS1066 USB Device: USB 2.0 Bus USB Device: Hub USB Device: USB Keyboard USB Device: G100s Optical Gaming Mouse USB Device: USB2.0 Hub USB Device: USB 2.0 Bus USB Device: Hub USB Device: XBOX ACC Thunderbolt Bus: