Python script won't open

I have finally upgraded to Lion and I am slowly finding out small things that are making me go crazy.
Before on Snow Leopard, I could just double click a python script and it would open up and do it's thing.
Now, it won't even open. When you go into the info panel I can't find the Python Launcher option. It only
gives me other apps such as Sublime Text, Text Wranger etc. How do I change this back to how it was
behaving in snow leapard, without going through Terminal.
Does anyone know why my numbers pad on the keyboard doesn't work anymore?

nevermind

Similar Messages

  • Need help running a Python script when DVD inserted

    We had an intern that created a custom Python script to rip our old event recording DVDs back to a digital format. The script creates a JSON description file and asks a set of questions to create the metadata in the JSON file (e.g. Date of event).
    The way the intern set this up was that you'd click on the Python script which would open a terminal window where you fill in the metadata. It then asks if the DVD is in the computer. At this point you place the DVD in. A few seconds later, the Python script notices the DVD and proceeds to rip the DVD at our specific file size requirements along with the inputted metadata.
    We then upgraded the Mac from Mountain Lion to Lion and the script stopped working. Our intern has since left. I have now moved the Python script onto my Mountain Lion Mac. The intern's last message to me was that he had written an AppleScript that ran when the DVD was inserted which then referred to the Python script. The intern has since stopped replying to emails.
    This is a very important project that I would like to continue. Any help would be greatly appreciated!

    well, oddly, that should never have worked. 
    Try this:  open the applescript editor, copy in the following line:
    tell application "Terminal"
              do script "python /Users/medialab/dvddrip rename"
              activate
    end tell
    Save it, making sure that the 'File Format' pull down says Script (the new file will have a '.scpt' extension). You'll be able to select that file in the cd/dvd preferences.
    I assumed that you wanted this to open in terminal so that you can enter options on the command line. If that's not correct, let me know.

  • How can I use automator to open terminal change directory run a python script?

    Hi all,
    I dont really ever use automator - which may be my big problem - and I am trying to make an apllication that seems fairly simple in theroy. I want something that will lunch terminal, cd to the place where my python script lives and then run it. I have tried a number of suggested ways and can get the terminal to open and the directory to change but cant figure out how to run the script. This is my workflow if i did it manually each time
    - open terminal
    - type cd "the place where my file lives"
    - type python uploadr.py -d
    I can get terminal to open then cd to the right place but cant get the "python uploadr.py -d" to run without an error.
    any help would be very appricated
    thanks!!!
    J

    this is the script I got closest with - I know its something to do with breaking those two commands up but i just dont know how to do it
    on run {input, parameters}
              tell application "Terminal"
      activate
                        if (the (count of the window) = 0) or ¬
                                  (the busy of window 1 = true) then
                                  tell application "System Events"
      keystroke "n" using command down
                                  end tell
                        end if
                        do script "cd /Users/behole/Desktop/FlickrUpload/" & "python uploadr.py -d" in window 1
              end tell
              return input
    end run
    this is the error I get in terminal after I run it
    Last login: Mon Jul 23 15:37:17 on ttys000
    be-holes-MacBook-Pro:~ behole$ cd /Users/behole/Desktop/FlickrUpload/python uploadr.py -d
    -bash: cd: /Users/behole/Desktop/FlickrUpload/python: No such file or directory
    be-holes-MacBook-Pro:~ behole$

  • Open a python script containing bundle... problems!

    I'm not sure how to extract the bundle from this python script. I won't go into much detail, but you can look at this example project I found that can replace InstallerPluginSample with python to create a bundle file. Your help will be much appreciated
    http://pyobjc.sourceforge.net/examples/pyobjc-framework-InstallerPlugins/Install erPluginSample/index.html

    this is the script I got closest with - I know its something to do with breaking those two commands up but i just dont know how to do it
    on run {input, parameters}
              tell application "Terminal"
      activate
                        if (the (count of the window) = 0) or ¬
                                  (the busy of window 1 = true) then
                                  tell application "System Events"
      keystroke "n" using command down
                                  end tell
                        end if
                        do script "cd /Users/behole/Desktop/FlickrUpload/" & "python uploadr.py -d" in window 1
              end tell
              return input
    end run
    this is the error I get in terminal after I run it
    Last login: Mon Jul 23 15:37:17 on ttys000
    be-holes-MacBook-Pro:~ behole$ cd /Users/behole/Desktop/FlickrUpload/python uploadr.py -d
    -bash: cd: /Users/behole/Desktop/FlickrUpload/python: No such file or directory
    be-holes-MacBook-Pro:~ behole$

  • Python script in dasylab using single input multiple output

    Hello
    For a project, I would like to use the python scripting module of dasylab 13. I got it to work for simple functions such as y=f(x), where i have one input and one output.
    The next step in order to get to where i want to be with my script is using a single input and generating two outputs.
    I defined it in the "predefined settings" that pops up first. The module created looked as it should, having one input and two outputs. However, when I wanted to edit the script (and double clicked the module) the module went back to having one input and one output.
    I searched the help and found the section "channel assignment constants". There describe the various constants, which should have been set in predefined settings. In my case it is CR_1_2.
    It also states to setup the meta data in the SetupFifo tab.
    Now here is my problem: How should i change the SetupFifo tab?
    I tried the command:
    self.SetChannelRelation(channel_no, Ly.CR_1_2)
    Unfotunately this didn't work, which doesn't supprise me, as I made this command up, based on the examples in the help file on the SetupFifo tab. Those are, however, for SetChannelFlags and SetChannelType, which I don't think I need yet...
    Has anyone experienced a similar problem? I also installed a trial version on another computer to check if it works there (it doesn't).
    Or does someone know a method to find out how to be able to change inputs and outputs the way i want?
    Every help will be greatly appreciated.
    Sincerely, Jarno

    You do not need to set the channel relation for "simple" channel relation like 1:2, 2:1, etc.
    Just set the relation you want in the configration dialog that open when you drop a script module into to worksheet.
    The channel relation and their python constants have nothing to do with the amount of inputs and outputs of a script module.
    The channel relation tells the "DASYLab core" how to guide meta data (channel names, units, etc) through a module.
    In function "DlgInit" you have to tell DASYLab how many inputs and outputs your module should have.
    Your module should have 2 outputs for each input: this combination of input and outputs is called a "channel".
    Because one channel has 2 outputs, the module can have max. 8 channels only.
    The dialog with the channelbar "thinks" in  channels, but DASYLab "thinks" in connectors (connectors are inputs/outputs).
    So, you are responsible to translate "channels" in "connectors" and vice versa
    In DlgInit you can ask DASYLab about the amount of inputs and outputs.
    self.NumInChannel <-- amout of connectors on modules left side
    self.NumOutChannel <-- amount of connectors on the right side
    self.DlgNumChannels <-- amount of activated channels in the dialog (something between 1 and DlgMaxChannels)
    Your module's channels have 1 input, 2 outputs each, so you can write either
    self.DlgNumChannels = self.NumOutChannel / 2
    or
    self.DlgNumChannels = self.NumInChannel
    If the module has 3 input and 6 outputs, the dialog will get 3 channels.
    In DlgOk you need to translate the amount of channels into the correct amount of connectors (inputs/outputs):
    For "one channel = 1 input + 2 outputs" this is:
    self.SetConnectors( self.DlgNumChannels, self.DlgNumChannels * 2 )
    DlgInit
    self.DlgNumChannels = self.NumInChannel
    # or: self.DlgNumChannels = self.NumOutChannel / 2
    self.DlgMaxChannels = 8 # or Ly.MAX_CHANNELS/2
    DlgOk
    self.SetConnectors( self.DlgNumChannels, self.DlgNumChannels * 2 )
    M.Sc. Holger Wons | measX GmbH&Co. KG, Mönchengladbach, Germany | DASYLab, DIAdem, LabView --- Support, Projects, Training | Platinum National Instrument Alliance Partner | www.measx.com

  • Automator workflow hangs indefinitely after running Python script

    Hello,
    I have an Automator workflow set up to use a one-line shell script to launch a Python script. The Python script has a GUI and stays open for the user to interact with it. It launches fine, but I've noticed that my Automator workflow hangs and the spinning workflow cursor won't disappear from the menu bar unless I manually kill the workflow or quit the Python app. Not a huge deal to kill it manually, but annoying.
    I saw someone posted a way to kill an Automator workflow using an AppleScript or shell script embedded within the workflow, but adding that as a second step doesn't work for me—the Automator workflow never gets to that step, presumably because it's waiting for my Python app to close. Anyone know a way to make the Automator workflow kill itself after launching a Python script?

    By default, AppleScript (and, by extension, Automator) will wait for theshell process to exit before continuing the workflow (or exiting if the shell script action is the last step.
    This can be overcome by launching the shell process as a background process, which returns control to AppleScript/Automator, and allows your workflow to continue (or end).
    Just append:
    &> /dev/null
    after your shell command to launch it in the background, e.g.:
    /usr/bin/python /path/to/your.py &> /dev/null
    and you should get what you expect.

  • IMovie won't open and keeps unexpectedly quitting!!

    I am a Youtuber and film student. I have a lot of projects in the making and am panicking that they're gone for good because iMovie won't open anymore!! If anyone can help me solve this issue, I'd be eternally grateful!
    Process:         iMovie [617]
    Path:            /Applications/iMovie.app/Contents/MacOS/iMovie
    Identifier:      com.apple.iMovieApp
    Version:         10.0.3 (245586)
    Build Info:      iMovieX-24558006035000000~1
    App Item ID:     408981434
    App External ID: 521012678
    Code Type:       X86-64 (Native)
    Parent Process:  launchd [153]
    Responsible:     iMovie [617]
    User ID:         501
    Date/Time:       2015-04-09 23:33:54.938 -0400
    OS Version:      Mac OS X 10.9.5 (13F1077)
    Report Version:  11
    Anonymous UUID:  991026A5-0A11-3D0D-535C-519A185B5CF8
    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 'NSInvalidArgumentException', reason: '*** -[NSKeyedUnarchiver initForReadingWithData:]: incomprehensible archive (0x62, 0x70, 0x6c, 0x69, 0x73, 0x74, 0x30, 0x30)'
    terminating with uncaught exception of type NSException
    abort() called
    Application Specific Backtrace 1:
    0   CoreFoundation                      0x00007fff972ce25c __exceptionPreprocess + 172
    1   libobjc.A.dylib                     0x00007fff992aee75 objc_exception_throw + 43
    2   CoreFoundation                      0x00007fff972ce10c +[NSException raise:format:] + 204
    3   Foundation                          0x00007fff954456a7 -[NSKeyedUnarchiver initForReadingWithData:] + 3055
    4   Foundation                          0x00007fff95551322 +[NSKeyedUnarchiver unarchiveObjectWithFile:] + 124
    5   MotionEffect                        0x0000000116ae4c88 __33+[FFMotionEffect registerEffects]_block_invoke + 334
    6   libdispatch.dylib                   0x00007fff9a43a28d _dispatch_client_callout + 8
    7   libdispatch.dylib                   0x00007fff9a43a1fc dispatch_once_f + 79
    8   MotionEffect                        0x0000000116ae4b38 +[FFMotionEffect registerEffects] + 91
    9   Flexo                               0x000000010dd920d7 +[FFEffect(RuntimeBundleLoading) _registerEffectsInBundle:atPath:] + 135
    10  Flexo                               0x000000010df3b93d +[FFPluginDirectoryScanner _scanDirectory:withExtension:scanned:delegate:didLoadSelector:] + 653
    11  Flexo                               0x000000010df3bda1 +[FFPluginDirectoryScanner scanForPluginsInDirectory:withExtension:delegate:didLoadSelector:] + 961
    12  Flexo                               0x000000010dd9250c +[FFEffect(RuntimeBundleLoading) initEffectRegistry] + 284
    13  Flexo                               0x000000010dda84c5 FFInitializePart2 + 85
    14  Flexo                               0x000000010dd7e096 +[Flexo finishInit] + 22
    15  iMovie                              0x000000010d582ceb main + 1515
    16  libdyld.dylib                       0x00007fff8e42a5fd start + 1
    17  ???                                 0x0000000000000001 0x0 + 1
    Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
    0   libsystem_kernel.dylib         0x00007fff8fe9e866 __pthread_kill + 10
    1   libsystem_pthread.dylib       0x00007fff93b4f35c pthread_kill + 92
    2   libsystem_c.dylib             0x00007fff8f758b1a abort + 125
    3   libc++abi.dylib               0x00007fff8f0fdf31 abort_message + 257
    4   libc++abi.dylib               0x00007fff8f123952 default_terminate_handler() + 264
    5   libobjc.A.dylib               0x00007fff992af30d _objc_terminate() + 103
    6   libc++abi.dylib               0x00007fff8f1211d1 std::__terminate(void (*)()) + 8
    7   libc++abi.dylib               0x00007fff8f121246 std::terminate() + 54
    8   libobjc.A.dylib               0x00007fff992af0b0 objc_terminate + 9
    9   libdispatch.dylib             0x00007fff9a43a2a1 _dispatch_client_callout + 28
    10  libdispatch.dylib             0x00007fff9a43a1fc dispatch_once_f + 79
    11  com.apple.Motion.effect       0x0000000116ae4b38 +[FFMotionEffect registerEffects] + 91
    12  com.apple.Flexo               0x000000010dd920d7 +[FFEffect(RuntimeBundleLoading) _registerEffectsInBundle:atPath:] + 135
    13  com.apple.Flexo               0x000000010df3b93d +[FFPluginDirectoryScanner _scanDirectory:withExtension:scanned:delegate:didLoadSelector:] + 653
    14  com.apple.Flexo               0x000000010df3bda1 +[FFPluginDirectoryScanner scanForPluginsInDirectory:withExtension:delegate:didLoadSelector:] + 961
    15  com.apple.Flexo               0x000000010dd9250c +[FFEffect(RuntimeBundleLoading) initEffectRegistry] + 284
    16  com.apple.Flexo               0x000000010dda84c5 FFInitializePart2 + 85
    17  com.apple.Flexo               0x000000010dd7e096 +[Flexo finishInit] + 22
    18  com.apple.iMovieApp           0x000000010d582ceb main + 1515
    19  libdyld.dylib                 0x00007fff8e42a5fd start + 1
    Thread 1:
    0   libsystem_kernel.dylib         0x00007fff8fe9ee6a __workq_kernreturn + 10
    1   libsystem_pthread.dylib       0x00007fff93b4ff08 _pthread_wqthread + 330
    2   libsystem_pthread.dylib       0x00007fff93b52fb9 start_wqthread + 13
    Thread 2:: Dispatch queue: com.apple.libdispatch-manager
    0   libsystem_kernel.dylib         0x00007fff8fe9f662 kevent64 + 10
    1   libdispatch.dylib             0x00007fff9a43c421 _dispatch_mgr_invoke + 239
    2   libdispatch.dylib             0x00007fff9a43c136 _dispatch_mgr_thread + 52
    Thread 3:
    0   libsystem_kernel.dylib         0x00007fff8fe9ee6a __workq_kernreturn + 10
    1   libsystem_pthread.dylib       0x00007fff93b4ff08 _pthread_wqthread + 330
    2   libsystem_pthread.dylib       0x00007fff93b52fb9 start_wqthread + 13
    Thread 4:
    0   libsystem_kernel.dylib         0x00007fff8fe9ee6a __workq_kernreturn + 10
    1   libsystem_pthread.dylib       0x00007fff93b4ff08 _pthread_wqthread + 330
    2   libsystem_pthread.dylib       0x00007fff93b52fb9 start_wqthread + 13
    Thread 5:: com.apple.ProGL.object-deletion
    0   libsystem_kernel.dylib         0x00007fff8fe9e716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib       0x00007fff93b50c3b _pthread_cond_wait + 727
    2   com.apple.progl.framework     0x000000010fc66490 (anonymous namespace)::threadFunc(void*) + 71
    3   com.apple.procore.framework   0x000000010d7e219f PCThread::startup(void*) + 29
    4   libsystem_pthread.dylib       0x00007fff93b4e899 _pthread_body + 138
    5   libsystem_pthread.dylib       0x00007fff93b4e72a _pthread_start + 137
    6   libsystem_pthread.dylib       0x00007fff93b52fc9 thread_start + 13
    Thread 6:
    0   libsystem_kernel.dylib         0x00007fff8fe9ee6a __workq_kernreturn + 10
    1   libsystem_pthread.dylib       0x00007fff93b4ff08 _pthread_wqthread + 330
    2   libsystem_pthread.dylib       0x00007fff93b52fb9 start_wqthread + 13
    Thread 0 crashed with X86 Thread State (64-bit):
      rax: 0x0000000000000000  rbx: 0x00007fff7dfe7310  rcx: 0x00007fff526861e8  rdx: 0x0000000000000000
      rdi: 0x0000000000000707  rsi: 0x0000000000000006  rbp: 0x00007fff52686210  rsp: 0x00007fff526861e8
       r8: 0x6e6f697470656378   r9: 0x00007fff8f7808d0  r10: 0x0000000008000000  r11: 0x0000000000000206
      r12: 0x00007fff52686370  r13: 0x000000010f150b10  r14: 0x0000000000000006  r15: 0x00007fff52686250
      rip: 0x00007fff8fe9e866  rfl: 0x0000000000000206  cr2: 0x000000010fc5b000
    Logical CPU:     0
    Error Code:      0x02000148
    Trap Number:     133
    Binary Images:
           0x10d579000 -        0x10d6d5fff  com.apple.iMovieApp (10.0.3 - 245586) <536C59CC-6708-35B7-BF0A-FB935024FDEB> /Applications/iMovie.app/Contents/MacOS/iMovie
           0x10d7c5000 -        0x10d8b6fff  com.apple.procore.framework (4.0.2 - 24389.9.34) <6D44FACB-D339-3CA3-AB5F-8EC73EADD589> /Applications/iMovie.app/Contents/Frameworks/ProCore.framework/Versions/A/ProCo re
           0x10d922000 -        0x10d96bfff  com.apple.CoreMedia.ProAppsSupport (1.0 - 1273.26) <677412E1-C337-3EFA-B448-ADC6BF85CBC9> /Applications/iMovie.app/Contents/Frameworks/CoreMedia.framework/Versions/A/Cor eMedia
           0x10d99b000 -        0x10dbf5fff  com.apple.prokit (8.0 - 5015) <D20E8266-0AD5-34EA-96FF-F27DE5BCDBEC> /Applications/iMovie.app/Contents/Frameworks/ProKit.framework/Versions/A/ProKit
           0x10dd75000 -        0x10ef50fff  com.apple.Flexo (1.0.0 - 24529.7.34) <764572B0-1FE8-3861-ACBD-DD0DC8DF32C8> /Applications/iMovie.app/Contents/Frameworks/Flexo.framework/Versions/A/Flexo
           0x10f71c000 -        0x10f7e8fff  com.apple.proapps.MIO (2.0 - 24389.9.34) <1CBCF00B-C2D6-3601-A1C5-AC368ACC3DA7> /Applications/iMovie.app/Contents/Frameworks/MIO.framework/Versions/A/MIO
           0x10f860000 -        0x10f8b0ff7  com.apple.pro.sharedstudio (1.0 - 24389.9.34) <8F16BE83-EFDE-3B46-BF66-D0AD9F65E2B8> /Applications/iMovie.app/Contents/Frameworks/StudioSharedResources.framework/Ve rsions/A/StudioSharedResources
           0x10f90f000 -        0x10fa7aff7  com.apple.TLKit (1.0 - 24505.3.34) <2CFD2B54-D41C-310B-86F3-FB2E9F2616BA> /Applications/iMovie.app/Contents/Frameworks/TLKit.framework/Versions/A/TLKit
           0x10fb30000 -        0x10fbcfff7  com.apple.LunaKit (1.0 - 24405.8.34) <A2093C47-2C18-3208-938F-4C899E625A68> /Applications/iMovie.app/Contents/Frameworks/LunaKit.framework/Versions/A/LunaK it
           0x10fc5c000 -        0x10fc92ff7  com.apple.progl.framework (1.0 - 24405.8.34) <1439B7CD-5DDE-3803-9B7E-BD4B286B81D0> /Applications/iMovie.app/Contents/Frameworks/ProGL.framework/Versions/A/ProGL
           0x10fcd3000 -        0x10fdf1fef  com.apple.ProAppsFxSupport (4.0.0 - 24389.9.34) <8E629D07-DCE5-342F-9956-FA43743382D7> /Applications/iMovie.app/Contents/Frameworks/ProAppsFxSupport.framework/Version s/A/ProAppsFxSupport
           0x110109000 -        0x110126fff  com.apple.DeepSkyLite (0.6 - 24389.9.34) <F2456CCF-2E7E-37CC-B869-3EBB1B1C28C5> /Applications/iMovie.app/Contents/Frameworks/Flexo.framework/Versions/A/Framewo rks/DeepSkyLite.framework/Versions/A/DeepSkyLite
           0x11013f000 -        0x11058dfe7  com.apple.VideoToolbox.ProAppsSupport (1.0 - 1273.26) <1D6925AF-267C-379C-B6F5-1EB0D334DD74> /Applications/iMovie.app/Contents/Frameworks/VideoToolbox.framework/Versions/A/ VideoToolbox
           0x1105ed000 -        0x110908fff  com.apple.MediaToolbox.ProAppsSupport (1.0 - 1273.26) <7BC30460-9936-3374-B9D7-AF880E17E414> /Applications/iMovie.app/Contents/Frameworks/MediaToolbox.framework/Versions/A/ MediaToolbox
           0x1109b3000 -        0x110af1ff7  com.apple.prochannel.framework (4.0.2 - 24389.9.34) <9AAC6C88-7B39-3355-99A7-999FF3D58358> /Applications/iMovie.app/Contents/Frameworks/ProChannel.framework/Versions/A/Pr oChannel
           0x110bf5000 -        0x110bf5ff7  com.apple.Helium (3.1.0 - 24433.4.34) <0B11349F-E175-39C8-ABF3-8598FF0046E5> /Applications/iMovie.app/Contents/Frameworks/Helium.framework/Versions/A/Helium
           0x110c01000 -        0x110c73ff7  com.apple.proinspector.framework (4.0.2 - 24389.9.34) <8A2C0C99-1971-307D-BD54-ABB39BD67A11> /Applications/iMovie.app/Contents/Frameworks/ProInspector.framework/Versions/A/ ProInspector
           0x110cd5000 -        0x110cfcff7  com.apple.audio.CoreAudioKit (1.6.6 - 1.6.6) <E6FEB146-1384-3FDE-A9B4-3BC48DCEDC27> /System/Library/Frameworks/CoreAudioKit.framework/Versions/A/CoreAudioKit
           0x110d1e000 -        0x110d6efef  com.apple.proshapes.framework (1.0 - 24389.9.34) <E914E2E6-1CEC-38FA-B9CB-8AA51D8229A2> /Applications/iMovie.app/Contents/Frameworks/ProShapes.framework/Versions/A/Pro Shapes
           0x110daa000 -        0x110ea2ff7  com.apple.proosc.framework (3.1.0 - 24389.9.34) <784BAD5F-5EDD-37EB-AD7F-A9A70289E83F> /Applications/iMovie.app/Contents/Frameworks/ProOSC.framework/Versions/A/ProOSC
           0x110f0c000 -        0x11133cff7  com.apple.vision.FaceCoreEmbedded (3.1.1 - 3.1.1) <29E7C039-062E-3B6D-BF61-F72FB8177625> /Applications/iMovie.app/Contents/Frameworks/Flexo.framework/Versions/A/Framewo rks/FaceCoreEmbedded.framework/Versions/A/FaceCoreEmbedded
           0x111552000 -        0x1115c5fff  com.apple.procurveeditor.framework (3.1.0 - 24405.8.34) <E0F14562-1BC0-3F90-9ED1-709A76AEB672> /Applications/iMovie.app/Contents/Frameworks/ProCurveEditor.framework/Versions/ A/ProCurveEditor
           0x111612000 -        0x111625fff  com.apple.TLKEventDispatcher (1.0 - 24505.3.34) <AFE294FE-8C74-393B-AD9B-76DC057BC27A> /Applications/iMovie.app/Contents/Frameworks/TLKEventDispatcher.framework/Versi ons/A/TLKEventDispatcher
           0x111636000 -        0x111a78ff7  com.apple.Helium.HeliumRender (2.1.0 - 24433.4.34) <A40D71ED-0102-3472-9BA9-AB624CC5FE19> /Applications/iMovie.app/Contents/Frameworks/Helium.framework/Versions/A/Framew orks/HeliumRender.framework/Versions/A/HeliumRender
           0x111b90000 -        0x111cc8fe7  com.apple.Helium.Heliumfilters (2.1.0 - 24433.4.34) <E0EB1411-7963-381F-89DE-47E6C4B04F89> /Applications/iMovie.app/Contents/Frameworks/Helium.framework/Versions/A/Framew orks/HeliumFilters.framework/Versions/A/HeliumFilters
           0x112041000 -        0x112332fef  com.apple.Helium.HeliumSensoCore (2.0.2 - 24433.4.34) <0A9BBED2-91AD-3900-B5C5-791E25A7AD4D> /Applications/iMovie.app/Contents/Frameworks/Helium.framework/Versions/A/Framew orks/HeliumSensoCore.framework/Versions/A/HeliumSensoCore
           0x1123c4000 -        0x1123effff  com.apple.FWAVC (403.47 - 47) <20BAF98C-349A-38E1-ACE1-C0838546D248> /System/Library/PrivateFrameworks/FWAVC.framework/Versions/A/FWAVC
           0x112406000 -        0x112416fff  com.apple.PluginManager (1.7.4 - 24389.9.34) <63F54015-AB3C-3458-B30B-9D040D5D45CD> /Applications/iMovie.app/Contents/Frameworks/PluginManager.framework/Versions/B /PluginManager
           0x112429000 -        0x11244afff  com.apple.fxplugframework (2.4 - 24389.9.34) <CC72DDB2-6CD5-3DAF-927C-227266A16CE4> /Applications/iMovie.app/Contents/Frameworks/FxPlug.framework/Versions/A/FxPlug
           0x112c50000 -        0x112c9cfff  com.apple.CoreMediaIO.FCPX.Lion (407.0 - 4562) <43F074CB-7DA9-3572-A465-CAFA6342D268> /Applications/iMovie.app/Contents/Frameworks/CoreMediaIO.framework/Versions/Cur rent/CoreMediaIO
           0x11489d000 -        0x1148a0ffa  libCGXType.A.dylib (599.35.6) <7DAB1A62-D475-37F1-8234-07649906E234> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGXTy pe.A.dylib
           0x116636000 -        0x11663eff3  libCGCMS.A.dylib (599.35.6) <09F33B9F-098A-340A-8717-E3BA6849470E> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGCMS .A.dylib
           0x116646000 -        0x116667fff  com.apple.QuartzComposer.ExtraPatches (4.1 - 319) <2CCE2845-2907-394B-9667-6CAE21D65636> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzCompose r.framework/Versions/A/Resources/ExtraPatches.plugin/Contents/MacOS/ExtraPatches
           0x11667c000 -        0x1166b7ff2  com.apple.audio.midi.CoreMIDI (1.10 - 88) <D9D7F8A1-B30F-324D-AAFD-5DB9EECDAA48> /System/Library/Frameworks/CoreMIDI.framework/Versions/A/CoreMIDI
           0x1166df000 -        0x116703fff  com.apple.audio.OpenAL (1.7 - 1.7) <5D2366B5-111B-3BDD-AFB3-5770075659F4> /System/Library/Frameworks/OpenAL.framework/Versions/A/OpenAL
           0x116715000 -        0x11671dff7  com.apple.Audio.provider (1.0.0 - 24529.7.34) <A59253AB-2F75-3B04-9744-A3FBC95E8595> /Applications/iMovie.app/Contents/Frameworks/Flexo.framework/Versions/A/PlugIns /MediaProviders/AudioProvider.fxp/Contents/MacOS/AudioProvider
           0x116726000 -        0x116769fef  com.apple.proapps.AppleIntermediateCodec (1.0.2 - 6337.11) <7F48675F-1660-3334-A7BF-7A8C781211DF> /Applications/iMovie.app/Contents/Frameworks/Flexo.framework/PlugIns/Codecs/App leIntermediateCodec.bundle/Contents/MacOS/AppleIntermediateCodec
           0x116775000 -        0x1167fcff7  com.apple.proapps.AppleMPEG2Codec (1.0.5 - 6472.33) <6297EC7E-9C70-3ABD-84F8-093601571434> /Applications/iMovie.app/Contents/Frameworks/Flexo.framework/PlugIns/Codecs/App leMPEG2Codec.bundle/Contents/MacOS/AppleMPEG2Codec
           0x11680a000 -        0x116917fcf  com.apple.proapps.AppleProResCodecEmbedded (1.0.5 - 6522.35) <6E2F1C0E-9822-3A29-B7EB-7E31AF8F3F68> /Applications/iMovie.app/Contents/Frameworks/Flexo.framework/PlugIns/Codecs/App leProResCodecEmbedded.bundle/Contents/MacOS/AppleProResCodecEmbedded
           0x116928000 -        0x11692dff7  com.apple.proapps.AppleCMQTAdapterCodec (1.0 - 1) <6942074A-7E60-343D-A74B-31188F474667> /Applications/iMovie.app/Contents/PlugIns/Compressor/CompressorKit.bundle/Conte nts/PlugIns/AppleCMQTAdapterCodec.bundle/Contents/MacOS/AppleCMQTAdapterCodec
           0x116935000 -        0x116a3cfff  com.apple.AECore (4.1.2 - 303) <7E7679D0-0F24-312A-AE64-707B3A83EBE5> /Applications/iMovie.app/Contents/PlugIns/Compressor/CompressorKit.bundle/Conte nts/Frameworks/AECore.framework/Versions/A/AECore
           0x116aae000 -        0x116ad0ff7  com.apple.FxPlug.provider (1.0.0 - 24529.7.34) <D36E1FEB-DC26-3C29-9D1E-F099AF3720E0> /Applications/iMovie.app/Contents/Frameworks/Flexo.framework/Versions/A/PlugIns /MediaProviders/FxPlugProvider.fxp/Contents/MacOS/FxPlugProvider
           0x116ae0000 -        0x116d71fff  com.apple.Motion.effect (5.0.0 - 24529.7.34) <7EC11C76-4172-37B3-A2A6-D43F7ACB94BB> /Applications/iMovie.app/Contents/PlugIns/MediaProviders/MotionEffect.fxp/Conte nts/MacOS/MotionEffect
           0x116dc1000 -        0x11775bfe7  com.apple.ozone.framework (5.0.0 - 24529.7.34) <C475CFCB-D1CE-34BC-B51C-298973664535> /Applications/iMovie.app/Contents/Frameworks/Ozone.framework/Versions/A/Ozone
           0x117c7e000 -        0x117cb2fff  com.apple.ProGraphics (5.0.0 - 24529.7.34) <D187D217-81E9-37E1-9F8F-9E83C5992AC0> /Applications/iMovie.app/Contents/Frameworks/ProGraphics.framework/Versions/A/P roGraphics
           0x117cd8000 -        0x1182d0fef  com.apple.motion.TextFramework (5.0.7 - 24529.7.34) <7AAEEBD3-C466-32EA-93E6-9911D7D6D281> /Applications/iMovie.app/Contents/Frameworks/TextFramework.framework/Versions/A /TextFramework
           0x118448000 -        0x118594ff7  com.apple.Lithium (5.0.0 - 24443.8.34) <44AC3F64-D41A-3FAE-80FA-ED0BCDAA3DCC> /Applications/iMovie.app/Contents/Frameworks/Lithium.framework/Versions/A/Lithi um
           0x118615000 -        0x1186f0ff7  org.python.python (2.6.8 - 2.6.8) <1A91D8F4-BF9E-36A6-85C4-A00166DD6268> /System/Library/Frameworks/Python.framework/Versions/2.6/Python
           0x118751000 -        0x118762fff  com.apple.RetimingMath (5.0.0 - 24529.7.34) <55C8DFD5-022A-3714-AA90-F2DA237259F1> /Applications/iMovie.app/Contents/Frameworks/RetimingMath.framework/Versions/A/ RetimingMath
           0x118777000 -        0x118826ff7  com.apple.ProMedia (5.0.0 - 24529.7.34) <42BDBF74-96FE-30A4-B5B5-534D5877F9C6> /Applications/iMovie.app/Contents/Frameworks/ProMedia.framework/Versions/A/ProM edia
           0x11889f000 -        0x11890dfff  com.apple.proapps.AudioMixEngine (2.0 - 68) <8403BADC-F1E4-3C60-8595-8AFC75C7104C> /Applications/iMovie.app/Contents/Frameworks/Ozone.framework/Versions/A/Framewo rks/AudioMixEngine.framework/Versions/A/AudioMixEngine
           0x118d4a000 -        0x118d57ff7  com.apple.pluginkit.framework (1.0 - 1) <8DC8FED5-37E9-3A35-B333-7379765D5D34> /Applications/iMovie.app/Contents/Frameworks/FxPlug.framework/Versions/A/Framew orks/PlugInKit.framework/PlugInKit
           0x118d69000 -        0x118ebffff  com.apple.motion.filtersLegacyPath (4.0.2 - 24389.9.34) <28D19888-DEFD-378E-9AEB-81EA3FBB9E29> /Applications/iMovie.app/Contents/PlugIns/FxPlug/FiltersLegacyPath.bundle/Conte nts/MacOS/FiltersLegacyPath
           0x118f3e000 -        0x118f45fff  com.apple.filter.PAECIAdaptor (1.0 - 24389.9.34) <54B83847-E23C-34EB-915D-B07DE37DF1CF> /Applications/iMovie.app/Contents/PlugIns/FxPlug/PAECIAdaptor.fxplug/Contents/M acOS/PAECIAdaptor
           0x119d8a000 -        0x11a036fef  com.apple.motion.filters (4.0.2 - 25022.5.38) <335DDC8B-A885-316F-BC64-A1ED670FF642> /Applications/Final Cut Pro Trial.app/Contents/PlugIns/FxPlug/InternalFilters.app/Contents/PlugIns/Internal FiltersXPC.pluginkit/Contents/PlugIns/Filters.bundle/Contents/MacOS/Filters
        0x123400000000 -     0x123400435ff7  com.apple.driver.AppleIntelHD5000GraphicsGLDriver (8.28.33 - 8.2.8) <96D2751D-553B-387D-80F9-EBD9F18B9C99> /System/Library/Extensions/AppleIntelHD5000GraphicsGLDriver.bundle/Contents/Mac OS/AppleIntelHD5000GraphicsGLDriver
        0x7fff67ca1000 -     0x7fff67cd4817  dyld (239.4) <7AD43B9B-5CEA-3C7E-9836-A06909F9CA56> /usr/lib/dyld
        0x7fff8cfc7000 -     0x7fff8cfc9fff  com.apple.Mangrove (1.0 - 1) <72F5CBC7-4E78-374E-98EA-C3700136904E> /System/Library/PrivateFrameworks/Mangrove.framework/Versions/A/Mangrove
        0x7fff8cfca000 -     0x7fff8db40ff7  com.apple.AppKit (6.9 - 1265.21) <9DC13B27-841D-3839-93B2-3EDE66157BDE> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
        0x7fff8db41000 -     0x7fff8db4bfff  libcommonCrypto.dylib (60049) <8C4F0CA0-389C-3EDC-B155-E62DD2187E1D> /usr/lib/system/libcommonCrypto.dylib
        0x7fff8db4c000 -     0x7fff8db85ff7  com.apple.QD (3.50 - 298) <C1F20764-DEF0-34CF-B3AB-AB5480D64E66> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ QD.framework/Versions/A/QD
        0x7fff8dcb5000 -     0x7fff8dd80fff  libvDSP.dylib (423.32) <3BF732BE-DDE0-38EB-8C54-E4E3C64F77A7> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvDSP.dylib
        0x7fff8dd8e000 -     0x7fff8de0bfff  com.apple.iLifeMediaBrowser (2.8.3 - 637.9) <3634E777-814E-362D-B4F4-A197B39F50AC> /System/Library/PrivateFrameworks/iLifeMediaBrowser.framework/Versions/A/iLifeM ediaBrowser
        0x7fff8de0c000 -     0x7fff8de17fff  libGL.dylib (9.6.1) <4B65BF9F-F34A-3CD1-94E8-DB26DAA0A59D> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
        0x7fff8de5c000 -     0x7fff8de5cffd  libOpenScriptingUtil.dylib (157) <19F0E769-0989-3062-9AFB-8976E90E9759> /usr/lib/libOpenScriptingUtil.dylib
        0x7fff8deba000 -     0x7fff8df1efff  com.apple.datadetectorscore (5.0 - 354.5) <C9FAB401-3FE2-3221-B60C-E4F1841CA5F1> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDe tectorsCore
        0x7fff8df1f000 -     0x7fff8df4eff7  com.apple.CoreAVCHD (5.7.0 - 5700.4.3) <404369C0-ED9F-3010-8D2F-BC55285F7808> /System/Library/PrivateFrameworks/CoreAVCHD.framework/Versions/A/CoreAVCHD
        0x7fff8df62000 -     0x7fff8df6dfff  libGPUSupportMercury.dylib (9.6.1) <91EA3F24-40FA-3B61-9FFC-F038CCD4079C> /System/Library/PrivateFrameworks/GPUSupport.framework/Versions/A/Libraries/lib GPUSupportMercury.dylib
        0x7fff8df6e000 -     0x7fff8df70ff7  com.apple.securityhi (9.0 - 55005) <9985032A-0EE1-3760-8D23-ADD3965A4D18> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.fr amework/Versions/A/SecurityHI
        0x7fff8dfba000 -     0x7fff8dff5fff  com.apple.bom (14.0 - 193.1) <EF24A562-6D3C-379E-8B9B-FAE0E4A0EF7C> /System/Library/PrivateFrameworks/Bom.framework/Versions/A/Bom
        0x7fff8dff6000 -     0x7fff8e164ff7  libBLAS.dylib (1094.5) <DE93A590-5FA5-32A2-A16C-5D7D7361769F> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libBLAS.dylib
        0x7fff8e3fa000 -     0x7fff8e426fff  com.apple.CoreServicesInternal (184.9 - 184.9) <4DEA54F9-81D6-3EDB-AA3C-1F9C497B3379> /System/Library/PrivateFrameworks/CoreServicesInternal.framework/Versions/A/Cor eServicesInternal
        0x7fff8e427000 -     0x7fff8e42aff7  libdyld.dylib (239.4) <41077DD7-F909-3B8A-863E-72AE304EDE13> /usr/lib/system/libdyld.dylib
        0x7fff8e42b000 -     0x7fff8e5c6ff8  com.apple.CFNetwork (673.5 - 673.5) <EF4DA617-D442-327A-9575-A75111A0A742> /System/Library/Frameworks/CFNetwork.framework/Versions/A/CFNetwork
        0x7fff8e5c7000 -     0x7fff8e5c8ff7  libDiagnosticMessagesClient.dylib (100) <4CDB0F7B-C0AF-3424-BC39-495696F0DB1E> /usr/lib/libDiagnosticMessagesClient.dylib
        0x7fff8e5c9000 -     0x7fff8e5d6ff0  libbz2.1.0.dylib (29) <0B98AC35-B138-349C-8063-2B987A75D24C> /usr/lib/libbz2.1.0.dylib
        0x7fff8eade000 -     0x7fff8eb30fff  libc++.1.dylib (120) <4F68DFC5-2077-39A8-A449-CAC5FDEE7BDE> /usr/lib/libc++.1.dylib
        0x7fff8eb74000 -     0x7fff8eb78ff7  libGIF.dylib (1045) <19D047DC-5C76-314B-AE78-312C59EC4E75> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib
        0x7fff8eb79000 -     0x7fff8eb79ffd  com.apple.audio.units.AudioUnit (1.10 - 1.10) <68B21135-55A6-3563-A3D6-3E692A7DEB7F> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
        0x7fff8eb7a000 -     0x7fff8eb92ff7  com.apple.openscripting (1.4 - 157) <B3B037D7-1019-31E6-9D17-08E699AF3701> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting .framework/Versions/A/OpenScripting
        0x7fff8eb93000 -     0x7fff8edf4fff  com.apple.imageKit (2.5 - 774) <AACDE16E-ED9F-3B3F-A792-69BA1942753B> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/ImageKit.fram ework/Versions/A/ImageKit
        0x7fff8edf5000 -     0x7fff8ee0eff7  com.apple.Kerberos (3.0 - 1) <F108AFEB-198A-3BAF-BCA5-9DFCE55EFF92> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
        0x7fff8ee0f000 -     0x7fff8ee1dfff  com.apple.opengl (9.6.1 - 9.6.1) <359D0ECB-D100-341B-B437-BDE56E27B74B> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
        0x7fff8ee1e000 -     0x7fff8efbaff3  com.apple.QuartzCore (1.8 - 332.4) <CFB972D1-FA37-380C-9A47-2A67A84B7442> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
        0x7fff8efbb000 -     0x7fff8f0fcfff  com.apple.QTKit (7.7.3 - 2826.24) <08E58C71-D16C-3357-989C-780A08994B27> /System/Library/Frameworks/QTKit.framework/Versions/A/QTKit
        0x7fff8f0fd000 -     0x7fff8f126ff7  libc++abi.dylib (49.1) <21A807D3-6732-3455-B77F-743E9F916DF0> /usr/lib/libc++abi.dylib
        0x7fff8f149000 -     0x7fff8f195ffe  com.apple.CoreMediaIO (408.0 - 4570) <72371044-3FF2-3538-8EE1-C7C20F7C60A0> /System/Library/Frameworks/CoreMediaIO.framework/Versions/A/CoreMediaIO
        0x7fff8f196000 -     0x7fff8f1cbffc  com.apple.LDAPFramework (2.4.28 - 194.5) <5E501783-06E8-390C-AF34-A7FAD402F3E6> /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP
        0x7fff8f1cc000 -     0x7fff8f4a0fc7  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
        0x7fff8f4a1000 -     0x7fff8f4acff7  com.apple.NetAuth (5.0 - 5.0) <C811E662-9EC3-3B74-808A-A75D624F326B> /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth
        0x7fff8f4b6000 -     0x7fff8f5d8fff  com.apple.avfoundation (2.0 - 651.12.1) <F82271D8-7859-322C-8BDD-4818825525AE> /System/Library/Frameworks/AVFoundation.framework/Versions/A/AVFoundation
        0x7fff8f5d9000 -     0x7fff8f6dfff7  com.apple.ImageIO.framework (3.3.0 - 1045) <F2E0F790-D159-3072-849F-524A47541742> /System/Library/Frameworks/ImageIO.framework/Versions/A/ImageIO
        0x7fff8f6e0000 -     0x7fff8f6eaff7  com.apple.AppSandbox (3.0 - 1) <9F27DC25-C566-3AEF-92D3-DCFE7836916D> /System/Library/PrivateFrameworks/AppSandbox.framework/Versions/A/AppSandbox
        0x7fff8f6eb000 -     0x7fff8f6f0ff7  com.apple.MediaAccessibility (1.0 - 43) <D309D83D-5FAE-37A4-85ED-FFBDA8B66B82> /System/Library/Frameworks/MediaAccessibility.framework/Versions/A/MediaAccessi bility
        0x7fff8f6f1000 -     0x7fff8f6fbff7  libcsfde.dylib (380.70.2) <3ACB87D7-A81C-3C45-B648-AD27F1B9D841> /usr/lib/libcsfde.dylib
        0x7fff8f6fc000 -     0x7fff8f785ff7  libsystem_c.dylib (997.90.3) <6FD3A400-4BB2-3B95-B90C-BE6E9D0D78FA> /usr/lib/system/libsystem_c.dylib
        0x7fff8f786000 -     0x7fff8f788fff  com.apple.SecCodeWrapper (3.0 - 1) <DE7CA981-2B8B-34AC-845D-06D5C8F10441> /System/Library/PrivateFrameworks/SecCodeWrapper.framework/Versions/A/SecCodeWr apper
        0x7fff8f789000 -     0x7fff8f866fff  libcrypto.0.9.8.dylib (52.8.3) <8E9B64B9-5C9B-3F62-9678-F8FFEBCAEF3C> /usr/lib/libcrypto.0.9.8.dylib
        0x7fff8f867000 -     0x7fff8f878ff7  libz.1.dylib (53) <42E0C8C6-CA38-3CA4-8619-D24ED5DD492E> /usr/lib/libz.1.dylib
        0x7fff8f88c000 -     0x7fff8f895fff  com.apple.speech.synthesis.framework (4.7.1 - 4.7.1) <383FB557-E88E-3239-82B8-15F9F885B702> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ SpeechSynthesis.framework/Versions/A/SpeechSynthesis
        0x7fff8f8c7000 -     0x7fff8f8c8fff  libffi.dylib (18.1) <FEB76C94-97BA-39BC-B713-D086B9757BA5> /usr/lib/libffi.dylib
        0x7fff8f8c9000 -     0x7fff8f993ff7  com.apple.LaunchServices (572.32 - 572.32) <A4699DED-5101-3068-94F8-8D0B7A84BC79> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchS ervices.framework/Versions/A/LaunchServices
        0x7fff8f994000 -     0x7fff8fafafff  libGLProgrammability.dylib (9.6.1) <49F2FEFE-CEA2-3C30-A669-F55CC813EEFF> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgramma bility.dylib
        0x7fff8fb3c000 -     0x7fff8fdddff9  com.apple.VectorKit (1.0 - 716.20.2) <479C2699-AE6B-3309-A190-B1FA3A548B5C> /System/Library/PrivateFrameworks/VectorKit.framework/Versions/A/VectorKit
        0x7fff8fdde000 -     0x7fff8fe39ffb  com.apple.AE (665.5 - 665.6) <9B17E7B7-D493-346A-827E-6DF1474E4977> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.fram ework/Versions/A/AE
        0x7fff8fe3a000 -     0x7fff8fe88ff9  libstdc++.6.dylib (60) <0241E6A4-1368-33BE-950B-D0A175C41F54> /usr/lib/libstdc++.6.dylib
        0x7fff8fe89000 -     0x7fff8fea5ff7  libsystem_kernel.dylib (2422.115.14) <8116098D-B3F1-3E50-A934-576DD6369234> /usr/lib/system/libsystem_kernel.dylib
        0x7fff8fea6000 -     0x7fff8febdfff  com.apple.ScriptingBridge (1.3.1 - 63) <CE24DD07-7A89-3105-AE57-A1BED0189292> /System/Library/Frameworks/ScriptingBridge.framework/Versions/A/ScriptingBridge
        0x7fff8febe000 -     0x7fff8fed7ff3  liblzma.5.dylib (5) <6479DC70-3290-35A0-8EA0-056D366A13A2> /usr/lib/liblzma.5.dylib
        0x7fff8fee6000 -     0x7fff8fee6ff7  libkeymgr.dylib (28) <3AA8D85D-CF00-3BD3-A5A0-E28E1A32A6D8> /usr/lib/system/libkeymgr.dylib
        0x7fff8fef0000 -     0x7fff8ff48ff7  com.apple.Symbolication (1.4 - 129.0.2) <78AE8B21-BF15-373F-88C6-73BF740BFFFB> /System/Library/PrivateFrameworks/Symbolication.framework/Versions/A/Symbolicat ion
        0x7fff8ff49000 -     0x7fff8ff78fd2  libsystem_m.dylib (3047.16) <B7F0E2E4-2777-33FC-A787-D6430B630D54> /usr/lib/system/libsystem_m.dylib
        0x7fff8ffdc000 -     0x7fff9002dfff  com.apple.QuickLookFramework (5.0 - 622.7) <17685CEC-C94B-3F83-ADE1-B24840B35E44> /System/Library/Frameworks/QuickLook.framework/Versions/A/QuickLook
        0x7fff9002e000 -     0x7fff90037ffd  com.apple.CommonAuth (4.0 - 2.0) <BD720379-757B-305C-A7BE-E00E680F8218> /System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAuth
        0x7fff90043000 -     0x7fff9004afff  com.apple.NetFS (6.0 - 4.0) <8E26C099-CE9D-3819-91A2-64EA929C6137> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
        0x7fff9004b000 -     0x7fff9005ffff  com.apple.aps.framework (4.0 - 4.0) <2D42DCDD-055E-3EE1-97F8-FC447B495D3E> /System/Library/PrivateFrameworks/ApplePushService.framework/Versions/A/ApplePu shService
        0x7fff90060000 -     0x7fff90118ff7  com.apple.DiscRecording (8.0 - 8000.4.6) <CDAAAD04-A1D0-3C67-ABCC-EFC9E8D44E7E> /System/Library/Frameworks/DiscRecording.framework/Versions/A/DiscRecording
        0x7fff90119000 -     0x7fff90119fff  com.apple.quartzframework (1.5 - 1.5) <3B2A72DB-39FC-3C5B-98BE-605F37777F37> /System/Library/Frameworks/Quartz.framework/Versions/A/Quartz
        0x7fff9011a000 -     0x7fff904f1fef  com.apple.CoreAUC (6.25.00 - 6.25.00) <2D7DC96C-BA83-3220-A03F-C790D50A23D8> /System/Library/PrivateFrameworks/CoreAUC.framework/Versions/A/CoreAUC
        0x7fff90522000 -     0x7fff90522fff  com.apple.Cocoa (6.8 - 20) <E90E99D7-A425-3301-A025-D9E0CD11918E> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
        0x7fff90523000 -     0x7fff90527ff7  libcache.dylib (62) <BDC1E65B-72A1-3DA3-A57C-B23159CAAD0B> /usr/lib/system/libcache.dylib
        0x7fff9057e000 -     0x7fff906adfef  com.apple.MediaControlSender (2.0 - 200.34.4) <FC24EC8D-2E46-3F76-AF63-749F30857B96> /System/Library/PrivateFrameworks/MediaControlSender.framework/Versions/A/Media ControlSender
        0x7fff908a0000 -     0x7fff908a7fff  libcompiler_rt.dylib (35) <4CD916B2-1B17-362A-B403-EF24A1DAC141> /usr/lib/system/libcompiler_rt.dylib
        0x7fff908a8000 -     0x7fff908b4ffb  com.apple.AppleFSCompression (56.92.1 - 1.0) <066255FD-DBD1-3041-8DDA-7AFC41C9096D> /System/Library/PrivateFrameworks/AppleFSCompression.framework/Versions/A/Apple FSCompression
        0x7fff908b5000 -     0x7fff908c7ff7  com.apple.MultitouchSupport.framework (245.13.1 - 245.13.1) <38262B92-C63F-35A0-997D-AD2EBF2F8338> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/Multit ouchSupport
        0x7fff908c8000 -     0x7fff908c9ff7  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
        0x7fff90935000 -     0x7fff90939fff  libpam.2.dylib (20) <B93CE8F5-DAA8-30A1-B1F6-F890509513CB> /usr/lib/libpam.2.dylib
        0x7fff9099d000 -     0x7fff9099efff  libsystem_sandbox.dylib (278.11.2) <0C93EB23-7364-3670-B511-212A7A524695> /usr/lib/system/libsystem_sandbox.dylib
        0x7fff910ef000 -     0x7fff911d9fff  libsqlite3.dylib (158) <00269BF9-43BE-39E0-9C85-24585B9923C8> /usr/lib/libsqlite3.dylib
        0x7fff911da000 -     0x7fff911dbfff  com.apple.TrustEvaluationAgent (2.0 - 25) <334A82F4-4AE4-3719-A511-86D0B0723E2B> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/Tru stEvaluationAgent
        0x7fff911dc000 -     0x7fff911ddfff  libunc.dylib (28) <62682455-1862-36FE-8A04-7A6B91256438> /usr/lib/system/libunc.dylib
        0x7fff911de000 -     0x7fff91555ff6  com.apple.JavaScriptCore (9537 - 9537.78.1) <8623A109-9E9D-3E3B-A8E1-6EE447C0110C> /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore
        0x7fff91570000 -     0x7fff918a6fff  com.apple.MediaToolbox (1.0 - 1273.54) <CB6F6690-D44C-30B5-93AB-CAB198D51884> /System/Library/Frameworks/MediaToolbox.framework/Versions/A/MediaToolbox
        0x7fff918b1000 -     0x7fff918cffff  com.apple.facetimeservices (10.0 - 1000) <DED6A966-DF0E-3E58-BD34-D85ED82A99D7> /System/Library/PrivateFrameworks/FTServices.framework/Versions/A/FTServices
        0x7fff918e0000 -     0x7fff918f3ff7  com.apple.AppContainer (3.0 - 1) <BD342039-430E-39FE-BC2D-8F97B557548E> /System/Library/PrivateFrameworks/AppContainer.framework/Versions/A/AppContaine r
        0x7fff91a8b000 -     0x7fff91aa6ff7  libCRFSuite.dylib (34) <FFAE75FA-C54E-398B-AA97-18164CD9789D> /usr/lib/libCRFSuite.dylib
        0x7fff91aa7000 -     0x7fff91b00fff  libTIFF.dylib (1045) <13C610CF-62B0-3168-8E78-19FC409DADA2> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib
        0x7fff91b01000 -     0x7fff91b1dfff  libresolv.9.dylib (54) <11C2C826-F1C6-39C6-B4E8-6E0C41D4FA95> /usr/lib/libresolv.9.dylib
        0x7fff91b1e000 -     0x7fff91b6fff7  com.apple.audio.CoreAudio (4.2.1 - 4.2.1) <BE13E840-FB45-3BC2-BCF5-031629754FD5> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
        0x7fff91b70000 -     0x7fff91fbefef  com.apple.VideoToolbox (1.0 - 1273.54) <4699BB55-7387-3981-9217-869215F00CA9> /System/Library/Frameworks/VideoToolbox.framework/Versions/A/VideoToolbox
        0x7fff91fbf000 -     0x7fff91ff4fff  libssl.0.9.8.dylib (52.8.3) <7E03E777-4127-3834-BBB8-ABBF1E0CB846> /usr/lib/libssl.0.9.8.dylib
        0x7fff91ff5000 -     0x7fff920c5ff7  com.apple.PubSub (1.0.5 - 65.36) <26189018-1C77-3C56-84E8-56C6A400187F> /System/Library/Frameworks/PubSub.framework/Versions/A/PubSub
        0x7fff920c6000 -     0x7fff92197ff1  com.apple.DiskImagesFramework (10.9 - 371.1) <DCCAADEC-35D5-3968-8B39-358ACC56ADC4> /System/Library/PrivateFrameworks/DiskImages.framework/Versions/A/DiskImages
        0x7fff92198000 -     0x7fff92289ff9  libiconv.2.dylib (41) <BB44B115-AC32-3877-A0ED-AEC6232A4563> /usr/lib/libiconv.2.dylib
        0x7fff9228a000 -     0x7fff9229bff7  libsystem_asl.dylib (217.1.4) <655FB343-52CF-3E2F-B14D-BEBF5AAEF94D> /usr/lib/system/libsystem_asl.dylib
        0x7fff9229c000 -     0x7fff922aefff  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
        0x7fff922af000 -     0x7fff9234cfff  com.apple.imcore (10.0 - 1000) <DF924E35-74AB-389C-9279-1828518218F8> /System/Library/PrivateFrameworks/IMCore.framework/Versions/A/IMCore
        0x7fff9234d000 -     0x7fff9237bff7  com.apple.securityinterface (9.0 - 55047) <0346D8A9-2CAA-38F3-A741-5FBA5E9F1E7C> /System/Library/Frameworks/SecurityInterface.framework/Versions/A/SecurityInter face
        0x7fff9237f000 -     0x7fff923a4ff7  com.apple.CoreVideo (1.8 - 117.2) <4674339E-26D0-35FA-9958-422832B39B12> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
        0x7fff923a5000 -     0x7fff923abfff  com.apple.AOSNotification (1.7.0 - 760.3) <7901B867-60F7-3645-BB3E-18C51A6FBCC6> /System/Library/PrivateFrameworks/AOSNotification.framework/Versions/A/AOSNotif ication
        0x7fff92434000 -     0x7fff92523fff  libFontParser.dylib (111.1.3) <692CA36E-8E74-313E-8C40-42F1EE1BCB61> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libFontParser.dylib
        0x7fff92524000 -     0x7fff9252dfff  com.apple.DisplayServicesFW (2.8 - 360.8.14) <816A9CED-1BC0-3C76-8103-1B9BE0F723BB> /System/Library/PrivateFrameworks/DisplayServices.framework/Versions/A/DisplayS ervices
        0x7fff9252e000 -     0x7fff92531ffc  com.apple.IOSurface (91.2 - 91.2) <4B2308B5-3F40-33BB-851C-A2A168343F6D> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
        0x7fff92532000 -     0x7fff925e7ffb  com.apple.MapKit (1.0 - 1205.7.4) <FC5F60F0-F2ED-35CA-A156-AA06A5E6D5EA> /System/Library/Frameworks/MapKit.framework/Versions/A/MapKit
        0x7fff92635000 -     0x7fff92646fff  com.apple.idsfoundation (10.0 - 1000) <D3E6646B-4118-30D3-B4F7-DA9A28B396E4> /System/Library/PrivateFrameworks/IDSFoundation.framework/Versions/A/IDSFoundat ion
        0x7fff92694000 -     0x7fff926d9ff6  com.apple.HIServices (1.23 - 468) <A4E9E28B-95C3-3654-85C6-E6A1C53CACFE> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ HIServices.framework/Versions/A/HIServices
        0x7fff926da000 -     0x7fff926dcfff  libRadiance.dylib (1045) <5FC62534-2792-3A7C-8B65-EC51E65C808C> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.d ylib
        0x7fff926dd000 -     0x7fff9276dff7  com.apple.Metadata (10.7.0 - 800.29) <6310AE28-EB99-3BB4-92F1-0C8BE6DEAD48> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadat a.framework/Versions/A/Metadata
        0x7fff927a4000 -     0x7fff927a6fff  com.apple.EFILogin (2.0 - 2) <C360E8AF-E9BB-3BBA-9DF0-57A92CEF00D4> /System/Library/PrivateFrameworks/EFILogin.framework/Versions/A/EFILogin
        0x7fff9283c000 -     0x7fff92863ffb  libsystem_info.dylib (449.1.3) <7D41A156-D285-3849-A2C3-C04ADE797D98> /usr/lib/system/libsystem_info.dylib
        0x7fff92864000 -     0x7fff928c1fff  com.apple.imfoundation (10.0 - 1000) <122D84B9-871D-3885-9D8D-840CD529028F> /System/Library/PrivateFrameworks/IMFoundation.framework/Versions/A/IMFoundatio n
        0x7fff92d62000 -     0x7fff92e46ff7  com.apple.coreui (2.2 - 231.1) <187DF89C-8A64-366D-8782-F90315FA3CD7> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
        0x7fff92e74000 -     0x7fff92e7cff7  com.apple.AppleSRP (5.0 - 1) <ABC7F088-1FD5-3768-B9F3-847F355E90B3> /System/Library/PrivateFrameworks/AppleSRP.framework/Versions/A/AppleSRP
        0x7fff92e7d000 -     0x7fff92e84ffb  libcopyfile.dylib (103.92.1) <CF29DFF6-0589-3590-834C-82E2316612E8> /usr/lib/system/libcopyfile.dylib
        0x7fff92e85000 -     0x7fff92f0efff  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
        0x7fff92f0f000 -     0x7fff92f18ff7  libcldcpuengine.dylib (2.3.58) <645ABD2F-C93B-3943-8B07-BBC08B904253> /System/Library/Frameworks/OpenCL.framework/Versions/A/Libraries/libcldcpuengin e.dylib
        0x7fff92f74000 -     0x7fff92f8cff7  com.apple.GenerationalStorage (2.0 - 160.3) <64749B08-0212-3AC8-9B49-73D662B09304> /System/Library/PrivateFrameworks/GenerationalStorage.framework/Versions/A/Gene rationalStorage
        0x7fff92f8d000 -     0x7fff92f8eff7  libSystem.B.dylib (1197.1.1) <70B235FC-BCED-367B-BA6C-67C299BAE7D9> /usr/lib/libSystem.B.dylib
        0x7fff92f8f000 -     0x7fff92f91fff  com.apple.marco (10.0 - 1000) <FC7EF8C7-5EDF-3720-BAEC-281F12A7A3F8> /System/Library/PrivateFrameworks/Marco.framework/Versions/A/Marco
        0x7fff92f92000 -     0x7fff92fd4ff7  libauto.dylib (185.5) <F45C36E8-B606-3886-B5B1-B6745E757CA8> /usr/lib/libauto.dylib
        0x7fff92fd5000 -     0x7fff92fd5fff  com.apple.Accelerate (1.9 - Accelerate 1.9) <509BB27A-AE62-366D-86D8-0B06D217CF56> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
        0x7fff92ffa000 -     0x7fff9302afff  com.apple.IconServices (25 - 25.17) <4751127E-FBD5-3ED5-8510-08D4E4166EFE> /System/Library/PrivateFrameworks/IconServices.framework/Versions/A/IconService s
        0x7fff93052000 -     0x7fff93068fff  com.apple.CoreMediaAuthoring (2.2 - 947) <F1886A05-1C29-3F88-88C0-4A1013530AD1> /System/Library/PrivateFrameworks/CoreMediaAuthoring.framework/Versions/A/CoreM ediaAuthoring
        0x7fff93078000 -     0x7fff93085fff  com.apple.Sharing (132.2 - 132.2) <F983394A-226D-3244-B511-FA51FDB6ADDA> /System/Library/PrivateFrameworks/Sharing.framework/Versions/A/Sharing
        0x7fff93086000 -     0x7fff93226ff7  GLEngine (9.6.1) <EC1A6BE4-30FF-3DC4-96B9-F7F07B1FBF28> /System/Library/Frameworks/OpenGL.framework/Versions/A/Resources/GLEngine.bundl e/GLEngine
        0x7fff93228000 -     0x7fff93232ff7  com.apple.CrashReporterSupport (10.9 - 539) <B25A09EC-A021-32EC-86F8-05B4837E0EDE> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/Cra shReporterSupport
        0x7fff93233000 -     0x7fff93296ffb  com.apple.SystemConfiguration (1.13.1 - 1.13.1) <339A2A90-DA25-33AF-88E5-2FB38A758FEE> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfi guration
        0x7fff93297000 -     0x7fff93297fff  com.apple.ApplicationServices (48 - 48) <3E3F01A8-314D-378F-835E-9CC4F8820031> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Application Services
        0x7fff93298000 -     0x7fff933ecff3  com.apple.audio.toolbox.AudioToolbox (1.10 - 1.10) <69B273E8-5A8E-3FC7-B807-C16B657662FE> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
        0x7fff9342f000 -     0x7fff93438ffb  libsystem_notify.dylib (121.20.1) <9B34B4FE-F5AD-3F09-A5F0-46AFF3571323> /usr/lib/system/libsystem_notify.dylib
        0x7fff93464000 -     0x7fff9348cffb  libxslt.1.dylib (13) <C9794936-633C-3F0C-9E71-30190B9B41C1> /usr/lib/libxslt.1.dylib
        0x7fff9348d000 -     0x7fff934beff7  libtidy.A.dylib (15.12) <BF757E3C-733A-3B6B-809A-A3949D46466E> /usr/lib/libtidy.A.dylib
        0x7fff934bf000 -     0x7fff93512fff  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
        0x7fff93513000 -     0x7fff9355efff  com.apple.ImageCaptureCore (5.0 - 5.0) <F529EDDC-E2F5-30CA-9938-AF23296B5C5B> /System/Library/Frameworks/ImageCaptureCore.framework/Versions/A/ImageCaptureCo re
        0x7fff935f6000 -     0x7fff93603ff7  libxar.1.dylib (202) <5572AA71-E98D-3FE1-9402-BB4A84E0E71E> /usr/lib/libxar.1.dylib
        0x7fff93611000 -     0x7fff93619ffc  libGFXShared.dylib (9.6.1) <65BC4378-C023-30EC-8B80-60FB4EA0B036> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.d ylib
        0x7fff9361a000 -     0x7fff939f5ffb  com.apple.Altitude (1.0 - 347.6.3) <F0AC2688-DF8E-389B-8F9E-ECCF22AD225B> /System/Library/PrivateFrameworks/Altitude.framework/Versions/A/Altitude
        0x7fff93a35000 -     0x7fff93a93ff7  com.apple.corelocation (1486.17 - 1486.24) <9FBB29F0-E000-3190-A96C-9EAA5CCCA2A0> /System/Library/Frameworks/CoreLocation.framework/Versions/A/CoreLocation
        0x7fff93aab000 -     0x7fff93aacfff  liblangid.dylib (117) <9546E641-F730-3AB0-B3CD-E0E2FDD173D9> /usr/lib/liblangid.dylib
        0x7fff93aad000 -     0x7fff93b48ff7  com.apple.PDFKit (2.9.2 - 2.9.2) <DF2CE219-6256-3A8A-BDB1-51EF556F5BC8> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/PDFKit.framew ork/Versions/A/PDFKit
        0x7fff93b49000 -     0x7fff93b4cfff  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
        0x7fff93b4d000 -     0x7fff93b54ff7  libsystem_pthread.dylib (53.1.4) <AB498556-B555-310E-9041-F67EC9E00E2C> /usr/lib/system/libsystem_pthread.dylib
        0x7fff93b55000 -     0x7fff93b5dfff  libsystem_dnssd.dylib (522.92.1) <3F8C6A07-3046-3E88-858F-D9CEFC43A405> /usr/lib/system/libsystem_dnssd.dylib
        0x7fff93b5e000 -     0x7fff93c2ffff  com.apple.QuickLookUIFramework (5.0 - 622.7) <13841701-34C2-353D-868D-3E08D020C90F> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuickLookUI.f ramework/Versions/A/QuickLookUI
        0x7fff93d57000 -     0x7fff93d63ff7  com.apple.OpenDirectory (10.9 - 173.90.1) <F08601E8-F7E8-3222-AD05-6A26003779CF> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
        0x7fff93d64000 -     0x7fff93dcafff  com.apple.framework.CoreWiFi (2.0 - 200.21.1) <5491896D-78C5-30B6-96E9-D8DDECF3BE73> /System/Library/Frameworks/CoreWiFi.framework/Versions/A/CoreWiFi
        0x7fff93dcb000 -     0x7fff93dd6ff7  com.apple.DirectoryService.Framework (10.9 - 173.90.1) <22A0C230-CF1E-38F5-A947-5ACDAEEE0DB6> /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryServi ce
        0x7fff93fee000 -     0x7fff94007ff7  com.apple.Ubiquity (1.3 - 289) <C7F1B734-CE81-334D-BE41-8B20D95A1F9B> /System/Library/PrivateFrameworks/Ubiquity.framework/Versions/A/Ubiquity
        0x7fff94008000 -     0x7fff94055fff  com.apple.AppleVAFramework (5.0.27 - 5.0.27) <B28D0F5C-EEDD-3586-8986-33BC79E8DE56> /System/Library/PrivateFrameworks/AppleVA.framework/Versions/A/AppleVA
        0x7fff94056000 -     0x7fff94085fff  com.apple.DebugSymbols (106 - 106) <E1BDED08-523A-36F4-B2DA-9D5C712F0AC7> /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbol s
        0x7fff94086000 -     0x7fff940cbfff  libcurl.4.dylib (78.94.1) <88F27F9B-052E-3375-938D-2603E90D8AD5> /usr/lib/libcurl.4.dylib
        0x7fff940cc000 -     0x7fff9412bfff  com.apple.framework.CoreWLAN (4.3.3 - 433.48) <1F17FA12-6E84-309D-9808-C536D445FA6E> /System/Library/Frameworks/CoreWLAN.framework/Versions/A/CoreWLAN
        0x7fff9412c000 -     0x7fff94213ff7  libxml2.2.dylib (26) <A1DADD11-89E5-3DE4-8802-07186225967F> /usr/lib/libxml2.2.dylib
        0x7fff94219000 -     0x7fff94268ff7  com.apple.framework.internetaccounts (2.1 - 210) <D7175985-03A5-315B-B788-FBDC0019B0EA> /System/Library/PrivateFrameworks/InternetAccounts.framework/Versions/A/Interne tAccounts
        0x7fff94269000 -     0x7fff94427fff  com.apple.GeoServices (1.0 - 702.15.12) <850DC458-20CC-3E16-BB50-7C9FDBA308D3> /System/Library/PrivateFrameworks/GeoServices.framework/Versions/A/GeoServices
        0x7fff94428000 -     0x7fff9527cff7  com.apple.WebCore (9537 - 9537.78.1) <56C3D4BF-2495-3FD2-8212-91AF7DF693B8> /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore.frame work/Versions/A/WebCore
        0x7fff9527d000 -     0x7fff952fefff  com.apple.CoreSymbolication (3.0.1 - 141.0.6) <B594EF34-A1A3-3631-914E-6FD129291983> /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSy mbolication
        0x7fff952ff000 -     0x7fff952fffff  com.apple.AOSMigrate (1.0 - 1) <ABA8F3F2-BC96-3F89-AAF4-1AA459A0BCBD> /System/Library/PrivateFrameworks/AOSMigrate.framework/Versions/A/AOSMigrate
        0x7fff95300000 -     0x7fff95373fff  com.apple.securityfoundation (6.0 - 55122.3) <0FDC8F53-104C-3938-A852-5B33C30BAAD5> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoun dation
        0x7fff95374000 -     0x7fff95378ff7  libheimdal-asn1.dylib (323.92.2) <979AEAA0-59B3-3E99-94B1-9BB9C6C45273> /usr/lib/libheimdal-asn1.dylib
        0x7fff95379000 -     0x7fff9537efff  com.apple.DiskArbitration (2.6 - 2.6) <A4165553-770E-3D27-B217-01FC1F852B87> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
        0x7fff9537f000 -     0x7fff9537ffff  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
        0x7fff95380000 -     0x7fff9540bff7  libCoreStorage.dylib (380.70.2) <BD993BC8-ED54-3DC1-B28B-3B6AC77E8E5C> /usr/lib/libCoreStorage.dylib
        0x7fff9542f000 -     0x7fff9572fff7  com.apple.Foundation (6.9 - 1056.17) <E0B0FAF6-5CA8-3EEB-8BF2-104C0AEEF925> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
        0x7fff95749000 -     0x7fff957a9fff  com.apple.ISSupport (1.9.9 - 57) <E1E343D7-222C-3458-9D1F-FC600B7F1C50> /System/Library/PrivateFrameworks/ISSupport.framework/Versions/A/ISSupport
        0x7fff957aa000 -     0x7fff957affff  libmacho.dylib (845) <1D2910DF-C036-3A82-A3FD-44FF73B5FF9B> /usr/lib/system/libmacho.dylib
        0x7fff957b0000 -     0x7fff95838ff7  com.apple.CorePDF (4.0 - 4) <92D15ED1-D2E1-3ECB-93FF-42888219A99F> /System/Library/PrivateFrameworks/CorePDF.framework/Versions/A/CorePDF
        0x7fff95839000 -     0x7fff958e9ff7  libvMisc.dylib (423.32) <049C0735-1808-39B9-943F-76CB8021744F> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvMisc.dylib
        0x7fff958ea000 -     0x7fff95914ff7  libsandbox.1.dylib (278.11.2) <3E875C8B-F18B-3176-887C-A298D0592AD2> /usr/lib/libsandbox.1.dylib
        0x7fff95915000 -     0x7fff95939fff  libxpc.dylib (300.90.2) <AB40CD57-F454-3FD4-B415-63B3C0D5C624> /usr/lib/system/libxpc.dylib
        0x7fff959cc000 -     0x7fff95a90ff7  com.apple.backup.framework (1.5.4 - 1.5.4) <195DA868-47A5-37E6-8CF0-9BCF11846899> /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup
        0x7fff95a91000 -     0x7fff95aaeff7  com.apple.framework.Apple80211 (9.4 - 940.60) <043C7CFD-B57B-3F9D-B0FE-CA4B97C43968> /System/Library/PrivateFrameworks/Apple80211.framework/Versions/A/Apple80211
        0x7fff95aaf000 -     0x7fff95ae7ff7  com.apple.RemoteViewServices (2.0 - 94) <3F34D630-3DDB-3411-BC28-A56A9B55EBDA> /System/Library/PrivateFrameworks/RemoteViewServices.framework/Versions/A/Remot eViewServices
        0x7fff95ae8000 -     0x7fff95aeaff7  com.apple.diagnosticlogcollection (10.0 - 1000) <5CA6D8A2-DEA6-33C3-91BC-F3B076C0500B> /System/Library/PrivateFrameworks/DiagnosticLogCollection.framework/Versions/A/ DiagnosticLogCollection
        0x7fff95aeb000 -     0x7fff95b10ff7  com.apple.ChunkingLibrary (2.0 - 155.1) <B845DC7A-D1EA-31E2-967C-D1FE0C628036> /System/Library/PrivateFrameworks/ChunkingLibrary.framework/Versions/A/Chunking Library
        0x7fff95b11000 -     0x7fff95c41ff7  com.apple.desktopservices (1.8.3 - 1.8.3) <225BEC20-F8E0-3F22-9560-890A1A5B9050> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/Desk topServicesPriv
        0x7fff95cb7000 -     0x7fff95cb9ffb  libutil.dylib (34) <DAC4A6CF-A1BB-3874-9569-A919316D30E8> /usr/lib/libutil.dylib
        0x7fff95cba000 -     0x7fff95d7cff5  com.apple.CoreText (367.20 - 367.20) <B80D086D-93A9-3C35-860E-9C3FDD027F3B> /System/Library/Frameworks/CoreText.framework/Versions/A/CoreText
        0x7fff95d7d000 -     0x7fff95de4ff7  com.apple.CoreUtils (2.0 - 200.34.4) <E53B97FE-E067-33F6-A9C1-D4EC2A20FB9F> /System/Library/PrivateFrameworks/CoreUtils.framework/Versions/A/CoreUtils
        0x7fff95de5000 -     0x7fff95de6fff  com.apple.AddressBook.ContactsData (8.0 - 1371.2) <5C8D3406-C4DE-305A-958F-53BCE7B179AA> /System/Library/PrivateFrameworks/ContactsData.framework/Versions/A/ContactsDat a
        0x7fff95dec000 -     0x7fff95deffff  libCoreVMClient.dylib (58.1) <EBC36C69-C896-3C3D-8589-3E9023E7E56F> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClien t.dylib
        0x7fff95df0000 -     0x7fff95df1ffb  libremovefile.dylib (33) <3543F917-928E-3DB2-A2F4-7AB73B4970EF> /usr/lib/system/libremovefile.dylib
        0x7fff95e19000 -     0x7fff95f07fff  libJP2.dylib (1045) <96EE2B8D-296A-3776-A49E-5559B4FB334F> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJP2.dylib
        0x7fff95f08000 -     0x7fff962a0fff  com.apple.SceneKit (4.0 - 197.3) <011E6589-E590-3253-B5C2-225964C4B409> /System/Library/Frameworks/SceneKit.framework/Versions/A/SceneKit
        0x7fff962a1000 -     0x7fff962a7ff7  com.apple.XPCService (2.0 - 1) <2CE632D7-FE57-36CF-91D4-C57D0F2E0BFE> /System/Library/PrivateFrameworks/XPCService.framework/Versions/A/XPCService
        0x7fff962b2000 -     0x7fff962b6fff  com.apple.IOAccelerator (98.26 - 98.26) <FCF6626A-DCEC-3D87-84FE-E713385849D7> /System/Library/PrivateFrameworks/IOAccelerator.framework/Versions/A/IOAccelera tor
        0x7fff962b7000 -     0x7fff962bcff7  libunwind.dylib (35.3) <78DCC358-2FC1-302E-B395-0155B47CB547> /usr/lib/system/libunwind.dylib
        0x7fff9631f000 -     0x7fff96609fff  com.apple.CoreServices.CarbonCore (1077.17 - 1077.17) <3A2E92FD-DEE2-3D45-9619-11500801A61C> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonC ore.framework/Versions/A/CarbonCore
        0x7fff96611000 -     0x7fff96859ff7  com.apple.CoreData (107 - 481.3) <E78734AA-E3D0-33CB-A014-620BBCAB2E96> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
        0x7fff9685a000 -     0x7fff968b1fff  com.apple.ViewBridge (1.0 - 46.2) <4AF3CB98-7691-39A2-8DC3-ABE5CC55CE7F> /System/Library/PrivateFrameworks/ViewBridge.framework/Versions/A/ViewBridge
        0x7fff968b2000 -     0x7fff968f9ffb  libFontRegistry.dylib (127.0.1) <F267F500-6E4A-3BE3-97C1-08AAA649E02E> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libFontRegistry.dylib
        0x7fff968fa000 -     0x7fff96cdbffe  libLAPACK.dylib (1094.5) <7E7A9B8D-1638-3914-BAE0-663B69865986> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libLAPACK.dylib
        0x7fff9703f000 -     0x7fff97047ff7  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
        0x7fff97048000 -     0x7fff97086ff7  libGLImage.dylib (9.6.1) <5E02B38C-9F36-39BE-8746-724F0D8BBFC0> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dyl ib
        0x7fff97087000 -     0x7fff970d0fff  com.apple.CoreMedia (1.0 - 1273.54) <CAB7303A-9AB2-317A-99C3-BEAA8AE8764B> /System/Library/Frameworks/CoreMedia.framework/Versions/A/CoreMedia
        0x7fff970e1000 -     0x7fff97108ff7  libsystem_network.dylib (241.4) <0D630D53-C772-3EC5-8257-EFB0ACCE3153> /usr/lib/system/libsystem_network.dylib
        0x7fff97109000 -     0x7fff97176fff  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
        0x7fff97177000 -     0x7fff9717ffff  libMatch.1.dylib (19) <021293AB-407D-309A-87F5-8E782F46753E> /usr/lib/libMatch.1.dylib
        0x7fff97180000 -     0x7fff97365fff  com.apple.CoreFoundation (6.9 - 855.17) <729BD6DA-1F63-3E72-A148-26F21EBF52BB> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
        0x7fff97366000 -     0x7fff97376fff  libbsm.0.dylib (33) <2CAC00A2-1352-302A-88FA-C567D4D69179> /usr/lib/libbsm.0.dylib
        0x7fff97377000 -     0x7fff973b6fff  libGLU.dylib (9.6.1) <AE032555-3E2F-3DBF-A26D-EA4576061605> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
        0x7fff97c7b000 -     0x7fff97cc9ff7  com.apple.opencl (2.3.59 - 2.3.59) <9F43F471-C3C3-352D-889D-EC418DC1F5B2> /System/Library/Frameworks/OpenCL.framework/Versio

    Hi there-
    I had the same problem and same righteous panic attack. This worked flawlessly for me. Enjoy!

  • Mac won't open non-Mac software

    I turned on my desktop Mac this morning and none of my non-Mac applications (Photoshop, Microsoft Word, Excel, InDesign, Cyberduck, etc.) would open. The Mac applications -  Mail, iChat, Preview - work normally, but not Safari. I re-started the computer several times and they still won't open. The icons bounced up and down for a long time, then stayed still but the light under the icon that indicates the application is open was not on.  When I opened the "Force Quit Applications" window to force quit the applications, some of them (Photoshop and InDesign) showed as open, while the others (Microsoft Office and Internet browsers) showed as "not responding". I don't know what is happening - everything was fine when I last used the computer.
    So far, I have tried repairing the permissions using Disk Utilities, which did not help.  Any idea on how to fix this will be very much appreciated.
    Mac OSX 10.7.5. 
    Mini-mac 2.3 HGZ processor (Intel Core i5) 
    2GB Memory 1333 MHz DDR3

    Thank you, sanjampet and a brody. I reset the SMC but it didn't work. And I don't have Mackeeper. I also tried resetting the PRAM and did a few other things (throwing out preferences, etc.) but none worked. At the end, I decided to re-install the operating system using OS X Internet Recovery. It took about 7 hours but it solved the problems!  After re-installation, I was able to open all non-Apple applications without any problems. In fact, they seem to open a little faster than before. I wonder if the re-installed OS came with patches that fixed the problems. It did ask to download a java script when I opened InDesign.
    @a brody; thanks for setting me straight about Apple vs. Mac. I was pretty distraught yesterday (lost a full day of important designing work) and wasn't thinking clearly ...

  • Swiftdove won't open links in Firefox

    When I click the links they won't open in Firefox.
    Preferred Applications has
    /usr/lib/firefox-3.0.1/firefox %s
    as my custom browser
    Here is the "~/.swiftdove/e8ftools5.default/pres.js" of Swiftdove. You'll notice that I've attempted to route it to "/usr/lib/firefox-3.0.1/firefox %s", but with no success.
    # Mozilla User Preferences
    /* Do not edit this file.
    * If you make changes to this file while the application is running,
    * the changes will be overwritten when the application exits.
    * To make a manual change to preferences, you can visit the URL about:config
    * For more information, see http://www.mozilla.org/unix/customizing.html#prefs
    user_pref("app.update.lastUpdateTime.addon-background-update-timer", 1221142061);
    user_pref("app.update.lastUpdateTime.background-update-timer", 1221142061);
    user_pref("app.update.lastUpdateTime.blocklist-background-update-timer", 1221142061);
    user_pref("browser.throbber.url", "http://swiftweasel.tuxfamily.org/");
    user_pref("calendar.categories.names", "Anniversary,Birthday,Business,Calls,Clients,Competition,Customer,Favorites,Follow up,Gifts,Holidays,Ideas,Issues,Miscellaneous,Personal,Projects,Public Holiday,Status,Suppliers,Travel,Vacation");
    user_pref("calendar.timezone.local", "/mozilla.org/20071231_1/Australia/Adelaide");
    user_pref("extensions.lastAppVersion", "2.0.0.16");
    user_pref("intl.charsetmenu.mailview.cache", "UTF-8, ISO-8859-1");
    user_pref("ldap_2.prefs_migrated", true);
    user_pref("ldap_2.servers.default.filename", "default.mab");
    user_pref("ldap_2.servers.default.replication.lastChangeNumber", 0);
    user_pref("ldap_2.servers.default.uri", "moz-abldapdirectory://default.mab");
    user_pref("ldap_2.servers.history.replication.lastChangeNumber", 0);
    user_pref("ldap_2.servers.pab.replication.lastChangeNumber", 0);
    user_pref("mail.account.account1.server", "server1");
    user_pref("mail.account.account2.identities", "id1");
    user_pref("mail.account.account2.server", "server2");
    user_pref("mail.accountmanager.accounts", "account1,account2");
    user_pref("mail.accountmanager.defaultaccount", "account2");
    user_pref("mail.accountmanager.localfoldersserver", "server1");
    user_pref("mail.attachment.store.version", 1);
    user_pref("mail.biff.play_sound.type", 1);
    user_pref("mail.biff.play_sound.url", "file:///home/gary/Documents/Thunderbird%20New%20Mail%202.wav");
    user_pref("mail.folder.views.version", 1);
    user_pref("mail.identity.id1.draft_folder", "mailbox://nobody@Local%20Folders/Drafts");
    user_pref("mail.identity.id1.drafts_folder_picker_mode", "0");
    user_pref("mail.identity.id1.fcc_folder", "mailbox://nobody@Local%20Folders/Sent");
    user_pref("mail.identity.id1.fcc_folder_picker_mode", "0");
    user_pref("mail.identity.id1.fullName", "Gary Cai");
    user_pref("mail.identity.id1.smtpServer", "smtp1");
    user_pref("mail.identity.id1.stationery_folder", "mailbox://nobody@Local%20Folders/Templates");
    user_pref("mail.identity.id1.tmpl_folder_picker_mode", "0");
    user_pref("mail.identity.id1.useremail", "[email protected]");
    user_pref("mail.identity.id1.valid", true);
    user_pref("mail.preferences.advanced.selectedTabIndex", 0);
    user_pref("mail.preferences.display.selectedTabIndex", 1);
    user_pref("mail.root.none", "/home/gary/.swiftdove/e8ftool5.default/Mail");
    user_pref("mail.root.none-rel", "[ProfD]Mail");
    user_pref("mail.root.pop3", "/home/gary/.swiftdove/e8ftool5.default/Mail");
    user_pref("mail.root.pop3-rel", "[ProfD]Mail");
    user_pref("mail.server.server1.directory", "/home/gary/.swiftdove/e8ftool5.default/Mail/Local Folders");
    user_pref("mail.server.server1.directory-rel", "[ProfD]Mail/Local Folders");
    user_pref("mail.server.server1.hostname", "Local Folders");
    user_pref("mail.server.server1.name", "Local Folders");
    user_pref("mail.server.server1.type", "none");
    user_pref("mail.server.server1.userName", "nobody");
    user_pref("mail.server.server2.check_time", 1);
    user_pref("mail.server.server2.defer_get_new_mail", true);
    user_pref("mail.server.server2.deferred_to_account", "account1");
    user_pref("mail.server.server2.directory", "/home/gary/.swiftdove/e8ftool5.default/Mail/pop.gmail.com");
    user_pref("mail.server.server2.directory-rel", "[ProfD]Mail/pop.gmail.com");
    user_pref("mail.server.server2.download_on_biff", true);
    user_pref("mail.server.server2.hostname", "pop.gmail.com");
    user_pref("mail.server.server2.login_at_startup", true);
    user_pref("mail.server.server2.name", "[email protected]");
    user_pref("mail.server.server2.port", 995);
    user_pref("mail.server.server2.socketType", 3);
    user_pref("mail.server.server2.type", "pop3");
    user_pref("mail.server.server2.userName", "garycai997");
    user_pref("mail.smtp.defaultserver", "smtp1");
    user_pref("mail.smtpserver.smtp1.auth_method", 1);
    user_pref("mail.smtpserver.smtp1.hostname", "smtp.gmail.com");
    user_pref("mail.smtpserver.smtp1.port", 465);
    user_pref("mail.smtpserver.smtp1.try_ssl", 3);
    user_pref("mail.smtpserver.smtp1.username", "garycai997");
    user_pref("mail.smtpservers", "smtp1");
    user_pref("mail.spam.version", 1);
    user_pref("mail.startup.enabledMailCheckOnce", true);
    user_pref("mailnews.quotingPrefs.version", 1);
    user_pref("mailnews.start_page.enabled", false);
    user_pref("mailnews.start_page_override.mstone", "1.8.1.16");
    user_pref("mailnews.tags.$label1.color", "#FF0000");
    user_pref("mailnews.tags.$label1.tag", "Important");
    user_pref("mailnews.tags.$label2.color", "#FF9900");
    user_pref("mailnews.tags.$label2.tag", "Work");
    user_pref("mailnews.tags.$label3.color", "#009900");
    user_pref("mailnews.tags.$label3.tag", "Personal");
    user_pref("mailnews.tags.$label4.color", "#3333FF");
    user_pref("mailnews.tags.$label4.tag", "To Do");
    user_pref("mailnews.tags.$label5.color", "#993399");
    user_pref("mailnews.tags.$label5.tag", "Later");
    user_pref("mailnews.tags.version", 2);
    user_pref("mailnews.ui.junk.firstuse", false);
    user_pref("mailnews.ui.threadpane.version", 5);
    user_pref("network.protocol-handler.app.ftp", "/usr/lib/firefox-3.0.1/firefox %s");
    user_pref("network.protocol-handler.app.http", "/usr/lib/firefox-3.0.1/firefox %s");
    user_pref("network.protocol-handler.app.https", "/usr/lib/firefox-3.0.1/firefox %s");
    user_pref("wallet.caveat", true);

    I have found it is a problem with the Arch implementation of Firefox. At least that is what it looks like.
    I tried everything and could not get it to work (in my case: opening http links from Thunderbird in Firefox). I _could_ open the http links in any other app, e.g. kwrite, konqueror, Gimp (just for testing a non KDE app...).
    So: I checked the /usr/lib/firefox_3.0.3 folder and found out that the executable is invoked directly. In debian, or in the static binary from mozilla, there is a script in place that later calls the binary. So for some reason or other the call fails (dbus??), and teh app does not launch.
    I installed the static firefox binary from mozilla and that works a treat. Did the same for Thunderbird by the way, since Arch is at 2.00.16 whereas version 2.00.17 has been out for a while.

  • AE CS4 bounces in the dock and won't open

    Hi guys,
    I already read this other post
    but my problem is slightly different: I had installed a trial version of CS4 Master Collection, now I purchased the license so I uninstalled the older version and run the Cleanup Script.
    Well, so after the install of the CS4 Master Collection (and also installed all the updates before opening apps), everything works fine but After Effects just bounces in the dock once and then won't open at all.
    This is the message in the console:
    /System/Library/Frameworks/Carbon.framework/Versions/A/Support/LaunchCFMApp[1194] Launch failed with error code - 2857 (cragCFragRsrcErr) for application /Applications/Adobe After Effects CS4/Adobe After Effects CS4.app/Contents/MacOS/After Effects
    and then
    ([0x0-0xb20b2].com.adobe.AfterEffects[1194]) Exited with exit code: 215
    The curious thing is, if I hit command+shift+G in finder, writing
    /Applications/Adobe After Effects CS4/Adobe After Effects CS4.app/Contents/MacOS/
    an invisible folder opens under the CS4 app and from there I can run an executable Unix document called After Effects that opens terminal and After Effects application without problems.
    What's the explaination for that ?
    Please I'm going crazy let me know what can I do to fix this!!
    Thanks in advance
    Simone

    Sounds like your original dock item was linked to the previous installation. Delete it, launch AE from the applications folder, select the item int hte dock and Leave In Dock.
    The item in your app folder is not a Unix.exe, it's probably just an unassigned icon. All unassignede itmes look like .exe.
    bogiesan

  • ITunes won't open after OS update to Yosmite

    ITunes won't open after OS update, ITunes has been updated, it won't open or bounce. It will not allow me to move it to trash or reinstall it. I have already updated to OS X Yosmite two times as directed by apple, I have rebooted in safe made as well as Command/Option/P/R before start up. I have opened console/system log to see if there is anything going on but when I click on Itunes nothing happens, not even so much as half a line of script. I'm stumped. If I wanted someone to tell me to turn it off and on again I'd just watch IT Crowd. please help

    Thank you for using the Apple Support Communities
    If you head into your applications folder and locate iTunes. Right click iTunes and show package contents. In there there will be a contents folder --> MacOS --> double click on the iTunes terminal icon. This should force iTunes to open via a terminal window and at the very least it will tell you what it is getting stuck on.

  • Won't Open. At all.

    I've never used AppleScript before, and I tried to open it for the first time, and it won't open. The first time I tried to open it, the animation happened, but it never opened.
    I rebooted the computer and the second time I opened it it jumped up and down in my dock for a second and then disappeared and won't open again.
    Help.

    What, exactly, did you try to open?
    AppleScript isn't something you 'open', per se. It's a programming language.
    Therefore I have to assume that what you opened was either Script Editor (the application used to write scripts) or a script that was designed to perform some action (in which case what you saw might be expected).

  • Safari 5.0.6 won't open and I have to use force quit to quit it.

    Safari 5.0.6 won't open and I have to use force quit to quit it.
    I'm using OS 10.5.8
    I've tried reinstalling it and that doesn't work either.
    This is the crash report (It's huge - sorry) - Thanks
    Date/Time:      2011-09-09 22:06:07 +0100
    OS Version:     10.5.8 (Build 9L31a)
    Architecture:   i386
    Report Version: 4
    Command:        Safari
    Path:           /Applications/Safari.app/Contents/MacOS/Safari
    Version:        5.0.6 (5533.22.3)
    Build Version:  3
    Project Name:   WebBrowser
    Source Version: 75332203
    Parent:         launchd [95]
    PID:            165
    Event:          hang
    Time:           7.18s
    Steps:          48
    Process:        Safari [165]
    Path:           /Applications/Safari.app/Contents/MacOS/Safari
      ADDRESS         BINARY
      00001000        /Applications/Safari.app/Contents/MacOS/Safari
      00644000        /usr/lib/libxar.1.dylib
      00657000        /System/Library/PrivateFrameworks/Apple80211.framework/Versions/A/Apple80211
      00692000        /System/Library/PrivateFrameworks/SyndicationUI.framework/Versions/A/Syndicatio nUI
      11f2a000        /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera
      1543f000        /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCGXCoreImage.A.dylib
      Thread id:      8a625d0
      User stack:
        48 ??? [0xacee]
          48 _NSApplicationMain + 574 (in AppKit) [0x936081d8]
            48 -[NSApplication run] + 795 (in AppKit) [0x9363af9f]
              48 ??? [0x166ad]
                48 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 128 (in AppKit) [0x93641f88]
                  48 __DPSNextEvent + 657 (in AppKit) [0x936426d5]
                    48 _BlockUntilNextEventMatchingListInMode + 106 (in HIToolbox) [0x90f20f39]
                      48 _ReceiveNextEventCommon + 374 (in HIToolbox) [0x90f210c5]
                        48 _RunCurrentEventLoopInMode + 283 (in HIToolbox) [0x90f212ac]
                          48 _CFRunLoopRunInMode + 88 (in CoreFoundation) [0x90409aa8]
                            48 _CFRunLoopRunSpecific + 4469 (in CoreFoundation) [0x904098f5]
                              48 ___NSFireDelayedPerform + 382 (in Foundation) [0x94ce688e]
                                48 ??? [0x3f85d]
                                  48 ??? [0x3f982]
                                    48 -[SafariSyndication setDelegate:] + 113 (in SyndicationUI) [0x694065]
                                      48 -[SafariSyndication psClient] + 142 (in SyndicationUI) [0x6939ff]
                                        48 +[PSClient applicationClient] + 98 (in PubSub) [0x93550dfa]
                                          48 +[PSClient clientForBundleIdentifier:] + 216 (in PubSub) [0x93552ea4]
                                            48 __ZN6PubSub10ClientCore17openClientSessionEv + 236 (in PubSub) [0x93547c46]
                                              48 __ZN6SQLite8Database14getUserVersionEv + 34 (in PubSub) [0x93531608]
                                                48 __ZN6SQLite8Database10execScalarEPKcz + 48 (in PubSub) [0x935315aa]
                                                  48 __ZN6SQLite6Cursor7nextRowEv + 45 (in PubSub) [0x93531025]
                                                    48 _sqlite3_step + 29 (in libsqlite3.0.dylib) [0x9705255d]
                                                      48 _sqlite3Step + 386 (in libsqlite3.0.dylib) [0x97051ea2]
                                                        48 _sqlite3VdbeExec + 6872 (in libsqlite3.0.dylib) [0x97047778]
                                                          48 _sqlite3BtreeGetMeta + 113 (in libsqlite3.0.dylib) [0x96ff5691]
                                                            48 _sqlite3PagerAcquire + 4855 (in libsqlite3.0.dylib) [0x96ff45d7]
                                                              48 _pager_playback + 877 (in libsqlite3.0.dylib) [0x96fe8a7d]
                                                                48 ___pwrite + 10 (in libSystem.B.dylib) [0x9477fc4e]
      Kernel stack:
        48 _unix_syscall + 572 [0x3e3a7f]
          48 _pwrite_nocancel + 237 [0x391d83]
            48 _readv + 312 [0x391c12]
              48 _vn_pathconf + 1174 [0x1eebce]
                48 _VNOP_WRITE + 168 [0x1f839a]
                  33 _hfs_vnop_write + 2890 [0x32fa97]
                    33 _cluster_write + 103 [0x1d5505]
                      33 _cluster_write_ext + 2250 [0x1d4e8c]
                        25 _cluster_read + 1453 [0x1d3bb8]
                          25 _cluster_copy_upl_data + 2808 [0x1cf7d0]
                            25 _cluster_zero + 949 [0x1cec7b]
                              25 _buf_biowait + 90 [0x1c96e3]
                                25 _msleep + 157 [0x3863e8]
                                  25 _uiomove + 653 [0x386037]
                                    25 _lck_mtx_sleep + 87 [0x130d90]
                                      25 _thread_block + 33 [0x136f20]
                                        22 _thread_continue + 1180 [0x136cb3]
                                        3 _thread_block_reason + 135 [0x136e7c]
                                          3 _thread_setrun + 3597 [0x136217]
                                            3 _machine_idle + 271 [0x1ac3ec]
                        8 _cluster_read + 1864 [0x1d3d53]
                          8 _cluster_copy_upl_data + 2808 [0x1cf7d0]
                            8 _cluster_zero + 949 [0x1cec7b]
                              8 _buf_biowait + 90 [0x1c96e3]
                                8 _msleep + 157 [0x3863e8]
                                  8 _uiomove + 653 [0x386037]
                                    8 _lck_mtx_sleep + 87 [0x130d90]
                                      8 _thread_block + 33 [0x136f20]
                                        7 _thread_continue + 1180 [0x136cb3]
                                        1 _thread_block_reason + 135 [0x136e7c]
                                          1 _thread_setrun + 3597 [0x136217]
                                            1 _machine_idle + 271 [0x1ac3ec]
                  15 _hfs_vnop_write + 392 [0x32f0d5]
                    15 _lck_rw_lock_shared_gen + 302 [0x1a11e7]
                      15 _thread_block + 33 [0x136f20]
                        15 _thread_continue + 1180 [0x136cb3]
      Thread id:      8e6eb58
      User stack:
        48 _thread_start + 34 (in libSystem.B.dylib) [0x94750f12]
          48 __ZN3***17TCMalloc_PageHeap15scavengerThreadEv + 824 (in JavaScriptCore) [0x94c1fd58]
            48 ___semwait_signal + 10 (in libSystem.B.dylib) [0x9472734e]
      Thread id:      842ce40
      User stack:
        48 _thread_start + 34 (in libSystem.B.dylib) [0x94750f12]
          48 __pthread_start + 321 (in libSystem.B.dylib) [0x94751055]
            48 __ZN7WebCore12IconDatabase22iconDatabaseSyncThreadEv + 761 (in WebCore) [0x91bc7e19]
              48 __ZN7WebCore12IconDatabase18syncThreadMainLoopEv + 279 (in WebCore) [0x91bca587]
                48 ___semwait_signal + 10 (in libSystem.B.dylib) [0x9472734e]
      Thread id:      8e6f6b0
      User stack:
        48 _thread_start + 34 (in libSystem.B.dylib) [0x94750f12]
          48 __pthread_start + 321 (in libSystem.B.dylib) [0x94751055]
            48 __Z22CFURLCacheWorkerThreadPv + 388 (in CFNetwork) [0x9141218c]
              48 _CFRunLoopRunInMode + 88 (in CoreFoundation) [0x90409aa8]
                48 _mach_msg_trap + 10 (in libSystem.B.dylib) [0x94720166]
      Thread id:      8e70d60
      User stack:
        48 _thread_start + 34 (in libSystem.B.dylib) [0x94750f12]
          48 __pthread_start + 321 (in libSystem.B.dylib) [0x94751055]
            48 __ZN3***15ThreadCondition9timedWaitERNS_5MutexEd + 81 (in JavaScriptCore) [0x94a746b1]
              48 ___semwait_signal + 10 (in libSystem.B.dylib) [0x9472734e]
      Thread id:      8530c80
      User stack:
        48 _thread_start + 34 (in libSystem.B.dylib) [0x94750f12]
          48 __pthread_start + 321 (in libSystem.B.dylib) [0x94751055]
            48 ___NSThread__main__ + 308 (in Foundation) [0x94cb19a4]
              48 -[NSThread main] + 45 (in Foundation) [0x94cb1dfd]
                48 +[NSURLConnection(NSURLConnectionReallyInternal) _resourceLoadLoop:] + 320 (in Foundation) [0x94d15520]
                  48 _CFRunLoopRunInMode + 88 (in CoreFoundation) [0x90409aa8]
                    48 _mach_msg_trap + 10 (in libSystem.B.dylib) [0x94720166]
      Thread id:      8e72ba0
      User stack:
        48 _thread_start + 34 (in libSystem.B.dylib) [0x94750f12]
          48 __pthread_start + 321 (in libSystem.B.dylib) [0x94751055]
            48 _fe_fragment_thread + 54 (in QuartzCore) [0x90729a09]
              48 ___semwait_signal + 10 (in libSystem.B.dylib) [0x9472734e]
      Thread id:      8e6f2e8
      User stack:
        48 _thread_start + 34 (in libSystem.B.dylib) [0x94750f12]
          48 ___select + 10 (in libSystem.B.dylib) [0x9476f60a]
    Process:        ATSServer [113]
    Path:           /System/Library/Frameworks/ApplicationServices.framework/Frameworks/ATS.framewo rk/Support/ATSServer
      ADDRESS         BINARY
      00001000        /System/Library/Frameworks/ApplicationServices.framework/Frameworks/ATS.framewo rk/Support/ATSServer
      Thread id:      852d790
      User stack:
        48 ??? [0x4b46]
          48 ??? [0xdd21f]
            48 _CFRunLoopRun + 84 (in CoreFoundation) [0x90409b04]
              48 _mach_msg_trap + 10 (in libSystem.B.dylib) [0x94720166]
      Thread id:      852e2e8
      User stack:
        48 _thread_start + 34 (in libSystem.B.dylib) [0x94750f12]
          48 __pthread_start + 321 (in libSystem.B.dylib) [0x94751055]
            48 _mach_msg_trap + 10 (in libSystem.B.dylib) [0x94720166]
    Process:        AirPort Base Station Agent [102]
    Path:           /System/Library/CoreServices/AirPort Base Station Agent.app/Contents/MacOS/AirPort Base Station Agent
      ADDRESS         BINARY
      00001000        /System/Library/CoreServices/AirPort Base Station Agent.app/Contents/MacOS/AirPort Base Station Agent
      Thread id:      8a63c80
      User stack:
        48 ??? [0x23d1]
          48 ??? [0x24a4]
            48 _NSApplicationMain + 574 (in AppKit) [0x936081d8]
              48 -[NSApplication run] + 795 (in AppKit) [0x9363af9f]
                48 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 128 (in AppKit) [0x93641f88]
                  48 __DPSNextEvent + 657 (in AppKit) [0x936426d5]
                    48 _BlockUntilNextEventMatchingListInMode + 106 (in HIToolbox) [0x90f20f39]
                      48 _ReceiveNextEventCommon + 374 (in HIToolbox) [0x90f210c5]
                        48 _RunCurrentEventLoopInMode + 283 (in HIToolbox) [0x90f212ac]
                          48 _CFRunLoopRunInMode + 88 (in CoreFoundation) [0x90409aa8]
                            48 _mach_msg_trap + 10 (in libSystem.B.dylib) [0x94720166]
      Thread id:      8c337d8
      User stack:
        48 _thread_start + 34 (in libSystem.B.dylib) [0x94750f12]
          48 ___select + 10 (in libSystem.B.dylib) [0x9476f60a]
      Thread id:      8c33410
      User stack:
        48 _thread_start + 34 (in libSystem.B.dylib) [0x94750f12]
          48 __pthread_start + 321 (in libSystem.B.dylib) [0x94751055]
            48 ??? [0x1a652]
              48 ??? [0x18b0f]
                48 ??? [0x1a953]
                  48 _semaphore_timedwait_signal_trap + 10 (in libSystem.B.dylib) [0x947201c6]
    Process:        DirectoryService [34]
    Path:           /usr/sbin/DirectoryService
      ADDRESS         BINARY
      00001000        /usr/sbin/DirectoryService
      00160000        /System/Library/PrivateFrameworks/DirectoryServiceCore.framework/Versions/A/Dir ectoryServiceCore
      Thread id:      77daf20
      User stack:
        48 start + 54 (in DirectoryService) [0x1631a]
          48 _main + 2767 (in DirectoryService) [0x16e07]
            48 _CFRunLoopRun + 84 (in CoreFoundation) [0x90409b04]
              48 _mach_msg_trap + 10 (in libSystem.B.dylib) [0x94720166]
      Thread id:      77ddc80
      User stack:
        48 _thread_start + 34 (in libSystem.B.dylib) [0x94750f12]
          48 __pthread_start + 321 (in libSystem.B.dylib) [0x94751055]
            48 __ZN9DSLThread11_RunWrapperEPv + 84 (in DirectoryServiceCore) [0x168166]
              48 __ZN9DSCThread3RunEv + 39 (in DirectoryServiceCore) [0x167f5b]
                48 __ZN20CPluginRunLoopThread10ThreadMainEv + 222 (in DirectoryService) [0x22fc4]
                  48 _CFRunLoopRun + 84 (in CoreFoundation) [0x90409b04]
                    48 _mach_msg_trap + 10 (in libSystem.B.dylib) [0x94720166]
      Thread id:      77de7d8
      User stack:
        48 _thread_start + 34 (in libSystem.B.dylib) [0x94750f12]
          48 __pthread_start + 321 (in libSystem.B.dylib) [0x94751055]
            48 __ZN9DSLThread11_RunWrapperEPv + 84 (in DirectoryServiceCore) [0x168166]
              48 __ZN9DSCThread3RunEv + 39 (in DirectoryServiceCore) [0x167f5b]
                48 __ZN17CMigHandlerThread10ThreadMainEv + 303 (in DirectoryService) [0x231fd]
                  48 _mach_msg_trap + 10 (in libSystem.B.dylib) [0x94720166]
      Kernel stack:
        48 _dtrace_get_cpu_int_stack_top + 543 [0x198fa3]
          48 _mach_msg_overwrite_trap + 3808 [0x1270ea]
            48 _ipc_mqueue_receive + 750 [0x121292]
              48 _thread_block + 33 [0x136f20]
                48 _thread_continue + 1180 [0x136cb3]
      Thread id:      7a5e4f0
      User stack:
        48 _thread_start + 34 (in libSystem.B.dylib) [0x94750f12]
          48 _kevent + 10 (in libSystem.B.dylib) [0x947508c6]
      Thread id:      8e6e790
      User stack:
        32 _thread_start + 34 (in libSystem.B.dylib) [0x94750f12]
          32 __pthread_start + 321 (in libSystem.B.dylib) [0x94751055]
            32 __ZN9DSLThread11_RunWrapperEPv + 84 (in DirectoryServiceCore) [0x168166]
              32 ___syscall + 5 (in libSystem.B.dylib) [0x947622b5]
      Thread id:      852ee40
      User stack:
        32 _thread_start + 34 (in libSystem.B.dylib) [0x94750f12]
          32 __pthread_start + 321 (in libSystem.B.dylib) [0x94751055]
            32 __ZN9DSLThread11_RunWrapperEPv + 84 (in DirectoryServiceCore) [0x168166]
              32 __ZN9DSCThread3RunEv + 39 (in DirectoryServiceCore) [0x167f5b]
                32 __ZN17CMigHandlerThread10ThreadMainEv + 162 (in DirectoryService) [0x23170]
                  32 _mach_msg_trap + 10 (in libSystem.B.dylib) [0x94720166]
      Thread id:      8e70998
      User stack:
        16 _thread_start + 34 (in libSystem.B.dylib) [0x94750f12]
          16 __pthread_start + 321 (in libSystem.B.dylib) [0x94751055]
            16 __ZN9DSLThread11_RunWrapperEPv + 84 (in DirectoryServiceCore) [0x168166]
              16 ___syscall + 5 (in libSystem.B.dylib) [0x947622b5]
    Process:        Dock [111]
    Path:           /System/Library/CoreServices/Dock.app/Contents/MacOS/Dock
      ADDRESS         BINARY
      00001000        /System/Library/CoreServices/Dock.app/Contents/MacOS/Dock
      131b2000        /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera
      Thread id:      8a634f0
      User stack:
        48 ??? [0x537a]
          48 ??? [0x97e97]
            48 -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 213 (in Foundation) [0x94ce63d5]
              48 _CFRunLoopRunInMode + 88 (in CoreFoundation) [0x90409aa8]
                48 _mach_msg_trap + 10 (in libSystem.B.dylib) [0x94720166]
      Thread id:      8a60b58
      User stack:
        48 _thread_start + 34 (in libSystem.B.dylib) [0x94750f12]
          48 __pthread_start + 321 (in libSystem.B.dylib) [0x94751055]
            48 ??? [0x1340d]
              48 ___semwait_signal + 10 (in libSystem.B.dylib) [0x9472734e]
      Thread id:      8c32c80
      User stack:
        48 _thread_start + 34 (in libSystem.B.dylib) [0x94750f12]
          48 __pthread_start + 321 (in libSystem.B.dylib) [0x94751055]
            48 ___NSThread__main__ + 308 (in Foundation) [0x94cb19a4]
              48 _kevent + 10 (in libSystem.B.dylib) [0x947508c6]
    Process:        Finder [115]
    Path:           /System/Library/CoreServices/Finder.app/Contents/MacOS/Finder
      ADDRESS         BINARY
      00001000        /System/Library/CoreServices/Finder.app/Contents/MacOS/Finder
      004e5000        /System/Library/Frameworks/Collaboration.framework/Versions/A/Collaboration
      004fe000        /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/Multit ouchSupport
      00527000        /System/Library/TextEncodings/Unicode Encodings.bundle/Contents/MacOS/Unicode Encodings
      156ef000        /System/Library/PrivateFrameworks/URLMount.framework/URLMount
      15742000        /Library/QuickTime/DivX Decoder.component/Contents/MacOS/DivX Decoder
      157c5000        /Library/Frameworks/DivX Toolkit.framework/Versions/A/DivX Toolkit
      159b9000        /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCGXCoreImage.A.dylib
      160c0000        /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera
      Thread id:      8a60790
      User stack:
        48 ??? [0x9376]
          48 ??? [0xf3275]
            48 ??? [0x233b9]
              48 _RunApplicationEventLoop + 207 (in HIToolbox) [0x90f7e2b3]
                48 __AcquireNextEvent + 58 (in HIToolbox) [0x90f7fb56]
                  48 _ReceiveNextEventCommon + 374 (in HIToolbox) [0x90f210c5]
                    48 _RunCurrentEventLoopInMode + 283 (in HIToolbox) [0x90f212ac]
                      48 _CFRunLoopRunInMode + 88 (in CoreFoundation) [0x90409aa8]
                        48 _mach_msg_trap + 10 (in libSystem.B.dylib) [0x94720166]
      Kernel stack:
        4 _dtrace_get_cpu_int_stack_top + 543 [0x198fa3]
          4 _mach_msg_overwrite_trap + 4820 [0x1274de]
            4 _ipc_mqueue_receive + 738 [0x121286]
              4 _thread_block + 33 [0x136f20]
                4 _thread_block_reason + 135 [0x136e7c]
                  4 _thread_setrun + 3597 [0x136217]
                    4 _machine_idle + 271 [0x1ac3ec]
      Thread id:      8c324f0
      User stack:
        48 _thread_start + 34 (in libSystem.B.dylib) [0x94750f12]
          48 __pthread_start + 321 (in libSystem.B.dylib) [0x94751055]
            48 _PrivateMPEntryPoint + 56 (in CarbonCore) [0x9755afbb]
              48 __ZN23TSystemNotificationTask26SystemNotificationTaskProcEPv + 123 (in DesktopServicesPriv) [0x9706dd0f]
                48 _CFRunLoopRun + 84 (in CoreFoundation) [0x90409b04]
                  48 _mach_msg_trap + 10 (in libSystem.B.dylib) [0x94720166]
      Thread id:      8c32128
      User stack:
        48 _thread_start + 34 (in libSystem.B.dylib) [0x94750f12]
          48 __pthread_start + 321 (in libSystem.B.dylib) [0x94751055]
            48 _PrivateMPEntryPoint + 56 (in CarbonCore) [0x9755afbb]
              48 __ZN25TFSEventsNotificationTask28FSEventsNotificationTaskProcEPv + 216 (in DesktopServicesPriv) [0x9706de88]
                48 _CFRunLoopRun + 84 (in CoreFoundation) [0x90409b04]
                  48 _mach_msg_trap + 10 (in libSystem.B.dylib) [0x94720166]
      Thread id:      8c31208
      User stack:
        48 _thread_start + 34 (in libSystem.B.dylib) [0x94750f12]
          48 __pthread_start + 321 (in libSystem.B.dylib) [0x94751055]
            48 _PrivateMPEntryPoint + 56 (in CarbonCore) [0x9755afbb]
              48 __ZN13TNodeSyncTask12SyncTaskProcEPv + 84 (in DesktopServicesPriv) [0x97078e6a]
                48 _MPWaitOnQueue + 208 (in CarbonCore) [0x9755ca60]
                  48 _TSWaitOnConditionTimedRelative + 202 (in CarbonCore) [0x9753bc36]
                    48 _TSWaitOnCondition + 126 (in CarbonCore) [0x9755cde3]
                      48 ___semwait_signal + 10 (in libSystem.B.dylib) [0x9472734e]
      Thread id:      8c30e40
      User stack:
        48 _thread_start + 34 (in libSystem.B.dylib) [0x94750f12]
          48 _kevent + 10 (in libSystem.B.dylib) [0x947508c6]
      Thread id:      8c30a78
      User stack:
        48 _thread_start + 34 (in libSystem.B.dylib) [0x94750f12]
          48 ___select + 10 (in libSystem.B.dylib) [0x9476f60a]
      Thread id:      a40f4f0
      User stack:
        48 _thread_start + 34 (in libSystem.B.dylib) [0x94750f12]
          48 __pthread_start + 321 (in libSystem.B.dylib) [0x94751055]
            48 ??? [0x9bb2]
              48 ??? [0x90596]
                48 ??? [0x49d05]
                  48 _semaphore_timedwait_signal_trap + 10 (in libSystem.B.dylib) [0x947201c6]
      Thread id:      842f048
      User stack:
        48 _thread_start + 34 (in libSystem.B.dylib) [0x94750f12]
          48 __pthread_start + 321 (in libSystem.B.dylib) [0x94751055]
            48 _PrivateMPEntryPoint + 56 (in CarbonCore) [0x9755afbb]
              48 __ZN15TFolderSizeTask18FolderSizeTaskProcEPv + 104 (in DesktopServicesPriv) [0x9707adb4]
                48 _MPWaitOnQueue + 208 (in CarbonCore) [0x9755ca60]
                  48 _TSWaitOnConditionTimedRelative + 246 (in CarbonCore) [0x9753bc62]
                    48 _semaphore_timedwait_signal_trap + 10 (in libSystem.B.dylib) [0x947201c6]
    Process:        Hotspot Shield [125]
    Path:           /Applications/Hotspot Shield.app/Contents/MacOS/Hotspot Shield
    Rosetta:        Yes
      ADDRESS         BINARY
      00001000        /Applications/Hotspot Shield.app/Contents/MacOS/Hotspot Shield
      000c9000        /usr/libexec/oah/Shims/Interposers.dylib
      140a5000        /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera
      90003000        /usr/lib/libauto.dylib
      9002f000        /usr/lib/libbsm.dylib
      9005a000        /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonC ore.framework/Versions/A/CarbonCore
      90361000        /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
      90ad8000        /usr/lib/libcups.2.dylib
      90b00000        /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
      90b89000        /System/Library/PrivateFrameworks/HelpData.framework/Versions/A/HelpData
      90b95000        /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
      90bb5000        /System/Library/PrivateFrameworks/Shortcut.framework/Versions/A/Shortcut
      90d2b000        /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
      90e90000        /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServi ces.framework/Versions/A/OSServices
      90f64000        /usr/lib/libicucore.A.dylib
      910ad000        /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libTIFF.dylib
      910ef000        /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwo rk.framework/Versions/A/CFNetwork
      911a3000        /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadat a.framework/Versions/A/Metadata
      911f3000        /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
      921f2000        /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.fram ework/Versions/A/AE
      92228000        /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
      922be000        /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
      922cd000        /usr/lib/libresolv.9.dylib
      922ed000        /usr/lib/libcrypto.0.9.7.dylib
      924b6000        /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
      924e2000        /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
      924e3000        /usr/lib/system/libmathCommon.A.dylib
      9261b000        /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/CoreGraphics
      92c07000        /usr/lib/libz.1.dylib
      92c16000        /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dyl ib
      92c66000        /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecogni tion.framework/Versions/A/SpeechRecognition
      92c72000        /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
      930cf000        /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgramma bility.dylib
      93549000        /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchS ervices.framework/Versions/A/LaunchServices
      935e1000        /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
      94332000        /usr/lib/libSystem.B.dylib
      945b0000        /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
      94679000        /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.fr amework/Versions/A/vImage
      9478e000        /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CarbonSound.f ramework/Versions/A/CarbonSound
      9479b000        /usr/lib/libgcc_s.1.dylib
      94adf000        /usr/lib/libobjc.A.dylib
      94bc3000        /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvMisc.dylib
      94c4e000        /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib
      94c62000        /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
      94ea9000        /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libJPEG.dylib
      94eca000        /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/ATS
      94f65000        /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ HIServices.framework/Versions/A/HIServices
      94fc3000        /usr/lib/libsqlite3.0.dylib
      9508e000        /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libRadiance.dylib
      95224000        /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreText.framework/Versions/A/CoreText
      95286000        /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libBLAS.dylib
      95841000        /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchK it.framework/Versions/A/SearchKit
      958bd000        /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
      95a4c000        /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvDSP.dylib
      95ae6000        /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
      95b77000        /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
      95b81000        /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfi guration
      95bc7000        /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCGATS.A.dylib
      95bd0000        /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Diction aryServices.framework/Versions/A/DictionaryServices
      96007000        /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libPng.dylib
      96023000        /System/Library/Frameworks/Security.framework/Versions/A/Security
      96273000        /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.fra mework/Versions/A/HIToolbox
      9671a000        /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
      9673a000        /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/vecLib
      9675a000        /usr/lib/libffi.dylib
      967a5000        /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/ImageIO
      96968000        /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ QD.framework/Versions/A/QD
      96a19000        /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
      96b67000        /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libLAPACK.dylib
      96ea9000        /usr/lib/libxslt.1.dylib
      97001000        /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ColorSync.framework/Versions/A/ColorSync
      97105000        /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
      97143000        /System/Library/PrivateFrameworks/InstallServer.framework/Versions/A/InstallSer ver
      97335000        /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
      97367000        /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ LangAnalysis.framework/Versions/A/LangAnalysis
      97391000        /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libGIF.dylib
      97439000        /usr/lib/libstdc++.6.dylib
      974e9000        /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ PrintCore.framework/Versions/A/PrintCore
      9763d000        /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/Desk topServicesPriv
      97988000        /usr/lib/libxml2.2.dylib
      97a73000        /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
      97be2000        /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ SpeechSynthesis.framework/Versions/A/SpeechSynthesis
      97cce000        /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Application Services
      Thread id:      8e727d8
      User stack:
        48 ??? [0xb80dfb0b]
          48 ??? [0xb81861e2]
            48 ??? [0xb81529ef]
      Thread id:      8e718b8
      User stack:
        48 ??? [0x800ecf12]
          48 ??? [0x800ed055]
            48 ??? [0x800bc166]
      Thread id:      852f998
      User stack:
        48 ??? [0xb80dfb0b]
          48 ??? [0xb8152c24]
      Thread id:      77dc998
      User stack:
        48 ??? [0xb80dfb0b]
          48 ??? [0xb81861e2]
            48 ??? [0xb81529ef]
      Thread id:      77fc4f0
      User stack:
        48 ??? [0xb80dfb0b]
          48 ??? [0xb81861e2]
            48 ??? [0xb81529ef]
      Thread id:      852f208
      User stack:
        48 ??? [0xb80dfb0b]
          48 ??? [0xb8152be5]
    Process:        KernelEventAgent [25]
    Path:           /usr/sbin/KernelEventAgent
      ADDRESS         BINARY
      00001000        /usr/sbin/KernelEventAgent
      Thread id:      70e45d0
      User stack:
        48 start + 54 (in KernelEventAgent) [0x1bfe]
          48 _main + 1126 (in KernelEventAgent) [0x3b7f]
            48 _CFRunLoopRun + 84 (in CoreFoundation) [0x90409b04]
              48 _mach_msg_trap + 10 (in libSystem.B.dylib) [0x94720166]
      Thread id:      77fbd60
      User stack:
        48 _thread_start + 34 (in libSystem.B.dylib) [0x94750f12]
          48 ___select + 10 (in libSystem.B.dylib) [0x9476f60a]
    Process:        SpeechSynthesisServer [124]
    Path:           /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ SpeechSynthesis.framework/Versions/A/Resources/SpeechSynthesisServer.app/Content s/MacOS/SpeechSynthesisServer
      ADDRESS         BINARY
      00001000        /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ SpeechSynthesis.framework/Versions/A/Resources/SpeechSynthesisServer.app/Content s/MacOS/SpeechSynthesisServer
      0001c000        /System/Library/PrivateFrameworks/SpeechObjects.framework/Versions/A/SpeechObje cts
      Thread id:      8e71c80
      User stack:
        48 ??? [0x21e6]
          48 ??? [0x3d5b]
            48 -[NSApplication run] + 795 (in AppKit) [0x9363af9f]
              48 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 128 (in AppKit) [0x93641f88]
                48 __DPSNextEvent + 657 (in AppKit) [0x936426d5]
                  48 _BlockUntilNextEventMatchingListInMode + 106 (in HIToolbox) [0x90f20f39]
                    48 _ReceiveNextEventCommon + 374 (in HIToolbox) [0x90f210c5]
                      48 _RunCurrentEventLoopInMode + 283 (in HIToolbox) [0x90f212ac]
                        48 _CFRunLoopRunInMode + 88 (in CoreFoundation) [0x90409aa8]
                          48 _mach_msg_trap + 10 (in libSystem.B.dylib) [0x94720166]
    Process:        Spotlight [106]
    Path:           /System/Library/CoreServices/Spotlight.app/Contents/MacOS/Spotlight
      ADDRESS         BINARY
      00001000        /System/Library/CoreServices/Spotlight.app/Contents/MacOS/Spotlight
      00057000        /System/Library/PrivateFrameworks/Calculate.framework/Versions/A/Calculate
      00068000        /System/Library/PrivateFrameworks/URLMount.framework/Versions/A/URLMount
      000d6000        /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCGXCoreImage.A.dylib
      Thread id:      8a62d60
      User stack:
        48 ??? [0x26ea]
          48 _NSApplicationMain + 574 (in AppKit) [0x936081d8]
            48 -[NSApplication run] + 795 (in AppKit) [0x9363af9f]
              48 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 128 (in AppKit) [0x93641f88]
                48 __DPSNextEvent + 657 (in AppKit) [0x936426d5]
                  48 _BlockUntilNextEventMatchingListInMode + 106 (in HIToolbox) [0x90f20f39]
                    48 _ReceiveNextEventCommon + 374 (in HIToolbox) [0x90f210c5]
                      48 _RunCurrentEventLoopInMode + 283 (in HIToolbox) [0x90f212ac]
                        48 _CFRunLoopRunInMode + 88 (in CoreFoundation) [0x90409aa8]
                          48 _mach_msg_trap + 10 (in libSystem.B.dylib) [0x94720166]
      Thread id:      8c306b0
      User stack:
        48 _thread_start + 34 (in libSystem.B.dylib) [0x94750f12]
          48 __pthread_start + 321 (in libSystem.B.dylib) [0x94751055]
            48 _fe_fragment_thread + 54 (in QuartzCore) [0x90729a09]
              48 ___semwait_signal + 10 (in libSystem.B.dylib) [0x9472734e]
    Process:        SyncServer [158]
    Path:           /System/Library/Frameworks/SyncServices.framework/Versions/Current/Resources/Sy ncServer.app/Contents/MacOS/SyncServer
      ADDRESS         BINARY
      00001000        /System/Library/Frameworks/SyncServices.framework/Versions/Current/Resources/Sy ncServer.app/Contents/MacOS/SyncServer
      Thread id:      8a638b8
      User stack:
        48 ??? [0x28fa]
          48 ??? [0x43c3]
            48 -[NSRunLoop(NSRunLoop) run] + 84 (in Foundation) [0x94cf24f4]
              48 -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 213 (in Foundation) [0x94ce63d5]
                48 _CFRunLoopRunInMode + 88 (in CoreFoundation) [0x90409aa8]
                  48 _mach_msg_trap + 10 (in libSystem.B.dylib) [0x94720166]
      Thread id:      8e6ef20
      User stack:
        48 _thread_start + 34 (in libSystem.B.dylib) [0x94750f12]
          48 ___select + 10 (in libSystem.B.dylib) [0x9476f60a]
    Process:        SystemStarter [17]
    Path:           /sbin/SystemStarter
      ADDRESS         BINARY
      00001000        /sbin/SystemStarter
      Thread id:      70e3a78
      User stack:
        48 _kevent + 10 (in libSystem.B.dylib) [0x947508c6]
    Process:        SystemUIServer [114]
    Path:           /System/Library/CoreServices/SystemUIServer.app/Contents/MacOS/SystemUIServer
      ADDRESS         BINARY
      00001000        /System/Library/CoreServices/SystemUIServer.app/Contents/MacOS/SystemUIServer
      0006a000        /System/Library/PrivateFrameworks/SystemUIPlugin.framework/Versions/A/SystemUIP lugin
      00078000        /System/Library/PrivateFrameworks/NetworkConfig.framework/Versions/A/NetworkCon fig
      000cc000        /System/Library/PrivateFrameworks/ICANotifications.framework/Versions/A/ICANoti fications
      000f6000        /System/Library/PrivateFrameworks/iPod.framework/Versions/A/iPod
      00101000        /System/Library/PrivateFrameworks/BezelServices.framework/Versions/A/BezelServi ces
      0010a000        /System/Library/Frameworks/DiscRecording.framework/Versions/A/DiscRecording
      0023e000        /System/Library/PrivateFrameworks/DiskImages.framework/Versions/A/DiskImages
      0039c000        /System/Library/PrivateFrameworks/Apple80211.framework/Versions/A/Apple80211
      003d7000        /System/Library/Frameworks/AppleTalk.framework/Versions/A/AppleTalk
      003e8000        /System/Library/PrivateFrameworks/MediaKit.framework/Versions/A/MediaKit
      0042f000        /usr/lib/libcurl.4.dylib
      00489000        /System/Library/CoreServices/Menu Extras/Script Menu.menu/Contents/MacOS/Script Menu
      00751000        /System/Library/CoreServices/Menu Extras/AirPort.menu/Contents/MacOS/AirPort
      0078b000        /System/Library/Extensions/AudioIPCDriver.kext/Contents/Resources/AudioIPCPlugI n.bundle/Contents/MacOS/AudioIPCPlugIn
      00794000        /System/Library/Extensions/AppleHDA.kext/Contents/PlugIns/AppleHDAHALPlugIn.bun dle/Contents/MacOS/AppleHDAHALPlugIn
      007a9000        /System/Library/CoreServices/Menu Extras/Bluetooth.menu/Contents/MacOS/Bluetooth
      007be000        /System/Library/Frameworks/IOBluetoothUI.framework/Versions/A/IOBluetoothUI
      13e73000        /System/Library/Frameworks/IOBluetooth.framework/Versions/A/IOBluetooth
      13f58000        /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCGXCoreImage.A.dylib
      142cf000        /System/Library/PrivateFrameworks/Apple80211.framework/Versions/A/Resources/Cli entController.bundle/Contents/MacOS/ClientController
      142f0000        /System/Library/PrivateFrameworks/EAP8021X.framework/Versions/A/EAP8021X
      14311000        /System/Library/PrivateFrameworks/InternetConnect.framework/Versions/A/Internet Connect
      Thread id:      8a603c8
      User stack:
        48 ??? [0x5646]
          48 ??? [0x5b44]
            48 -[NSApplication run] + 795 (in AppKit) [0x9363af9f]
              48 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 128 (in AppKit) [0x93641f88]
                48 __DPSNextEvent + 657 (in AppKit) [0x936426d5]
                  48 _BlockUntilNextEventMatchingListInMode + 106 (in HIToolbox) [0x90f20f39]
                    48 _ReceiveNextEventCommon + 374 (in HIToolbox) [0x90f210c5]
                      48 _RunCurrentEventLoopInMode + 283 (in HIToolbox) [0x90f212ac]
                        48 _CFRunLoopRunInMode + 88 (in CoreFoundation) [0x90409aa8]
                          48 _mach_msg_trap + 10 (in libSystem.B.dylib) [0x94720166]
      Thread id:      8a60000
      User stack:
        48 _thread_start + 34 (in libSystem.B.dylib) [0x94750f12]
          48 __pthread_start + 321 (in libSystem.B.dylib) [0x94751055]
            48 __StaticProcessIOObjectsArray + 95 (in ICANotifications) [0xd4e9e]
              48 ___semwait_signal + 10 (in libSystem.B.dylib) [0x9472734e]
      Thread id:      8c33ba0
      User stack:
        48 _thread_start + 34 (in libSystem.B.dylib) [0x94750f12]
          48 _kevent + 10 (in libSystem.B.dylib) [0x947508c6]
      Thread id:      8c328b8
      User stack:
        48 _thread_start + 34 (in libSystem.B.dylib) [0x94750f12]
          48 __pthread_start + 321 (in libSystem.B.dylib) [0x94751055]
            48 ___NSThread__main__ + 308 (in Foundation) [0x94cb19a4]
              48 -[NSThread main] + 45 (in Foundation) [0x94cb1dfd]
                48 ??? [0x2682c]
                  48 _CFRunLoopRunInMode + 88 (in CoreFoundation) [0x90409aa8]
                    48 _mach_msg_trap + 10 (in libSystem.B.dylib) [0x94720166]
      Thread id:      8c315d0
      User stack:
        48 _thread_start + 34 (in libSystem.B.dylib) [0x94750f12]
          48 __pthread_start + 321 (in libSystem.B.dylib) [0x94751055]
            48 __ZN9CAPThread5EntryEPS_ + 96 (in CoreAudio) [0x96682480]
              48 __ZN10HALRunLoop9OwnThreadEPv + 160 (in CoreAudio) [0x966825f8]
                48 _CFRunLoopRunInMode + 88 (in CoreFoundation) [0x90409aa8]
                  48 _mach_msg_trap + 10 (in libSystem.B.dylib) [0x94720166]
      Thread id:      8c2ff20
      User stack:
        48 _thread_start + 34 (in libSystem.B.dylib) [0x94750f12]
          48 __pthread_start + 321 (in libSystem.B.dylib) [0x94751055]
            48 _fe_fragment_thread + 54 (in QuartzCore) [0x90729a09]
              48 ___semwait_signal + 10 (in libSystem.B.dylib) [0x9472734e]
      Thread id:      8e714f0
      User stack:
        48 _thread_start + 34 (in libSystem.B.dylib) [0x94750f12]
          48 ___select + 10 (in libSystem.B.dylib) [0x9476f60a]
    Process:        UniversalAccess [123]
    Path:           /System/Library/PreferencePanes/UniversalAccessPref.prefPane/Contents/Resources /UniversalAccess.app/Contents/MacOS/UniversalAccess
      ADDRESS         BINARY
      00001000        /System/Library/PreferencePanes/UniversalAccessPref.prefPane/Contents/Resources /UniversalAccess.app/Contents/MacOS/UniversalAccess
      Thread id:      8e72048
      User stack:
        48 ??? [0x297a]
          48 _NSApplicationMain + 574 (in AppKit) [0x936081d8]
            48 -[NSApplication run] + 795 (in AppKit) [0x9363af9f]
              48 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 128 (in AppKit) [0x93641f88]
                48 __DPSNextEvent + 657 (in AppKit) [0x936426d5]
                  48 _BlockUntilNextEventMatchingListInMode + 106 (in HIToolbox) [0x90f20f39]
                    48 _ReceiveNextEventCommon + 374 (in HIToolbox) [0x90f210c5]
                      48 _RunCurrentEventLoopInMode + 283 (in HIToolbox) [0x90f212ac]
                        48 _CFRunLoopRunInMode + 88 (in CoreFoundation) [0x90409aa8]
                          48 _mach_msg_trap + 10 (in libSystem.B.dylib) [0x94720166]
    Process:        UserEventAgent [107]
    Path:           /usr/sbin/UserEventAgent
      ADDRESS         BINARY
      00001000        /usr/sbin/UserEventAgent
      00014000        /System/Library/UserEventPlugins/ACRRDaemon.plugin/Contents/MacOS/ACRRDaemon
      00028000        /System/Library/UserEventPlugins/AirPortUserAgent.plugin/Contents/MacOS/AirPort UserAgent
      00031000        /System/Library/PrivateFrameworks/Apple80211.framework/Versions/A/Apple80211
      0006c000        /System/Library/UserEventPlugins/alfUIplugin.plugin/Contents/MacOS/alfUIplugin
      00071000        /System/Library/UserEventPlugins/AppleHIDMouseAgent.plugin/Contents/MacOS/Apple HIDMouseAgent
      00077000        /System/Library/UserEventPlugins/BluetoothUserAgent-Plugin.plugin/Contents/MacO S/BluetoothUserAgent-Plugin
      0007f000        /System/Library/Extensions/AudioIPCDriver.kext/Contents/Resources/AudioIPCPlugI n.bundle/Contents/MacOS/AudioIPCPlugIn
      00088000        /System/Library/Extensions/AppleHDA.kext/Contents/PlugIns/AppleHDAHALPlugIn.bun dle/Contents/MacOS/AppleHDAHALPlugIn
      00094000        /System/Library/UserEventPlugins/BTMMPortInUseAgent.plugin/Contents/MacOS/BTMMP ortInUseAgent
      0009b000        /System/Library/UserEventPlugins/iCalAlarmAgent.plugin/Contents/MacOS/iCalAlarm Agent
      000a6000        /System/Library/UserEventPlugins/InstrumentsHotKeyAgent.plugin/Contents/MacOS/I nstrumentsHotKeyAgent
      000c5000        /System/Library/UserEventPlugins/ParentalControlsUEAPlugin.plugin/Contents/MacO S/ParentalControlsUEAPlugin
      000cf000        /System/Library/UserEventPlugins/SCMonitor.plugin/Contents/MacOS/SCMonitor
      Thread id:      8a62998
      User stack:
        48 ??? [0x1afa]
          48 ??? [0x29d7]
            48 _CFRunLoopRun + 84 (in CoreFoundation) [0x90409b04]
              48 _mach_msg_trap + 10 (in libSystem.B.dylib) [0x94720166]
      Thread id:      77fa2e8
      User stack:
        48 _thread_start + 34 (in libSystem.B.dylib) [0x94750f12]
          48 __pthread_start + 321 (in libSystem.B.dylib) [0x94751055]
            48 ___NSThread__main__ + 308 (in Foundation) [0x94cb19a4]
              48 -[NSThread main] + 45 (in Foundation) [0x94cb1dfd]
                48 _appusage_server_routine + 8737 (in ACRRDaemon) [0x1735c]
                  48 -[NSRunLoop(NSRunLoop) run] + 84 (in Foundation) [0x94cf24f4]
                    48 -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 213 (in Foundation) [0x94ce63d5]
                      48 _CFRunLoopRunInMode + 88 (in CoreFoundation) [0x90409aa8]
                        48 _mach_msg_trap + 10 (in libSystem.B.dylib) [0x94720166]
      Thread id:      8c31998
      User stack:
        48 _thread_start + 34 (in libSystem.B.dylib) [0x94750f12]
          48 __pthread_start + 321 (in libSystem.B.dylib) [0x94751055]
            48 __ZN9CAPThread5EntryEPS_ + 96 (in CoreAudio) [0x96682480]
              48 __ZN10HALRunLoop9OwnThreadEPv + 160 (in CoreAudio) [0x966825f8]
                48 _CFRunLoopRunInMode + 88 (in CoreFoundation) [0x90409aa8]
                  48 _mach_msg_trap + 10 (in libSystem.B.dylib) [0x94720166]
    Process:        UserNotificationCenter [161]
    Path:           /System/Library/CoreServices/UserNotificationCenter.app/Contents/MacOS/UserNoti ficationCenter
      ADDRESS         BINARY
      00001000        /System/Library/CoreServices/UserNotificationCenter.app/Contents/MacOS/UserNoti ficationCenter
      150e7000        /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera
      15e15000        /Library/QuickTime/DivX Decoder.component/Contents/MacOS/DivX Decoder
      15e98000        /Library/Frameworks/DivX Toolkit.framework/Versions/A/DivX Toolkit
      Thread id:      7a5b000
      User stack:
        48 ??? [0x2226]
          48 ??? [0x2885]
            48 -[NSApplication run] + 795 (in AppKit) [0x9363af9f]
              48 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 128 (in AppKit) [0x93641f88]
                48 __DPSNextEvent + 657 (in AppKit) [0x936426d5]
                  48 _BlockUntilNextEventMatchingListInMode + 106 (in HIToolbox) [0x90f20f39]
                    48 _ReceiveNextEventCommon + 374 (in HIToolbox) [0x90f210c5]
                      48 _RunCurrentEventLoopInMode + 283 (in HIToolbox) [0x90f212ac]
                        48 _CFRunLoopRunInMode + 88 (in CoreFoundation) [0x90409aa8]
                          48 _mach_msg_trap + 10 (in libSystem.B.dylib) [0x94720166]
      Thread id:      8e6e000
      User stack:
        48 _thread_start + 34 (in libSystem.B.dylib) [0x94750f12]
          48 __pthread_start + 321 (in libSystem.B.dylib) [0x94751055]
            48 ___NSThread__main__ + 308 (in Foundation) [0x94cb19a4]
              48 -[NSThread main] + 45 (in Foundation) [0x94cb1dfd]
                48 -[NSUIHeartBeat _heartBeatThread:] + 753 (in AppKit) [0x936a86e8]
                  48 -[NSConditionLock lockWhenCondition:] + 69 (in Foundation) [0x94cf7b35]
                    48 -[NSConditionLock lockWhenCondition:beforeDate:] + 144 (in Foundation) [0x94cf7bd0]
                      48 -[NSCondition waitUntilDate:] + 236 (in Foundation) [0x94cf7dbc]
                        48 _semaphore_timedwait_signal_trap + 10 (in libSystem.B.dylib) [0x947201c6]
    Process:        WindowServer [61]
    Path:           /System/Library/Frameworks/ApplicationServices.framework/Frameworks/CoreGraphic s.framework/Resources/WindowServer
      ADDRESS         BINARY
      00001000        /System/Library/Frameworks/ApplicationServices.framework/Frameworks/CoreGraphic s.framework/Resources/WindowServer
      0001c000        /System/Library/Extensions/GeForceGA.plugin/Contents/MacOS/GeForceGA
      12000000        /System/Library/Frameworks/OpenGL.framework/Resources/GLEngine.bundle/GLEngine
      121b3000        /System/Library/Extensions/GeForce8xxxGLDriver.bundle/Contents/MacOS/GeForce8xx xGLDriver
      140d8000        /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCGXCoreImage.A.dylib
      Thread id:      77dc5d0
      User stack:
        48 start + 54 (in WindowServer) [0x1fbe]
          48 _main + 24 (in WindowServer) [0x1ff4]
            48 _CGXGetRootAdminCredentials + 0 (in CoreGraphics) [0x92f78d69]
              48 _CGXServerLoop + 161 (in CoreGraphics) [0x92feabde]
                46 _CGXRunOneServicesPass + 377 (in CoreGraphics) [0x92fdf8eb]
                  31 _mach_msg_trap + 10 (in libSystem.B.dylib) [0x94720166]
                  13 _mach_msg_overwrite_trap + 10 (in libSystem.B.dylib) [0x94720172]
               

    I fiddled with hotspot for a bit and it fixed it.
    (It can't have been a coincidence as I'd tried lots of other things to no avail beforehand - and it's something I'd never have thought of)
    VERY much appreciated

  • Run Python Script in Automator

    I have a python script (which was written for me), and I would like to make it so that the script executes every x minutes. I know this should be simple to do, but I can't figure it out.
    Thus far, I have created a workflow in automator, used the "Run Shell Script" action, and pasted the script into the text field.
    "Workflow failed - 1 error
    I'm very new to this, so I'm sure it's a simple error. Any help would great.
    Here is the script I am trying to execute.
    #!/Library/Frameworks/Python.framework/Versions/2.7/bin/python
    # you can change the above line to point to the location of python
    # on your system (you can check this by typing 'which python' into
    # Terminal.app), but this isn't necessary if you execute the script
    # using "python ksl.py [URL]"
    # change the value of NAME to your desired name
    NAME = "Bob Jones"
    # change the value of EMAIL to your desired email
    EMAIL = "[email protected]"
    # your message will be the contact name as mined from the page source,
    # followed by whatever message you enter between the following triple quotes
    MESSAGE = """Replace this text with your message. Newlines are also OK."""
    import mechanize
    import re
    import sys
    def setupBrowser(url):
    b = mechanize.Browser()
    # b.sethandlerobots(False)
    # b.addheaders = [('User-agent', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows XP)')]
    try:
    b.open(url)
    except mechanize._mechanize.BrowserStateError:
    print >> sys.stderr, "You have mistyped the URL. It must by in the following format, including the quotes and the preceding 'http://':\n\t %s [--test] 'http://www.blah.com'" % (sys.argv[0])
    sys.exit(1)
    return b
    def grabLinks(b):
    """Takes in a mechanize.Browser() object pointed to a listings URL and returns a listing of classified ad links."""
    links = []
    for link in b.links():
    # change this line if the URL format ever changes
    if re.search(r'&ad=', link.url):
    links.append(mechanize.urljoin(link.base_url, link.url))
    return links
    if _name_ == '_main_':
    # check for proper command line args
    if len(sys.argv) != 2 and len(sys.argv) != 3:
    print >> sys.stderr, "Usage: %s [--test] url" % (sys.argv[0])
    sys.exit(1)
    args = sys.argv[1:]
    if len(args) == 1:
    # start from listings page
    url = args[0]
    # set up the mechanize browser object
    b = setupBrowser(url)
    # grab only the relevant ad links
    links = grabLinks(b)
    if not links or len(links) == 0:
    # the links do not follow the same format as the original page
    print >> sys.stderr, "The link format has changed, or you have mistyped the URL."
    sys.exit(1)
    # open the first link on the listings page
    b.open(links[0])
    else:
    # start from a single listing
    if args[0] != "--test":
    print >> sys.stderr, "Usage %s [--test] url"
    sys.exit(1)
    url = args[1]
    b = setupBrowser(url)
    # grab the HTML so that we can search for the contact name
    response = b.response().get_data()
    # perform a regex search on the HTML for the contact name
    regexSearch = re.search(r'Contact Name:\s*\s(w+)s', response)
    contactName = ""
    if regexSearch:
    # contact name found -- store it
    contactName = regexSearch.group(1)
    else:
    # contact name not found -- use generic greeting
    contactName = "Hello"
    theOne = ""
    # find the "Email Seller" link (stored as "theOne")
    for link in b.links():
    # again, if the URL changes, change this line
    if re.search(r'xmldb=', link.url):
    theOne = mechanize.urljoin(link.base_url, link.url)
    if theOne == "":
    # something went wrong
    print >> sys.stderr, "'Email Seller' link has changed formats within the HTML."
    sys.exit(1)
    b.open(theOne)
    # fill out the forms. note that I am grabbing the SECOND form here.
    # again, this might change over time, so feel free to change this from
    # nr=1 to nr=0 (for the first form), nr=2 (for the third form), etc.
    b.select_form(nr=1)
    b['form_4'] = NAME
    b['form_5'] = EMAIL
    # append the contact name to the rest of the message
    MESSAGE = contactName + """,\n\n""" + MESSAGE
    b['form_6'] = MESSAGE
    # submit the form
    b.submit()
    b.close()

    If the script works, and all you need is to execute every x minutes, use launchd, and its simple to write with the Lingon GUI: http://sourceforge.net/projects/lingon/files/

  • Python script to parse 'iwlist scan' into a table

    Hi,
    I've written a small python script that parses the output of the command "iwlist interface scan" into a table.
    Why ?
    Like many arch linux users I think, I use netcfg instead of something like network manager or wicd. So the most natural way to scan for wifi networks in range is iwlist scan. But the output of this command is huge and I find it difficult to retrieve information. So this script parses it into a table : one network, one line.
    Example output
    Name Address Quality Channel Encryption
    wifi_1 01:23:45:67:89:AB 100 % 11 WPA v.1
    wifi_2 01:23:45:67:89:AC 76 % 11 WEP
    wifi_3 01:23:45:67:89:AD 51 % 11 Open
    wifi_4 01:23:45:67:89:AE 50 % 11 WPA v.1
    wifi_5 01:23:45:67:89:AF 43 % 4 Open
    wifi_6 01:23:45:67:89:AG 43 % 4 WPA v.1
    Details
    It reads from stdin so you use it like that: iwlist wlan0 scan | iwlistparse.py
    The width of the columns is determined by what's in it.
    You can easily do a bit more than just parsing the info: in the example above, the quality has been calculated to percents from a ratio (e.g. 46/70).
    It is sorted, too.
    Customization
    It's python so it's easy to customize. See the comments in the code.
    Code
    #!/usr/bin/env python
    # iwlistparse.py
    # Hugo Chargois - 17 jan. 2010 - v.0.1
    # Parses the output of iwlist scan into a table
    import sys
    # You can add or change the functions to parse the properties of each AP (cell)
    # below. They take one argument, the bunch of text describing one cell in iwlist
    # scan and return a property of that cell.
    def get_name(cell):
    return matching_line(cell,"ESSID:")[1:-1]
    def get_quality(cell):
    quality = matching_line(cell,"Quality=").split()[0].split('/')
    return str(int(round(float(quality[0]) / float(quality[1]) * 100))).rjust(3) + " %"
    def get_channel(cell):
    return matching_line(cell,"Channel:")
    def get_encryption(cell):
    enc=""
    if matching_line(cell,"Encryption key:") == "off":
    enc="Open"
    else:
    for line in cell:
    matching = match(line,"IE:")
    if matching!=None:
    wpa=match(matching,"WPA Version ")
    if wpa!=None:
    enc="WPA v."+wpa
    if enc=="":
    enc="WEP"
    return enc
    def get_address(cell):
    return matching_line(cell,"Address: ")
    # Here's a dictionary of rules that will be applied to the description of each
    # cell. The key will be the name of the column in the table. The value is a
    # function defined above.
    rules={"Name":get_name,
    "Quality":get_quality,
    "Channel":get_channel,
    "Encryption":get_encryption,
    "Address":get_address,
    # Here you can choose the way of sorting the table. sortby should be a key of
    # the dictionary rules.
    def sort_cells(cells):
    sortby = "Quality"
    reverse = True
    cells.sort(None, lambda el:el[sortby], reverse)
    # You can choose which columns to display here, and most importantly in what order. Of
    # course, they must exist as keys in the dict rules.
    columns=["Name","Address","Quality","Channel","Encryption"]
    # Below here goes the boring stuff. You shouldn't have to edit anything below
    # this point
    def matching_line(lines, keyword):
    """Returns the first matching line in a list of lines. See match()"""
    for line in lines:
    matching=match(line,keyword)
    if matching!=None:
    return matching
    return None
    def match(line,keyword):
    """If the first part of line (modulo blanks) matches keyword,
    returns the end of that line. Otherwise returns None"""
    line=line.lstrip()
    length=len(keyword)
    if line[:length] == keyword:
    return line[length:]
    else:
    return None
    def parse_cell(cell):
    """Applies the rules to the bunch of text describing a cell and returns the
    corresponding dictionary"""
    parsed_cell={}
    for key in rules:
    rule=rules[key]
    parsed_cell.update({key:rule(cell)})
    return parsed_cell
    def print_table(table):
    widths=map(max,map(lambda l:map(len,l),zip(*table))) #functional magic
    justified_table = []
    for line in table:
    justified_line=[]
    for i,el in enumerate(line):
    justified_line.append(el.ljust(widths[i]+2))
    justified_table.append(justified_line)
    for line in justified_table:
    for el in line:
    print el,
    print
    def print_cells(cells):
    table=[columns]
    for cell in cells:
    cell_properties=[]
    for column in columns:
    cell_properties.append(cell[column])
    table.append(cell_properties)
    print_table(table)
    def main():
    """Pretty prints the output of iwlist scan into a table"""
    cells=[[]]
    parsed_cells=[]
    for line in sys.stdin:
    cell_line = match(line,"Cell ")
    if cell_line != None:
    cells.append([])
    line = cell_line[-27:]
    cells[-1].append(line.rstrip())
    cells=cells[1:]
    for cell in cells:
    parsed_cells.append(parse_cell(cell))
    sort_cells(parsed_cells)
    print_cells(parsed_cells)
    main()
    I hope you find it useful. Please report bugs, I haven't tested it a lot. You may have to customize it though, because I think not all iwlist scan outputs are the same. Again, see comments, it should be easy.

    This tool is very helpfull. I am trying to add a new function to the existing code to parse the signal level parameter from the output of iwlist wlan0 scan, but I am getting lot of issues .Since I am new to python script can anyone help me to extract the signal level also from the scan put put.
    The parametr to be used is Signal level=-44 dBm ,I am trying to create a one more column with Signal level and print its out in the table.
    Example:-
    Signal level
    -44db
    The error I am getting
      File "iwlist_parser_Testing.py", line 146, in <module>
        main()
      File "iwlist_parser_Testing.py", line 144, in main
        print_cells(parsed_cells)
      File "iwlist_parser_Testing.py", line 123, in print_cells
        print_table(table)
      File "iwlist_parser_Testing.py", line 102, in print_table
        widths=map(max,map(lambda l:map(len,l),zip(*table))) #functional magic
      File "iwlist_parser_Testing.py", line 102, in <lambda>
        widths=map(max,map(lambda l:map(len,l),zip(*table))) #functional magic
    TypeError: object of type 'NoneType' has no len()
    Could some pls help me to solve this issue
    Thanks

Maybe you are looking for

  • Adobe Photoshop Album SE 3.2 crashing

    Hello everybody. I'm facing a weird and huge problem: since switching from 3Gs to iPhone 4, when trying to import pictures into PS Album SE 3.2, this software crashes. After googling a bit, I read about many people facing the same problem. Some of th

  • Vendor master -Reconcilation account

    Hi, I am running a Scenario of stock transfer from Plant to plant ,For that sending plant i am creating as vendor & receiing  plant as customer, In this case in the reconcilation account field of Vendor or Customer master what Gl should i give ? Rega

  • Problem in Schedule line data in sales order creation

    Hi, I am using the BAPI_SALESORDER_CREATEFROMDAT2 to transfer the sales order from one system to other. My problem is that the Schedule line data is not created in the new system and because of that order quantity is not appearing in the item level d

  • I am unable to log in and nothing happens when I ask to reset password.

    When I try to log in it says my user name or password is incorrect. When I click on "I forgot my password" and enter my email address it says it has sent me an email to reset the password but I never get the email.

  • HTMLEditorKit: Inserting Custom Tags?

    How do you insert a custom tag into a HTML document? I've tried both: HTMLEditorKit.InsertHTMLTextAction( "merge", "<merge name=\"date\">DATE</merge>", HTML.Tag.BODY, new HTML.UnknownTag( "merge" ) )and kit.insertHTML( doc, offset, "<merge name=\"dat