Issue with zenity shutting down script

Hi all,
I am running a script at a certain time, to check weather or not the computer must remain on or not, it use to work but for some reason it doesn't any more. And regardless which reply you give it it will shut down every time.
I would also like to improve it but do not know how to approach the issue within the same script easily, if by the time (22:45) the user wants to carry on working, then the script should sleep for 'x minutes'  then start again asking the question, any idea to do it easily without adding too many lines?
#!/bin/bash
current_epoch=$(date +%s)
target_epoch=$(date -d '22:45' +%s)
sleep_seconds=$(( $target_epoch - $current_epoch ))
sleep $sleep_seconds
zenity --question --timeout 10 --title="The computer has finish is work" \
--text="The computer has finish is work! \
Should the computer remain on?"
if [[ $? == 0 ]] ; then
zenity --info --text="Please do not forgot to power down the computer when finish!"
else
pkill cam2.sh & pkill desktop.sh & pkill ffmpeg &
sleep 5
procall=`pgrep -u $(whoami) -t tty1` #get all users proceses
procbas=`pgrep -u $(whoami) -t tty1 bash` #get the login bash pid
procxin=`pgrep -u $(whoami) -t tty1 xinit` #get the xinit pid
# nicely terminate all users processes except bash & xinit
for p in $procall; do
if [ "$p" != "$procbas" ] && [ "$p" != "$procxin" ]; then
kill -TERM $p
fi
done
sleep 2
# now KILL the processes that are still alive
for p in $procall; do
if [ "$p" != "$procbas" ] && [ "$p" != "$procxin" ]; then
kill -KILL $p
fi
done
sync
# and finally . . . . we shutdown via policykit/dbus
dbus-send --system --print-reply --dest="org.freedesktop.ConsoleKit" /org/freedesktop/ConsoleKit/Manager org.freedesktop.ConsoleKit.Manager.Stop
fi
the other issue is, if the user is connected passed the 22:45 at night  (so in between 22:46 and 23:59) the script will execute right away - instead of sleeping until the next 22:45 (next day)
Many thanks,
Looking forward for your replies,
Last edited by sweetthdevil (2011-10-23 01:33:10)

After a bit of testing I have reported a bug on the latest version of the package, the --timeoption when use always return a negative vibe.
Downgrading to the previous version fixed the issue.
https://bugs.archlinux.org/task/26582
Last edited by sweetthdevil (2011-10-23 10:56:51)

Similar Messages

  • On my second Air, still having issues with core shut down, can I return?

    I am on my second macbook air 1.6 80 HDD. My first air I had for about 3 weeks. I brought it in to get checked out by a genius because of problems I was having watching video. They said they would replace it just this one time. Now after watching a few videos on my new air I notice that I am having the same problems with choppiness in video playback. I did the SMC reset and that did not help. I realize now that one of the cores is being shut down. I don't know if this a thermal paste issue or not. If this is going to be a problem with all the units would I be able to return my air even though it is past the 14 day period to return? I was actually interested in exchanging it for a new MBP. It a shame that the air is having these problems but I should be able to watch a simple movie downloaded from itunes without skipping. Anyone have a similar situation?

    If this is going to be a problem with all the units would I be able to return my air even though it is past the 14 day period to return?
    Can Apple Customer Relations, explain the situation and tell them you're not happy. They will work with you if you want to exchange it. They may refund your money. I got them to once.
    Apple Computer Customer Relations: 512.674.2500
    -Bmer
    Mac Owners Support Group - Join us @ MacOSG.com
      Mac611 Mobile Mac Support - about.Mac611.com
       iTunes:MacOSG Podcast | YouTube.MacOSG.com
                       An Apple User Group 
    Have an iPhone or iPod touch? Enter Mac611.com in Safari on it for 'mobile Mac support.'

  • Scary issue with FCP shutting down after installing leopard????

    I use a lacie external hard-drive 400gb and FCP HD. I recently installed leopard 10.5.5
    My issue- when I try to open a project from the external hard drive after 38% it shuts down FCP. What is my prob here? I know that I also ran a update for FCP since reconnecting my apple to the internet.
    I was so hoping that the installation of leopard would go smooth...not sure if it's the culprit though.
    keep in mind everything worked fine before. I have installed a few widgets, apps, and downloaded a few updates and other software....nothing special

    If by FCP HD you mean FCP 4.5 ... it is not supported under Leopard (aka OSX 10.5)
    Time to upgrade your editing software to match the OS.
    x

  • I'm having an issue with Preview shutting down on a  search command

    here is the code that I was given.  Please help?
    Process:         Preview [7228]
    Path:            /Applications/Preview.app/Contents/MacOS/Preview
    Identifier:      com.apple.Preview
    Version:         7.0 (826)
    Build Info:      Preview-826000000000000~2
    Code Type:       X86-64 (Native)
    Parent Process:  launchd [185]
    Responsible:     Preview [7228]
    User ID:         501
    Date/Time:       2014-01-29 10:11:25.996 -0800
    OS Version:      Mac OS X 10.9.1 (13B42)
    Report Version:  11
    Anonymous UUID:  315917FD-B48A-7826-4DF4-D9A3C6F78E2D
    Sleep/Wake UUID: 1A8770E5-7FFC-44FF-952E-8F4C4F41C978
    Crashed Thread:  0  Dispatch queue: com.apple.main-thread
    Exception Type:  EXC_CRASH (SIGABRT)
    Exception Codes: 0x0000000000000000, 0x0000000000000000
    Application Specific Information:
    *** Terminating app due to uncaught exception 'NSOutlineView', reason: 'NSOutlineView error removing child indexes <NSIndexSet: 0x608001037c20>[number of indexes: 1 (in 1 ranges), indexes: (5)] in parent 0x0 (which has 4 children).'
    terminating with uncaught exception of type NSException
    abort() called
    Application Specific Backtrace 1:
    0   CoreFoundation                      0x00007fff9390941c __exceptionPreprocess + 172
    1   libobjc.A.dylib                     0x00007fff888c2e75 objc_exception_throw + 43
    2   AppKit                              0x00007fff8a4279b8 -[NSOutlineView _validateParentRowEntry:reason:indexes:] + 0
    3   AppKit                              0x00007fff8a427e31 -[NSOutlineView _removeItemsAtIndexes:inParentRowEntry:withAnimation:] + 97
    4   AppKit                              0x00007fff8a4299d2 -[NSOutlineView removeItemsAtIndexes:inParent:withAnimation:] + 249
    5   Preview                             0x0000000103a87dae Preview + 601518
    6   Preview                             0x0000000103a87b02 Preview + 600834
    7   libdispatch.dylib                   0x00007fff937a9b70 _dispatch_barrier_sync_f_slow_invoke + 40
    8   libdispatch.dylib                   0x00007fff937a12ad _dispatch_client_callout + 8
    9   libdispatch.dylib                   0x00007fff937a8f03 _dispatch_main_queue_callback_4CF + 333
    10  CoreFoundation                      0x00007fff93870839 __CFRUNLOOP_IS_SERVICING_THE_MAIN_DISPATCH_QUEUE__ + 9
    11  CoreFoundation                      0x00007fff9382bb14 __CFRunLoopRun + 1636
    12  CoreFoundation                      0x00007fff9382b275 CFRunLoopRunSpecific + 309
    13  HIToolbox                           0x00007fff92364f0d RunCurrentEventLoopInMode + 226
    14  HIToolbox                           0x00007fff92364cb7 ReceiveNextEventCommon + 479
    15  HIToolbox                           0x00007fff92364abc _BlockUntilNextEventMatchingListInModeWithFilter + 65
    16  AppKit                              0x00007fff89e5e28e _DPSNextEvent + 1434
    17  AppKit                              0x00007fff89e5d8db -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 122
    18  AppKit                              0x00007fff89e519cc -[NSApplication run] + 553
    19  AppKit                              0x00007fff89e3c803 NSApplicationMain + 940
    20  libdyld.dylib                       0x00007fff8cfa65fd start + 1
    21  ???                                 0x0000000000000001 0x0 + 1
    Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
    0   libsystem_kernel.dylib                  0x00007fff93fb7866 __pthread_kill + 10
    1   libsystem_pthread.dylib                 0x00007fff8813f35c pthread_kill + 92
    2   libsystem_c.dylib                       0x00007fff8cef5bba abort + 125
    3   libc++abi.dylib                         0x00007fff8b935141 abort_message + 257
    4   libc++abi.dylib                         0x00007fff8b95aabc default_terminate_handler() + 264
    5   libobjc.A.dylib                         0x00007fff888c330d _objc_terminate() + 103
    6   libc++abi.dylib                         0x00007fff8b9583e1 std::__terminate(void (*)()) + 8
    7   libc++abi.dylib                         0x00007fff8b958456 std::terminate() + 54
    8   libobjc.A.dylib                         0x00007fff888c30b0 objc_terminate + 9
    9   libdispatch.dylib                       0x00007fff937a12c1 _dispatch_client_callout + 28
    10  libdispatch.dylib                       0x00007fff937a8f03 _dispatch_main_queue_callback_4CF + 333
    11  com.apple.CoreFoundation                0x00007fff93870839 __CFRUNLOOP_IS_SERVICING_THE_MAIN_DISPATCH_QUEUE__ + 9
    12  com.apple.CoreFoundation                0x00007fff9382bb14 __CFRunLoopRun + 1636
    13  com.apple.CoreFoundation                0x00007fff9382b275 CFRunLoopRunSpecific + 309
    14  com.apple.HIToolbox                     0x00007fff92364f0d RunCurrentEventLoopInMode + 226
    15  com.apple.HIToolbox                     0x00007fff92364cb7 ReceiveNextEventCommon + 479
    16  com.apple.HIToolbox                     0x00007fff92364abc _BlockUntilNextEventMatchingListInModeWithFilter + 65
    17  com.apple.AppKit                        0x00007fff89e5e28e _DPSNextEvent + 1434
    18  com.apple.AppKit                        0x00007fff89e5d8db -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 122
    19  com.apple.AppKit                        0x00007fff89e519cc -[NSApplication run] + 553
    20  com.apple.AppKit                        0x00007fff89e3c803 NSApplicationMain + 940
    21  libdyld.dylib                           0x00007fff8cfa65fd start + 1
    Thread 1:
    0   libsystem_kernel.dylib                  0x00007fff93fb7e6a __workq_kernreturn + 10
    1   libsystem_pthread.dylib                 0x00007fff8813ff08 _pthread_wqthread + 330
    2   libsystem_pthread.dylib                 0x00007fff88142fb9 start_wqthread + 13
    Thread 2:: Dispatch queue: com.apple.libdispatch-manager
    0   libsystem_kernel.dylib                  0x00007fff93fb8662 kevent64 + 10
    1   libdispatch.dylib                       0x00007fff937a343d _dispatch_mgr_invoke + 239
    2   libdispatch.dylib                       0x00007fff937a3152 _dispatch_mgr_thread + 52
    Thread 3:
    0   libsystem_kernel.dylib                  0x00007fff93fb7e6a __workq_kernreturn + 10
    1   libsystem_pthread.dylib                 0x00007fff8813ff08 _pthread_wqthread + 330
    2   libsystem_pthread.dylib                 0x00007fff88142fb9 start_wqthread + 13
    Thread 4:: Dispatch queue: com.apple.root.default-priority
    0   libsystem_kernel.dylib                  0x00007fff93fb3a56 semaphore_wait_trap + 10
    1   libsystem_platform.dylib                0x00007fff89517451 _os_semaphore_wait + 16
    2   libdispatch.dylib                       0x00007fff937a799a _dispatch_barrier_sync_f_slow + 310
    3   com.apple.Preview                       0x0000000103a7d4cf 0x1039f5000 + 558287
    4   libdispatch.dylib                       0x00007fff937a41d7 _dispatch_call_block_and_release + 12
    5   libdispatch.dylib                       0x00007fff937a12ad _dispatch_client_callout + 8
    6   libdispatch.dylib                       0x00007fff937a309e _dispatch_root_queue_drain + 326
    7   libdispatch.dylib                       0x00007fff937a4193 _dispatch_worker_thread2 + 40
    8   libsystem_pthread.dylib                 0x00007fff8813fef8 _pthread_wqthread + 314
    9   libsystem_pthread.dylib                 0x00007fff88142fb9 start_wqthread + 13
    Thread 5:
    0   libsystem_kernel.dylib                  0x00007fff93fb7e6a __workq_kernreturn + 10
    1   libsystem_pthread.dylib                 0x00007fff8813ff08 _pthread_wqthread + 330
    2   libsystem_pthread.dylib                 0x00007fff88142fb9 start_wqthread + 13
    Thread 6:
    0   libsystem_kernel.dylib                  0x00007fff93fb7e6a __workq_kernreturn + 10
    1   libsystem_pthread.dylib                 0x00007fff8813ff08 _pthread_wqthread + 330
    2   libsystem_pthread.dylib                 0x00007fff88142fb9 start_wqthread + 13
    Thread 7:
    0   libsystem_kernel.dylib                  0x00007fff93fb7e6a __workq_kernreturn + 10
    1   libsystem_pthread.dylib                 0x00007fff8813ff08 _pthread_wqthread + 330
    2   libsystem_pthread.dylib                 0x00007fff88142fb9 start_wqthread + 13
    Thread 8:: CVDisplayLink
    0   libsystem_kernel.dylib                  0x00007fff93fb7716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib                 0x00007fff88140c77 _pthread_cond_wait + 787
    2   com.apple.CoreVideo                     0x00007fff8dfae464 CVDisplayLink::waitUntil(unsigned long long) + 244
    3   com.apple.CoreVideo                     0x00007fff8dfad998 CVDisplayLink::runIOThread() + 496
    4   com.apple.CoreVideo                     0x00007fff8dfad78f startIOThread(void*) + 147
    5   libsystem_pthread.dylib                 0x00007fff8813e899 _pthread_body + 138
    6   libsystem_pthread.dylib                 0x00007fff8813e72a _pthread_start + 137
    7   libsystem_pthread.dylib                 0x00007fff88142fc9 thread_start + 13
    Thread 9:
    0   libsystem_kernel.dylib                  0x00007fff93fb7e6a __workq_kernreturn + 10
    1   libsystem_pthread.dylib                 0x00007fff8813ff08 _pthread_wqthread + 330
    2   libsystem_pthread.dylib                 0x00007fff88142fb9 start_wqthread + 13
    Thread 10:
    0   libsystem_kernel.dylib                  0x00007fff93fb7e6a __workq_kernreturn + 10
    1   libsystem_pthread.dylib                 0x00007fff8813ff08 _pthread_wqthread + 330
    2   libsystem_pthread.dylib                 0x00007fff88142fb9 start_wqthread + 13
    Thread 11:
    0   libsystem_kernel.dylib                  0x00007fff93fb7e6a __workq_kernreturn + 10
    1   libsystem_pthread.dylib                 0x00007fff8813ff08 _pthread_wqthread + 330
    2   libsystem_pthread.dylib                 0x00007fff88142fb9 start_wqthread + 13
    Thread 12:
    0   libsystem_kernel.dylib                  0x00007fff93fb3a1a mach_msg_trap + 10
    1   libsystem_kernel.dylib                  0x00007fff93fb2d18 mach_msg + 64
    2   com.apple.CoreFoundation                0x00007fff9382c315 __CFRunLoopServiceMachPort + 181
    3   com.apple.CoreFoundation                0x00007fff9382b939 __CFRunLoopRun + 1161
    4   com.apple.CoreFoundation                0x00007fff9382b275 CFRunLoopRunSpecific + 309
    5   com.apple.AppKit                        0x00007fff89ffe1ce _NSEventThread + 144
    6   libsystem_pthread.dylib                 0x00007fff8813e899 _pthread_body + 138
    7   libsystem_pthread.dylib                 0x00007fff8813e72a _pthread_start + 137
    8   libsystem_pthread.dylib                 0x00007fff88142fc9 thread_start + 13
    Thread 13:
    0   libsystem_kernel.dylib                  0x00007fff93fb7e6a __workq_kernreturn + 10
    1   libsystem_pthread.dylib                 0x00007fff8813ff08 _pthread_wqthread + 330
    2   libsystem_pthread.dylib                 0x00007fff88142fb9 start_wqthread + 13
    Thread 14:
    0   libsystem_kernel.dylib                  0x00007fff93fb7a3a __semwait_signal + 10
    1   libsystem_c.dylib                       0x00007fff8cf14e60 nanosleep + 200
    2   com.apple.Foundation                    0x00007fff8c3d460d +[NSThread sleepForTimeInterval:] + 156
    3   com.apple.PDFKit                        0x00007fff894ad08f -[PDFDisplayView periodicFlushRoutine:] + 94
    4   com.apple.Foundation                    0x00007fff8c3aa70b __NSThread__main__ + 1318
    5   libsystem_pthread.dylib                 0x00007fff8813e899 _pthread_body + 138
    6   libsystem_pthread.dylib                 0x00007fff8813e72a _pthread_start + 137
    7   libsystem_pthread.dylib                 0x00007fff88142fc9 thread_start + 13
    Thread 15:: com.apple.appkit-heartbeat
    0   libsystem_kernel.dylib                  0x00007fff93fb7a3a __semwait_signal + 10
    1   libsystem_c.dylib                       0x00007fff8cf14e60 nanosleep + 200
    2   libsystem_c.dylib                       0x00007fff8cf14d52 usleep + 54
    3   com.apple.AppKit                        0x00007fff8a0c22ad -[NSUIHeartBeat _heartBeatThread:] + 2132
    4   com.apple.Foundation                    0x00007fff8c3aa70b __NSThread__main__ + 1318
    5   libsystem_pthread.dylib                 0x00007fff8813e899 _pthread_body + 138
    6   libsystem_pthread.dylib                 0x00007fff8813e72a _pthread_start + 137
    7   libsystem_pthread.dylib                 0x00007fff88142fc9 thread_start + 13
    Thread 0 crashed with X86 Thread State (64-bit):
      rax: 0x0000000000000000  rbx: 0x00007fff77d87310  rcx: 0x00007fff5c208ea8  rdx: 0x0000000000000000
      rdi: 0x0000000000000707  rsi: 0x0000000000000006  rbp: 0x00007fff5c208ed0  rsp: 0x00007fff5c208ea8
       r8: 0x6e6f697470656378   r9: 0x00007fff8cf1d900  r10: 0x0000000008000000  r11: 0x0000000000000206
      r12: 0x00007fff5c209030  r13: 0x00007fff5c209500  r14: 0x0000000000000006  r15: 0x00007fff5c208f10
      rip: 0x00007fff93fb7866  rfl: 0x0000000000000206  cr2: 0x000000010a651000
    Logical CPU:     0
    Error Code:      0x02000148
    Trap Number:     133
    Binary Images:
           0x1039f5000 -        0x103bd7fef  com.apple.Preview (7.0 - 826) <8B18FF0D-82EF-3898-B9B1-BEB43436F3B2> /Applications/Preview.app/Contents/MacOS/Preview
           0x103c88000 -        0x103cb3fff  com.apple.MediaUI (1.1 - 27) <2482C4A0-6D72-3870-AEF1-31F6015F2719> /System/Library/PrivateFrameworks/MediaUI.framework/Versions/A/MediaUI
           0x108a48000 -        0x108a4eff7  com.apple.BookKit (1.0.1 - 158) <34C7F87F-63B6-3E53-A7B1-8A6656405F41> /System/Library/PrivateFrameworks/BookKit.framework/BookKit
           0x109b2b000 -        0x109b2bfeb +cl_kernels (???) <DD404610-A67E-4F73-B0F7-6D5318F7F7FE> cl_kernels
           0x109b2d000 -        0x109c13fef  unorm8_bgra.dylib (2.3.58) <9FF943D1-4EF7-36CA-852D-B61C2E554713> /System/Library/Frameworks/OpenCL.framework/Versions/A/Libraries/ImageFormats/u norm8_bgra.dylib
           0x10ac96000 -        0x10ac97fe4 +cl_kernels (???) <5E9B9126-47F3-4920-A251-69831D674A3D> cl_kernels
           0x10aca5000 -        0x10aca6ff9 +cl_kernels (???) <E3B29449-7BCB-480A-9D5A-DA8709D22BB0> cl_kernels
           0x10ad48000 -        0x10ad49ffa +cl_kernels (???) <89E31727-D629-4444-93DB-D2E4CF42B17A> cl_kernels
           0x10b4ae000 -        0x10b661ffb  libCMaps.A.dylib (599.7) <740283A3-E352-3523-93EA-DB096F79C4C1> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCMaps .A.dylib
        0x123400000000 -     0x123400463fff  com.apple.driver.AppleIntelHD5000GraphicsGLDriver (8.18.29 - 8.1.8) <A8901D15-7EFC-34F7-9802-444E83304EF6> /System/Library/Extensions/AppleIntelHD5000GraphicsGLDriver.bundle/Contents/Mac OS/AppleIntelHD5000GraphicsGLDriver
        0x7fff67d50000 -     0x7fff67d83817  dyld (239.3) <D1DFCF3F-0B0C-332A-BCC0-87A851B570FF> /usr/lib/dyld
        0x7fff87d1e000 -     0x7fff87d70fff  libc++.1.dylib (120) <4F68DFC5-2077-39A8-A449-CAC5FDEE7BDE> /usr/lib/libc++.1.dylib
        0x7fff87dba000 -     0x7fff87dc4fff  com.apple.AppSandbox (3.0 - 1) <55717299-8164-3D79-918F-BD64706735CF> /System/Library/PrivateFrameworks/AppSandbox.framework/Versions/A/AppSandbox
        0x7fff87dc5000 -     0x7fff87dc8fff  libCoreVMClient.dylib (58.1) <EBC36C69-C896-3C3D-8589-3E9023E7E56F> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClien t.dylib
        0x7fff87dc9000 -     0x7fff87dc9ffd  libOpenScriptingUtil.dylib (157) <19F0E769-0989-3062-9AFB-8976E90E9759> /usr/lib/libOpenScriptingUtil.dylib
        0x7fff87dca000 -     0x7fff87dcafff  com.apple.Cocoa (6.8 - 20) <E90E99D7-A425-3301-A025-D9E0CD11918E> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
        0x7fff87dcb000 -     0x7fff880b5fff  com.apple.CoreServices.CarbonCore (1077.14 - 1077.14) <B00BEB34-A9F5-381F-99FD-11E405768A9A> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonC ore.framework/Versions/A/CarbonCore
        0x7fff880b6000 -     0x7fff880c0ff7  com.apple.bsd.ServiceManagement (2.0 - 2.0) <2D27B498-BB9C-3D88-B05A-76908A8A26F3> /System/Library/Frameworks/ServiceManagement.framework/Versions/A/ServiceManage ment
        0x7fff880f3000 -     0x7fff880f4ff7  libSystem.B.dylib (1197.1.1) <BFC0DC97-46C6-3BE0-9983-54A98734897A> /usr/lib/libSystem.B.dylib
        0x7fff880f5000 -     0x7fff8813cfff  libFontRegistry.dylib (127) <A77A0480-AA5D-3CC8-8B68-69985CD546DC> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libFontRegistry.dylib
        0x7fff8813d000 -     0x7fff88144ff7  libsystem_pthread.dylib (53.1.4) <AB498556-B555-310E-9041-F67EC9E00E2C> /usr/lib/system/libsystem_pthread.dylib
        0x7fff88145000 -     0x7fff8818aff7  libcurl.4.dylib (78) <A722B4F0-1F6C-3E16-9CB1-4C6ADC15221E> /usr/lib/libcurl.4.dylib
        0x7fff8818b000 -     0x7fff8826afff  libcrypto.0.9.8.dylib (50) <B95B9DBA-39D3-3EEF-AF43-44608B28894E> /usr/lib/libcrypto.0.9.8.dylib
        0x7fff88292000 -     0x7fff887b6fff  com.apple.QuartzComposer (5.1 - 316) <B20E93C3-8517-3E5C-83B6-C312C839C5D0> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzCompose r.framework/Versions/A/QuartzComposer
        0x7fff887b7000 -     0x7fff887b7fff  com.apple.Accelerate.vecLib (3.9 - vecLib 3.9) <F8D0CC77-98AC-3B58-9FE6-0C25421827B6> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/vecLib
        0x7fff887b8000 -     0x7fff88825fff  com.apple.SearchKit (1.4.0 - 1.4.0) <B9B8D510-A27E-36B0-93E9-17146D9E9045> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchK it.framework/Versions/A/SearchKit
        0x7fff8882c000 -     0x7fff8886eff7  libauto.dylib (185.5) <F45C36E8-B606-3886-B5B1-B6745E757CA8> /usr/lib/libauto.dylib
        0x7fff8886f000 -     0x7fff88872fff  com.apple.help (1.3.3 - 46) <AE763646-D07A-3F9A-ACD4-F5CBD734EE36> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framewor k/Versions/A/Help
        0x7fff88873000 -     0x7fff888b4fff  com.apple.PerformanceAnalysis (1.47 - 47) <784ED7B8-FAE4-36CE-8C76-B7D300316C9F> /System/Library/PrivateFrameworks/PerformanceAnalysis.framework/Versions/A/Perf ormanceAnalysis
        0x7fff888b5000 -     0x7fff88a62f27  libobjc.A.dylib (551.1) <AD7FD984-271E-30F4-A361-6B20319EC73B> /usr/lib/libobjc.A.dylib
        0x7fff88a63000 -     0x7fff88b4dfff  libsqlite3.dylib (158) <00269BF9-43BE-39E0-9C85-24585B9923C8> /usr/lib/libsqlite3.dylib
        0x7fff88b4e000 -     0x7fff8946a05f  com.apple.CoreGraphics (1.600.0 - 599.7) <7D0FD5A7-A061-39BA-8E00-723825D2C4DD> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics
        0x7fff8946b000 -     0x7fff89506ff7  com.apple.PDFKit (2.9 - 2.9) <AD968A31-6567-30A7-A699-154C88DB56D0> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/PDFKit.framew ork/Versions/A/PDFKit
        0x7fff89514000 -     0x7fff8951aff7  libsystem_platform.dylib (24.1.4) <331BA4A5-55CE-3B95-99EB-44E0C89D7FB8> /usr/lib/system/libsystem_platform.dylib
        0x7fff8951b000 -     0x7fff8956cff3  com.apple.audio.CoreAudio (4.2.0 - 4.2.0) <BF4C2FE3-8BC8-30D1-8347-2A7221268794> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
        0x7fff89919000 -     0x7fff89ab5ff7  com.apple.QuartzCore (1.8 - 332.0) <994D1E0A-64B6-398C-B9A2-C362F02DE943> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
        0x7fff89adc000 -     0x7fff89be1fff  com.apple.ImageIO.framework (3.3.0 - 1038) <2C058216-C6D8-3380-A7EA-92A3F04520C1> /System/Library/Frameworks/ImageIO.framework/Versions/A/ImageIO
        0x7fff89e3a000 -     0x7fff8a9aeff7  com.apple.AppKit (6.9 - 1265) <0E9FC8BF-DA3C-34C5-91CC-12BC922B5F01> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
        0x7fff8aa80000 -     0x7fff8aa8dff4  com.apple.Librarian (1.2 - 1) <F1A2744D-8536-32C7-8218-9972C6300DAE> /System/Library/PrivateFrameworks/Librarian.framework/Versions/A/Librarian
        0x7fff8ad3c000 -     0x7fff8ad52fff  com.apple.CoreMediaAuthoring (2.2 - 947) <B01FBACC-DDD5-30A8-BCCF-57CE24ABA329> /System/Library/PrivateFrameworks/CoreMediaAuthoring.framework/Versions/A/CoreM ediaAuthoring
        0x7fff8af2b000 -     0x7fff8af46ff7  libsystem_malloc.dylib (23.1.10) <FFE5C472-B23A-318A-85BF-77CDE61900D1> /usr/lib/system/libsystem_malloc.dylib
        0x7fff8af47000 -     0x7fff8afcfff7  com.apple.CorePDF (4.0 - 4) <92D15ED1-D2E1-3ECB-93FF-42888219A99F> /System/Library/PrivateFrameworks/CorePDF.framework/Versions/A/CorePDF
        0x7fff8afd0000 -     0x7fff8b29eff4  com.apple.CoreImage (9.0.54) <74BB8685-69A9-3A45-8DED-EA26BD39D710> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/CoreImage .framework/Versions/A/CoreImage
        0x7fff8b373000 -     0x7fff8b8e3fff  com.apple.CoreAUC (6.22.08 - 6.22.08) <F306D552-2220-3160-88EA-C916193C5EFD> /System/Library/PrivateFrameworks/CoreAUC.framework/Versions/A/CoreAUC
        0x7fff8b934000 -     0x7fff8b95dff7  libc++abi.dylib (48) <8C16158F-CBF8-3BD7-BEF4-022704B2A326> /usr/lib/libc++abi.dylib
        0x7fff8b9b0000 -     0x7fff8ba81ff1  com.apple.DiskImagesFramework (10.9 - 371.1) <D456ED08-4C1D-341F-BAB8-85E34A7275C5> /System/Library/PrivateFrameworks/DiskImages.framework/Versions/A/DiskImages
        0x7fff8bac0000 -     0x7fff8bb05ff6  com.apple.HIServices (1.22 - 466) <21807AF8-3BC7-32BB-AB96-7C35CB59D7F6> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ HIServices.framework/Versions/A/HIServices
        0x7fff8bc0f000 -     0x7fff8bc17ffc  libGFXShared.dylib (9.0.83) <11A621C3-37A0-39CE-A69B-8739021BD79D> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.d ylib
        0x7fff8bff4000 -     0x7fff8c067ffb  com.apple.securityfoundation (6.0 - 55122) <119D1C53-B292-3378-AEE1-A3B1FB02F43F> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoun dation
        0x7fff8c068000 -     0x7fff8c098fff  com.apple.IconServices (25 - 25.17) <4751127E-FBD5-3ED5-8510-08D4E4166EFE> /System/Library/PrivateFrameworks/IconServices.framework/Versions/A/IconService s
        0x7fff8c0ca000 -     0x7fff8c104ff3  com.apple.bom (12.0 - 192) <989690DB-B9CC-3DB5-89AE-B5D33EDC474E> /System/Library/PrivateFrameworks/Bom.framework/Versions/A/Bom
        0x7fff8c108000 -     0x7fff8c155ff2  com.apple.print.framework.PrintCore (9.0 - 428) <8D8253E3-302F-3DB2-9C5C-572CB974E8B3> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ PrintCore.framework/Versions/A/PrintCore
        0x7fff8c1eb000 -     0x7fff8c274fff  com.apple.ColorSync (4.9.0 - 4.9.0) <B756B908-9AD1-3F5D-83F9-7A0B068387D2> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ColorSync.framework/Versions/A/ColorSync
        0x7fff8c291000 -     0x7fff8c2f5ff9  com.apple.Heimdal (4.0 - 2.0) <E7D20A4D-4674-37E1-A949-635FFF7C439A> /System/Library/PrivateFrameworks/Heimdal.framework/Versions/A/Heimdal
        0x7fff8c343000 -     0x7fff8c642fff  com.apple.Foundation (6.9 - 1056) <D608EDFD-9634-3573-9B7E-081C7D085F7A> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
        0x7fff8c643000 -     0x7fff8c649ff7  com.apple.XPCService (2.0 - 1) <2CE632D7-FE57-36CF-91D4-C57D0F2E0BFE> /System/Library/PrivateFrameworks/XPCService.framework/Versions/A/XPCService
        0x7fff8c64a000 -     0x7fff8c7b8ff7  libBLAS.dylib (1094.5) <DE93A590-5FA5-32A2-A16C-5D7D7361769F> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libBLAS.dylib
        0x7fff8c7c6000 -     0x7fff8c92cfff  libGLProgrammability.dylib (9.0.83) <9C97E814-F674-30F8-8C2D-C45FC1E7D934> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgramma bility.dylib
        0x7fff8c92d000 -     0x7fff8c932fff  com.apple.DiskArbitration (2.6 - 2.6) <F8A47F61-83D1-3F92-B7A8-A169E0D187C0> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
        0x7fff8c933000 -     0x7fff8c997ff3  com.apple.datadetectorscore (5.0 - 354.0) <9ACF24B8-3268-3134-A5BC-D72C9371A195> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDe tectorsCore
        0x7fff8c9fb000 -     0x7fff8ce49fff  com.apple.VideoToolbox (1.0 - 1273.29) <6E38291D-7A81-3033-AFB9-61ABD38B6371> /System/Library/Frameworks/VideoToolbox.framework/Versions/A/VideoToolbox
        0x7fff8ce4a000 -     0x7fff8ce98fff  libcorecrypto.dylib (161.1) <F3973C28-14B6-3006-BB2B-00DD7F09ABC7> /usr/lib/system/libcorecrypto.dylib
        0x7fff8ce99000 -     0x7fff8cf22ff7  libsystem_c.dylib (997.1.1) <61833FAA-7281-3FF9-937F-686B6F20427C> /usr/lib/system/libsystem_c.dylib
        0x7fff8cf5e000 -     0x7fff8cf67ff7  libcldcpuengine.dylib (2.3.58) <A2E1ED7B-FC7E-31F6-830A-FF917689766B> /System/Library/Frameworks/OpenCL.framework/Versions/A/Libraries/libcldcpuengin e.dylib
        0x7fff8cf68000 -     0x7fff8cf8fff7  libsystem_network.dylib (241.3) <8B1E1F1D-A5CC-3BAE-8B1E-ABC84337A364> /usr/lib/system/libsystem_network.dylib
        0x7fff8cf90000 -     0x7fff8cf9bfff  libGL.dylib (9.0.83) <984A960A-C159-3AE5-8B40-E2B451F6C712> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
        0x7fff8cf9f000 -     0x7fff8cfa2ffa  libCGXType.A.dylib (599.7) <2FC9C2BC-B5C5-3C27-93F9-51C6C4512E9D> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGXTy pe.A.dylib
        0x7fff8cfa3000 -     0x7fff8cfa6ff7  libdyld.dylib (239.3) <62F4D752-4089-31A8-8B73-B95A68893B3C> /usr/lib/system/libdyld.dylib
        0x7fff8cfa7000 -     0x7fff8d31dffa  com.apple.JavaScriptCore (9537 - 9537.73.10) <4A4AE781-6F76-3412-B0E5-67E0BAEE22A2> /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore
        0x7fff8d31e000 -     0x7fff8d335fff  com.apple.CFOpenDirectory (10.9 - 173.1.1) <3FB4D5FE-860B-3BDE-BAE2-3531D919EF10> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpen Directory.framework/Versions/A/CFOpenDirectory
        0x7fff8d336000 -     0x7fff8d33aff7  libheimdal-asn1.dylib (323.12) <063A01C2-E547-39D9-BB42-4CC8E64ADE70> /usr/lib/libheimdal-asn1.dylib
        0x7fff8d458000 -     0x7fff8d460ff7  com.apple.speech.recognition.framework (4.2.4 - 4.2.4) <98BBB3E4-6239-3EF1-90B2-84EA0D3B8D61> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecogni tion.framework/Versions/A/SpeechRecognition
        0x7fff8d4c4000 -     0x7fff8d798fc7  com.apple.vImage (7.0 - 7.0) <D241DBFA-AC49-31E2-893D-EAAC31890C90> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.fr amework/Versions/A/vImage
        0x7fff8d799000 -     0x7fff8d7a0fff  libcompiler_rt.dylib (35) <4CD916B2-1B17-362A-B403-EF24A1DAC141> /usr/lib/system/libcompiler_rt.dylib
        0x7fff8d7a1000 -     0x7fff8d7a5fff  com.apple.CommonPanels (1.2.6 - 96) <6B434AFD-50F8-37C7-9A56-162C17E375B3> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels. framework/Versions/A/CommonPanels
        0x7fff8d7a6000 -     0x7fff8d7b1ff7  com.apple.NetAuth (5.0 - 5.0) <C811E662-9EC3-3B74-808A-A75D624F326B> /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth
        0x7fff8d7b2000 -     0x7fff8d7bbfff  com.apple.DisplayServicesFW (2.8 - 360.8.14) <816A9CED-1BC0-3C76-8103-1B9BE0F723BB> /System/Library/PrivateFrameworks/DisplayServices.framework/Versions/A/DisplayS ervices
        0x7fff8d7bc000 -     0x7fff8d826ff7  com.apple.framework.IOKit (2.0.1 - 907.1.13) <C1E95F5C-B79B-31BE-9F2A-1B25163C1F16> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
        0x7fff8d827000 -     0x7fff8d831ff7  libcsfde.dylib (380) <3A54B430-EC05-3DE9-86C3-00C1BEAC7F9B> /usr/lib/libcsfde.dylib
        0x7fff8db4d000 -     0x7fff8db56fff  com.apple.speech.synthesis.framework (4.6.2 - 4.6.2) <0AAE45F0-FC6E-36B6-A6A7-73E6950A74AC> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ SpeechSynthesis.framework/Versions/A/SpeechSynthesis
        0x7fff8db57000 -     0x7fff8db57ff7  libkeymgr.dylib (28) <3AA8D85D-CF00-3BD3-A5A0-E28E1A32A6D8> /usr/lib/system/libkeymgr.dylib
        0x7fff8db58000 -     0x7fff8dba5fff  com.apple.AppleVAFramework (5.0.27 - 5.0.27) <D01B7D87-4BDC-3E48-A79B-951D05075F9D> /System/Library/PrivateFrameworks/AppleVA.framework/Versions/A/AppleVA
        0x7fff8dba6000 -     0x7fff8dc8afff  com.apple.coreui (2.1 - 231) <432DB40C-6B7E-39C8-9FB5-B95917930056> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
        0x7fff8dc8b000 -     0x7fff8dcdefff  com.apple.ScalableUserInterface (1.0 - 1) <CF745298-7373-38D2-B3B1-727D5A569E48> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/ScalableU serInterface.framework/Versions/A/ScalableUserInterface
        0x7fff8dcdf000 -     0x7fff8dce2fff  com.apple.AppleSystemInfo (3.0 - 3.0) <4D032152-AA40-350E-BB96-44BC55C5C69C> /System/Library/PrivateFrameworks/AppleSystemInfo.framework/Versions/A/AppleSys temInfo
        0x7fff8dce3000 -     0x7fff8dd22fff  libGLU.dylib (9.0.83) <8B457205-513B-3477-AE9C-3AD979D5FE11> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
        0x7fff8dd40000 -     0x7fff8dd48fff  libsystem_dnssd.dylib (522.1.11) <270DCF6C-502D-389A-AA9F-DE4624A36FF7> /usr/lib/system/libsystem_dnssd.dylib
        0x7fff8dd49000 -     0x7fff8de38fff  libFontParser.dylib (111.1) <835A8253-6AB9-3AAB-9CBF-171440DEC486> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libFontParser.dylib
        0x7fff8de39000 -     0x7fff8de41ff3  libCGCMS.A.dylib (599.7) <92AA4E85-7633-36E2-BAD0-7B1A2E48E75C> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGCMS .A.dylib
        0x7fff8de92000 -     0x7fff8df01ff1  com.apple.ApplicationServices.ATS (360 - 363.1) <88976B22-A9B8-3E7B-9AE6-0B8E09A968FC> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/ATS
        0x7fff8dfac000 -     0x7fff8dfd1ff7  com.apple.CoreVideo (1.8 - 117.2) <4674339E-26D0-35FA-9958-422832B39B12> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
        0x7fff8dfd2000 -     0x7fff8e263ff7  com.apple.RawCamera.bundle (5.03 - 729) <DBA059CC-E78F-356F-B435-DA62A746F4D4> /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera
        0x7fff8e264000 -     0x7fff8e265fff  com.apple.TrustEvaluationAgent (2.0 - 25) <334A82F4-4AE4-3719-A511-86D0B0723E2B> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/Tru stEvaluationAgent
        0x7fff8e266000 -     0x7fff8e27fff7  com.apple.Ubiquity (1.3 - 289) <C7F1B734-CE81-334D-BE41-8B20D95A1F9B> /System/Library/PrivateFrameworks/Ubiquity.framework/Versions/A/Ubiquity
        0x7fff8e280000 -     0x7fff8e287fff  com.apple.NetFS (6.0 - 4.0) <8E26C099-CE9D-3819-91A2-64EA929C6137> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
        0x7fff8e288000 -     0x7fff8e2bdffc  com.apple.LDAPFramework (2.4.28 - 194.5) <7E31A674-C6AB-33BE-BD5E-F5E3C6E22894> /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP
        0x7fff8e2cb000 -     0x7fff8e2ceffc  com.apple.IOSurface (91 - 91) <07CA8A59-1E32-3FB6-B506-18DAF58A8CE0> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
        0x7fff8e2cf000 -     0x7fff8e2f9ff7  libsandbox.1.dylib (278.10) <B4183FA8-F7E2-3301-8BF9-0EEFB793A5D5> /usr/lib/libsandbox.1.dylib
        0x7fff8e2fa000 -     0x7fff8e41cff1  com.apple.avfoundation (2.0 - 651.12) <03E595B7-A559-3D4D-90E9-BCA603E3A39E> /System/Library/Frameworks/AVFoundation.framework/Versions/A/AVFoundation
        0x7fff8e41d000 -     0x7fff8e41ffff  com.apple.Mangrove (1.0 - 1) <72F5CBC7-4E78-374E-98EA-C3700136904E> /System/Library/PrivateFrameworks/Mangrove.framework/Versions/A/Mangrove
        0x7fff8e420000 -     0x7fff8e437ffa  libAVFAudio.dylib (32.2) <52DA516B-DE79-322C-9E1B-2658019289D7> /System/Library/Frameworks/AVFoundation.framework/Versions/A/Resources/libAVFAu dio.dylib
        0x7fff8e438000 -     0x7fff8e568ff7  com.apple.desktopservices (1.8 - 1.8) <09DC9BB8-432F-3C7A-BB08-956A2DDFC2DE> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/Desk topServicesPriv
        0x7fff8e569000 -     0x7fff8e574fff  libkxld.dylib (2422.1.72) <C88EF3E6-B31F-3E12-BE9B-562D912BA733> /usr/lib/system/libkxld.dylib
        0x7fff8f3c6000 -     0x7fff8f3eafff  libxpc.dylib (300.1.17) <4554927A-9467-365C-91F1-5A116989DD7F> /usr/lib/system/libxpc.dylib
        0x7fff8f3eb000 -     0x7fff8f44afff  com.apple.framework.CoreWLAN (4.0 - 400.45.1) <775F9444-8059-30A2-8058-7F7ACD68CCF1> /System/Library/Frameworks/CoreWLAN.framework/Versions/A/CoreWLAN
        0x7fff8fb9b000 -     0x7fff8fba7ff7  com.apple.OpenDirectory (10.9 - 173.1.1) <6B78BD7B-5622-38E6-8FC6-86A117E3ACCA> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
        0x7fff8fba8000 -     0x7fff8fbc0ff7  com.apple.GenerationalStorage (2.0 - 160.2) <79629AC7-896F-3302-8AC1-4939020F08C3> /System/Library/PrivateFrameworks/GenerationalStorage.framework/Versions/A/Gene rationalStorage
        0x7fff8fbda000 -     0x7fff8fbdfff7  com.apple.MediaAccessibility (1.0 - 43) <D309D83D-5FAE-37A4-85ED-FFBDA8B66B82> /System/Library/Frameworks/MediaAccessibility.framework/Versions/A/MediaAccessi bility
        0x7fff8fbe0000 -     0x7fff8fc04fff  com.apple.quartzfilters (1.8.0 - 1.7.0) <39C08086-9866-372F-9420-81F5689149DF> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzFilters .framework/Versions/A/QuartzFilters
        0x7fff8fc05000 -     0x7fff8fc11ff3  com.apple.AppleFSCompression (56 - 1.0) <5652B0D0-EB08-381F-B23A-6DCF96991FB5> /System/Library/PrivateFrameworks/AppleFSCompression.framework/Versions/A/Apple FSCompression
        0x7fff8fc59000 -     0x7fff8fc5bff7  com.apple.securityhi (9.0 - 55005) <405E2BC6-2B6F-3B6B-B48E-2FD39214F052> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.fr amework/Versions/A/SecurityHI
        0x7fff8fc5e000 -     0x7fff8fc60ff7  com.apple.SecCodeWrapper (3.0 - 1) <F5107AD0-20CD-328C-8B2E-74CB6F3169F6> /System/Library/PrivateFrameworks/SecCodeWrapper.framework/Versions/A/SecCodeWr apper
        0x7fff8fc61000 -     0x7fff8fc67ff7  libCGXCoreImage.A.dylib (599.7) <AC38090E-BA96-33C0-92F3-8EF6231582C4> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGXCo reImage.A.dylib
        0x7fff9052c000 -     0x7fff9055dfff  com.apple.MediaKit (15 - 709) <23E33409-5C39-3F93-9E73-2B0E9EE8883E> /System/Library/PrivateFrameworks/MediaKit.framework/Versions/A/MediaKit
        0x7fff9055e000 -     0x7fff90570fff  com.apple.ImageCapture (9.0 - 9.0) <BE0B65DA-3031-359B-8BBA-B9803D4ADBF4> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture. framework/Versions/A/ImageCapture
        0x7fff90571000 -     0x7fff90589ff7  com.apple.openscripting (1.4 - 157) <B3B037D7-1019-31E6-9D17-08E699AF3701> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting .framework/Versions/A/OpenScripting
        0x7fff9058a000 -     0x7fff905b3fff  com.apple.DictionaryServices (1.2 - 208) <A539A058-BA57-35EE-AA08-D0B0E835127D> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Diction aryServices.framework/Versions/A/DictionaryServices
        0x7fff905b4000 -     0x7fff905b5ffb  libremovefile.dylib (33) <3543F917-928E-3DB2-A2F4-7AB73B4970EF> /usr/lib/system/libremovefile.dylib
        0x7fff9063d000 -     0x7fff9072eff9  libiconv.2.dylib (41) <BB44B115-AC32-3877-A0ED-AEC6232A4563> /usr/lib/libiconv.2.dylib
        0x7fff9072f000 -     0x7fff9073fffb  libsasl2.2.dylib (170) <C8E25710-68B6-368A-BF3E-48EC7273177B> /usr/lib/libsasl2.2.dylib
        0x7fff90796000 -     0x7fff909defff  com.apple.CoreData (107 - 481) <E5AFBA07-F73E-3B3F-9099-F51224EE8EAD> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
        0x7fff90c2d000 -     0x7fff90c34ff3  libcopyfile.dylib (103) <5A881779-D0D6-3029-B371-E3021C2DDA5E> /usr/lib/system/libcopyfile.dylib
        0x7fff90c35000 -     0x7fff90e8dff1  com.apple.security (7.0 - 55471) <233831C5-C457-3AD5-AFE7-E3E2DE6929C9> /System/Library/Frameworks/Security.framework/Versions/A/Security
        0x7fff90e8e000 -     0x7fff90ea7ff7  com.apple.Kerberos (3.0 - 1) <F108AFEB-198A-3BAF-BCA5-9DFCE55EFF92> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
        0x7fff90ef0000 -     0x7fff90f1cfff  com.apple.CoreServicesInternal (184.8 - 184.8) <707E05AE-DDA8-36FD-B0FF-7F15A061B46A> /System/Library/PrivateFrameworks/CoreServicesInternal.framework/Versions/A/Cor eServicesInternal
        0x7fff90f73000 -     0x7fff90f81fff  com.apple.opengl (9.0.83 - 9.0.83) <AF467644-7B1D-327A-AC47-CECFCAF61990> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
        0x7fff90f98000 -     0x7fff90fdfff7  libcups.2.dylib (372) <348EED62-6C20-35D6-8EFB-E80943965100> /usr/lib/libcups.2.dylib
        0x7fff91025000 -     0x7fff91030fff  libGPUSupportMercury.dylib (9.0.83) <A9DF1DD1-8C1E-3A86-AF96-BF3A7D4C8C1B> /System/Library/PrivateFrameworks/GPUSupport.framework/Versions/A/Libraries/lib GPUSupportMercury.dylib
        0x7fff91037000 -     0x7fff91298ff7  com.apple.imageKit (2.5 - 770) <33BCF627-EB1A-3CC1-98AB-2324B6DFB329> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/ImageKit.fram ework/Versions/A/ImageKit
        0x7fff91299000 -     0x7fff9129aff7  libDiagnosticMessagesClient.dylib (100) <4CDB0F7B-C0AF-3424-BC39-495696F0DB1E> /usr/lib/libDiagnosticMessagesClient.dylib
        0x7fff9129b000 -     0x7fff912e7ffe  com.apple.CoreMediaIO (401.0 - 4544) <44EBC0FE-DAD5-3711-96CB-05250F350A16> /System/Library/Frameworks/CoreMediaIO.framework/Versions/A/CoreMediaIO
        0x7fff912e8000 -     0x7fff912eaffb  libutil.dylib (34) <DAC4A6CF-A1BB-3874-9569-A919316D30E8> /usr/lib/libutil.dylib
        0x7fff912eb000 -     0x7fff912edfff  libCVMSPluginSupport.dylib (9.0.83) <E2AED858-6EEB-36C6-8C06-C3CF649A3CD5> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCVMSPluginS upport.dylib
        0x7fff912ee000 -     0x7fff9130bff7  com.apple.framework.Apple80211 (9.0 - 900.47) <C897AFE6-DD73-387D-816A-67252A564207> /System/Library/PrivateFrameworks/Apple80211.framework/Versions/A/Apple80211
        0x7fff9130c000 -     0x7fff91330ff7  libJPEG.dylib (1038) <86F349A8-882D-3326-A0B0-63257F68B1A7> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib
        0x7fff91331000 -     0x7fff9135bff7  libpcap.A.dylib (42) <91D3FF51-D6FE-3C05-98C9-1182E0EC3D58> /usr/lib/libpcap.A.dylib
        0x7fff9135c000 -     0x7fff9135efff  libRadiance.dylib (1038) <55F99274-5074-3C73-BAC5-AF234E71CF38> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.d ylib
        0x7fff91366000 -     0x7fff9136cfff  com.apple.AOSNotification (1.7.0 - 760.3) <7901B867-60F7-3645-BB3E-18C51A6FBCC6> /System/Library/PrivateFrameworks/AOSNotification.framework/Versions/A/AOSNotif ication
        0x7fff913c5000 -     0x7fff913d2fff  com.apple.Sharing (132.2 - 132.2) <F983394A-226D-3244-B511-FA51FDB6ADDA> /System/Library/PrivateFrameworks/Sharing.framework/Versions/A/Sharing
        0x7fff91540000 -     0x7fff91542ff3  libsystem_configuration.dylib (596.12) <C4F633D9-94C8-35D9-BB2D-84C5122533C7> /usr/lib/system/libsystem_configuration.dylib
        0x7fff91543000 -     0x7fff91543fff  com.apple.Carbon (154 - 157) <45A9A40A-78FF-3EA0-8FAB-A4F81052FA55> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
        0x7fff915e2000 -     0x7fff91611fd2  libsystem_m.dylib (3047.16) <B7F0E2E4-2777-33FC-A787-D6430B630D54> /usr/lib/system/libsystem_m.dylib
        0x7fff91612000 -     0x7fff91613ff7  libsystem_blocks.dylib (63) <FB856CD1-2AEA-3907-8E9B-1E54B6827F82> /usr/lib/system/libsystem_blocks.dylib
        0x7fff91636000 -     0x7fff916c5fff  com.apple.Metadata (10.7.0 - 800.12.2) <A9F5D471-8732-3F95-A4A2-33864B92A181> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadat a.framework/Versions/A/Metadata
        0x7fff916c6000 -     0x7fff916effff  GLRendererFloat (9.0.83) <1F1160A8-5047-3CEE-AC1E-D29520D0B367> /System/Library/Frameworks/OpenGL.framework/Versions/A/Resources/GLRendererFloa t.bundle/GLRendererFloat
        0x7fff916f0000 -     0x7fff916fdff0  libbz2.1.0.dylib (29) <0B98AC35-B138-349C-8063-2B987A75D24C> /usr/lib/libbz2.1.0.dylib
        0x7fff9175b000 -     0x7fff91780ff7  com.apple.ChunkingLibrary (2.0 - 155.1) <B845DC7A-D1EA-31E2-967C-D1FE0C628036> /System/Library/PrivateFrameworks/ChunkingLibrary.framework/Versions/A/Chunking Library
        0x7fff91781000 -     0x7fff917e7fff  com.apple.framework.CoreWiFi (2.0 - 200.21.1) <5491896D-78C5-30B6-96E9-D8DDECF3BE73> /System/Library/Frameworks/CoreWiFi.framework/Versions/A/CoreWiFi
        0x7fff91813000 -     0x7fff9193ffff  com.apple.MediaControlSender (1.9 - 190.4) <F5E934E1-D004-3C84-815A-961319F8C522> /System/Library/PrivateFrameworks/MediaControlSender.framework/Versions/A/Media ControlSender
        0x7fff91a2c000 -     0x7fff91a31ff7  libunwind.dylib (35.3) <78DCC358-2FC1-302E-B395-0155B47CB547> /usr/lib/system/libunwind.dylib
        0x7fff91a32000 -     0x7fff91ab2fff  com.apple.CoreSymbolication (3.0 - 141) <B018335C-698B-3F87-AF1C-6115C4FA8954> /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSy mbolication
        0x7fff91ab3000 -     0x7fff91ab4ff7  com.apple.print.framework.Print (9.0 - 260) <EE00FAE1-DA03-3EC2-8571-562518C46994> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framewo rk/Versions/A/Print
        0x7fff91ab5000 -     0x7fff91ad1fff  libresolv.9.dylib (54) <11C2C826-F1C6-39C6-B4E8-6E0C41D4FA95> /usr/lib/libresolv.9.dylib
        0x7fff92139000 -     0x7fff92279fff  com.apple.QTKit (7.7.3 - 2826.0.1) <44109489-09C2-34C4-AB66-E52A505D7887> /System/Library/Frameworks/QTKit.framework/Versions/A/QTKit
        0x7fff9227a000 -     0x7fff9228cff7  com.apple.MultitouchSupport.framework (245.13 - 245.13) <D5E7416D-45AB-3690-86C6-CC4B5FCEA2D2> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/Multit ouchSupport
        0x7fff9228d000 -     0x7fff922f7ff3  libType1Scaler.dylib (112) <54CFD2AA-4B07-3804-9E9B-29BA7BD6BA74> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libType1Scaler.dylib
        0x7fff922f8000 -     0x7fff922fcfff  libpam.2.dylib (20) <B93CE8F5-DAA8-30A1-B1F6-F890509513CB> /usr/lib/libpam.2.dylib
        0x7fff922fd000 -     0x7fff92335ff7  com.apple.RemoteViewServices (2.0 - 94) <3F34D630-3DDB-3411-BC28-A56A9B55EBDA> /System/Library/PrivateFrameworks/RemoteViewServices.framework/Versions/A/Remot eViewServices
        0x7fff92336000 -     0x7fff925e0ffd  com.apple.HIToolbox (2.1 - 696) <1CFFF37B-C392-3088-B0A4-C08C55B2AF8F> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.fra mework/Versions/A/HIToolbox
        0x7fff925e1000 -     0x7fff92615fff  libssl.0.9.8.dylib (50) <B15F967C-B002-36C2-9621-3456D8509F50> /usr/lib/libssl.0.9.8.dylib
        0x7fff9269a000 -     0x7fff926f2ff7  com.apple.Symbolication (1.4 - 129) <16D42516-7B5E-357C-898A-FAA9EE7642B3> /System/Library/PrivateFrameworks/Symbolication.framework/Versions/A/Symbolicat ion
        0x7fff926f3000 -     0x7fff9272cff7  com.apple.QD (3.50 - 298) <C1F20764-DEF0-34CF-B3AB-AB5480D64E66> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ QD.framework/Versions/A/QD
        0x7fff9272f000 -     0x7fff9276dff7  libGLImage.dylib (9.0.83) <C08048A7-03CC-3E40-BCDC-7791D87AC8E4> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dyl ib
        0x7fff929f7000 -     0x7fff929f7fff  com.apple.quartzframework (1.5 - 1.5) <3B2A72DB-39FC-3C5B-98BE-605F37777F37> /System/Library/Frameworks/Quartz.framework/Versions/A/Quartz
        0x7fff929f8000 -     0x7fff929f8fff  com.apple.CoreServices (59 - 59) <7A697B5E-F179-30DF-93F2-8B503CEEEFD5> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
        0x7fff929f9000 -     0x7fff929fdff7  libcache.dylib (62) <BDC1E65B-72A1-3DA3-A57C-B23159CAAD0B> /usr/lib/system/libcache.dylib
        0x7fff92a21000 -     0x7fff92a2bff7  com.apple.CrashReporterSupport (10.9 - 538) <B487466B-3AA1-3854-A808-A61F049FA794> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/Cra shReporterSupport
        0x7fff92a2c000 -     0x7fff92a2cfff  com.apple.ApplicationServices (48 - 48) <3E3F01A8-314D-378F-835E-9CC4F8820031> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Application Services
        0x7fff92a2d000 -     0x7fff92a48ff7  libCRFSuite.dylib (34) <FFAE75FA-C54E-398B-AA97-18164CD9789D> /usr/lib/libCRFSuite.dylib
        0x7fff92a49000 -     0x7fff92a50ff7  liblaunch.dylib (842.1.4) <FCBF0A02-0B06-3F97-9248-5062A9DEB32C> /usr/lib/system/liblaunch.dylib
        0x7fff92a51000 -     0x7fff92b13ff1  com.apple.CoreText (352.0 - 367.15) <E5C70FC8-C861-39B8-A491-595E5B55CFC8> /System/Library/Frameworks/CoreText.framework/Versions/A/CoreText
        0x7fff92ddb000 -     0x7fff92ea4fff  com.apple.LaunchServices (572.23 - 572.23) <8D955BDE-2C4C-3DD4-B4D7-2D916174FE1D> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchS ervices.framework/Versions/A/LaunchServices
        0x7fff92ea5000 -     0x7fff92ea5fff  com.apple.Accelerate (1.9 - Accelerate 1.9) <509BB27A-AE62-366D-86D8-0B06D217CF56> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
        0x7fff92ea6000 -     0x7fff92eceffb  libRIP.A.dylib (599.7) <6F528EE3-99F8-3871-BD60-1306495C27D5> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/Resources/libRIP.A .dylib
        0x7fff92f28000 -     0x7fff92f31ff3  libsystem_notify.dylib (121) <52571EC3-6894-37E4-946E-064B021ED44E> /usr/lib/system/libsystem_notify.dylib
        0x7fff92f32000 -     0x7fff92f41ff8  com.apple.LangAnalysis (1.7.0 - 1.7.0) <8FE131B6-1180-3892-98F5-C9C9B79072D4> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ LangAnalysis.framework/Versions/A/LangAnalysis
        0x7fff92f47000 -     0x7fff92f76ff7  com.apple.CoreAVCHD (5.7.0 - 5700.4.3) <404369C0-ED9F-3010-8D2F-BC55285F7808> /System/Library/PrivateFrameworks/CoreAVCHD.framework/Versions/A/CoreAVCHD
        0x7fff92f77000 -     0x7fff92f7ffff  libMatch.1.dylib (19) <021293AB-407D-309A-87F5-8E782F46753E> /usr/lib/libMatch.1.dylib
        0x7fff930b7000 -     0x7fff93102fff  com.apple.ImageCaptureCore (5.0 - 5.0) <F529EDDC-E2F5-30CA-9938-AF23296B5C5B> /System/Library/Frameworks/ImageCaptureCore.framework/Versions/A/ImageCaptureCo re
        0x7fff9312a000 -     0x7fff93151ffb  libsystem_info.dylib (449.1.3) <7D41A156-D285-3849-A2C3-C04ADE797D98> /usr/lib/system/libsystem_info.dylib
        0x7fff93152000 -     0x7fff93215ff7  com.apple.backup.framework (1.5.1 - 1.5.1) <FC4E949B-B41A-3F21-8AF8-AEDB13146FEA> /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup
        0x7fff93216000 -     0x7fff932a2ff7  com.apple.ink.framework (10.9 - 207) <8A50B893-AD03-3826-8555-A54FEAF08F47> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework /Versions/A/Ink
        0x7fff932a3000 -     0x7fff932beff7  libPng.dylib (1038) <EF781AF8-C2E6-3179-B8A1-A584783070F1> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib
        0x7fff932bf000 -     0x7fff932eeff5  com.apple.GSS (4.0 - 2.0) <ED98D992-CC14-39F3-9ABC-8D7F986487CC> /System/Library/Frameworks/GSS.framework/Versions/A/GSS
        0x7fff932ef000 -     0x7fff932f8fff  com.apple.CommonAuth (4.0 - 2.0) <1D263127-5F27-3128-996D-7397660D0C6E> /System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAuth
        0x7fff93305000 -     0x7fff93309fff  com.apple.IOAccelerator (98.7.1 - 98.7.1) <C0D16D6F-8729-3110-BEBA-BE4F53444470> /System/Library/PrivateFrameworks/IOAccelerator.framework/Versions/A/IOAccelera tor
        0x7fff9330a000 -     0x7fff9330efff  libsystem_stats.dylib (93.1.26) <B9E26A9E-FBBC-3938-B8B7-6CF7CA8C99AD> /usr/lib/system/libsystem_stats.dylib
        0x7fff9338d000 -     0x7fff9338ffff  com.apple.EFILogin (2.0 - 2) <C360E8AF-E9BB-3BBA-9DF0-57A92CEF00D4> /System/Library/PrivateFrameworks/EFILogin.framework/Versions/A/EFILogin
        0x7fff93390000 -     0x7fff9339dff7  libxar.1.dylib (202) <5572AA71-E98D-3FE1-9402-BB4A84E0E71E> /usr/lib/libxar.1.dylib
        0x7fff933b3000 -     0x7fff93484ff7  com.apple.QuickLookUIFramework (5.0 - 622.3) <9741E66B-3978-35F6-8846-B6C528945611> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuickLookUI.f ramework/Versions/A/QuickLookUI
        0x7fff93485000 -     0x7fff9379fff7  com.apple.MediaToolbox (1.0 - 1273.29) <6260E68B-7E50-3D49-8C0A-7145614C13D8> /System/Library/Frameworks/MediaToolbox.framework/Versions/A/MediaToolbox
        0x7fff937a0000 -     0x7fff937bafff  libdispatch.dylib (339.1.9) <46878A5B-4248-3057-962C-6D4A235EEF31> /usr/lib/system/libdispatch.dylib
        0x7fff937bb000 -     0x7fff939a0ff7  com.apple.CoreFoundation (6.9 - 855.11) <E22C6A1F-8996-349C-905E-96C3BBE07C2F> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
        0x7fff939a1000 -     0x7fff939eafff  com.apple.CoreMedia (1.0 - 1273.29) <4ACD30BA-E9FE-3842-A8B7-E3BD63747867> /System/Library/Frameworks/CoreMedia.framework/Versions/A/CoreMedia
        0x7fff939eb000 -     0x7fff93d83fff  com.apple.SceneKit (4.0 - 197) <1FEE4A1D-5B13-3774-8FE1-B79FD81CD1E5> /System/Library/Frameworks/SceneKit.framework/Versions/A/SceneKit
        0x7fff93d8e000 -     0x7fff93d8ffff  libunc.dylib (28) <62682455-1862-36FE-8A04-7A6B91256438> /usr/lib/system/libunc.dylib
        0x7fff93fa2000 -     0x7fff93fbeff7  libsystem_kernel.dylib (2422.1.72) <D14913DB-47F1-3591-8DAF-D4B4EF5F8818> /usr/lib/system/libsystem_kernel.dylib
        0x7fff93fbf000 -     0x7fff93fbfffd  com.apple.audio.units.AudioUnit (1.9 - 1.9) <6E89F3CB-CC41-3728-9F9A-FDFC151E8261> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
        0x7fff93fc0000 -     0x7fff93fc2ff7  libquarantine.dylib (71) <7A1A2BCB-C03D-3A25-BFA4-3E569B2D2C38> /usr/lib/system/libquarantine.dylib
        0x7fff94042000 -     0x7fff941b2ff6  com.apple.CFNetwork (673.0.3 - 673.0.3) <42CFC3DB-35C8-3652-AF37-4BCC73D8BDEF> /System/Library/Frameworks/CFNetwork.framework/Versions/A/CFNetwork
        0x7fff941b3000 -     0x7fff9426bff7  com.apple.DiscRecording (8.0 - 8000.4.6) <CDAAAD04-A1D0-3C67-ABCC-EFC9E8D44E7E> /System/Library/Frameworks/DiscRecording.framework/Versions/A/DiscRecording
        0x7fff94294000 -     0x7fff942e5fff  com.apple.QuickLookFramework (5.0 - 622.3) <AB6CCD09-ECDF-3F01-9C42-34B37DDCF12D> /System/Library/Frameworks/QuickLook.framework/Versions/A/QuickLook
        0x7fff942e6000 -     0x7fff94349ff7  com.apple.SystemConfiguration (1.13 - 1.13) <F05F4149-981B-380B-8F50-51CE804BBB89> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfi guration
        0x7fff943a0000 -     0x7fff943cffff  com.apple.DebugSymbols (106 - 106) <E1BDED08-523A-36F4-B2DA-9D5C712F0AC7> /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbol s
        0x7fff943d0000 -     0x7fff943e1ff7  libz.1.dylib (53) <42E0C8C6-CA38-3CA4-8619-D24ED5DD492E> /usr/lib/libz.1.dylib
        0x7fff943e2000 -     0x7fff944adfff  libvDSP.dylib (423.32) <3BF732BE-DDE0-38EB-8C54-E4E3C64F77A7> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvDSP.dylib
        0x7fff944b9000 -     0x7fff944bcfff  com.apple.TCC (1.0 - 1) <32A075D9-47FD-3E71-95BC-BFB0D583F41C> /System/Library/PrivateFrameworks/TCC.framework/Versions/A/TCC
        0x7fff944bd000 -     0x7fff9456dff7  libvMisc.dylib (423.32) <049C0735-1808-39B9-943F-76CB8021744F> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvMisc.dylib
        0x7fff9456e000 -     0x7fff9465cfff  libJP2.dylib (1038) <6C8179F5-8063-3ED6-A7C2-D5603DECDF28> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJP2.dylib
        0x7fff9468b000 -     0x7fff94abeffb  com.apple.vision.FaceCore (3.0.0 - 3.0.0) <F42BFC9C-0B16-35EF-9A07-91B7FDAB7FC5> /System/Library/PrivateFrameworks/FaceCore.framework/Versions/A/FaceCore
        0x7fff94abf000 -     0x7fff94b0dfff  com.apple.opencl (2.3.57 - 2.3.57) <FC03A80D-543A-3448-83FF-D399C3A240D9> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
        0x7fff94b98000 -     0x7fff94bf3ffb  com.apple.AE (665.5 - 665.5) <BBA230F9-144C-3CAB-A77A-0621719244CD> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.fram ework/Versions/A/AE
        0x7fff94bf4000 -     0x7fff94c07ff7  com.apple.AppContainer (3.0 - 1) <A90C058D-46E8-3BAB-AF17-AF9C7C273069> /System/Library/PrivateFrameworks/AppContainer.framework/Versions/A/AppContaine r
        0x7fff94c37000 -     0x7fff94d8aff7  com.apple.audio.toolbox.AudioToolbox (1.9 - 1.9) <A0B7B007-9BD8-30E2-B644-47856DA29FEE> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
        0x7fff94db8000 -     0x7fff94f45ff7  GLEngine (9.0.83) <26CCE609-D645-3945-A678-517ED5B65785> /System/Library/Frameworks/OpenGL.framework/Versions/A/Resources/GLEngine.bundl e/GLEngine
        0x7fff94f46000 -     0x7fff9502dff7  libxml2.2.dylib (26) <A1DADD11-89E5-3DE4-8802-07186225967F> /usr/lib/libxml2.2.dylib
        0x7fff95030000 -     0x7fff95089fff  libTIFF.dylib (1038) <5CBFE0C2-9DD8-340B-BA63-A94CE2E476F2> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib
        0x7fff9508a000 -     0x7fff9508eff7  libGIF.dylib (1038) <C29B4323-1B9E-36B9-96C2-7CEDBAA124F0> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib
        0x7fff95094000 -     0x7fff9511ffff  libCoreStorage.dylib (380) <AE14C2F3-0EF1-3DCD-BF2B-A24D97D3B372> /usr/lib/libCoreStorage.dylib
        0x7fff9512d000 -     0x7fff9513dfff  libbsm.0.dylib (33) <2CAC00A2-1352-302A-88FA-C567D4D69179> /usr/lib/libbsm.0.dylib
        0x7fff95151000 -     0x7fff95152ff7  libsystem_sandbox.dylib (278.10) <A47E7E11-3C76-318E-B67D-98972B86F094> /usr/lib/system/libsystem_sandbox.dylib
        0x7fff95194000 -     0x7fff951f4ff2  com.apple.CoreUtils (1.9 - 190.4) <CBB5B4DC-2801-32B3-A31C-8811CCF99873> /System/Library/PrivateFrameworks/CoreUtils.framework/Versions/A/CoreUtils
        0x7fff95215000 -     0x7fff9521ffff  libcommonCrypto.dylib (60049) <8C4F0CA0-389C-3EDC-B155-E62DD2187E1D> /usr/lib/system/libcommonCrypto.dylib
        0x7fff95220000 -     0x7fff95231ff7  libsystem_asl.dylib (217.1.4) <655FB343-52CF-3E2F-B14D-BEBF5AAEF94D> /usr/lib/system/libsystem_asl.dylib
        0x7fff95232000 -     0x7fff952a9fff  com.apple.CoreServices.OSServices (600.4 - 600.4) <36B2B009-C35E-3F21-824E-E0D00E7808C7> /System/Library/Fr

    Back up all data. Quit Preview if it's running.
    Hold down the option key and select Go ▹ Library from the Finder menu bar. From the Library folder, delete the following items, if they exist:
    Containers/com.apple.Preview
    Preferences/com.apple.Preview.LSSharedFileList.plist
    Preferences/com.apple.Preview.SandboxedPersistentURLs.LSSharedFileList.plist
    Saved Application State/com.apple.Preview.savedState
    Log out and log back in. Launch the application and test.

  • Having problems with Bridge shutting down after saving photo in PS Cs5,,,,,,,,,  Also when i attempt to update either PS or bridge get an error message in Adobe application manger "Error loading updater workflow"

    Having problems with Bridge shutting down after saving photo in PS Cs5,,,,,,,,,  Also when i attempt to update either PS or bridge get an error message in Adobe application manger "Error loading updater workflow"

    Sorry for the late reply. My email firewall has become a little over zealous & sent a lot of my emails straight to my junk email folder, so I have only just now discovered your reply in my junk mail folder.
    The only "don't open files exceeding xxx megabytes" instruction I can find in my Prefs, is in the Bridge Prefs for Thumbnails, & mine is set at 1000mb. The biggest files I handle are bigger than 200mb so I should be able to open a few, not just one.
    However, this doesn't explain why I can open a psd format file of 180mb, close it, but then can't open a RAW format file of only 26mb immediately after.
    I can open the RAW file only if I restart my computer - very annoying!
    However, thanks for the advice about the video card & memory.
    So, I'm still stuck as to what the issue is.

  • I finished adding my transtions to my timeline.  I was having crashing issues so I shut down everything before I rendered the project and now it tells me that the project is unreadable or the file is too new for this version of final cut. What Happened?

    I finished adding my transtions to my timeline.  I was having crashing issues so I shut down everything before I rendered the project and now it tells me that the project is unreadable or the file is too new for this version of final cut. What Happened?

    What Happened?
    No way for us to know.  But if your system was crashing, there definitely was a problem.  The FCE error message you got normally indicates the FCE project file has been corrupted.  This probably happened due to whatever caused your system to crash & shutting down the system.
    First, make sure your system is running correctly.  Then, use the Finder to navigate to /users/yourusername/Documents/Final Cut Express Documents/Autosave Vault and find the most recent backup copy of your FCE project file.  Copy the file to your Final Cut Express Documents folder (copy the file, don't just move it).  Then double-click the copy to open it in FCE.  It should open ok, but will probably not have your most recent edits (transitions).  You may have to rebuild the transitions, but at least you will be back in action.

  • I have a problem with Pages shutting down my documents.

      I have a problem with Pages shutting down my documents. I have several
    several documents on my homepage,but once I select one it shuts down and
    goes to the ipad homepage.Other documents open with no problem.
    Can someone tell me what's happening
    antdel

    Pages is crashing for some reason.
    You say that other documents open with no problems, do you mean other Pages documents or documents in another app?
    Try closing Pages completely in the recents tray and reboot your iPad. See if that helps. If it doesn't help, you may have to delete and reinstall Pages. If that doesn't work, you might have a corrupt document that you need to track down and delete.
    Go to the home screen first by tapping the home button. Double tap the home button and the recents tray will appear with all of your recent apps displayed at the bottom. Tap and hold down on any app icon until it begins to wiggle. Tap the minus sign in the upper left corner of the app that you want to close. Tap the home button or anywhere above the task bar.
    Reboot the iPad by holding down on the sleep and home buttons at the same time for about 10-15 seconds until the Apple Logo appears - ignore the red slider if it appears on the screen - let go of the buttons. Let the iPad start up.

  • Weird problem with power shut down msi nforce 4 platinum

    recently i have flashed the latest bios 1.9 of msi nforce 4 u platinum, everything work fine untill yesterday.some stanges happened......
    my power doesnt have a on and off button on it ,every time i turn off the pc , i have to turn off the power button of a socket near by the pc.everytime it works fine, but yesterday when i turn on the power on button of that socket , the pc automatic start, i didint turn on the power button of pc, what a weird problem..   also when i  go into os , the system time also changed, although i can turn them back to correct one in bios and os, but when i turn the pc off , it changed again...   could any one help me out , what is teh real problem of my pc. some virus ?thanks a lot.
    weird problem with power shut down  msi nforce 4 platinum

    it seems the first question has been solved. cos today when i turn on pc, the oc set up is gone ,in bios, it back to the original set up.i cant save my oc setup, so it definitely a battery problem!!!!!!!!!!!
    i take the old battery t o a saler , there they massure it with voltmeter, it shows only 0.97v, but in bios 1.6 it shows 1.82v, so waht is the real meaning of that reading num in bios for battery?it cant be the real voltage of the battery. i buy a new one ,this one is maxcell 2032   hitachi, the old one is shi  t   panansonic 2032 .the new one shows 3.17v with voltmeter, then i come back , installed the  new battery , in bios this time it shows 2.3v in bios 1.6. so the reading num in bios for battery is definitely is not a real reading for your battery.
    i will keep my pc in 24/7 using , and i will look if the battery is sable or not , cos untilll now no one come out for a real explain for this  stupid battery problem of msi nofroce 4 platinum.i dont want change battery every 2 or 3month, what a real sick of this!!!!

  • ITunes shut down scripting interface used by other applications

    Everytime I try to close iTunes I get a dialogue box stating:
    "One or more applications are using the iTunes scripting interface. Are you sure you want to quit?" Kind of annoying, anyone know how to fix this?

    This is a fairly common annoyance. iTunes has a scripting interface that a host of applications use to talk to it. It could be any one of a number of processes that are running at the time. Usually it's some other media related application that can synch to an iPod but it could be some unsuspect application as well, logitech setPoint for example is often sited. To find out, see whats currently running in the background (Press <ctrl><alt><delet> and click on the Processes tab in Windows Task Manager). Make a list of suspects then try shutting down those applications. You have Task Manager end the process, but only if you know which ones are safe to terminate. Once you find the culprit you can possibly make that application run manually or remove it. Otherwise you just have to live with itunes quirks.

  • Reboot and shut down scripts failed on open dialogue window

    I have a headless server.
    It is scheduled to shut down at 01.00 AM via the control panel.
    I have a script (tested it works) to shut down the server should the control panel fail.
    tell application "System Events"
    shut down
    end tell
    Should this fail for some reason there is a second script that tell the computer to reboot shortly before the control panel schedule should start the server.
    tell application "System Events"
    restart
    end tell
    Yesterday it failed to execute either script. ITunes had been running and checked for updates and found one. It was installed and this resulted in the dialogue box appearing that wants you to promise not to steal the code etc. No person there to click OK so it hung and cancelled all processes.
    So this stopped the shut down as well as the reboot.
    The reason I have this script is as to make sure the computer has no hanging programmes or windows and shuts down and fires up on the desired time.
    Anybody knows how to make it force to quit the programme?
    Or better would be (and my preference too) to have it check if such windows are open and OK them before shutting down.
    I know this is only a one in thousand occurrence, but it would be nice to have it not happen again, this time I was there to fix it.
    Thanks.

    'b4' - ?
    Your problem is not with the provided instructions; but, the version of 'Script Editor', SE, you use.
    I use SE, v. 2.0 (43) from a 'Panther' (MacOS X 10.3.x) installation. This application version works on PPC Macs running 'Panther' and 'Tiger' (MacOS X 10.4.x), and Intel Macs running 'Tiger' and (dog crap) 'Leopard' (MacOS X 10.5.x). At least here.
    The features and (intuitive) ease of use of SE v. 2.0 are superior to its equivalents of 'Tiger' and (dog crap) 'Leopard'. Besides allowing one to view the 'Description' textarea field of a 'Run Only' script, SE v. 2.0 allows one to select all of the 'Suites' titles in the left side list, click on the right side panel, and then search for any character, word, or string - such as 'a', 'is', 'the', 'reference', 'in MHz' - anything. Try such a search with SE v. 2.1 and v. 2.2.
    Try this example:
    Select SEs' 'Window, Library' menu item. A window titled 'Standard Additions.asdictionary' will appear.
    From the 'Library' windows' list, double click on 'StandardAdditions'.
    SE v. 2.0 only - Select all of the suites of the left side panel, then click once on the right side panel.
    In the search field (SE v 2.1 and v. 2.2) or search window (SE v. 2.0) enter 'in MHz', and press the <return> key. Did SE v. 2.1 or 2.2 find it? SE v. 2.0 goes right to it; even highlighting the search string result.
    As an exercise - waste your time looking for 'in MHz' in SE v. 2.1 and / or v. 2.2.
    Hint 01: Search for 'system'. Now you have a one (1) in four (4) chance of locating the user desired string (of 'in MHz') by viewing the text of each listed result.
    Hint 02: Try searching by 'Description' - click on the search 'magnifying glass' and a popup button of choices appears - click on the 'Description' menu item. Still, unlike with SE v. 2.0, SE v. 2.1 or v. 2.2 does not actually highlight the located character, word, or string.
    Ok, you finally located the line of 'in MHz'; but now - you want to see all of the commands of the related 'Suite' - how do you do it? In SE v. 2.0 you may have to scroll up a little; but, in SE v. 2.1 and v. 2.2 ...

  • Problems with speakers shutting down

    I have a gigaworks pro 5.1 surround sound system I've had it for about 2 years now and i'm starting to have this problem with my speakers shutting down even though there is power running to the system I can hear a sencer click when the system shuts down when I try to start it by pressing the on button or flip the switch on the back of the system the system will not start I have to unplug the hole system and plug it back in to start the system and then the system will work for a few minutes and shut down again I was wondering if anyone has had the same problem and if so how did they fix it

    Hi faizraja,
    Thank you for your query,  I will do my best to assist you.
    I grasp that it will not shutdown from the menu options and the speakers don't work most of the time.
    I would try a Refresh Your PC to Resolve Problems (Windows 8). Just to be on the safe side, I suggest backing up your personal files to prevent loss.
    Here is a link to  No Sound from Speakers (Windows 8) to assist with the speaker issue. Are you accidentally muting your system?  Here is a link to HP Pavilion g6 Notebook PC Maintenance and Service Guide, please not page 12 item 3 for this option.
    If this has not helped, I suggest you do a recovery back to factory. Performing an HP System Recovery (Windows 8).
    You will receive a prompt to backup your personal data to prevent loss. If you have not done one recently, I suggest you do one now.
    Restoring Files that were Backed Up Using HP Recovery Manager (Windows 8)
    Sparkles1
    I work on behalf of HP
    Please click “Accept as Solution ” if you feel my post solved your issue, it will help others find the solution.
    Click the “Kudos, Thumbs Up" on the bottom right to say “Thanks” for helping!

  • Latest Release Week with Random Shut Down

    Well, though I have been following this board and the random shut down issue, I went ahead and purchased my first mac. Got the White Macbook 2.0, with 2 Gigs of ram waiting to be installed. It's on its way from China as we speak and should arrive Friday. I was wondering what the most recent release week is that people are having the random shut down with. Has it stopped with later weeks or does it continue? Mine shipped Friday. Any idea what week mine will be?

    Hi Andrew,
    I've taken in two other MacBooks for the same reason. The first time I brought the laptop in, I couldn't make it shut down and the Genius sent me home. The second time I brought it in, I left it shutdown with the white light frozen on. The laptop was also very hot. They replaced it without asking any further questions. The second time I brought it in to the Genius Bar, I just told them the whole situation, explained that I was a long-time Mac user and really didn't want to ruin my mac experience by having to try to "proove" a problem that was already happening with my previous book. They took me at my word and replaced it without any further testing. (I mean, frankly, why would I be interested in randomly replacing a perfectly new MacBook if it wasn't acting up?)
    Hope that helps. I have not called in the tech support line, but have always brought it into an Apple Store.

  • My Mail app opens unprompted everytime i reboot or awake my macbook pro from sleep.  This was not an issue until i shut down my laptop for the first time in a while 2 days ago.  ANy ideas how to stop this?

    I recently shut down my MacBook Pro for the first time in a long time.  SInce then, everytime i reboot or awake my laptop from sleep, the Mail app opens unprompted causing my computer to slow down incredibly, and some apps to freeze.  I have no idea how to stop this or why it even started doing this.  Any ideas on how to get it to stop? Thanks!

    I have this problem too with my Macbook Air. Mail opens automatically every time my laptop sleeps. I actually just asked about this in my own thread. However, it is not causing my apps to freeze.

  • Laptop Lenovo G550 with win7 shuts down(crash) randomly

    Laptop shuts down
    My daughter has a new Lenovo G550 laptop.The machine shuts off randomly after boot. I installed on it windows 7 and 5 month everything works fine. I updated all the drivers and also i updated the bios. Laptop keeps shuting down...My daughter says when she plays games or when are too many windows open in internet explorer and torrent open the computer shuts down. She finds out  that , when the proccesor is very much in usage( 90-100% ), laptop shuts off. The temperature seems not so high, i don't see any dirt in fan...Also in safe mode it seems that things go normaly. I get a kernel-power error : "The system has rebooted without cleanly down first.This error could be caused if the system stopped responding , crashed or lost power unexpectedly". Also i've installed again OS(windows 7) but the problem keep going on. Should i install another OS, like windows XP ? Or should i install again windows 7 cleanly ( with format the hard disk) and see what it happens? If it is OK i start to update, one by one, drivers and after this shall i try to install some applications(one by one to see if any of it can cause problems) ? Any opinion or help please ! Thank you !
    Solved!
    Go to Solution.

    I have the same problem except my lenovo is 3 weeks old!  I think it is a software error but I have no idea which software is causing the problem.  It is always a booting error that happens when my desk top is already open.  I have called the support line three times and I am honestly thinking about getting a mac if this keeps happening.  Why can't I use normal software like i-tunes, spotify, microsoft, adobe, and my new external hard-drive without having this problem?  It can't be a hardware problem on such a new computer, right? 

  • Shut down scripts and command is this possible in OS X

    In OS 9 it was possible to install things like Apple Script in the ‘Shut Down’ folder and these would be executed when the computer was told shut down.
    Is there such a possibility in OS X? I have some script I would like to be executed when the user hits shut down.
    Thanks

    V.K. wrote:
    you can make a logout hook. see these [instructions|http://docs.info.apple.com/article.html?artnum=301446]. change login hook to logout hook in them.
    OK V.K., I think I am getting in over my head.
    in the article is says find this line in the ttys document:
    +#console "/System/Library/CoreServices/loginwindow.app/Contents/MacOS/loginwindow" vt100 on secure window=/System/Library/CoreServices/WindowServer onoption="/usr/libexec/getty std.9600"+
    Mine says:
    +#console "/usr/libexec/getty std.57600" vt100 on secure
    console "/System/Library/CoreServices/loginwindow.app/Contents/MacOS/loginwindow" vt100 on secure onoption="/usr/libexec/getty std.9600"+
    So not sure how to make the changes it suggests

Maybe you are looking for

  • CO account assignment on a GR/IR Account (Balance sheet Account)

    The GR/IR account line item on Goods Receipt(GR) documents picks up the account assignment ( WBS Element, Cost center or an Order) from the Purchase order account assignment. The GR/IR account is defined as a Balance sheet account. So it is abnormal

  • Crystal Report 8.5 with SQL SERVER 2005 problems

    Post Author: AREVA CA Forum: Data Connectivity and SQL Hi All !We have some problems with Crystal Reports version 8.5 with SQL Server 2005: 1) When we want to generate a report (using data in SQL Server 2005) we have a popup message error : "impossib

  • Do you have a lot of bookmarks in Safari???  Here's how to handle them:

    Bookdog...highly recommended! If you have lots of bookmarks in Safari you should take Bookdog for a spin (recommended for 10.3.9 & above). It is well worth the time and effort and definetly worth the $$ to buy the license. (I'm not associated with th

  • Connectivity - airport/Itunes

    My itunes connectivity (to to airport express and to my stereo) worked flawlessly when i had the base station set up as a separate network. The down side was I couldn't be online at the same time. Now that I figured out how to set up under the same n

  • WPC Migration to 7.3 - Navigation

    Hi Everyone,      We are in the process of migrating WPC content originally created in version 7.0 to 7.3.      After connecting the Area to the Role I haven't been able to set the top level entry points correctly. I need to define the content below