Not handling spaces in directory names in install script for castSDK
Closed this issue · 5 comments
Hi, I installed with cordova plugin add https://github.com/ghenry22/cordova-plugin-chromecastios.git
Ionic version:
2.1.1
cordova version:
6.3.1
When I call
cordova.plugins.chromecastios.scanForDevices("06CCA653").then(function(response){
console.log(response)
}).catch(function(error){
console.log(error)
});;
My app crashes, and XCODE says:
Bold Cast[3440:2030566] chromecast-ios plugin initializing
2017-08-01 12:29:15.861731-0300 Bold Cast[3440:2030566] THREAD WARNING: ['FWChromecast'] took '36.906982' ms. Plugin should use a background thread.
2017-08-01 12:29:16.449525-0300 Bold Cast[3440:2030566] started
Message from debugger: The LLDB RPC server has crashed. The crash log is located in ~/Library/Logs/DiagnosticReports and has a prefix 'lldb-rpc-server'. Please file a bug and attach the most recent crash log.
any ideas?
Other two strange things:
Debuggin with XCode , the error says:
Terminating app due to uncaught exception 'NSInternalInconsistencyException', reason: 'Framework resource bundle 'GoogleCastResources.bundle' not found
And the last one if I install the plugin with cordova plugin add cordova-plugin-chromecastios
cordova plugin add cordova-plugin-chromecastios
Fetching plugin "cordova-plugin-chromecastios" via npm
Installing "cordova-plugin-chromecastios" for android
Installing "cordova-plugin-chromecastios" for ios
Starting cordova-plugin-chromecastios install, fetching castSDK
created temp dir
Downloading GoogleCast SDK
Extracting GoogleCast SDK
Encountered an error, reverting install steps
{ Error: Command failed: rm /Users/boldmss/Documents/mobileApp/platforms/ios/Bold Cast/Plugins/cordova-plugin-chromecastios/GoogleCast.framework
rm: /Users/boldmss/Documents/mobileApp/platforms/ios/Bold: No such file or directory
rm: Cast/Plugins/cordova-plugin-chromecastios/GoogleCast.framework: No such file or directory
at ChildProcess.exithandler (child_process.js:206:12)
at emitTwo (events.js:106:13)
at ChildProcess.emit (events.js:191:7)
at maybeClose (internal/child_process.js:877:16)
at Socket.<anonymous> (internal/child_process.js:334:11)
at emitOne (events.js:96:13)
at Socket.emit (events.js:188:7)
at Pipe._handle.close [as _onclose] (net.js:498:12)
killed: false,
code: 1,
signal: null,
cmd: 'rm /Users/boldmss/Documents/mobileApp/platforms/ios/Bold Cast/Plugins/cordova-plugin-chromecastios/GoogleCast.framework' }
cordova-plugin-chromecastios iOS install reverted
The plugin only works with cordova plugin add https://github.com/ghenry22/cordova-plugin-chromecastios.git
yeh that error is from the space in the directory name for your project, the install script doesn't handle it. This is already fixed in the project on github, mustn't have pushed out to npm for some reason.
Thanks for reporting I will make sure an updated version is pushed out.
ok! Installing from git link, the installation succeds; but I still I have the error mentioned above. Do you have any ideas of what can I do to solve it @ghenry22 ?
Terminating app due to uncaught exception 'NSInternalInconsistencyException', reason: 'Framework resource bundle 'GoogleCastResources.bundle' not found
The LLDB RPC server has crashed. The crash log is located in ~/Library/Logs/DiagnosticReports and has a prefix 'lldb-rpc-server'. Please file a bug and attach the most recent crash log.
The XCODE says the error is in:
0x100181164 <+108>: b 0x100181140 ; <+72> at GCKFrameworkResources.m:32
Here is the crash log:
Process: lldb-rpc-server [16631]
Path: /Volumes/VOLUME/*/Xcode-2.app/Contents/SharedFrameworks/LLDBRPC.framework/Versions/A/Resources/lldb-rpc-server
Identifier: lldb-rpc-server
Version: 2
Code Type: X86-64 (Native)
Parent Process: Xcode [16254]
Responsible: lldb-rpc-server [16631]
User ID: 501
Date/Time: 2017-08-02 12:38:14.948 -0300
OS Version: Mac OS X 10.12.5 (16F73)
Report Version: 12
Anonymous UUID: 2F740B78-594A-BC89-70F1-B075AF19499F
Sleep/Wake UUID: E57B3FDD-FD52-409F-B112-68995B48CF2B
Time Awake Since Boot: 59000 seconds
Time Since Wake: 5400 seconds
System Integrity Protection: enabled
Notes: Translocated Process
Crashed Thread: 6 RPC packet thread for client tid 00063a06 (408070)
Exception Type: EXC_CRASH (SIGABRT)
Exception Codes: 0x0000000000000000, 0x0000000000000000
Exception Note: EXC_CORPSE_NOTIFY
Application Specific Information:
abort() called
*** error for object 0x7fcd3c927640: incorrect checksum for freed object - object was probably modified after being freed.
Thread 0:: Connection::RunLoop() packet reading thread Dispatch queue: com.apple.main-thread
0 libsystem_kernel.dylib 0x00007fffa13c6246 read + 10
1 lldb-rpc-server 0x0000000100291667 rpc_common::RPCConnectionSocket::Read(std::__1::basic_string<unsigned char, std::__1::char_traits, std::__1::allocator >&, bool) + 173
2 lldb-rpc-server 0x0000000100297999 rpc_common::Connection::ReceivePacket(rpc_common::RPCPacket&) + 163
3 lldb-rpc-server 0x000000010029755c rpc_common::Connection::RunLoop() + 152
4 lldb-rpc-server 0x00000001002d137f main + 415
5 libdyld.dylib 0x00007fffa1296235 start + 1
Thread 1:: RPC packet thread for client tid 0006182a (399402)
0 libsystem_kernel.dylib 0x00007fffa13c4bf2 __psynch_cvwait + 10
1 libsystem_pthread.dylib 0x00007fffa14b07fa _pthread_cond_wait + 712
2 libc++.1.dylib 0x00007fff9fe334cd std::__1::condition_variable::wait(std::__1::unique_lockstd::__1::mutex&) + 47
3 lldb-rpc-server 0x000000010029a59a Packets::ReadThread() + 208
4 lldb-rpc-server 0x000000010029a4c5 Packets::RunReadThread(void*) + 9
5 libsystem_pthread.dylib 0x00007fffa14af93b _pthread_body + 180
6 libsystem_pthread.dylib 0x00007fffa14af887 _pthread_start + 286
7 libsystem_pthread.dylib 0x00007fffa14af08d thread_start + 13
Thread 2:: lldb.debugger.io-handler
0 libsystem_kernel.dylib 0x00007fffa13c4dc6 __read_nocancel + 10
1 libsystem_c.dylib 0x00007fffa131015c _sread + 16
2 libsystem_c.dylib 0x00007fffa130f797 __srefill1 + 24
3 libsystem_c.dylib 0x00007fffa130905a fgets + 103
4 com.apple.LLDB.framework 0x0000000102be511d lldb_private::IOHandlerEditline::GetLine(std::__1::basic_string<char, std::__1::char_traits, std::__1::allocator >&, bool&) + 379
5 com.apple.LLDB.framework 0x0000000102be55a0 lldb_private::IOHandlerEditline::Run() + 156
6 com.apple.LLDB.framework 0x0000000102ad9519 lldb_private::Debugger::ExecuteIOHandlers() + 65
7 com.apple.LLDB.framework 0x0000000102adb686 lldb_private::Debugger::IOHandlerThread(void*) + 14
8 libsystem_pthread.dylib 0x00007fffa14af93b _pthread_body + 180
9 libsystem_pthread.dylib 0x00007fffa14af887 _pthread_start + 286
10 libsystem_pthread.dylib 0x00007fffa14af08d thread_start + 13
Thread 3:
0 libsystem_kernel.dylib 0x00007fffa13bd34a mach_msg_trap + 10
1 libsystem_kernel.dylib 0x00007fffa13bc797 mach_msg + 55
2 com.apple.CoreFoundation 0x00007fff8b6e9874 __CFRunLoopServiceMachPort + 212
3 com.apple.CoreFoundation 0x00007fff8b6e8cf1 __CFRunLoopRun + 1361
4 com.apple.CoreFoundation 0x00007fff8b6e8544 CFRunLoopRunSpecific + 420
5 com.apple.CoreFoundation 0x00007fff8b727d31 CFRunLoopRun + 97
6 com.apple.DebugSymbols 0x00007fff97b9920e SpotlightQueryThread(void*) + 478
7 libsystem_pthread.dylib 0x00007fffa14af93b _pthread_body + 180
8 libsystem_pthread.dylib 0x00007fffa14af887 _pthread_start + 286
9 libsystem_pthread.dylib 0x00007fffa14af08d thread_start + 13
Thread 4:: <lldb.process.gdb-remote.async>
0 libsystem_kernel.dylib 0x00007fffa13c4bf2 __psynch_cvwait + 10
1 libsystem_pthread.dylib 0x00007fffa14b07fa _pthread_cond_wait + 712
2 libc++.1.dylib 0x00007fff9fe334cd std::__1::condition_variable::wait(std::__1::unique_lockstd::__1::mutex&) + 47
3 com.apple.LLDB.framework 0x0000000102ae9dad lldb_private::Listener::WaitForEventsInternal(std::__1::chrono::duration<long long, std::__1::ratio<1l, 1000000l> > const&, lldb_private::Broadcaster*, lldb_private::ConstString const*, unsigned int, unsigned int, std::__1::shared_ptr<lldb_private::Event>&) + 179
4 com.apple.LLDB.framework 0x0000000102ae9fbd lldb_private::Listener::WaitForEvent(std::__1::chrono::duration<long long, std::__1::ratio<1l, 1000000l> > const&, std::__1::shared_ptr<lldb_private::Event>&) + 27
5 com.apple.LLDB.framework 0x0000000102c36547 lldb_private::process_gdb_remote::ProcessGDBRemote::AsyncThread(void*) + 225
6 libsystem_pthread.dylib 0x00007fffa14af93b _pthread_body + 180
7 libsystem_pthread.dylib 0x00007fffa14af887 _pthread_start + 286
8 libsystem_pthread.dylib 0x00007fffa14af08d thread_start + 13
Thread 5:: <lldb.process.internal-state(pid=0)>
0 libsystem_kernel.dylib 0x00007fffa13c4bf2 __psynch_cvwait + 10
1 libsystem_pthread.dylib 0x00007fffa14b07fa _pthread_cond_wait + 712
2 libc++.1.dylib 0x00007fff9fe334cd std::__1::condition_variable::wait(std::__1::unique_lockstd::__1::mutex&) + 47
3 com.apple.LLDB.framework 0x0000000102ae9dad lldb_private::Listener::WaitForEventsInternal(std::__1::chrono::duration<long long, std::__1::ratio<1l, 1000000l> > const&, lldb_private::Broadcaster*, lldb_private::ConstString const*, unsigned int, unsigned int, std::__1::shared_ptr<lldb_private::Event>&) + 179
4 com.apple.LLDB.framework 0x0000000102ae9fbd lldb_private::Listener::WaitForEvent(std::__1::chrono::duration<long long, std::__1::ratio<1l, 1000000l> > const&, std::__1::shared_ptr<lldb_private::Event>&) + 27
5 com.apple.LLDB.framework 0x0000000102d0a021 lldb_private::Process::WaitForEventsPrivate(std::__1::chrono::duration<long long, std::__1::ratio<1l, 1000000l> > const&, std::__1::shared_ptr<lldb_private::Event>&, bool) + 113
6 com.apple.LLDB.framework 0x0000000102d10d8b lldb_private::Process::RunPrivateStateThread(bool) + 211
7 com.apple.LLDB.framework 0x0000000102d108f6 lldb_private::Process::PrivateStateThread(void*) + 22
8 libsystem_pthread.dylib 0x00007fffa14af93b _pthread_body + 180
9 libsystem_pthread.dylib 0x00007fffa14af887 _pthread_start + 286
10 libsystem_pthread.dylib 0x00007fffa14af08d thread_start + 13
Thread 6 Crashed:: RPC packet thread for client tid 00063a06 (408070)
0 libsystem_kernel.dylib 0x00007fffa13c4d42 __pthread_kill + 10
1 libsystem_pthread.dylib 0x00007fffa14b2457 pthread_kill + 90
2 libsystem_c.dylib 0x00007fffa132a420 abort + 129
3 libsystem_malloc.dylib 0x00007fffa1424f5d szone_error + 626
4 libsystem_malloc.dylib 0x00007fffa141af0d tiny_free_list_remove_ptr + 292
5 libsystem_malloc.dylib 0x00007fffa141ba5d szone_realloc + 2276
6 libsystem_malloc.dylib 0x00007fffa141b121 malloc_zone_realloc + 115
7 libsystem_malloc.dylib 0x00007fffa141b010 realloc + 256
8 com.apple.LLDB.framework 0x00000001012d916d llvm::SmallVectorBase::grow_pod(void*, unsigned long, unsigned long) + 61
9 com.apple.LLDB.framework 0x0000000102d3c5a8 llvm::SmallVectorTemplateBase<char, true>::push_back(char const&) + 56
10 com.apple.LLDB.framework 0x0000000102bf7d6d lldb_private::FileSpec::SetFile(llvm::StringRef, bool, lldb_private::FileSpec::PathSyntax) + 159
11 com.apple.LLDB.framework 0x0000000102bfa027 lldb_private::FileSpec::ForEachItemInDirectory(llvm::StringRef, std::__1::function<lldb_private::FileSpec::EnumerateDirectoryResult (lldb_private::FileSpec::FileType, lldb_private::FileSpec const&)> const&) + 1033
12 com.apple.LLDB.framework 0x0000000102bfa28b lldb_private::FileSpec::EnumerateDirectory(llvm::StringRef, bool, bool, bool, lldb_private::FileSpec::EnumerateDirectoryResult ()(void, lldb_private::FileSpec::FileType, lldb_private::FileSpec const&), void*) + 147
13 com.apple.LLDB.framework 0x0000000102b1f8b7 PlatformDarwin::FindSDKInXcodeForModules(PlatformDarwin::SDKType, lldb_private::FileSpec const&) + 151
14 com.apple.LLDB.framework 0x0000000102b1fac2 PlatformDarwin::GetSDKDirectoryForModules(PlatformDarwin::SDKType) + 418
15 com.apple.LLDB.framework 0x0000000102b2024a PlatformDarwin::AddClangModuleCompilationOptionsForSDKType(lldb_private::Target*, std::__1::vector<std::__1::basic_string<char, std::__1::char_traits, std::__1::allocator >, std::__1::allocator<std::__1::basic_string<char, std::__1::char_traits, std::__1::allocator > > >&, PlatformDarwin::SDKType) + 1394
16 com.apple.LLDB.framework 0x0000000102a383e4 lldb_private::ClangModulesDeclVendor::Create(lldb_private::Target&) + 704
17 com.apple.LLDB.framework 0x0000000102d350c9 lldb_private::Target::GetClangModulesDeclVendor() + 103
18 com.apple.LLDB.framework 0x0000000102b5c297 lldb_private::ClangExpressionParser::ClangExpressionParser(lldb_private::ExecutionContextScope*, lldb_private::Expression&, bool) + 4727
19 com.apple.LLDB.framework 0x0000000102b65000 lldb_private::ClangUtilityFunction::Install(lldb_private::DiagnosticManager&, lldb_private::ExecutionContext&) + 172
20 com.apple.LLDB.framework 0x0000000102ea44ff lldb_private::AppleGetQueuesHandler::SetupGetQueuesFunction(lldb_private::Thread&, lldb_private::ValueList&) + 921
21 com.apple.LLDB.framework 0x0000000102ea49ce lldb_private::AppleGetQueuesHandler::GetCurrentQueues(lldb_private::Thread&, unsigned long long, unsigned long long, lldb_private::Error&) + 866
22 com.apple.LLDB.framework 0x0000000102bcf7f4 SystemRuntimeMacOSX::PopulateQueueList(lldb_private::QueueList&) + 132
23 com.apple.LLDB.framework 0x0000000102d0aafc lldb_private::Process::UpdateQueueListIfNeeded() + 120
24 com.apple.LLDB.framework 0x000000010054adbb lldb::SBProcess::GetNumQueues() + 161
25 lldb-rpc-server 0x000000010028b8e4 rpc_server::_ZN4lldb9SBProcess12GetNumQueuesEv::HandleRPCCall(rpc_common::Connection&, rpc_common::RPCStream&, rpc_common::RPCStream&) + 36
26 lldb-rpc-server 0x00000001002cfeff rpc_common::RPCFunctionInstance::CallRPC(rpc_common::Connection&, rpc_common::RPCStream&, rpc_common::RPCStream&) + 55
27 lldb-rpc-server 0x0000000100296887 rpc_common::Connection::PrivateHandleRPCPacket(rpc_common::RPCPacket&, rpc_common::RPCPacket&, bool&) + 511
28 lldb-rpc-server 0x000000010029747c rpc_common::Connection::HandleRPCPacket(rpc_common::RPCPacket&) + 62
29 lldb-rpc-server 0x000000010029a73a Packets::ProcessPackets() + 254
30 lldb-rpc-server 0x000000010029a57d Packets::ReadThread() + 179
31 lldb-rpc-server 0x000000010029a4c5 Packets::RunReadThread(void*) + 9
32 libsystem_pthread.dylib 0x00007fffa14af93b _pthread_body + 180
33 libsystem_pthread.dylib 0x00007fffa14af887 _pthread_start + 286
34 libsystem_pthread.dylib 0x00007fffa14af08d thread_start + 13
Thread 7:
0 libsystem_pthread.dylib 0x00007fffa14af070 start_wqthread + 0
Thread 6 crashed with X86 Thread State (64-bit):
rax: 0x0000000000000000 rbx: 0x0000000000000006 rcx: 0x000070000f525518 rdx: 0x0000000000000000
rdi: 0x0000000000001d0f rsi: 0x0000000000000006 rbp: 0x000070000f525540 rsp: 0x000070000f525518
r8: 0x00000000fffffff0 r9: 0x00007fcd3a405660 r10: 0x0000000008000000 r11: 0x0000000000000206
r12: 0x0000000000000001 r13: 0x0000000104897000 r14: 0x000070000f527000 r15: 0x0000000104894000
rip: 0x00007fffa13c4d42 rfl: 0x0000000000000206 cr2: 0x000070000e292060
Logical CPU: 0
Error Code: 0x02000148
Trap Number: 133
Binary Images:
0x100288000 - 0x10030bff7 +lldb-rpc-server (2) /var/folders//Xcode-2.app/Contents/SharedFrameworks/LLDBRPC.framework/Resources/lldb-rpc-server
0x10052f000 - 0x1037b7ff7 com.apple.LLDB.framework (1.370.0.42 - 370.0.42) /var/folders//Xcode-2.app/Contents/SharedFrameworks/LLDB.framework/LLDB
0x104739000 - 0x10482aff7 org.python.python (2.7.10 - 2.7.10) /System/Library/Frameworks/Python.framework/Versions/2.7/Python
0x104898000 - 0x104899fff libpanel.5.4.dylib (51.30.1) <60A7AAE6-2A80-3FDC-B910-A49259C3C322> /usr/lib/libpanel.5.4.dylib
0x104dd2000 - 0x104dd3fff _locale.so (97.50.7) <16EECFD3-0814-3B9C-8CF5-D82DB670AE7F> /System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/_locale.so
0x104e88000 - 0x104e96ffb _ctypes.so (97.50.7) <5E1FA7E6-2A2F-304F-9344-3BA03463DA86> /System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/_ctypes.so
0x104ea2000 - 0x104ea5ffb _struct.so (97.50.7) /System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/_struct.so
0x104ead000 - 0x104eb1fff itertools.so (97.50.7) <3AFFF65F-D249-3EC2-8F6E-ED970FF199D6> /System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/itertools.so
0x104ebb000 - 0x104ebefff operator.so (97.50.7) /System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/operator.so
0x104ec5000 - 0x104ec6ffb readline.so (97.50.7) <052A332F-E0FD-330E-98AC-8028D024811A> /System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/readline.so
0x104ecd000 - 0x104eceffb time.so (97.50.7) <9094E95E-EA50-30DF-A250-6003D2EDEFD5> /System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/time.so
0x104ed5000 - 0x104edeff3 datetime.so (97.50.7) /System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/datetime.so
0x104ee8000 - 0x104eebfff strop.so (97.50.7) /System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/strop.so
0x104ef1000 - 0x104ef3ff7 _collections.so (97.50.7) <1DDC550E-8ACD-3E34-B9AA-2F2575D5085E> /System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/_collections.so
0x104efa000 - 0x104efbfff _heapq.so (97.50.7) /System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/_heapq.so
0x104f01000 - 0x104f02fff _functools.so (97.50.7) <4A63F438-0EDC-36E2-963C-C93D38C662A2> /System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/_functools.so
0x107ac8000 - 0x107b05dc7 dyld (433.5) <322C06B7-8878-311D-888C-C8FD2CA96FF3> /usr/lib/dyld
0x7fff8805e000 - 0x7fff8805efff com.apple.Accelerate (1.11 - Accelerate 1.11) /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
0x7fff88077000 - 0x7fff886b7fe3 com.apple.vImage (8.1 - ???) <4C535C25-EF87-35BE-9BE8-D080A5C24084> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/vImage
0x7fff886b8000 - 0x7fff8887ffef libBLAS.dylib (1185.50.4) <7AF8DB9A-E33B-30EB-8767-87AFB951E231> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib
0x7fff88880000 - 0x7fff88897fff libBNNS.dylib (15) <26F32264-148E-35E5-A280-CA035CB3D6F0> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBNNS.dylib
0x7fff88898000 - 0x7fff88ca3fff libLAPACK.dylib (1185.50.4) <51B2BABA-F736-3663-885A-65A8991D3560> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLAPACK.dylib
0x7fff88ca4000 - 0x7fff88cbafff libLinearAlgebra.dylib (1185.50.4) <0EC25E70-05DC-3615-85B6-81721566CF1D> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLinearAlgebra.dylib
0x7fff88cbb000 - 0x7fff88cc1fff libQuadrature.dylib (3) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libQuadrature.dylib
0x7fff88cc2000 - 0x7fff88cd5ff7 libSparseBLAS.dylib (1185.50.4) <0BDCF6A7-0228-3719-81C7-B6EBC7911320> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libSparseBLAS.dylib
0x7fff88cd6000 - 0x7fff88e23ff7 libvDSP.dylib (600.60.1) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvDSP.dylib
0x7fff88e24000 - 0x7fff88edbfe3 libvMisc.dylib (600.60.1) <3A00FDEB-9FAB-3F10-BCB3-316A6BE3C83A> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvMisc.dylib
0x7fff88edc000 - 0x7fff88edcfff com.apple.Accelerate.vecLib (3.11 - vecLib 3.11) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/vecLib
0x7fff89f86000 - 0x7fff89f86fff com.apple.ApplicationServices (48 - 48) <4C71CBA8-47E4-38BF-BE3B-F20DF8667D5D> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices
0x7fff89f87000 - 0x7fff89ff5ff7 com.apple.ApplicationServices.ATS (377 - 422.2) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/ATS
0x7fff8a08f000 - 0x7fff8a1beff7 libFontParser.dylib (194.12) <73C3946D-EF92-3AC1-89C3-0E75B2A85325> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontParser.dylib
0x7fff8a1bf000 - 0x7fff8a209fff libFontRegistry.dylib (196.4) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontRegistry.dylib
0x7fff8a306000 - 0x7fff8a3b0ff7 com.apple.ColorSync (4.12.0 - 502.2) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSync.framework/Versions/A/ColorSync
0x7fff8a3b1000 - 0x7fff8a402fff com.apple.HIServices (1.22 - 592.1) <7353E76E-9A3A-3693-87AF-41953585E024> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices.framework/Versions/A/HIServices
0x7fff8a403000 - 0x7fff8a412ff3 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
0x7fff8a413000 - 0x7fff8a460fff 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
0x7fff8a461000 - 0x7fff8a49cfff com.apple.QD (3.12 - 313) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framework/Versions/A/QD
0x7fff8a49d000 - 0x7fff8a4a8fff com.apple.speech.synthesis.framework (6.6.2 - 6.6.2) <7853EFF4-62B9-394E-B7B8-41A645656820> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynthesis.framework/Versions/A/SpeechSynthesis
0x7fff8a4a9000 - 0x7fff8a6b5fff com.apple.audio.toolbox.AudioToolbox (1.14 - 1.14) <91D2BA22-B168-3A9A-9008-6FFC5A8FDC1E> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
0x7fff8a81f000 - 0x7fff8abf9fff com.apple.CFNetwork (811.5.4 - 811.5.4) <4DBF8932-6286-3B23-87D9-63615B9958D9> /System/Library/Frameworks/CFNetwork.framework/Versions/A/CFNetwork
0x7fff8b215000 - 0x7fff8b2a2fff com.apple.audio.CoreAudio (4.3.0 - 4.3.0) <78767F88-91D4-31CE-AAC6-1F9407F479BB> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
0x7fff8b2b7000 - 0x7fff8b5b6ff3 com.apple.CoreData (120 - 754.2) <0C9D9D78-758D-318F-9049-D42CC7944363> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
0x7fff8b664000 - 0x7fff8baf7fff com.apple.CoreFoundation (6.9 - 1349.8) <36385A3A-60D3-32DB-BF55-C6D8931A7AA6> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
0x7fff8baf8000 - 0x7fff8c19bff7 com.apple.CoreGraphics (2.0 - 1070.22) /System/Library/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics
0x7fff8c544000 - 0x7fff8c544fff com.apple.CoreServices (775.19 - 775.19) <7255917D-EFBB-3BE2-A8FD-DAD631BC0949> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
0x7fff8c545000 - 0x7fff8c596fff com.apple.AE (712.5 - 712.5) <61F2AE2C-E04E-3FDF-9E88-201325136C83> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Versions/A/AE
0x7fff8c597000 - 0x7fff8c872ff7 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
0x7fff8c873000 - 0x7fff8c8a6fff com.apple.DictionaryServices (1.2 - 274) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryServices.framework/Versions/A/DictionaryServices
0x7fff8c8a7000 - 0x7fff8c8afff3 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
0x7fff8c8b0000 - 0x7fff8ca1cff7 com.apple.LaunchServices (775.19 - 775.19) <94D15A2A-852C-3B4B-A701-43043C8F1527> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/LaunchServices
0x7fff8ca1d000 - 0x7fff8cacdffb com.apple.Metadata (10.7.0 - 1075.40) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Metadata
0x7fff8cace000 - 0x7fff8cb2dfff com.apple.CoreServices.OSServices (775.19 - 775.19) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framework/Versions/A/OSServices
0x7fff8cb2e000 - 0x7fff8cb9efff 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
0x7fff8cb9f000 - 0x7fff8cbe4ff7 com.apple.coreservices.SharedFileList (38 - 38) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SharedFileList.framework/Versions/A/SharedFileList
0x7fff8cc6d000 - 0x7fff8cdbaffb com.apple.CoreText (352.0 - 544.15) /System/Library/Frameworks/CoreText.framework/Versions/A/CoreText
0x7fff8cf60000 - 0x7fff8cf65fff com.apple.DiskArbitration (2.7 - 2.7) <8AC72143-D3C4-3AA6-84DF-734E3AFAC49B> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
0x7fff8d0f7000 - 0x7fff8d49dff3 com.apple.Foundation (6.9 - 1349.81) <730B7944-BB43-35D5-A546-9F6CCED4B9F3> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
0x7fff8d4c9000 - 0x7fff8d4faff7 com.apple.GSS (4.0 - 2.0) <6FADED0B-0425-3567-A75A-040C5A4638EB> /System/Library/Frameworks/GSS.framework/Versions/A/GSS
0x7fff8d65e000 - 0x7fff8d6f4ff7 com.apple.framework.IOKit (2.0.2 - 1324.60.3) <7CE4C98B-107C-3AAA-B49A-F2ACFCBBF526> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
0x7fff8d6f5000 - 0x7fff8d6fbffb com.apple.IOSurface (159.7 - 159.7) <40550017-EF96-3C52-B400-806AFEE4B134> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
0x7fff8d74e000 - 0x7fff8d8b1ff7 com.apple.ImageIO.framework (3.3.0 - 1599.10.2) <2C7959FF-6EFB-3D43-BFD2-4A3F79F71744> /System/Library/Frameworks/ImageIO.framework/Versions/A/ImageIO
0x7fff8d8b2000 - 0x7fff8d8b6fff libGIF.dylib (1599.10.2) <90A3031D-BAB3-3AFF-9FAE-BA7B9632D63C> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib
0x7fff8d8b7000 - 0x7fff8d9a8ff7 libJP2.dylib (1599.10.2) <2090C3B2-6D5F-3700-A327-B9477864391D> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJP2.dylib
0x7fff8d9a9000 - 0x7fff8d9ccfff libJPEG.dylib (1599.10.2) <6802719D-5E3B-3C39-82CC-7D38C28050FB> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib
0x7fff8d9cd000 - 0x7fff8d9f3fff libPng.dylib (1599.10.2) <5DD80388-D65D-31DC-9344-DB0C2B5582B6> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib
0x7fff8d9f4000 - 0x7fff8d9f6ff3 libRadiance.dylib (1599.10.2) /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.dylib
0x7fff8d9f7000 - 0x7fff8da45ffb libTIFF.dylib (1599.10.2) /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib
0x7fff8e7ac000 - 0x7fff8e7c5ff7 com.apple.Kerberos (3.0 - 1) /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
0x7fff8f8e8000 - 0x7fff8f8f0fff com.apple.NetFS (6.0 - 4.0) <14A24D00-5673-330A-959D-87F72040DEFF> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
0x7fff8fce7000 - 0x7fff8fd00ffb com.apple.CFOpenDirectory (10.12 - 194) /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpenDirectory.framework/Versions/A/CFOpenDirectory
0x7fff8fd01000 - 0x7fff8fd0cff7 com.apple.OpenDirectory (10.12 - 194) <4298FFD0-B1A7-3064-AF5B-708B3FA38671> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
0x7fff91d25000 - 0x7fff92027ff7 com.apple.security (7.0 - 57740.60.18) <021AACF6-D15F-37E0-840B-88853684BA00> /System/Library/Frameworks/Security.framework/Versions/A/Security
0x7fff92028000 - 0x7fff9209dfff com.apple.securityfoundation (6.0 - 55132.50.7) <4433C0CC-FE90-3DD3-BAC1-CC31D515B510> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoundation
0x7fff920c8000 - 0x7fff920cbff3 com.apple.xpc.ServiceManagement (1.0 - 1) <9F285B19-B53B-3502-85A2-72C26DB40EA7> /System/Library/Frameworks/ServiceManagement.framework/Versions/A/ServiceManagement
0x7fff92452000 - 0x7fff924c1ff7 com.apple.SystemConfiguration (1.14 - 1.14) <2412CDE0-C317-31EA-8F53-7A58BBFCC720> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration
0x7fff94e5b000 - 0x7fff94ee697f com.apple.AppleJPEG (1.0 - 1) /System/Library/PrivateFrameworks/AppleJPEG.framework/Versions/A/AppleJPEG
0x7fff9696e000 - 0x7fff96977ffb com.apple.CommonAuth (4.0 - 2.0) <216950CB-269F-3476-BA17-D6363AC49FBC> /System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAuth
0x7fff970bf000 - 0x7fff970cffff com.apple.CoreEmoji (1.0 - 40.3.3) /System/Library/PrivateFrameworks/CoreEmoji.framework/Versions/A/CoreEmoji
0x7fff9740a000 - 0x7fff9743aff3 com.apple.CoreServicesInternal (276.2 - 276.2) <05EB7D45-DD4C-3A0F-AC63-A0C2A68E6481> /System/Library/PrivateFrameworks/CoreServicesInternal.framework/Versions/A/CoreServicesInternal
0x7fff97b97000 - 0x7fff97bd6fff com.apple.DebugSymbols (137 - 137) <58A70B66-2628-3CFE-B103-2200D95FC5F7> /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbols
0x7fff9a156000 - 0x7fff9a1ccff3 com.apple.Heimdal (4.0 - 2.0) <8F9C9041-66D5-36C9-8A4C-1658035C311D> /System/Library/PrivateFrameworks/Heimdal.framework/Versions/A/Heimdal
0x7fff9a90e000 - 0x7fff9aac5fff com.apple.LanguageModeling (1.0 - 123.2.5) /System/Library/PrivateFrameworks/LanguageModeling.framework/Versions/A/LanguageModeling
0x7fff9b5d9000 - 0x7fff9b601ff7 com.apple.MultitouchSupport.framework (368.16 - 368.16) <512ADEC6-D694-3D73-A48A-6BE79CD39539> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/MultitouchSupport
0x7fff9b6b3000 - 0x7fff9b6befff com.apple.NetAuth (6.2 - 6.2) <97F487D6-8089-31A8-B68C-6C1EAC6ED1B5> /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth
0x7fff9e51b000 - 0x7fff9e521ff7 com.apple.TCC (1.0 - 1) <911B534B-4AC7-34E4-935E-E42ECD008CBC> /System/Library/PrivateFrameworks/TCC.framework/Versions/A/TCC
0x7fff9f92a000 - 0x7fff9f92cffb com.apple.loginsupport (1.0 - 1) /System/Library/PrivateFrameworks/login.framework/Versions/A/Frameworks/loginsupport.framework/Versions/A/loginsupport
0x7fff9f981000 - 0x7fff9f99cff7 libCRFSuite.dylib (34) /usr/lib/libCRFSuite.dylib
0x7fff9f99d000 - 0x7fff9f9a8fff libChineseTokenizer.dylib (21) <0886E908-A825-36AF-B94B-2361FD8BC2A1> /usr/lib/libChineseTokenizer.dylib
0x7fff9fa3a000 - 0x7fff9fa3bff3 libDiagnosticMessagesClient.dylib (102) <84A04D24-0E60-3810-A8C0-90A65E2DF61A> /usr/lib/libDiagnosticMessagesClient.dylib
0x7fff9fc73000 - 0x7fff9fc73fff libOpenScriptingUtil.dylib (172) <90743888-C1E8-34E3-924E-1A754B2B63B9> /usr/lib/libOpenScriptingUtil.dylib
0x7fff9fc79000 - 0x7fff9fc7affb libSystem.B.dylib (1238.60.2) /usr/lib/libSystem.B.dylib
0x7fff9fce6000 - 0x7fff9fd11ff3 libarchive.2.dylib (41.50.2) /usr/lib/libarchive.2.dylib
0x7fff9fe0b000 - 0x7fff9fe0bff3 libauto.dylib (187) <34388D0B-C539-3C1B-9408-2BC152162E43> /usr/lib/libauto.dylib
0x7fff9fe0c000 - 0x7fff9fe1cff3 libbsm.0.dylib (34) <20084796-B04D-3B35-A003-EA11459557A9> /usr/lib/libbsm.0.dylib
0x7fff9fe1d000 - 0x7fff9fe2bff7 libbz2.1.0.dylib (38) /usr/lib/libbz2.1.0.dylib
0x7fff9fe2c000 - 0x7fff9fe82ff7 libc++.1.dylib (307.5) <0B43BB5D-E6EB-3464-8DE9-B41AC8ED9D1C> /usr/lib/libc++.1.dylib
0x7fff9fe83000 - 0x7fff9feadfff libc++abi.dylib (307.3) <30199352-88BF-30BD-8CFF-2A4FBE247523> /usr/lib/libc++abi.dylib
0x7fff9feae000 - 0x7fff9febeffb libcmph.dylib (6) <2B5D405E-2D0B-3320-ABD6-622934C86ABE> /usr/lib/libcmph.dylib
0x7fff9febf000 - 0x7fff9fed5ff7 libcompression.dylib (39) /usr/lib/libcompression.dylib
0x7fff9fed6000 - 0x7fff9fed6ff7 libcoretls.dylib (121.50.4) <64B1001E-10F6-3542-A3B2-C4B49F51817F> /usr/lib/libcoretls.dylib
0x7fff9fed7000 - 0x7fff9fed8ff3 libcoretls_cfhelpers.dylib (121.50.4) <1A10303E-5EB0-3C7C-9165-021FCDFD934D> /usr/lib/libcoretls_cfhelpers.dylib
0x7fffa0215000 - 0x7fffa0268ff7 libcups.2.dylib (450) <9950BFCB-7882-33C9-9ECF-CE66773C5657> /usr/lib/libcups.2.dylib
0x7fffa02c4000 - 0x7fffa02e2ff3 libedit.3.dylib (48.50.1) <5880F20C-5732-3285-B4F8-E2CBB464D950> /usr/lib/libedit.3.dylib
0x7fffa02e3000 - 0x7fffa02e3fff libenergytrace.dylib (15) /usr/lib/libenergytrace.dylib
0x7fffa02f1000 - 0x7fffa02f2fff libffi.dylib (18.1) <49D03682-E111-351C-8266-4519B3B82BE9> /usr/lib/libffi.dylib
0x7fffa02f3000 - 0x7fffa02f8ff7 libheimdal-asn1.dylib (498.50.8) /usr/lib/libheimdal-asn1.dylib
0x7fffa02f9000 - 0x7fffa03ebff7 libiconv.2.dylib (50) <42125B35-81D7-3FC4-9475-A26DBE10884D> /usr/lib/libiconv.2.dylib
0x7fffa03ec000 - 0x7fffa0611ffb libicucore.A.dylib (57165.0.1) <2931B842-2946-3576-AD1D-1CDA22FA1388> /usr/lib/libicucore.A.dylib
0x7fffa0617000 - 0x7fffa0618fff liblangid.dylib (126) <2085E7A7-9A34-3735-87F4-F174EF8EABF0> /usr/lib/liblangid.dylib
0x7fffa0619000 - 0x7fffa0632ffb liblzma.5.dylib (10) <44BD0279-99DD-36B5-8A6E-C11432E2098D> /usr/lib/liblzma.5.dylib
0x7fffa0633000 - 0x7fffa0649ff7 libmarisa.dylib (5) <9030D214-5D0F-30CB-AC03-902C63909362> /usr/lib/libmarisa.dylib
0x7fffa064a000 - 0x7fffa08f2ff7 libmecabra.dylib (744.8) /usr/lib/libmecabra.dylib
0x7fffa08f3000 - 0x7fffa0924ffb libncurses.5.4.dylib (51.30.1) /usr/lib/libncurses.5.4.dylib
0x7fffa0925000 - 0x7fffa099fff3 libnetwork.dylib (856.60.1) <191E99F5-4723-3180-8013-02AF2F9AE4B8> /usr/lib/libnetwork.dylib
0x7fffa09a0000 - 0x7fffa0d75bc7 libobjc.A.dylib (709) <54CD8D1A-5C98-3559-B13A-932B3D3DD338> /usr/lib/libobjc.A.dylib
0x7fffa0d78000 - 0x7fffa0d7cfff libpam.2.dylib (21.30.1) <71EB0D88-DE84-3C8D-A2C5-58AA282BC5BC> /usr/lib/libpam.2.dylib
0x7fffa0d7d000 - 0x7fffa0daefff libpcap.A.dylib (67.60.1) /usr/lib/libpcap.A.dylib
0x7fffa0dcb000 - 0x7fffa0de7ffb libresolv.9.dylib (64) /usr/lib/libresolv.9.dylib
0x7fffa0e37000 - 0x7fffa0f7dfff libsqlite3.dylib (254.7) <65EA6A12-DAB8-3727-96DB-16918EBCC247> /usr/lib/libsqlite3.dylib
0x7fffa1072000 - 0x7fffa107ffff libxar.1.dylib (357) <69547C64-E811-326F-BBED-490C6361BDCB> /usr/lib/libxar.1.dylib
0x7fffa1080000 - 0x7fffa116fffb libxml2.2.dylib (30.16) /usr/lib/libxml2.2.dylib
0x7fffa1170000 - 0x7fffa1199fff libxslt.1.dylib (15.9) <00735AD5-B62D-3E83-86AC-5533E4E2B102> /usr/lib/libxslt.1.dylib
0x7fffa119a000 - 0x7fffa11abff3 libz.1.dylib (67) <46E3FFA2-4328-327A-8D34-A03E20BFFB8E> /usr/lib/libz.1.dylib
0x7fffa11ba000 - 0x7fffa11beff7 libcache.dylib (79) <093A4DAB-8385-3D47-A350-E20CB7CCF7BF> /usr/lib/system/libcache.dylib
0x7fffa11bf000 - 0x7fffa11c9fff libcommonCrypto.dylib (60092.50.5) <8A64D1B0-C70E-385C-92F0-E669079FDA90> /usr/lib/system/libcommonCrypto.dylib
0x7fffa11ca000 - 0x7fffa11d1fff libcompiler_rt.dylib (62) <55D47421-772A-32AB-B529-1A46C2F43B4D> /usr/lib/system/libcompiler_rt.dylib
0x7fffa11d2000 - 0x7fffa11dafff libcopyfile.dylib (138) <819BEA3C-DF11-3E3D-A1A1-5A51C5BF1961> /usr/lib/system/libcopyfile.dylib
0x7fffa11db000 - 0x7fffa125efdf libcorecrypto.dylib (442.50.19) <65D7165E-2E71-335D-A2D6-33F78E2DF0C1> /usr/lib/system/libcorecrypto.dylib
0x7fffa125f000 - 0x7fffa1290fff libdispatch.dylib (703.50.37) <6582BAD6-ED27-3B30-B620-90B1C5A4AE3C> /usr/lib/system/libdispatch.dylib
0x7fffa1291000 - 0x7fffa1296ffb libdyld.dylib (433.5) /usr/lib/system/libdyld.dylib
0x7fffa1297000 - 0x7fffa1297ffb libkeymgr.dylib (28) <7AA011A9-DC21-3488-BF73-3B5B14D1FDD6> /usr/lib/system/libkeymgr.dylib
0x7fffa1298000 - 0x7fffa12a4ffb libkxld.dylib (3789.60.24) <5DFCDC05-6CBC-35A6-8B92-DF6803492E12> /usr/lib/system/libkxld.dylib
0x7fffa12a5000 - 0x7fffa12a5fff liblaunch.dylib (972.60.2) /usr/lib/system/liblaunch.dylib
0x7fffa12a6000 - 0x7fffa12abff3 libmacho.dylib (898) <17D5D855-F6C3-3B04-B680-E9BF02EF8AED> /usr/lib/system/libmacho.dylib
0x7fffa12ac000 - 0x7fffa12aeff3 libquarantine.dylib (85.50.1) <12448CC2-378E-35F3-BE33-9DC395A5B970> /usr/lib/system/libquarantine.dylib
0x7fffa12af000 - 0x7fffa12b0ffb libremovefile.dylib (45) <38D4CB9C-10CD-30D3-8B7B-A515EC75FE85> /usr/lib/system/libremovefile.dylib
0x7fffa12b1000 - 0x7fffa12c9ff7 libsystem_asl.dylib (349.50.5) <096E4228-3B7C-30A6-8B13-EC909A64499A> /usr/lib/system/libsystem_asl.dylib
0x7fffa12ca000 - 0x7fffa12caff7 libsystem_blocks.dylib (67) <10DC5404-73AB-35B3-A277-A8AFECB476EB> /usr/lib/system/libsystem_blocks.dylib
0x7fffa12cb000 - 0x7fffa1358fef libsystem_c.dylib (1158.50.2) /usr/lib/system/libsystem_c.dylib
0x7fffa1359000 - 0x7fffa135cffb libsystem_configuration.dylib (888.60.2) /usr/lib/system/libsystem_configuration.dylib
0x7fffa135d000 - 0x7fffa1360fff libsystem_coreservices.dylib (41.4) <7D26DE79-B424-3450-85E1-F7FAB32714AB> /usr/lib/system/libsystem_coreservices.dylib
0x7fffa1361000 - 0x7fffa1379fff libsystem_coretls.dylib (121.50.4) /usr/lib/system/libsystem_coretls.dylib
0x7fffa137a000 - 0x7fffa1380fff libsystem_dnssd.dylib (765.50.9) /usr/lib/system/libsystem_dnssd.dylib
0x7fffa1381000 - 0x7fffa13aaff7 libsystem_info.dylib (503.50.4) <611DB84C-BF70-3F92-8702-B9F28A900920> /usr/lib/system/libsystem_info.dylib
0x7fffa13ab000 - 0x7fffa13cdff7 libsystem_kernel.dylib (3789.60.24) <6E9E485F-91F6-36B7-A125-AE91DC978BCC> /usr/lib/system/libsystem_kernel.dylib
0x7fffa13ce000 - 0x7fffa1415fe7 libsystem_m.dylib (3121.6) <86D499B5-BBDC-3D3B-8A4E-97AE8E6672A4> /usr/lib/system/libsystem_m.dylib
0x7fffa1416000 - 0x7fffa1434ff7 libsystem_malloc.dylib (116.50.8) /usr/lib/system/libsystem_malloc.dylib
0x7fffa1435000 - 0x7fffa148effb libsystem_network.dylib (856.60.1) <369D0221-56CA-3C3E-9EDE-94B41CAE77B7> /usr/lib/system/libsystem_network.dylib
0x7fffa148f000 - 0x7fffa1498ff3 libsystem_networkextension.dylib (563.60.2) /usr/lib/system/libsystem_networkextension.dylib
0x7fffa1499000 - 0x7fffa14a2ff3 libsystem_notify.dylib (165.20.1) /usr/lib/system/libsystem_notify.dylib
0x7fffa14a3000 - 0x7fffa14abfe7 libsystem_platform.dylib (126.50.8) <897462FD-B318-321B-A554-E61982630F7E> /usr/lib/system/libsystem_platform.dylib
0x7fffa14ac000 - 0x7fffa14b6ff7 libsystem_pthread.dylib (218.60.3) /usr/lib/system/libsystem_pthread.dylib
0x7fffa14b7000 - 0x7fffa14baff7 libsystem_sandbox.dylib (592.60.1) /usr/lib/system/libsystem_sandbox.dylib
0x7fffa14bb000 - 0x7fffa14bcff3 libsystem_secinit.dylib (24.50.4) /usr/lib/system/libsystem_secinit.dylib
0x7fffa14bd000 - 0x7fffa14c4ffb libsystem_symptoms.dylib (532.50.47) <3390E07C-C1CE-348F-ADBD-2C5440B45EAA> /usr/lib/system/libsystem_symptoms.dylib
0x7fffa14c5000 - 0x7fffa14d8ff7 libsystem_trace.dylib (518.60.2) <6B145B10-5874-3E89-90CD-D370DB475BA1> /usr/lib/system/libsystem_trace.dylib
0x7fffa14d9000 - 0x7fffa14deffb libunwind.dylib (35.3) <3D50D8A8-C460-334D-A519-2DA841102C6B> /usr/lib/system/libunwind.dylib
0x7fffa14df000 - 0x7fffa1508ff7 libxpc.dylib (972.60.2) <1C9AF716-69DF-359F-85E9-7DFDE362F9A2> /usr/lib/system/libxpc.dylib
External Modification Summary:
Calls made by other processes targeting this process:
task_for_pid: 3
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: 29473
thread_create: 0
thread_set_state: 0
VM Region Summary:
ReadOnly portion of Libraries: Total=261.2M resident=0K(0%) swapped_out_or_unallocated=261.2M(100%)
Writable regions: Total=533.1M written=0K(0%) resident=0K(0%) swapped_out=0K(0%) unallocated=533.1M(100%)
VIRTUAL REGION
REGION TYPE SIZE COUNT (non-coalesced)
=========== ======= =======
Activity Tracing 256K 2
Dispatch continuations 8192K 2
Kernel Alloc Once 8K 2
MALLOC 476.0M 197
MALLOC guard page 16K 4
STACK GUARD 56.0M 9
Stack 41.6M 9
VM_ALLOCATE 6924K 20
__DATA 13.3M 158
__LINKEDIT 128.7M 20
__TEXT 132.5M 159
__UNICODE 556K 2
mapped file 718.7M 127
shared memory 336K 7
=========== ======= =======
TOTAL 1.5G 704
with cordova > 7 that error was fixed