Closed the-herbivore closed 8 years ago
Hi
Thanks for using my tool.
I see a first error in your script, you don't read $1 arg to know if Hello IT is asking you for title, for run or for periodic run. So we don't know if it crash due to a problem in your settings or due to the script by it self.
Also, can you provide a crashlog please?
Your script must always contain something like that (I'm working on a shared script lib for the next version to simplify the job for script writers)
run_option=$1
case "$run_option" in
run)
onClickAction $options
;;
periodic-run)
fromCronAction $options
;;
title)
setTitleAction $options
;;
*)
echo "Usage: $0 {run|periodic-run|title}"
echo "$run_option not recognized"
exit 1
;;
esac
Ok, this is also contained in the same file, and works ok (reports back expected info/no crash) -
<dict>
<key>functionIdentifier</key>
<string>public.submenu</string>
<key>settings</key>
<dict>
<key>content</key>
<array>
<dict>
<key>functionIdentifier</key>
<string>public.script.item</string>
<key>settings</key>
<dict>
<key>path</key>
<string></local/path/to/script/>GetIPv4.sh</string>
<key>repeat</key>
<integer>0</integer>
<key>run</key>
<integer>0</integer>
<key>args</key>
<string>title</string>
</dict>
</dict>
#!/bin/sh
# First attempt; this should be improved!
IP=`/sbin/ifconfig -a|grep inet|grep -v inet6|grep -v 127.|awk '{print $2}'`
echo "hitp-title: IPv4 address: $IP"
The segment for the other script is basically the same, only the path to the script and description are different.
Below is the log output related to this -
Aug 9 09:48:57 <hostname> Hello IT[30414]: Reachability Flag Status: R -----l- networkStatusForFlags
Aug 9 09:48:58 <hostname> Hello IT[30414]: An uncaught exception was raised
Aug 9 09:48:58 <hostname> Hello IT[30414]: Couldn't posix_spawn: error 8
Aug 9 09:48:58 <hostname> Hello IT[30414]: (
Aug 9 09:48:58 <hostname> Hello IT[30414]: *** Terminating app due to uncaught exception 'NSInternalInconsistencyException', reason: 'Couldn't posix_spawn: error 8'
Aug 9 09:48:58 <hostname> com.apple.xpc.launchd[1] (com.github.ygini.Hello-IT.2304[30414]): Service exited due to signal: Abort trap: 6
Aug 9 09:48:58 <hostname> ReportCrash[30439]: Saved crash report for Hello IT[30414] version 1.2.2 (98) to /Users/<username>/Library/Logs/DiagnosticReports/Hello IT_2016-08-09-094858_<hostname>.crash
Process: Hello IT [30414]
Path: /Applications/Utilities/Hello IT.app/Contents/MacOS/Hello IT
Identifier: com.github.ygini.Hello-IT
Responsible: Hello IT [30414]
0x102ccb000 - 0x102cd5fff +com.github.ygini.Hello-IT (1.2.2 - 98) <6FDBEE0B-431D-3CF7-994C-D052B82A9C81> /Applications/Utilities/Hello IT.app/Contents/MacOS/Hello IT
0x1073d2000 - 0x1073d6fff +com.github.ygini.hitp.SubMenu (1.0 - 1) <9D177EF4-0109-3A0A-A47E-04D8006E0C5C> /Applications/Utilities/Hello IT.app/Contents/PlugIns/SubMenu.hitp/Contents/MacOS/SubMenu
0x1073dd000 - 0x1073e1ff3 +com.github.ygini.HITDevKit (1.0 - 1) <5355A91E-7D52-3903-AB94-27EFF2889DC9> /Applications/Utilities/Hello IT.app/Contents/Frameworks/HITDevKit.framework/Versions/A/HITDevKit
0x107662000 - 0x107665fff +com.github.ygini.hitp.Title (1.0 - 1) <3E1E6477-4D17-3084-8BA5-DA1DD3F6594A> /Applications/Utilities/Hello IT.app/Contents/PlugIns/Title.hitp/Contents/MacOS/Title
0x10766b000 - 0x10766efff +com.github.ygini.hitp.OpenResource (1.0 - 1) <73314D6D-C24D-344E-8EFD-61BF544267C7> /Applications/Utilities/Hello IT.app/Contents/PlugIns/OpenResource.hitp/Contents/MacOS/OpenResource
0x107674000 - 0x107677fff +com.github.ygini.hitp.Separator (1.0 - 1) <32B5275E-C98B-3E54-B7D1-46366021A57C> /Applications/Utilities/Hello IT.app/Contents/PlugIns/Separator.hitp/Contents/MacOS/Separator
0x10767d000 - 0x107682ffb +com.github.ygini.hitp.ScriptedItem (1.1 - 1) <359B3A25-6952-379B-AEBA-0328076F1AF0> /Applications/Utilities/Hello IT.app/Contents/PlugIns/ScriptedItem.hitp/Contents/MacOS/ScriptedItem
0x107813000 - 0x107817ffb +com.github.ygini.hitp.OpenApplication (1.1 - 1) <6D0B97DA-5AA6-33C3-ACB2-5708303693BA> /Applications/Utilities/Hello IT.app/Contents/PlugIns/OpenApplication.hitp/Contents/MacOS/OpenApplication
0x10781e000 - 0x107822ffb +com.github.ygini.hitp.TestHTTP (1.0 - 1) <D7A6F3BB-E0D5-34BB-8F99-B8C2BAFA1DCD> /Applications/Utilities/Hello IT.app/Contents/PlugIns/TestHTTP.hitp/Contents/MacOS/TestHTTP
0x107829000 - 0x10782cffb +com.github.ygini.hitp.Quit (1.0 - 1) <7538809B-F4FB-3E72-8F03-EA9D54145147> /Applications/Utilities/Hello IT.app/Contents/PlugIns/Quit.hitp/Contents/MacOS/Quit
Removing just that segment, then kilall cfprefsd
and it relaunches normally.
Thanks!
I'm sorry but I need the full Hello IT_2016-08-09-094858_<hostname>.crash
file to be able to locate the error.
In the mean time, can you check that your script has the right to be executed?
No problem - full crash log output below.
The mods of the affected file are 755. This is the same as the other scripts, which work ok.
Process: Hello IT [30414]
Path: /Applications/Utilities/Hello IT.app/Contents/MacOS/Hello IT
Identifier: com.github.ygini.Hello-IT
Version: 1.2.2 (98)
Code Type: X86-64 (Native)
Parent Process: ??? [1]
Responsible: Hello IT [30414]
User ID: 234559
Date/Time: 2016-08-09 09:48:58.035 +1000
OS Version: Mac OS X 10.10.5 (14F1808)
Report Version: 11
Anonymous UUID: 16D7D381-EF5B-69B7-2156-FF42733F1C55
Sleep/Wake UUID: DA1635E5-424F-4279-9C4F-17FBB16E3F4E
Time Awake Since Boot: 800000 seconds
Time Since Wake: 5100 seconds
Crashed Thread: 9 Dispatch queue: com.apple.root.background-qos
Exception Type: EXC_CRASH (SIGABRT)
Exception Codes: 0x0000000000000000, 0x0000000000000000
Application Specific Information:
*** Terminating app due to uncaught exception 'NSInternalInconsistencyException', reason: 'Couldn't posix_spawn: error 8'
terminating with uncaught exception of type NSException
abort() called
Application Specific Backtrace 1:
0 CoreFoundation 0x00007fff91b1703c __exceptionPreprocess + 172
1 libobjc.A.dylib 0x00007fff87ce976e objc_exception_throw + 43
2 CoreFoundation 0x00007fff91b16eed +[NSException raise:format:] + 205
3 Foundation 0x00007fff9304ec8f -[NSConcreteTask launchWithDictionary:] + 3119
4 ScriptedItem 0x000000010767edd9 ScriptedItem + 7641
5 libdispatch.dylib 0x00007fff91ec9700 _dispatch_call_block_and_release + 12
6 libdispatch.dylib 0x00007fff91ec5e73 _dispatch_client_callout + 8
7 libdispatch.dylib 0x00007fff91ec8dc7 _dispatch_root_queue_drain + 935
8 libdispatch.dylib 0x00007fff91ec8a1c _dispatch_worker_thread3 + 91
9 libsystem_pthread.dylib 0x00007fff9143fa9d _pthread_wqthread + 729
10 libsystem_pthread.dylib 0x00007fff9143d3dd start_wqthread + 13
Thread 0:: Dispatch queue: com.apple.main-thread
0 com.apple.LaunchServices 0x00007fff923ae940 XCFHash8Bit + 80
1 com.apple.LaunchServices 0x00007fff923ae898 CSGetStringForCharacters + 151
2 com.apple.LaunchServices 0x00007fff923b4e83 _LSDatabaseGetStringForCFString + 122
3 com.apple.LaunchServices 0x00007fff923bb1ba UTTypeCopyPreferredTagWithClass + 300
4 com.apple.AppKit 0x00007fff8e524e7f __NSBitmapUnfilteredFileTypes_block_invoke + 678
5 com.apple.Foundation 0x00007fff9303d7b6 _NSFaultInObject + 32
6 com.apple.AppKit 0x00007fff8e525fe7 imageRepFor + 242
7 com.apple.AppKit 0x00007fff8e525eb6 +[NSImageRep _imageRepClassForFileNameExtension:andHFSFileType:] + 26
8 com.apple.AppKit 0x00007fff8e525b4b +[NSImageRep _imageRepsWithContentsOfURL:expandImageContentNow:giveUpOnNetworkURLsWithoutGoodExtensions:] + 478
9 com.apple.AppKit 0x00007fff8e5d0ebd -[NSImage initWithContentsOfFile:] + 34
10 com.github.ygini.HITDevKit 0x00000001073deade __40-[HITAdvancedPlugin updateMenuItemState]_block_invoke + 593
11 libdispatch.dylib 0x00007fff91ec9700 _dispatch_call_block_and_release + 12
12 libdispatch.dylib 0x00007fff91ec5e73 _dispatch_client_callout + 8
13 libdispatch.dylib 0x00007fff91ed6767 _dispatch_main_queue_callback_4CF + 861
14 com.apple.CoreFoundation 0x00007fff91a6a3f9 __CFRUNLOOP_IS_SERVICING_THE_MAIN_DISPATCH_QUEUE__ + 9
15 com.apple.CoreFoundation 0x00007fff91a2568f __CFRunLoopRun + 2159
16 com.apple.CoreFoundation 0x00007fff91a24bd8 CFRunLoopRunSpecific + 296
17 com.apple.HIToolbox 0x00007fff8a7c056f RunCurrentEventLoopInMode + 235
18 com.apple.HIToolbox 0x00007fff8a7c02ea ReceiveNextEventCommon + 431
19 com.apple.HIToolbox 0x00007fff8a7c012b _BlockUntilNextEventMatchingListInModeWithFilter + 71
20 com.apple.AppKit 0x00007fff8e4fd8ab _DPSNextEvent + 978
21 com.apple.AppKit 0x00007fff8e4fce58 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 346
22 com.apple.AppKit 0x00007fff8e4f2af3 -[NSApplication run] + 594
23 com.apple.AppKit 0x00007fff8e46f244 NSApplicationMain + 1832
24 libdyld.dylib 0x00007fff8e2eb5c9 start + 1
Thread 1:: Dispatch queue: com.apple.libdispatch-manager
0 libsystem_kernel.dylib 0x00007fff929be232 kevent64 + 10
1 libdispatch.dylib 0x00007fff91eca26e _dispatch_mgr_thread + 52
Thread 2:
0 libsystem_kernel.dylib 0x00007fff929bd94a __workq_kernreturn + 10
1 libsystem_pthread.dylib 0x00007fff9143d3dd start_wqthread + 13
Thread 3:
0 libsystem_kernel.dylib 0x00007fff929bd94a __workq_kernreturn + 10
1 libsystem_pthread.dylib 0x00007fff9143d3dd start_wqthread + 13
Thread 4:: Dispatch queue: com.apple.root.background-qos
0 libsystem_kernel.dylib 0x00007fff929b84de mach_msg_trap + 10
1 libsystem_kernel.dylib 0x00007fff929b764f mach_msg + 55
2 com.apple.CoreFoundation 0x00007fff91a25eb4 __CFRunLoopServiceMachPort + 212
3 com.apple.CoreFoundation 0x00007fff91a2537b __CFRunLoopRun + 1371
4 com.apple.CoreFoundation 0x00007fff91a24bd8 CFRunLoopRunSpecific + 296
5 com.apple.Foundation 0x00007fff9304fd78 -[NSConcreteTask waitUntilExit] + 205
6 com.github.ygini.hitp.ScriptedItem 0x000000010767ede5 0x10767d000 + 7653
7 libdispatch.dylib 0x00007fff91ec9700 _dispatch_call_block_and_release + 12
8 libdispatch.dylib 0x00007fff91ec5e73 _dispatch_client_callout + 8
9 libdispatch.dylib 0x00007fff91ec8dc7 _dispatch_root_queue_drain + 935
10 libdispatch.dylib 0x00007fff91ec8a1c _dispatch_worker_thread3 + 91
11 libsystem_pthread.dylib 0x00007fff9143fa9d _pthread_wqthread + 729
12 libsystem_pthread.dylib 0x00007fff9143d3dd start_wqthread + 13
Thread 5:: Dispatch queue: com.apple.root.background-qos
0 libsystem_kernel.dylib 0x00007fff929b84de mach_msg_trap + 10
1 libsystem_kernel.dylib 0x00007fff929b764f mach_msg + 55
2 com.apple.CoreFoundation 0x00007fff91a25eb4 __CFRunLoopServiceMachPort + 212
3 com.apple.CoreFoundation 0x00007fff91a2537b __CFRunLoopRun + 1371
4 com.apple.CoreFoundation 0x00007fff91a24bd8 CFRunLoopRunSpecific + 296
5 com.apple.Foundation 0x00007fff9304fd78 -[NSConcreteTask waitUntilExit] + 205
6 com.github.ygini.hitp.ScriptedItem 0x000000010767ede5 0x10767d000 + 7653
7 libdispatch.dylib 0x00007fff91ec9700 _dispatch_call_block_and_release + 12
8 libdispatch.dylib 0x00007fff91ec5e73 _dispatch_client_callout + 8
9 libdispatch.dylib 0x00007fff91ec8dc7 _dispatch_root_queue_drain + 935
10 libdispatch.dylib 0x00007fff91ec8a1c _dispatch_worker_thread3 + 91
11 libsystem_pthread.dylib 0x00007fff9143fa9d _pthread_wqthread + 729
12 libsystem_pthread.dylib 0x00007fff9143d3dd start_wqthread + 13
Thread 6:
0 libsystem_kernel.dylib 0x00007fff929b84de mach_msg_trap + 10
1 libsystem_kernel.dylib 0x00007fff929b764f mach_msg + 55
2 com.apple.CoreFoundation 0x00007fff91a25eb4 __CFRunLoopServiceMachPort + 212
3 com.apple.CoreFoundation 0x00007fff91a2537b __CFRunLoopRun + 1371
4 com.apple.CoreFoundation 0x00007fff91a24bd8 CFRunLoopRunSpecific + 296
5 com.apple.AppKit 0x00007fff8e5c556b _NSEventThread + 137
6 libsystem_pthread.dylib 0x00007fff9144005a _pthread_body + 131
7 libsystem_pthread.dylib 0x00007fff9143ffd7 _pthread_start + 176
8 libsystem_pthread.dylib 0x00007fff9143d3ed thread_start + 13
Thread 7:
0 libsystem_kernel.dylib 0x00007fff929bd94a __workq_kernreturn + 10
1 libsystem_pthread.dylib 0x00007fff9143d3dd start_wqthread + 13
Thread 8:: Dispatch queue: com.apple.root.background-qos
0 libsystem_kernel.dylib 0x00007fff929b84de mach_msg_trap + 10
1 libsystem_kernel.dylib 0x00007fff929b764f mach_msg + 55
2 com.apple.CoreFoundation 0x00007fff91a25eb4 __CFRunLoopServiceMachPort + 212
3 com.apple.CoreFoundation 0x00007fff91a2537b __CFRunLoopRun + 1371
4 com.apple.CoreFoundation 0x00007fff91a24bd8 CFRunLoopRunSpecific + 296
5 com.apple.Foundation 0x00007fff9304fd78 -[NSConcreteTask waitUntilExit] + 205
6 com.github.ygini.hitp.ScriptedItem 0x000000010767ede5 0x10767d000 + 7653
7 libdispatch.dylib 0x00007fff91ec9700 _dispatch_call_block_and_release + 12
8 libdispatch.dylib 0x00007fff91ec5e73 _dispatch_client_callout + 8
9 libdispatch.dylib 0x00007fff91ec8dc7 _dispatch_root_queue_drain + 935
10 libdispatch.dylib 0x00007fff91ec8a1c _dispatch_worker_thread3 + 91
11 libsystem_pthread.dylib 0x00007fff9143fa9d _pthread_wqthread + 729
12 libsystem_pthread.dylib 0x00007fff9143d3dd start_wqthread + 13
Thread 9 Crashed:: Dispatch queue: com.apple.root.background-qos
0 libsystem_kernel.dylib 0x00007fff929bd286 __pthread_kill + 10
1 libsystem_c.dylib 0x00007fff8b07f9ab abort + 129
2 libc++abi.dylib 0x00007fff8cdaba21 abort_message + 257
3 libc++abi.dylib 0x00007fff8cdd39d1 default_terminate_handler() + 267
4 libobjc.A.dylib 0x00007fff87ced7d6 _objc_terminate() + 103
5 libc++abi.dylib 0x00007fff8cdd10a1 std::__terminate(void (*)()) + 8
6 libc++abi.dylib 0x00007fff8cdd1113 std::terminate() + 51
7 libobjc.A.dylib 0x00007fff87ced5ff objc_terminate + 9
8 libdispatch.dylib 0x00007fff91ec5e87 _dispatch_client_callout + 28
9 libdispatch.dylib 0x00007fff91ec8dc7 _dispatch_root_queue_drain + 935
10 libdispatch.dylib 0x00007fff91ec8a1c _dispatch_worker_thread3 + 91
11 libsystem_pthread.dylib 0x00007fff9143fa9d _pthread_wqthread + 729
12 libsystem_pthread.dylib 0x00007fff9143d3dd start_wqthread + 13
Thread 10:
0 libsystem_kernel.dylib 0x00007fff929bd94a __workq_kernreturn + 10
1 libsystem_pthread.dylib 0x00007fff9143d3dd start_wqthread + 13
Thread 11:
0 libsystem_kernel.dylib 0x00007fff929bd94a __workq_kernreturn + 10
1 libsystem_pthread.dylib 0x00007fff9143d3dd start_wqthread + 13
Thread 12:
0 libsystem_kernel.dylib 0x00007fff929bd94a __workq_kernreturn + 10
1 libsystem_pthread.dylib 0x00007fff9143d3dd start_wqthread + 13
Thread 13:
0 libsystem_kernel.dylib 0x00007fff929bd94a __workq_kernreturn + 10
1 libsystem_pthread.dylib 0x00007fff9143d3dd start_wqthread + 13
Thread 14:
0 libsystem_kernel.dylib 0x00007fff929bd94a __workq_kernreturn + 10
1 libsystem_pthread.dylib 0x00007fff9143d3dd start_wqthread + 13
Thread 15:
0 libsystem_kernel.dylib 0x00007fff929bd94a __workq_kernreturn + 10
1 libsystem_pthread.dylib 0x00007fff9143d3dd start_wqthread + 13
Thread 16:
0 libsystem_kernel.dylib 0x00007fff929bd94a __workq_kernreturn + 10
1 libsystem_pthread.dylib 0x00007fff9143d3dd start_wqthread + 13
Thread 17:
0 libsystem_kernel.dylib 0x00007fff929bd94a __workq_kernreturn + 10
1 libsystem_pthread.dylib 0x00007fff9143d3dd start_wqthread + 13
Thread 18:: com.apple.NSURLConnectionLoader
0 libsystem_kernel.dylib 0x00007fff929b84de mach_msg_trap + 10
1 libsystem_kernel.dylib 0x00007fff929b764f mach_msg + 55
2 com.apple.CoreFoundation 0x00007fff91a25eb4 __CFRunLoopServiceMachPort + 212
3 com.apple.CoreFoundation 0x00007fff91a2537b __CFRunLoopRun + 1371
4 com.apple.CoreFoundation 0x00007fff91a24bd8 CFRunLoopRunSpecific + 296
5 com.apple.CFNetwork 0x00007fff94a22420 +[NSURLConnection(Loader) _resourceLoadLoop:] + 434
6 com.apple.Foundation 0x00007fff93066e92 __NSThread__main__ + 1345
7 libsystem_pthread.dylib 0x00007fff9144005a _pthread_body + 131
8 libsystem_pthread.dylib 0x00007fff9143ffd7 _pthread_start + 176
9 libsystem_pthread.dylib 0x00007fff9143d3ed thread_start + 13
Thread 19:: com.apple.CFSocket.private
0 libsystem_kernel.dylib 0x00007fff929bd3fa __select + 10
1 libsystem_pthread.dylib 0x00007fff9144005a _pthread_body + 131
2 libsystem_pthread.dylib 0x00007fff9143ffd7 _pthread_start + 176
3 libsystem_pthread.dylib 0x00007fff9143d3ed thread_start + 13
Thread 9 crashed with X86 Thread State (64-bit):
rax: 0x0000000000000000 rbx: 0x0000000000000006 rcx: 0x0000000107810868 rdx: 0x0000000000000000
rdi: 0x0000000000007803 rsi: 0x0000000000000006 rbp: 0x0000000107810890 rsp: 0x0000000107810868
r8: 0x6e6f697470656378 r9: 0x00007fff8b0a9d70 r10: 0x000000000c000000 r11: 0x0000000000000206
r12: 0x00000001078109f0 r13: 0x00007fff79058980 r14: 0x0000000107811000 r15: 0x00000001078108d0
rip: 0x00007fff929bd286 rfl: 0x0000000000000206 cr2: 0x00007fff77f92fd8
Logical CPU: 0
Error Code: 0x02000148
Trap Number: 133
Binary Images:
0x102ccb000 - 0x102cd5fff +com.github.ygini.Hello-IT (1.2.2 - 98) <6FDBEE0B-431D-3CF7-994C-D052B82A9C81> /Applications/Utilities/Hello IT.app/Contents/MacOS/Hello IT
0x1073d2000 - 0x1073d6fff +com.github.ygini.hitp.SubMenu (1.0 - 1) <9D177EF4-0109-3A0A-A47E-04D8006E0C5C> /Applications/Utilities/Hello IT.app/Contents/PlugIns/SubMenu.hitp/Contents/MacOS/SubMenu
0x1073dd000 - 0x1073e1ff3 +com.github.ygini.HITDevKit (1.0 - 1) <5355A91E-7D52-3903-AB94-27EFF2889DC9> /Applications/Utilities/Hello IT.app/Contents/Frameworks/HITDevKit.framework/Versions/A/HITDevKit
0x107662000 - 0x107665fff +com.github.ygini.hitp.Title (1.0 - 1) <3E1E6477-4D17-3084-8BA5-DA1DD3F6594A> /Applications/Utilities/Hello IT.app/Contents/PlugIns/Title.hitp/Contents/MacOS/Title
0x10766b000 - 0x10766efff +com.github.ygini.hitp.OpenResource (1.0 - 1) <73314D6D-C24D-344E-8EFD-61BF544267C7> /Applications/Utilities/Hello IT.app/Contents/PlugIns/OpenResource.hitp/Contents/MacOS/OpenResource
0x107674000 - 0x107677fff +com.github.ygini.hitp.Separator (1.0 - 1) <32B5275E-C98B-3E54-B7D1-46366021A57C> /Applications/Utilities/Hello IT.app/Contents/PlugIns/Separator.hitp/Contents/MacOS/Separator
0x10767d000 - 0x107682ffb +com.github.ygini.hitp.ScriptedItem (1.1 - 1) <359B3A25-6952-379B-AEBA-0328076F1AF0> /Applications/Utilities/Hello IT.app/Contents/PlugIns/ScriptedItem.hitp/Contents/MacOS/ScriptedItem
0x107813000 - 0x107817ffb +com.github.ygini.hitp.OpenApplication (1.1 - 1) <6D0B97DA-5AA6-33C3-ACB2-5708303693BA> /Applications/Utilities/Hello IT.app/Contents/PlugIns/OpenApplication.hitp/Contents/MacOS/OpenApplication
0x10781e000 - 0x107822ffb +com.github.ygini.hitp.TestHTTP (1.0 - 1) <D7A6F3BB-E0D5-34BB-8F99-B8C2BAFA1DCD> /Applications/Utilities/Hello IT.app/Contents/PlugIns/TestHTTP.hitp/Contents/MacOS/TestHTTP
0x107829000 - 0x10782cffb +com.github.ygini.hitp.Quit (1.0 - 1) <7538809B-F4FB-3E72-8F03-EA9D54145147> /Applications/Utilities/Hello IT.app/Contents/PlugIns/Quit.hitp/Contents/MacOS/Quit
0x7fff6e201000 - 0x7fff6e23792f dyld (353.2.4) <708E385E-50C6-32A3-983C-42E97BEE4346> /usr/lib/dyld
0x7fff87722000 - 0x7fff87776fff libc++.1.dylib (120) <1B9530FD-989B-3174-BB1C-BDC159501710> /usr/lib/libc++.1.dylib
0x7fff87781000 - 0x7fff87ab4ff7 libmecabra.dylib (666.7) <0ED8AE5E-7A5B-34A6-A2EE-2B852E60E1E2> /usr/lib/libmecabra.dylib
0x7fff87b60000 - 0x7fff87b64ff7 libGIF.dylib (1241) <1CC40F8E-EEE3-3F0D-B323-0E9524B38B8A> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib
0x7fff87b9b000 - 0x7fff87caaff3 com.apple.desktopservices (1.9.3 - 1.9.3) <FEE11342-5BC4-37A7-8169-DA48BE17B9C9> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopServicesPriv
0x7fff87cdb000 - 0x7fff87ed546f libobjc.A.dylib (647) <759E155D-BC42-3D4E-869B-6F57D477177C> /usr/lib/libobjc.A.dylib
0x7fff87ed6000 - 0x7fff88086ff3 com.apple.QuartzCore (1.10 - 361.19) <E59000AA-DC30-3F73-A103-0240576C9556> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
0x7fff880a7000 - 0x7fff8813dff7 com.apple.cloudkit.CloudKit (283.67.4 - 283.67.4) <EA6E4B2C-A3AA-3636-B9C3-F61D3EFFB82B> /System/Library/Frameworks/CloudKit.framework/Versions/A/CloudKit
0x7fff8814a000 - 0x7fff8815aff7 libbsm.0.dylib (34) <A3A2E56C-2B65-37C7-B43A-A1F926E1A0BB> /usr/lib/libbsm.0.dylib
0x7fff88591000 - 0x7fff8859eff7 com.apple.SpeechRecognitionCore (2.1.2 - 2.1.2) <551322E2-C1E4-3378-A218-F362985E3E3C> /System/Library/PrivateFrameworks/SpeechRecognitionCore.framework/Versions/A/SpeechRecognitionCore
0x7fff887e5000 - 0x7fff8891ffff com.apple.ImageIO.framework (3.3.0 - 1241) <4E4655E4-B52D-3393-819F-13A6766C3E82> /System/Library/Frameworks/ImageIO.framework/Versions/A/ImageIO
0x7fff88924000 - 0x7fff88924fff com.apple.CoreServices (62 - 62) <C69DA8A7-B536-34BF-A93F-1C170E2C6D58> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
0x7fff88925000 - 0x7fff88ba4ff7 com.apple.CoreData (111 - 526.3) <5A27E0D8-5E5A-335B-B3F6-2601C7B976FA> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
0x7fff88bdf000 - 0x7fff88be3fff libCoreVMClient.dylib (79.1) <201EF6DF-5074-3CB7-A361-398CF957A264> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClient.dylib
0x7fff88be4000 - 0x7fff88be9fff libsystem_stats.dylib (163.30.2) <6CD42621-C376-3E97-ACDE-0B98D5F961EA> /usr/lib/system/libsystem_stats.dylib
0x7fff89bc2000 - 0x7fff89bdfffb libresolv.9.dylib (57) <26B38E61-298A-3C3A-82C1-3B5E98AD5E29> /usr/lib/libresolv.9.dylib
0x7fff89d3e000 - 0x7fff89d43fff com.apple.DiskArbitration (2.6 - 2.6) <0DFF4D9B-2AC3-3B82-B5C5-30F4EFBD2DB9> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
0x7fff89d44000 - 0x7fff89d51fff libxar.1.dylib (255) <7CD69BB5-97BA-3858-8A8B-2F33F129E6E7> /usr/lib/libxar.1.dylib
0x7fff89da4000 - 0x7fff89daafff com.apple.speech.recognition.framework (5.0.9 - 5.0.9) <BB2D573F-0A01-379F-A2BA-3C454EDCB111> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecognition.framework/Versions/A/SpeechRecognition
0x7fff89e5e000 - 0x7fff89efcfff com.apple.Metadata (10.7.0 - 917.36) <00C4CB5D-E723-3612-84E0-439098392CDD> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Metadata
0x7fff8a32d000 - 0x7fff8a648fcf com.apple.vImage (8.0 - 8.0) <1183FE6A-FDB6-3B3B-928D-50C7909F2308> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/vImage
0x7fff8a78e000 - 0x7fff8aa93ff3 com.apple.HIToolbox (2.1.1 - 758.7) <B1188DED-5E71-3AB4-9E57-67F84C116ECE> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox
0x7fff8aabf000 - 0x7fff8abeffff com.apple.UIFoundation (1.0 - 1) <466BDFA8-0B9F-3AB0-989D-F9779422926A> /System/Library/PrivateFrameworks/UIFoundation.framework/Versions/A/UIFoundation
0x7fff8ac56000 - 0x7fff8ac56fff com.apple.ApplicationServices (48 - 48) <5BF7910B-C328-3BF8-BA4F-CE52B574CE01> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices
0x7fff8ac57000 - 0x7fff8ac71ff7 libextension.dylib (55.2) <3BB019CA-199A-36AC-AA22-14B562138545> /usr/lib/libextension.dylib
0x7fff8ac72000 - 0x7fff8ad64fff libxml2.2.dylib (26.8) <77B9C30D-8907-3EE5-8854-DA11F546E457> /usr/lib/libxml2.2.dylib
0x7fff8ad65000 - 0x7fff8ae14fe7 libvMisc.dylib (516) <6739E390-46E7-3BFA-9B69-B278562326E6> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvMisc.dylib
0x7fff8ae15000 - 0x7fff8ae17fff libsystem_configuration.dylib (699.40.2) <56F94DCE-DBDE-3615-8F07-DE6270D9F8BE> /usr/lib/system/libsystem_configuration.dylib
0x7fff8ae18000 - 0x7fff8ae1bfff com.apple.IOSurface (97.4 - 97.4) <AE11CFBC-4D46-30F3-BEEC-4C8131079391> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
0x7fff8ae1c000 - 0x7fff8ae26ff7 com.apple.NetAuth (5.2 - 5.2) <2BBD749A-8E18-35B8-8E48-A90347C1CCA7> /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth
0x7fff8ae27000 - 0x7fff8ae82fe7 libTIFF.dylib (1241) <49141ADF-D869-3E2E-8965-7661029FD44A> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib
0x7fff8afb2000 - 0x7fff8b021fff com.apple.SearchKit (1.4.0 - 1.4.0) <80883BD1-C9BA-3794-A20E-476F94DD89A9> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framework/Versions/A/SearchKit
0x7fff8b022000 - 0x7fff8b0aefff libsystem_c.dylib (1044.40.2) <69158EFA-8270-30A1-BA02-4F74A4498147> /usr/lib/system/libsystem_c.dylib
0x7fff8b221000 - 0x7fff8b232ff3 libsystem_coretls.dylib (35.40.1) <155DA0A9-2046-332E-BFA3-D7974A51F731> /usr/lib/system/libsystem_coretls.dylib
0x7fff8b306000 - 0x7fff8b337ff7 com.apple.ProtectedCloudStorage (1.0 - 1) <9D76F2E0-C28A-3DBC-A91F-E87888D46BF0> /System/Library/PrivateFrameworks/ProtectedCloudStorage.framework/Versions/A/ProtectedCloudStorage
0x7fff8b338000 - 0x7fff8b353ff7 libCRFSuite.dylib (34) <D64842BE-7BD4-3D0C-9842-1D202F7C2A51> /usr/lib/libCRFSuite.dylib
0x7fff8b36c000 - 0x7fff8b39cfff libsystem_m.dylib (3086.1) <1E12AB45-6D96-36D0-A226-F24D9FB0D9D6> /usr/lib/system/libsystem_m.dylib
0x7fff8b39d000 - 0x7fff8b4e3fef libsqlite3.dylib (168.2) <53F6A294-15D7-3804-9ABF-47D35E15CDFB> /usr/lib/libsqlite3.dylib
0x7fff8b559000 - 0x7fff8b564ff7 libkxld.dylib (2782.50.3) <D0801DA2-9A43-3CA6-81A0-C5AD85BB2191> /usr/lib/system/libkxld.dylib
0x7fff8b585000 - 0x7fff8b713fff libBLAS.dylib (1128) <497912C1-A98E-3281-BED7-E9C751552F61> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib
0x7fff8bb6e000 - 0x7fff8bb77fff libGFXShared.dylib (11.1.6) <CB24B5DA-CB17-3A0B-94E1-5A58DADC3FBD> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.dylib
0x7fff8bc25000 - 0x7fff8bc97fff com.apple.framework.IOKit (2.0.2 - 1050.20.2) <09C0518C-90DF-3FC3-96D6-34D35F72C8EF> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
0x7fff8bc98000 - 0x7fff8bd2dff7 com.apple.ColorSync (4.9.0 - 4.9.0) <9150C2B7-2E6E-3509-96EA-7B3F959F049E> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSync.framework/Versions/A/ColorSync
0x7fff8bd94000 - 0x7fff8bd95ffb libremovefile.dylib (35) <3485B5F4-6CE8-3C62-8DFD-8736ED6E8531> /usr/lib/system/libremovefile.dylib
0x7fff8bd96000 - 0x7fff8bd96fff com.apple.audio.units.AudioUnit (1.12 - 1.12) <E5335492-7EFE-31EA-BE72-4A9CEE68D58E> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
0x7fff8c7e7000 - 0x7fff8c7f2fff libcommonCrypto.dylib (60061.30.1) <E789748D-F9A7-3CFF-B317-90DF348B1E95> /usr/lib/system/libcommonCrypto.dylib
0x7fff8c7f3000 - 0x7fff8ca72ffb com.apple.RawCamera.bundle (6.06 - 819) <EDA3D142-24EC-3661-87EB-B35F8E858A9D> /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera
0x7fff8ca76000 - 0x7fff8cae2ff3 com.apple.MMCS (1.3 - 327.5) <FC998246-ED60-334D-9E94-453F35EF9C78> /System/Library/PrivateFrameworks/MMCS.framework/Versions/A/MMCS
0x7fff8caff000 - 0x7fff8cb28ffb libxslt.1.dylib (13.10) <E605CE87-3BC7-38ED-99A4-F218044B6B25> /usr/lib/libxslt.1.dylib
0x7fff8cb42000 - 0x7fff8cbd6fff com.apple.ink.framework (10.9 - 213) <8E029630-1530-3734-A446-13353F0E7AC5> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework/Versions/A/Ink
0x7fff8cbd7000 - 0x7fff8cbddff7 libsystem_networkextension.dylib (167.40.3) <BA58B30B-8377-3B0A-8AE3-4F84021D9D4E> /usr/lib/system/libsystem_networkextension.dylib
0x7fff8cbde000 - 0x7fff8cc4cff3 com.apple.Heimdal (4.0 - 2.0) <8D1667CF-D454-3E07-A58E-E15591B5A95E> /System/Library/PrivateFrameworks/Heimdal.framework/Versions/A/Heimdal
0x7fff8cc4d000 - 0x7fff8cc7dff3 com.apple.GSS (4.0 - 2.0) <97F2A028-44CF-3188-B863-F4EEB39CBDBD> /System/Library/Frameworks/GSS.framework/Versions/A/GSS
0x7fff8cc7e000 - 0x7fff8cc9dfff com.apple.CoreDuet (1.0 - 1) <36AA9FD5-2685-314D-B364-3FA4688D86BD> /System/Library/PrivateFrameworks/CoreDuet.framework/Versions/A/CoreDuet
0x7fff8cc9e000 - 0x7fff8ccd9fff com.apple.QD (301 - 301) <C4D2AD03-B839-350A-AAF0-B4A08F8BED77> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framework/Versions/A/QD
0x7fff8ccdf000 - 0x7fff8cd0cfff com.apple.CoreVideo (1.8 - 145.1) <18DB07E0-B927-3260-A234-636F298D1917> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
0x7fff8cd0d000 - 0x7fff8cd0dfff libOpenScriptingUtil.dylib (162.2) <D6A2216D-ADB2-3F24-AD30-F6D00829F545> /usr/lib/libOpenScriptingUtil.dylib
0x7fff8cd28000 - 0x7fff8cd2afff libRadiance.dylib (1241) <E8EF4CEB-0A48-3472-927C-F0131174E38C> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.dylib
0x7fff8cd69000 - 0x7fff8cd6effb libheimdal-asn1.dylib (398.40.1) <7D2BE3DE-60F7-3A6E-A92E-DA0EF9D3417E> /usr/lib/libheimdal-asn1.dylib
0x7fff8cd6f000 - 0x7fff8cdaafff com.apple.Symbolication (1.4 - 56045) <D64571B1-4483-3FE2-BD67-A91360F79727> /System/Library/PrivateFrameworks/Symbolication.framework/Versions/A/Symbolication
0x7fff8cdab000 - 0x7fff8cdd6fff libc++abi.dylib (125) <88A22A0F-87C6-3002-BFBA-AC0F2808B8B9> /usr/lib/libc++abi.dylib
0x7fff8cdd7000 - 0x7fff8cddeff7 libcompiler_rt.dylib (35) <BF8FC133-EE10-3DA6-9B90-92039E28678F> /usr/lib/system/libcompiler_rt.dylib
0x7fff8cddf000 - 0x7fff8ce25ff7 libFontRegistry.dylib (134.1) <CE41D8C2-BEED-345C-BC4F-3775CC06C672> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontRegistry.dylib
0x7fff8ce26000 - 0x7fff8ce4efff libsystem_info.dylib (459.40.1) <2E16C4B3-A327-3957-9C41-143911979A1E> /usr/lib/system/libsystem_info.dylib
0x7fff8ce7d000 - 0x7fff8cea1fef libJPEG.dylib (1241) <F2722E6B-2E81-3BC4-8483-A885187AFACE> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib
0x7fff8cea2000 - 0x7fff8cef3fff com.apple.audio.CoreAudio (4.3.0 - 4.3.0) <8E6AE326-9F3E-3182-BD9E-FDF561211E2E> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
0x7fff8cefa000 - 0x7fff8cf99e27 com.apple.AppleJPEG (1.0 - 1) <6627DDD9-A8FE-3968-B23A-B6A29AA3919A> /System/Library/PrivateFrameworks/AppleJPEG.framework/Versions/A/AppleJPEG
0x7fff8cf9a000 - 0x7fff8cfe9ff7 com.apple.opencl (2.4.2 - 2.4.2) <D1223A7D-419F-36E9-9BDF-55C03167C6CA> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
0x7fff8d0e2000 - 0x7fff8d0fcff7 com.apple.Kerberos (3.0 - 1) <7760E0C2-A222-3709-B2A6-B692D900CEB1> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
0x7fff8d0fd000 - 0x7fff8d113ff7 libsystem_asl.dylib (267) <F153AC5B-0542-356E-88C8-20A62CA704E2> /usr/lib/system/libsystem_asl.dylib
0x7fff8d114000 - 0x7fff8d117fff com.apple.xpc.ServiceManagement (1.0 - 1) <A95A15CD-3B21-3513-AFF8-1D7DE3DBFA12> /System/Library/Frameworks/ServiceManagement.framework/Versions/A/ServiceManagement
0x7fff8d1eb000 - 0x7fff8d216ff7 com.apple.DictionaryServices (1.2 - 229.1) <62EC3E1B-5A28-3252-90FF-C2E9999C2A2A> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryServices.framework/Versions/A/DictionaryServices
0x7fff8d2f5000 - 0x7fff8d2fdff3 com.apple.CoreServices.FSEvents (1210.20.1 - 1210.20.1) <84F79D3E-7B5E-3C93-8479-35794A3F125E> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/FSEvents.framework/Versions/A/FSEvents
0x7fff8d302000 - 0x7fff8d37aff7 com.apple.SystemConfiguration (1.14.4 - 1.14) <3DFFD7F7-BD23-3F4C-A209-C4A0D99F6573> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration
0x7fff8d548000 - 0x7fff8d564ff7 libsystem_malloc.dylib (53.30.1) <DDA8928B-CC0D-3255-BD8A-3FEA0982B890> /usr/lib/system/libsystem_malloc.dylib
0x7fff8d909000 - 0x7fff8d909ff7 liblaunch.dylib (559.40.1) <4F81CA3A-D2CE-3030-A89D-42F3DAD7BA8F> /usr/lib/system/liblaunch.dylib
0x7fff8d90a000 - 0x7fff8d913ff7 libsystem_notify.dylib (133.1.1) <61147800-F320-3DAA-850C-BADF33855F29> /usr/lib/system/libsystem_notify.dylib
0x7fff8da3b000 - 0x7fff8da3cfff liblangid.dylib (117) <B54A4AA0-2E53-3671-90F5-AFF711C0EB9E> /usr/lib/liblangid.dylib
0x7fff8da3d000 - 0x7fff8da3efff libDiagnosticMessagesClient.dylib (100) <2EE8E436-5CDC-34C5-9959-5BA218D507FB> /usr/lib/libDiagnosticMessagesClient.dylib
0x7fff8da71000 - 0x7fff8da82fff libcmph.dylib (1) <46EC3997-DB5E-38AE-BBBB-A035A54AD3C0> /usr/lib/libcmph.dylib
0x7fff8db2b000 - 0x7fff8db45ff3 com.apple.Ubiquity (1.3 - 313) <DF56A657-CC6E-3BE2-86A0-71F07127724C> /System/Library/PrivateFrameworks/Ubiquity.framework/Versions/A/Ubiquity
0x7fff8db48000 - 0x7fff8db4bffb libCGXType.A.dylib (788.3.3) <A8FBCF21-3266-37CE-BBFB-28A036ED83C6> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGXType.A.dylib
0x7fff8dd15000 - 0x7fff8dd30fff com.apple.AppleVPAFramework (1.4.5 - 1.4.5) <B21714FD-3F2E-36D8-996E-EC74676F933F> /System/Library/PrivateFrameworks/AppleVPA.framework/Versions/A/AppleVPA
0x7fff8dd31000 - 0x7fff8dd33fff com.apple.loginsupport (1.0 - 1) <DAAD7013-A19D-3858-BFF7-DE1DAF664401> /System/Library/PrivateFrameworks/login.framework/Versions/A/Frameworks/loginsupport.framework/Versions/A/loginsupport
0x7fff8dd3d000 - 0x7fff8de2fff7 libiconv.2.dylib (42) <2A06D02F-8B76-3864-8D96-64EF5B40BC6C> /usr/lib/libiconv.2.dylib
0x7fff8de39000 - 0x7fff8e13bffb com.apple.GeoServices (1.0 - 1077.0.18) <2BBF8B44-DD46-3432-8C84-6D6AA004C233> /System/Library/PrivateFrameworks/GeoServices.framework/Versions/A/GeoServices
0x7fff8e1aa000 - 0x7fff8e21bffb com.apple.ApplicationServices.ATS (360 - 375.4) <888FE0B1-835C-30B1-80AD-5066CADB0364> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/ATS
0x7fff8e2c3000 - 0x7fff8e2e7ff7 com.apple.Sharing (328.17 - 328.17) <AD5E243A-B79F-3D7B-800B-A2C99A1CFEF1> /System/Library/PrivateFrameworks/Sharing.framework/Versions/A/Sharing
0x7fff8e2e8000 - 0x7fff8e2ebff7 libdyld.dylib (353.2.4) <224F35C5-6E35-3EC4-A97C-80949CE444E7> /usr/lib/system/libdyld.dylib
0x7fff8e2ed000 - 0x7fff8e2efff7 libsystem_coreservices.dylib (9) <41B7C578-5A53-31C8-A96F-C73E030B0938> /usr/lib/system/libsystem_coreservices.dylib
0x7fff8e2f0000 - 0x7fff8e309ff7 com.apple.CFOpenDirectory (10.10 - 187) <F1805A0F-D5CC-35A8-9349-042D58D128B0> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpenDirectory.framework/Versions/A/CFOpenDirectory
0x7fff8e46c000 - 0x7fff8efedff7 com.apple.AppKit (6.9 - 1348.17) <E485D56D-3E72-34B7-99BB-BFDEE2D07BF5> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
0x7fff8efee000 - 0x7fff8efefff7 libsystem_blocks.dylib (65) <9615D10A-FCA7-3BE4-AA1A-1B195DACE1A1> /usr/lib/system/libsystem_blocks.dylib
0x7fff8f0e1000 - 0x7fff8f127ff7 libauto.dylib (186) <A260789B-D4D8-316A-9490-254767B8A5F1> /usr/lib/libauto.dylib
0x7fff8f128000 - 0x7fff8f12cfff com.apple.TCC (1.0 - 1) <CCA42EE2-3400-3444-9486-BC454E60D944> /System/Library/PrivateFrameworks/TCC.framework/Versions/A/TCC
0x7fff8f15c000 - 0x7fff8f58cfff com.apple.vision.FaceCore (3.1.6 - 3.1.6) <C3B823AA-C261-37D3-B4AC-C59CE91C8241> /System/Library/PrivateFrameworks/FaceCore.framework/Versions/A/FaceCore
0x7fff8f5cf000 - 0x7fff8f648fe7 libcorecrypto.dylib (233.30.1) <5779FFA0-4D9A-3AD4-B7F2-618227621DC8> /usr/lib/system/libcorecrypto.dylib
0x7fff8f649000 - 0x7fff8f657ff7 com.apple.opengl (11.1.6 - 11.1.6) <DB9F2798-F31F-335E-90A9-992C3AA7ECA8> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
0x7fff8f66d000 - 0x7fff8f6f1fff com.apple.PerformanceAnalysis (1.0 - 1) <4E934EE0-5CC6-3D54-8FA2-5B8AE669D775> /System/Library/PrivateFrameworks/PerformanceAnalysis.framework/Versions/A/PerformanceAnalysis
0x7fff8f6f2000 - 0x7fff8f6fdfff libGL.dylib (11.1.6) <38B3FF9A-5660-3080-9DB8-1CAE0E8CD739> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
0x7fff8f6fe000 - 0x7fff8f74afff com.apple.corelocation (1486.17 - 1615.24) <8825B3E2-E053-3E01-AE31-793443962D06> /System/Library/Frameworks/CoreLocation.framework/Versions/A/CoreLocation
0x7fff8f74b000 - 0x7fff8ff8ffeb com.apple.CoreGraphics (1.600.0 - 788.3.3) <1E7396DA-50E4-3CE5-AD9B-2322284C57BC> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics
0x7fff8ffcd000 - 0x7fff90134ffb com.apple.audio.toolbox.AudioToolbox (1.12 - 1.12) <5678FC94-456A-3F5F-BA9A-10EB6E462997> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
0x7fff90683000 - 0x7fff90695ff7 com.apple.CoreDuetDaemonProtocol (1.0 - 1) <CE9FABB4-1C5D-3F9B-9BB8-5CC50C3E5E31> /System/Library/PrivateFrameworks/CoreDuetDaemonProtocol.framework/Versions/A/CoreDuetDaemonProtocol
0x7fff91011000 - 0x7fff9104bffb com.apple.DebugSymbols (115 - 115) <6F03761D-7C3A-3C80-8031-AA1C1AD7C706> /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbols
0x7fff910bc000 - 0x7fff911e4ff7 com.apple.coreui (2.1 - 308.6) <9E0E9C6A-68F5-34C1-A17C-96226D401D4D> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
0x7fff911f1000 - 0x7fff9127aff7 com.apple.CoreSymbolication (3.1 - 57020.2) <FDAF88F6-7D11-37BC-B758-4B835FA657BA> /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSymbolication
0x7fff91410000 - 0x7fff9143bffb libarchive.2.dylib (30.50.1) <C140763F-5470-3302-B3E0-651B4B5930ED> /usr/lib/libarchive.2.dylib
0x7fff9143c000 - 0x7fff91445fff libsystem_pthread.dylib (105.40.1) <ACE90967-ECD0-3251-AEEB-461E3C6414F7> /usr/lib/system/libsystem_pthread.dylib
0x7fff915ef000 - 0x7fff91615fff com.apple.ChunkingLibrary (2.1 - 163.6) <29D4CB95-42EF-34C6-8182-BDB6F7BB1E79> /System/Library/PrivateFrameworks/ChunkingLibrary.framework/Versions/A/ChunkingLibrary
0x7fff91616000 - 0x7fff9161dff7 libCGCMS.A.dylib (788.3.3) <4E5F235E-DB39-3092-BB8E-71D25EA1D01A> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGCMS.A.dylib
0x7fff9161f000 - 0x7fff91895fff com.apple.security (7.0 - 57031.40.8) <FB238FFF-AA3B-3AB3-80F8-2DA8D2ADA15A> /System/Library/Frameworks/Security.framework/Versions/A/Security
0x7fff91896000 - 0x7fff918e3ff7 com.apple.print.framework.PrintCore (10.3 - 451.1) <DE992474-0841-38A1-B4F6-46D653E454D5> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore.framework/Versions/A/PrintCore
0x7fff918e4000 - 0x7fff9194bffb com.apple.datadetectorscore (6.0 - 396.1.2) <E5A147AE-66B5-3D31-A2E0-D3FAB8417E1F> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDetectorsCore
0x7fff919b3000 - 0x7fff91d4bff7 com.apple.CoreFoundation (6.9 - 1153.18) <5C0892B8-9691-341F-9279-CA3A74D59AA0> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
0x7fff91d4c000 - 0x7fff91d54fff libsystem_platform.dylib (63) <64E34079-D712-3D66-9CE2-418624A5C040> /usr/lib/system/libsystem_platform.dylib
0x7fff91d55000 - 0x7fff91dc1fff com.apple.framework.CoreWLAN (5.0 - 500.35.2) <03697149-1CDD-32FF-B564-1C1EF5E9E5C3> /System/Library/Frameworks/CoreWLAN.framework/Versions/A/CoreWLAN
0x7fff91dc2000 - 0x7fff91de7fff libPng.dylib (1241) <CE37D716-46EB-32BF-B13D-146E581B0E0C> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib
0x7fff91de8000 - 0x7fff91df7fff com.apple.LangAnalysis (1.7.0 - 1.7.0) <D1E527E4-C561-352F-9457-E8C50232793C> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LangAnalysis.framework/Versions/A/LangAnalysis
0x7fff91e2d000 - 0x7fff91e2efff libsystem_secinit.dylib (18) <581DAD0F-6B63-3A48-B63B-917AF799ABAA> /usr/lib/system/libsystem_secinit.dylib
0x7fff91ec4000 - 0x7fff91eeeff7 libdispatch.dylib (442.50.1) <A61E703C-784A-3698-B513-75DD12AAD6DC> /usr/lib/system/libdispatch.dylib
0x7fff91eef000 - 0x7fff91eefff7 libkeymgr.dylib (28) <77845842-DE70-3CC5-BD01-C3D14227CED5> /usr/lib/system/libkeymgr.dylib
0x7fff91f12000 - 0x7fff91f29ff7 libLinearAlgebra.dylib (1128) <E78CCBAA-A999-3B65-8EC9-06DB15E67C37> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLinearAlgebra.dylib
0x7fff921f7000 - 0x7fff92204ff3 com.apple.ProtocolBuffer (1 - 228.0.1) <3429EB06-9F0E-355F-B9AB-F72879177398> /System/Library/PrivateFrameworks/ProtocolBuffer.framework/Versions/A/ProtocolBuffer
0x7fff92205000 - 0x7fff92279ffb com.apple.securityfoundation (6.0 - 55126) <344401F5-4016-3AEB-BFDC-CE8E5546D39F> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoundation
0x7fff9227a000 - 0x7fff922c6ff7 libcups.2.dylib (408.2) <E8AD18F9-61E4-3791-B840-504468C25556> /usr/lib/libcups.2.dylib
0x7fff922c7000 - 0x7fff92312ff7 com.apple.CloudDocs (1.0 - 321.10) <A8221290-A2A5-3767-BB26-CC57AC18D4DC> /System/Library/PrivateFrameworks/CloudDocs.framework/Versions/A/CloudDocs
0x7fff923a2000 - 0x7fff924c6ff7 com.apple.LaunchServices (644.56 - 644.56) <20AABB1C-9319-3E4D-A024-51B0DD5FCD3B> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/LaunchServices
0x7fff92509000 - 0x7fff92514ff7 com.apple.CrashReporterSupport (10.10 - 631) <C44259AC-0A1C-3EC5-99AC-48CB520A709D> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/CrashReporterSupport
0x7fff92534000 - 0x7fff92554fff com.apple.IconServices (47.1 - 47.1) <E83DFE3B-6541-3736-96BB-26DC5D0100F1> /System/Library/PrivateFrameworks/IconServices.framework/Versions/A/IconServices
0x7fff92555000 - 0x7fff92824ff3 com.apple.CoreImage (10.3.5) <0224F5A6-636A-374B-B46C-13E066596725> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/CoreImage.framework/Versions/A/CoreImage
0x7fff92825000 - 0x7fff92827fff libCVMSPluginSupport.dylib (11.1.6) <F82BF8C4-12D3-3EAD-AEDE-533AC08AEB4A> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCVMSPluginSupport.dylib
0x7fff9286d000 - 0x7fff92875fff libsystem_dnssd.dylib (576.50.2) <9EC5AF92-D0D2-3BDE-92B6-D3730D3865C8> /usr/lib/system/libsystem_dnssd.dylib
0x7fff9298c000 - 0x7fff929a6ff7 liblzma.5.dylib (7) <1D03E875-A7C0-3028-814C-3C27F7B7C079> /usr/lib/liblzma.5.dylib
0x7fff929a7000 - 0x7fff929c4fff libsystem_kernel.dylib (2782.50.3) <64C4FFFD-8626-37C7-B480-414F52CF9ED2> /usr/lib/system/libsystem_kernel.dylib
0x7fff92b0e000 - 0x7fff92b75ff7 com.apple.framework.CoreWiFi (3.0 - 300.4) <19269C1D-EB29-384A-83F3-7DDDEB7D9DAD> /System/Library/PrivateFrameworks/CoreWiFi.framework/Versions/A/CoreWiFi
0x7fff92e1e000 - 0x7fff93003ff7 libicucore.A.dylib (531.50) <CAA7ACE0-4012-3A13-864D-2B56B4B072FD> /usr/lib/libicucore.A.dylib
0x7fff93005000 - 0x7fff93007fff com.apple.CoreDuetDebugLogging (1.0 - 1) <9A6E5710-EA99-366E-BF40-9A65EC1B46A1> /System/Library/PrivateFrameworks/CoreDuetDebugLogging.framework/Versions/A/CoreDuetDebugLogging
0x7fff93022000 - 0x7fff93027ff7 libmacho.dylib (862) <126CA2ED-DE91-308F-8881-B9DAEC3C63B6> /usr/lib/system/libmacho.dylib
0x7fff93028000 - 0x7fff93359fff com.apple.Foundation (6.9 - 1154) <49EE64E1-9F53-35D1-A481-2EFE2789B254> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
0x7fff9335a000 - 0x7fff9339aff7 libGLImage.dylib (11.1.6) <D6DDC014-2C74-34B3-970A-26F211FF76EF> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dylib
0x7fff9339b000 - 0x7fff933d3fff com.apple.RemoteViewServices (2.0 - 99) <C9A62691-B0D9-34B7-B71C-A48B5F4DC553> /System/Library/PrivateFrameworks/RemoteViewServices.framework/Versions/A/RemoteViewServices
0x7fff9355a000 - 0x7fff9366cff7 libvDSP.dylib (516) <151B3CCB-77D3-3715-A3D0-7C74CD5C7FFC> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvDSP.dylib
0x7fff9388f000 - 0x7fff93894ff7 libunwind.dylib (35.3) <BE7E51A0-B6EA-3A54-9CCA-9D88F683A6D6> /usr/lib/system/libunwind.dylib
0x7fff93895000 - 0x7fff9389cfff com.apple.NetFS (6.0 - 4.0) <C263C8F8-F284-3101-AC82-A97A81716063> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
0x7fff93955000 - 0x7fff93955fff com.apple.Accelerate (1.10 - Accelerate 1.10) <2C8AF258-4F11-3BEC-A826-22D7199B3975> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
0x7fff93a41000 - 0x7fff93b01ff7 com.apple.backup.framework (1.6.5 - 1.6.5) <86396038-33EA-3046-9F70-093A3D6407D4> /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup
0x7fff93b02000 - 0x7fff93b06fff libcache.dylib (69) <45E9A2E7-99C4-36B2-BEE3-0C4E11614AD1> /usr/lib/system/libcache.dylib
0x7fff93c3c000 - 0x7fff93c5dfff com.apple.framework.Apple80211 (10.3 - 1030.71.6) <C0A17391-5C8B-34B1-BD46-8D644AB57DE0> /System/Library/PrivateFrameworks/Apple80211.framework/Versions/A/Apple80211
0x7fff93c5e000 - 0x7fff93c67ff3 com.apple.CommonAuth (4.0 - 2.0) <9A484EE6-0003-3AB1-AE4F-AA543BBBF53F> /System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAuth
0x7fff93c68000 - 0x7fff93ca0fff libsystem_network.dylib (412.20.3) <6105C134-6722-3C0A-A4CE-5E1261E2E1CC> /usr/lib/system/libsystem_network.dylib
0x7fff93d66000 - 0x7fff93e08fff com.apple.Bluetooth (4.3.6 - 4.3.6f3) <16970DB9-B0F4-3987-B751-C8702110E950> /System/Library/Frameworks/IOBluetooth.framework/Versions/A/IOBluetooth
0x7fff93e09000 - 0x7fff93e1cff7 com.apple.CoreBluetooth (1.0 - 1) <8D7BA9BA-EB36-307A-9119-0B3D9732C953> /System/Library/Frameworks/CoreBluetooth.framework/Versions/A/CoreBluetooth
0x7fff93e1d000 - 0x7fff93e1ffff libquarantine.dylib (76.20.1) <7AF90041-2768-378A-925A-D83161863642> /usr/lib/system/libquarantine.dylib
0x7fff93eb4000 - 0x7fff93eb6fff libsystem_sandbox.dylib (358.20.5) <3F5E973F-C702-31AC-97BC-05F5C195683C> /usr/lib/system/libsystem_sandbox.dylib
0x7fff93eb7000 - 0x7fff93ec3fff com.apple.speech.synthesis.framework (5.3.11 - 5.3.11) <DFC7FD85-F1B0-317C-8513-722570CB8FB9> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynthesis.framework/Versions/A/SpeechSynthesis
0x7fff943ee000 - 0x7fff947fbff7 libLAPACK.dylib (1128) <F9201AE7-B031-36DB-BCF8-971E994EF7C1> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLAPACK.dylib
0x7fff9496d000 - 0x7fff94975ffb libcopyfile.dylib (118.1.2) <0C68D3A6-ACDD-3EF3-991A-CC82C32AB836> /usr/lib/system/libcopyfile.dylib
0x7fff949d0000 - 0x7fff949d0fff com.apple.Accelerate.vecLib (3.10 - vecLib 3.10) <9D749502-A228-3BF1-B52F-A182DEEB2C4D> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/vecLib
0x7fff949d6000 - 0x7fff949dafff libpam.2.dylib (20) <E805398D-9A92-31F8-8005-8DC188BD8B6E> /usr/lib/libpam.2.dylib
0x7fff94a19000 - 0x7fff94c29ff7 com.apple.CFNetwork (720.5.7 - 720.5.7) <A47D7DD2-5903-39D0-8D27-5A7E2D119D84> /System/Library/Frameworks/CFNetwork.framework/Versions/A/CFNetwork
0x7fff94c2a000 - 0x7fff94c4aff7 com.apple.MultitouchSupport.framework (264.6 - 264.6) <1539F1F6-6334-37F3-9C52-02EFFBF4835D> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/MultitouchSupport
0x7fff94c88000 - 0x7fff94d06fff com.apple.CoreServices.OSServices (640.4 - 640.4) <9D175CD9-B27F-3529-8269-66D8AA83582E> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framework/Versions/A/OSServices
0x7fff94d5b000 - 0x7fff94d67ff7 com.apple.OpenDirectory (10.10 - 187) <22FF4721-03D8-381B-AA83-2B07D690C777> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
0x7fff94df4000 - 0x7fff94df4ff7 libunc.dylib (29) <5676F7EA-C1DF-329F-B006-D2C3022B7D70> /usr/lib/system/libunc.dylib
0x7fff94df5000 - 0x7fff950dcffb com.apple.CoreServices.CarbonCore (1108.6 - 1108.6) <8953580E-7857-33B2-AA64-98296830D3A8> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/Versions/A/CarbonCore
0x7fff95779000 - 0x7fff957d3ff7 com.apple.LanguageModeling (1.0 - 1) <ACA93FE0-A0E3-333E-AE3C-8EB7DE5F362F> /System/Library/PrivateFrameworks/LanguageModeling.framework/Versions/A/LanguageModeling
0x7fff9583f000 - 0x7fff95933ff7 libFontParser.dylib (134.10) <6CF434A2-91CA-3477-BDE2-124508EDA05D> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontParser.dylib
0x7fff95e4d000 - 0x7fff95f3dfef libJP2.dylib (1241) <0E78EE26-EF4E-3B17-916D-696FE2361777> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJP2.dylib
0x7fff95f3e000 - 0x7fff95f3fff3 libSystem.B.dylib (1213) <2EB8A092-829F-3F63-B6F5-AF4FDB608476> /usr/lib/libSystem.B.dylib
0x7fff95f72000 - 0x7fff95fb3fff libGLU.dylib (11.1.6) <4BC6579D-A6D0-3A19-880E-E29FAEA698E7> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
0x7fff9604e000 - 0x7fff9605bff7 libbz2.1.0.dylib (36) <2DF83FBC-5C08-39E1-94F5-C28653791B5F> /usr/lib/libbz2.1.0.dylib
0x7fff9605c000 - 0x7fff96062fff libsystem_trace.dylib (72.20.1) <840F5301-B55A-3078-90B9-FEFFD6CD741A> /usr/lib/system/libsystem_trace.dylib
0x7fff96063000 - 0x7fff9608bfff libxpc.dylib (559.40.1) <5C829202-962E-3744-8B50-00D38CC88E84> /usr/lib/system/libxpc.dylib
0x7fff960bf000 - 0x7fff96109fff com.apple.HIServices (1.22 - 523) <99ADA325-53C8-368E-A5FA-3F913CD2245A> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices.framework/Versions/A/HIServices
0x7fff9610a000 - 0x7fff96132fff libRIP.A.dylib (788.3.3) <AAE534EA-35E7-3A67-80DA-765519E8A9BA> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
0x7fff96133000 - 0x7fff96144ff7 libz.1.dylib (55) <88C7C7DE-04B8-316F-8B74-ACD9F3DE1AA1> /usr/lib/libz.1.dylib
0x7fff969d3000 - 0x7fff969effff com.apple.GenerationalStorage (2.0 - 209.11) <9FF8DD11-25FB-3047-A5BF-9415339B3EEC> /System/Library/PrivateFrameworks/GenerationalStorage.framework/Versions/A/GenerationalStorage
0x7fff97081000 - 0x7fff970b0ff7 com.apple.CoreServicesInternal (221.7.2 - 221.7.2) <B93D4775-149C-3698-B38C-9C50673D455C> /System/Library/PrivateFrameworks/CoreServicesInternal.framework/Versions/A/CoreServicesInternal
0x7fff970be000 - 0x7fff971d7ffb com.apple.CoreText (454.11 - 454.11) <7E5228C8-8657-3B6C-B3A4-98B79A3041EA> /System/Library/Frameworks/CoreText.framework/Versions/A/CoreText
0x7fff971e1000 - 0x7fff97240fff com.apple.AE (681.5 - 681.7) <2BF39455-1CDD-392C-824A-9972C6B1FB57> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Versions/A/AE
External Modification Summary:
Calls made by other processes targeting this process:
task_for_pid: 2
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: 5209300
thread_create: 0
thread_set_state: 0
VM Region Summary:
ReadOnly portion of Libraries: Total=180.0M resident=91.5M(51%) swapped_out_or_unallocated=88.5M(49%)
Writable regions: Total=127.4M written=3124K(2%) resident=7216K(6%) swapped_out=16K(0%) unallocated=120.3M(94%)
REGION TYPE VIRTUAL
=========== =======
CG backing stores 8K
CG shared images 176K
Kernel Alloc Once 8K
MALLOC 91.0M
MALLOC (admin) 32K
MALLOC_LARGE (reserved) 2048K reserved VM address space (unallocated)
Memory Tag 242 12K
STACK GUARD 56.1M
Stack 17.2M
VM_ALLOCATE 17.1M
__DATA 15.2M
__IMAGE 528K
__LINKEDIT 71.0M
__TEXT 109.0M
__UNICODE 552K
mapped file 53.1M
shared memory 4K
=========== =======
TOTAL 432.9M
TOTAL, minus reserved VM space 430.9M
Thanks for the crash report. I will look at that ASAP.
In the mean time, I think it will be more appropriate to use the open ressource function for you case: https://github.com/ygini/Hello-IT/wiki/public.open.resource
Hi @the-herbivore
For what I see with my test, your problem is on the first line of your script:
#/bin/bash
should be
#!/bin/bash
(don't ask me why it work from the terminal directly, I've no idea)
Also, in the upcoming release this kind of error won't crash the app
Hi,
Loving this tool/framework, thanks.
So far I have it doing a bunch of useful things -
One thing I would like it to be able to do is to run the following script (or something similar) in order to enable clients to be able to launch/send an email directly from the tool -
which works fine as a stand alone script, but when I add it (the same way I have other scripts setup, which work), after a
killall cfprefsd
, the program crashes.Any thoughts on this? Are there better ways to enable clients to be able to email directly from Hello-IT?
Thanks in advance!