Automated Interval

Hi
I have source data like
DATETIME Amount Country
8:30 10 SIN
8:45 20 SIN
9:00 30 SIN
8:30 40 IND
8:45 50 IND
9:00 60 IND
Have dashboard prompt Country(Multiple selection)
When i select SIN in prompt i should display
based on 30 min interval
so i used time add function.
TIMESTAMPADD( SQL_TSI_MINUTE , CASE WHEN EXTRACT( MINUTE FROM CSM.TableA.DATETIME) < 30 THEN 30 - EXTRACT( MINUTE FROM tableA.DATETIME) ELSE 60 - EXTRACT( MINUTE FROM CSM.TableA.DATETIME) END , CSM.TableA.DATETIME)
When i select IND
i should display as it is.Not any add on function
How will do this

Hi,
Pricing values are already versioned, so you can manage then just with a BCC project.
About inventory, the InventoryRepository are not versioned, but you can change the repository definitions to make inventory versioned (and then manage with BCC project).
About automated projects, ATG has a sample code to start this feature. It is located at: ATG_FOLDER\Publishing\base\sample-code\ca-import-sample-code.jar\ProgramaticImportService.java
Hope it helps. Bye.

Similar Messages

  • Older Digital Video Camera - no firewire port

    I have an older Sony Digital Video Camera and a MacBook Pro with iDVD"08 and I want to transfer my tapes to DVD using OneStep DVD. The camera has a USB port, but no firewire port. Is there an adapter I can get or some other way to use OneStep DVD?
    I also have a Mac Mini with iDVD6.

    I have the same problem and I have a new Sony HDR-SR7 HDV Camera.
    In the past iMovie and iDvd (for example iLife '06 and earlier) worked mainly via firewire when it came to importing or capturing video. It is still the preferred protocol on most macs. And it is what I continue to use on all 4 macs in my home.
    However, in order to compete with most PC's as well as changing market conditions; USB 2 was only recently incorporated into the macintosh platform with the introduction of iMovie 7 (I'm guessing it was done to appease camcorder manufacturers that only supplied internal Hard Drives and USB2 ports and dropped FW connectivity altogether as a cost cutting measure and not necessarily because USB is a better than firewire (which it most certainly is not). Keep in mind iMovie 7 now allows for capturing video via USB2 when connected directly to the camera but it won't allow you to create custom chapter markers (unless one uses Garage Band to perform this much needed function). Nor will USB2 allow you to export your finished i-Movie back to the camcorder (at least not on most macs). Apparently this particular feature was also dropped when writing this newer iMovie software.
    Nevertheless, iMovie 7 will allow you to share / export the finished iMovie (and automated / interval chapter markers) to iDvd'08. But for those of us who still prefer to use Firewire over USB2 as well as maintaining custom chapters, apple does offer iMovie 6 as a free download (provided one has already purchased iLife'08).
    http://www.apple.com/support/downloads/imovieHD6.html
    If your camcorder has no FW ports, your best remaining option (short of buying apple's pro apps / exchanging for a camera that has firewire) is to use the existing USB2 interface to connect your camcorder directly to your mac and apple's latest software / iMovie 7.
    http://support.apple.com/kb/HT1014
    http://docs.info.apple.com/article.html?artnum=305919
    Hope this helps but if not just come on back.
    Message was edited by: SDMacuser

  • Automation Server (on Solaris) polling interval too low

    Portal 5.0j on Solaris; Automation Server is on separate Solaris server with plenty of memory, storage, etc.
    Our Automation Server is "waking up" every five seconds and checking for jobs to run. We previously had it do this every minute. Where do we change this? I can't find it in the GUI or in any XML config file.

    I checked the error and accesslogfile.
    Nothing there only a gap in time !!!!
    You only see something in the error logfile during the startup again :
    [09/Apr/2003:13:00:21 +0200] - iPlanet-Directory/5.1 Service Pack 1 20020606 B2002.161.2234 starting up
    [09/Apr/2003:13:00:21 +0200] - Detected Disorderly Shutdown last time Directory Server was running, recovering database.
    [09/Apr/2003:13:00:43 +0200] - slapd started. Listening on all interfaces port 2389 for LDAP requests
    [09/Apr/2003:13:03:31 +0200] - cos_cache_getref: no cos cache created

  • Problem Automating FPOP

    Hi,
    Iu2019m new to SAP (and BW), so please bear with me.  We went live with CRB and BW about four months ago.  At that time we could not automate our Sales Statistics and Business Partner data extractors because of various issues.  Weu2019ve since resolved those issues and are now attempting to automate these extractors.
    Our Basis team is working on getting these two processes automated in Redwood (we had to purchase this scheduling software to resolve some of our CRB issues).  The data extractor for Sales Statistics (BW-DQ-SS) works fine, but the extractor for Business Partner (FPOP), for the FICA BP Items Transaction process chain produces an error in Redwood (I have included the error message at the end of this post).
    Basis believes the problem is due to the Parallel Processing Object (u2018KEYPPu2019 u2013 3-Character Number) set on the Technical Settings tab, which was selected by the consultants that set up the process.  If we select help on the Object field under Parallel Processing Object, it actually mentions u2018GPARTu2019 for business partner in the help text.  However, this field is read-only.  The process runs fine with this object when we run it manually; it just fails when we try to automate it with Redwood.
    Can anyone tell me what they are using for this parameter, and how we can change it (new variant, etc)?  Or does anyone have any other suggestions on how we can get this process automated?
    Thank you very much for your help!
    program rw_macp.
    Form rwChangeParameters.
    data: h_basics  type FKK_MAD_BASICS.
    data: h_addons  type FKK_MAD_BWOP.
      import basics to h_basics from memory id 'FKKMADBASICS'.
      import addons to h_addons from memory id 'FKKMADADDONS'.
    processing field OBJECT
      h_basics-TECH-OBJECT = 'KEYPP'.
    processing field VARI
      h_basics-TECH-VARI = 'LESVar2'.
    processing field USE_LOAD_BALA
      h_basics-TECH-USE_LOAD_BALA = 'X'.
    processing field JOBS_LOAD_BALA
      h_basics-TECH-JOBS_LOAD_BALA = 5.
      export basics from h_basics to memory id 'FKKMADBASICS'.
      export addons from h_addons to memory id 'FKKMADADDONS'.
    EndForm.
    com.redwood.scheduler.connector.sap.rfc.connection.exception.SapBapiException: BAPI exception while calling /SCJS/ISU_NEW_PARAMETER_SET: E XM 300  {FKKBW,121} Enter an interval distribution [BWOP,,09/23/2011,84T] [, {FKKBW,121}, Enter an interval distribution, [BWOP,,09/23/2011,84T]]
    BAPI exception while calling /SCJS/ISU_NEW_PARAMETER_SET: E XM 300  {FKKBW,121} Enter an interval distribution [BWOP,,09/23/2011,84T] [, {FKKBW,121}, Enter an interval distribution, [BWOP,,09/23/2011,84T]]
                    at com.redwood.scheduler.connector.sap.rfc.jco2.connection.impl.ClientConnectionImpl.checkBapiReturnCode(ClientConnectionImpl.java:789)
                    at com.redwood.scheduler.connector.sap.rfc.jco2.connection.impl.ClientConnectionImpl.call(ClientConnectionImpl.java:602)
                    at com.redwood.scheduler.connector.sap.rfc.connection.AbstractRfcConnection$4.doPerform(AbstractRfcConnection.java:296)
                    at com.redwood.scheduler.connector.sap.rfc.connection.RemoteFunctionCall.perform(RemoteFunctionCall.java:120)
                    at com.redwood.scheduler.connector.sap.rfc.connection.AbstractRfcConnection.perform(AbstractRfcConnection.java:456)
                    at com.redwood.scheduler.connector.sap.rfc.connection.AbstractRfcConnection.execute(AbstractRfcConnection.java:289)
                    at com.redwood.scheduler.connector.sap.rfc.jco2.connection.impl.SapFunctionModuleWrapper.execute(SapFunctionModuleWrapper.java:200)
                    at com.redwood.scheduler.connector.sap.rfc.jco.AbstractSapFunctionModule.execute(AbstractSapFunctionModule.java:109)
                    at com.redwood.scheduler.connector.sap.rfc.command.impl.MassActivityRunCommand.doExecute(MassActivityRunCommand.java:110)
                    at com.redwood.scheduler.connector.sap.rfc.command.impl.AbstractMassActivityCommand.execute(AbstractMassActivityCommand.java:57)
                    at com.redwood.scheduler.connector.sap.rfc.command.AbstractXbpCommand.doExecute(AbstractXbpCommand.java:85)
                    at com.redwood.scheduler.connector.sap.rfc.command.AbstractCommand.execute(AbstractCommand.java:56)
                    at com.redwood.scheduler.connector.sap.rfc.service.SapJobWork.doWork(SapJobWork.java:99)
                    at com.redwood.scheduler.infrastructure.workqueue.Worker.run(Worker.java:74)
                    at java.lang.Thread.run(Thread.java:708)

    Jeff:
    The parallel processing variant KEYPP is the object which is used internally by the system to break up all of the relevant data into more manageable chunks.  KEYPP is not related to BP - it is essentially a counter field.  See the SE11 documentation for data element KEYPP_KK.  The system uses these values to break up the documents by comparing their last 3 digits to that in the intervals.
    As to your issue, it is possible that you are not properly using the interval variant within the scheduled process.  Maybe you are using a variant that does not exist?  If you are trying to run something in parallel without providing a valid parallel variant, then i think that might be an issue.
    regards,
    bill.

  • Since upgrading to OS 10.8 and installing server, Automator won't open Services I created in 10.6

    If I go to the location of the Service in Library, right click and choose Open in automator, I get the blue and white barber pole for hours but the service does not open. I need to edit it and it is long and complex, so I don't want to have to recreate it.
    I relocated the file to the desktop and opened using automatorwhich then crashed giving this message
    Process:         Automator [5163]
    Path:            /Applications/Automator.app/Contents/MacOS/Automator
    Identifier:      com.apple.Automator
    Version:         2.3 (346)
    Build Info:      Automator-346000000000000~31
    Code Type:       X86-64 (Native)
    Parent Process:  launchd [583]
    User ID:         501
    Date/Time:       2012-09-06 09:30:20.724 +1000
    OS Version:      Mac OS X 10.8.1 (12B19)
    Report Version:  10
    Interval Since Last Report:          578878 sec
    Crashes Since Last Report:           263
    Per-App Interval Since Last Report:  2953 sec
    Per-App Crashes Since Last Report:   1
    Anonymous UUID:                      7BC62779-6825-43C6-AC11-64564117B5D6
    Crashed Thread:  0  Dispatch queue: com.apple.main-thread
    Exception Type:  EXC_CRASH (SIGABRT)
    Exception Codes: 0x0000000000000000, 0x0000000000000000
    Application Specific Information:
    objc[5163]: garbage collection is ON
    *** Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: 'com.apple.ical.event-object is not one of the AMAccepts UTIs declared for this action.'
    terminate called throwing an exception
    abort() called
    Application Specific Backtrace 1:
    0   CoreFoundation                      0x00007fff92e97716 __exceptionPreprocess + 198
    1   libobjc.A.dylib                     0x00007fff929d8470 objc_exception_throw + 43
    2   CoreFoundation                      0x00007fff92e974ec +[NSException raise:format:] + 204
    3   Automator                           0x00007fff954c0c60 -[AMActionLoader actionWithPropertyList:error:] + 4818
    4   Automator                           0x00007fff954bf602 -[AMWorkflow readFromPropertyList:error:] + 925
    5   Automator                           0x00007fff954beeac -[AMWorkflow readFromFileWrapper:error:] + 428
    6   Automator                           0x00007fff954becda -[AMWorkflow initWithFileWrapper:error:] + 61
    7   Automator                           0x00000001067bd8e8 -[AMDocument readFromFileWrapper:ofType:error:] + 66
    8   AppKit                              0x00007fff9216adec -[NSDocument readFromURL:ofType:error:] + 546
    9   AppKit                              0x00007fff91d6c9e8 -[NSDocument _initWithContentsOfURL:ofType:error:] + 135
    10  AppKit                              0x00007fff91d6c694 -[NSDocument initWithContentsOfURL:ofType:error:] + 262
    11  AppKit                              0x00007fff92192145 -[NSDocumentController makeDocumentWithContentsOfURL:ofType:error:] + 332
    12  AppKit                              0x00007fff9219cc73 -[NSDocumentController(NSDeprecated) openDocumentWithContentsOfURL:display:error:] + 824
    13  Automator                           0x00000001067bd308 -[AMDocumentController openDocumentWithContentsOfURL:display:error:] + 357
    14  AppKit                              0x00007fff921912ed __block_global_8 + 653
    15  AppKit                              0x00007fff921907ba -[NSDocumentController _openDocumentWithContentsOfURL:usingProcedure:] + 593
    16  AppKit                              0x00007fff92191055 __block_global_7 + 273
    17  libdispatch.dylib                   0x00007fff8f1fef3d _dispatch_call_block_and_release + 15
    18  libdispatch.dylib                   0x00007fff8f1fb0fa _dispatch_client_callout + 8
    19  libdispatch.dylib                   0x00007fff8f200104 _dispatch_main_queue_callback_4CF + 275
    20  CoreFoundation                      0x00007fff92e3981e __CFRunLoopRun + 1614
    21  CoreFoundation                      0x00007fff92e38dd2 CFRunLoopRunSpecific + 290
    22  HIToolbox                           0x00007fff8eabd774 RunCurrentEventLoopInMode + 209
    23  HIToolbox                           0x00007fff8eabd512 ReceiveNextEventCommon + 356
    24  HIToolbox                           0x00007fff8eabd3a3 BlockUntilNextEventMatchingListInMode + 62
    25  AppKit                              0x00007fff91e53fa3 _DPSNextEvent + 685
    26  AppKit                              0x00007fff91e53862 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 128
    27  AppKit                              0x00007fff91e4ac03 -[NSApplication run] + 517
    28  AppKit                              0x00007fff91def656 NSApplicationMain + 869
    29  libdyld.dylib                       0x00007fff944427e1 start + 0
    Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
    0   libsystem_kernel.dylib                  0x00007fff93fbc212 __pthread_kill + 10
    1   libsystem_c.dylib                       0x00007fff8d316b34 pthread_kill + 90
    2   libsystem_c.dylib                       0x00007fff8d35adfa abort + 143
    3   libc++abi.dylib                         0x00007fff9381df87 abort_message + 257
    4   libc++abi.dylib                         0x00007fff9381b936 default_terminate() + 28
    5   libobjc.A.dylib                         0x00007fff929d88f3 _objc_terminate() + 91
    6   libc++.1.dylib                          0x00007fff8b0e58fe std::terminate() + 20
    7   libobjc.A.dylib                         0x00007fff929d865e objc_terminate + 9
    8   libdispatch.dylib                       0x00007fff8f1fb10e _dispatch_client_callout + 28
    9   libdispatch.dylib                       0x00007fff8f200104 _dispatch_main_queue_callback_4CF + 275
    10  com.apple.CoreFoundation                0x00007fff92e3981e __CFRunLoopRun + 1614
    11  com.apple.CoreFoundation                0x00007fff92e38dd2 CFRunLoopRunSpecific + 290
    12  com.apple.HIToolbox                     0x00007fff8eabd774 RunCurrentEventLoopInMode + 209
    13  com.apple.HIToolbox                     0x00007fff8eabd512 ReceiveNextEventCommon + 356
    14  com.apple.HIToolbox                     0x00007fff8eabd3a3 BlockUntilNextEventMatchingListInMode + 62
    15  com.apple.AppKit                        0x00007fff91e53fa3 _DPSNextEvent + 685
    16  com.apple.AppKit                        0x00007fff91e53862 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 128
    17  com.apple.AppKit                        0x00007fff91e4ac03 -[NSApplication run] + 517
    18  com.apple.AppKit                        0x00007fff91def656 NSApplicationMain + 869
    19  libdyld.dylib                           0x00007fff944427e1 start + 1
    Thread 1:
    0   libsystem_kernel.dylib                  0x00007fff93fbc6d6 __workq_kernreturn + 10
    1   libsystem_c.dylib                       0x00007fff8d317f2c _pthread_workq_return + 25
    2   libsystem_c.dylib                       0x00007fff8d317cf3 _pthread_wqthread + 412
    3   libsystem_c.dylib                       0x00007fff8d3021b1 start_wqthread + 13
    Thread 2:: Dispatch queue: com.apple.libdispatch-manager
    0   libsystem_kernel.dylib                  0x00007fff93fbcd16 kevent + 10
    1   libdispatch.dylib                       0x00007fff8f1fde26 _dispatch_mgr_invoke + 883
    2   libdispatch.dylib                       0x00007fff8f1fda2a _dispatch_mgr_thread + 54
    Thread 3:
    0   libsystem_kernel.dylib                  0x00007fff93fbc6d6 __workq_kernreturn + 10
    1   libsystem_c.dylib                       0x00007fff8d317f2c _pthread_workq_return + 25
    2   libsystem_c.dylib                       0x00007fff8d317cf3 _pthread_wqthread + 412
    3   libsystem_c.dylib                       0x00007fff8d3021b1 start_wqthread + 13
    Thread 4:
    0   libsystem_kernel.dylib                  0x00007fff93fbc6d6 __workq_kernreturn + 10
    1   libsystem_c.dylib                       0x00007fff8d317f2c _pthread_workq_return + 25
    2   libsystem_c.dylib                       0x00007fff8d317cf3 _pthread_wqthread + 412
    3   libsystem_c.dylib                       0x00007fff8d3021b1 start_wqthread + 13
    Thread 5:
    0   libsystem_kernel.dylib                  0x00007fff93fbc6d6 __workq_kernreturn + 10
    1   libsystem_c.dylib                       0x00007fff8d317f2c _pthread_workq_return + 25
    2   libsystem_c.dylib                       0x00007fff8d317cf3 _pthread_wqthread + 412
    3   libsystem_c.dylib                       0x00007fff8d3021b1 start_wqthread + 13
    Thread 6:
    0   libsystem_kernel.dylib                  0x00007fff93fbc6d6 __workq_kernreturn + 10
    1   libsystem_c.dylib                       0x00007fff8d317f2c _pthread_workq_return + 25
    2   libsystem_c.dylib                       0x00007fff8d317cf3 _pthread_wqthread + 412
    3   libsystem_c.dylib                       0x00007fff8d3021b1 start_wqthread + 13
    Thread 7:
    0   libsystem_kernel.dylib                  0x00007fff93fbc6d6 __workq_kernreturn + 10
    1   libsystem_c.dylib                       0x00007fff8d317f2c _pthread_workq_return + 25
    2   libsystem_c.dylib                       0x00007fff8d317cf3 _pthread_wqthread + 412
    3   libsystem_c.dylib                       0x00007fff8d3021b1 start_wqthread + 13
    Thread 8:: com.apple.CoreAnimation.render-server
    0   libsystem_kernel.dylib                  0x00007fff93fba686 mach_msg_trap + 10
    1   libsystem_kernel.dylib                  0x00007fff93fb9c42 mach_msg + 70
    2   com.apple.QuartzCore                    0x00007fff8b6db35b CA::Render::Server::server_thread(void*) + 403
    3   com.apple.QuartzCore                    0x00007fff8b75fe76 thread_fun + 25
    4   libsystem_c.dylib                       0x00007fff8d315782 _pthread_start + 327
    5   libsystem_c.dylib                       0x00007fff8d3021c1 thread_start + 13
    Thread 9:: com.apple.appkit-heartbeat
    0   libsystem_kernel.dylib                  0x00007fff93fbc386 __semwait_signal + 10
    1   libsystem_c.dylib                       0x00007fff8d39f828 nanosleep + 163
    2   libsystem_c.dylib                       0x00007fff8d39f73f usleep + 54
    3   com.apple.AppKit                        0x00007fff920390e8 -[NSUIHeartBeat _heartBeatThread:] + 543
    4   com.apple.Foundation                    0x00007fff91806842 __NSThread__main__ + 1345
    5   libsystem_c.dylib                       0x00007fff8d315782 _pthread_start + 327
    6   libsystem_c.dylib                       0x00007fff8d3021c1 thread_start + 13
    Thread 0 crashed with X86 Thread State (64-bit):
      rax: 0x0000000000000000  rbx: 0x0000000000000006  rcx: 0x00007fff59449498  rdx: 0x0000000000000000
      rdi: 0x0000000000000c07  rsi: 0x0000000000000006  rbp: 0x00007fff594494c0  rsp: 0x00007fff59449498
       r8: 0x00007fff7a2db278   r9: 0x00007fff594494a0  r10: 0x0000000020000000  r11: 0x0000000000000206
      r12: 0x00007fff59449620  r13: 0x0000000000000000  r14: 0x00007fff7a2dc180  r15: 0x00007fff59449500
      rip: 0x00007fff93fbc212  rfl: 0x0000000000000206  cr2: 0x00007fff7a2d4fe8
    Logical CPU: 0
    Binary Images:
           0x1067b5000 -        0x1067e8fff  com.apple.Automator (2.3 - 346) <8F759D84-FD13-3ADD-AEA1-14FC203FAEE0> /Applications/Automator.app/Contents/MacOS/Automator
           0x106a5c000 -        0x106a5dff7  com.apple.Automator.Ask for Confirmation (1.0.2 - 1.0.2) <2310CF86-D59A-3DCB-8099-9617CC449DF5> /System/Library/Automator/Ask for Confirmation.action/Contents/MacOS/Ask for Confirmation
           0x1082e4000 -        0x1082e7ff7  libCoreFSCache.dylib (24.4) <C375CAA0-F91F-3D9F-AF90-DB951BD86983> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreFSCache .dylib
           0x108395000 -        0x10839efef  libcldcpuengine.dylib (2.1.16) <BA5F6C17-7A08-3DCF-A30E-E9C4D76B7356> /System/Library/Frameworks/OpenCL.framework/Libraries/libcldcpuengine.dylib
           0x1083a4000 -        0x1083a4ff1 +cl_kernels (???) <C1317B40-19FE-4D60-834C-D8232C353317> cl_kernels
           0x1083a9000 -        0x1083aaff3 +cl_kernels (???) <8E775121-0F5F-42AE-A081-02917B8EBEE2> cl_kernels
           0x1095e0000 -        0x1095e1ff7  com.apple.Automator.AskForFinderItems (1.2.1 - 1.2.1) <A70274B7-EC29-3596-9160-A1ACF9B0A17A> /System/Library/Automator/Ask for Finder Items.action/Contents/MacOS/Ask for Finder Items
           0x10ab1c000 -        0x10abb6fff  unorm8_argb.dylib (2.1.16) <A04B30A0-6FBE-3D2F-9FA3-1292D6920A13> /System/Library/Frameworks/OpenCL.framework/Libraries/ImageFormats/unorm8_argb. dylib
           0x10ada0000 -        0x10ada1fff  com.apple.Automator.OpenFinderItems (1.1.1 - 1.1.1) <54B466C4-F1E5-31A6-84DC-8BA9652ECA62> /System/Library/Automator/Open Finder Items.action/Contents/MacOS/Open Finder Items
           0x10ada6000 -        0x10ada8fff  com.apple.Automator.TextInputDialog (1.1.1 - 1.1.1) <7E782EB9-888D-3BEC-865B-E5E917DAA6B2> /System/Library/Automator/Ask for Text.action/Contents/MacOS/Ask for Text
           0x10adad000 -        0x10adb0fff  com.apple.Automator.SpecifiedFiles (1.1.2 - 1.1.2) <A8D82E4D-0DEC-3E8A-BDBE-88D8368E8337> /System/Library/Automator/Get Specified Finder Items.action/Contents/MacOS/Get Specified Finder Items
           0x10adb5000 -        0x10adbafff  com.apple.Automator.CreateNewEmail (1.2.2 - 1.2.2) <0507B9DA-2A44-3609-9D8C-8EB5015BE7D9> /System/Library/Automator/New Mail Message.action/Contents/MacOS/New Mail Message
           0x10ade7000 -        0x10ade8fff  com.apple.Automator.Set_Value_of_Variable (1.0.2 - 1.0.2) <417B52C6-4DC1-31CF-85A1-260083408CCA> /System/Library/Automator/Set Value of Variable.action/Contents/MacOS/Set Value of Variable
           0x10adec000 -        0x10adedfff  com.apple.Automator.AddAttachmenttoFrontMessage (1.1.1 - 1.1.1) <53B43CC2-107F-3764-A43E-76E42045EE7A> /System/Library/Automator/Add Attachments to Front Message.action/Contents/MacOS/Add Attachments to Front Message
           0x10adf1000 -        0x10adf1fff  com.apple.Automator.MoveToTrash (1.1.2 - 1.1.2) <F2E1D8D6-D00A-3072-AF9B-07D3589EC009> /System/Library/Automator/Move Finder Items to Trash.action/Contents/MacOS/Move Finder Items to Trash
           0x10adf5000 -        0x10adf6fff  com.apple.Automator.Find_iCal_Items_2 (3.0.1 - 3.0.1) <FDC2285B-1D36-37D2-96D7-744EC3870604> /System/Library/Automator/Find Calendar Items 2.action/Contents/MacOS/Find Calendar Items 2
           0x10aec8000 -        0x10aed6ff7  libGPUSupport.dylib (8.5) <FCC58D3C-BB45-3F76-8548-0ED6D5E92B90> /System/Library/PrivateFrameworks/GPUSupport.framework/Versions/A/Libraries/lib GPUSupport.dylib
           0x10aedd000 -        0x10af0afff  GLRendererFloat (8.5) <C0A8788A-1F4C-308E-ADF4-EDC70C09A4EC> /System/Library/Frameworks/OpenGL.framework/Resources/GLRendererFloat.bundle/GL RendererFloat
           0x111a83000 -        0x111b1eff7  unorm8_bgra.dylib (2.1.16) <14128E4A-6050-35C3-A493-3C8AEAF9B14D> /System/Library/Frameworks/OpenCL.framework/Libraries/ImageFormats/unorm8_bgra. dylib
           0x111b3d000 -        0x111b8afff  com.apple.AppleScriptKit (1.5.3 - 85) <3E2A2893-0DEC-3134-8B02-99337D08E831> /System/Library/Frameworks/AppleScriptKit.framework/AppleScriptKit
           0x111d0e000 -        0x111d0fff3 +cl_kernels (???) <2F2E5A7D-44E2-4630-AB92-99C6E6510B47> cl_kernels
           0x111f32000 -        0x111f32ff3 +cl_kernels (???) <86FDCC94-A7B4-449A-A66B-21D1E700122C> cl_kernels
           0x111f59000 -        0x111f5aff2 +cl_kernels (???) <1EF43D50-2817-4B02-8C07-37645F09FB91> cl_kernels
           0x111f8e000 -        0x111f8eff9 +cl_kernels (???) <A6E30971-E3FC-4B62-A6F7-B6BEB44D1304> cl_kernels
           0x111f90000 -        0x112026ff7  unorm8_rgba.dylib (2.1.16) <AC3AFE82-7E82-340B-9E7A-9A27C29816DA> /System/Library/Frameworks/OpenCL.framework/Libraries/ImageFormats/unorm8_rgba. dylib
           0x112684000 -        0x1126a8ff7  com.apple.security.csparser (3.0 - 55178.0.1) <81759AD5-641E-37BD-A02C-01327692E758> /System/Library/Frameworks/Security.framework/PlugIns/csparser.bundle/Contents/ MacOS/csparser
           0x112891000 -        0x1129d2fff  libGLProgrammability.dylib (8.5) <61BBF728-1AD3-3268-AD5B-49BDFAD79068> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgramma bility.dylib
           0x114c15000 -        0x114dccfff  GLEngine (8.5) <F65D1C15-7432-3E46-9EC2-056C8BAA2523> /System/Library/Frameworks/OpenGL.framework/Resources/GLEngine.bundle/GLEngine
           0x115415000 -        0x1156adfe7  com.apple.ATIRadeonX2000GLDriver (8.0.51 - 8.0.0) <9B72DF67-72E3-35C1-9BBB-B2C00DFD1755> /System/Library/Extensions/ATIRadeonX2000GLDriver.bundle/Contents/MacOS/ATIRade onX2000GLDriver
        0x7fff663b5000 -     0x7fff663e993f  dyld (210.2.3) <A40597AA-5529-3337-8C09-D8A014EB1578> /usr/lib/dyld
        0x7fff89bc9000 -     0x7fff89be0fff  com.apple.GenerationalStorage (1.1 - 132.1) <EAB41613-0145-3CE5-AA60-A8A791A3EE22> /System/Library/PrivateFrameworks/GenerationalStorage.framework/Versions/A/Gene rationalStorage
        0x7fff89be1000 -     0x7fff89c01fff  libPng.dylib (843) <8F83F355-CA33-3D15-8178-54A135BA23BA> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib
        0x7fff89cfd000 -     0x7fff89d5afff  com.apple.ExchangeWebServices (3.0 - 157) <58BFD72E-27F3-3F22-A421-B883FACA0E19> /System/Library/PrivateFrameworks/ExchangeWebServices.framework/Versions/A/Exch angeWebServices
        0x7fff89d5b000 -     0x7fff89d77fff  com.apple.openscripting (1.3.5 - 148) <ACDE22A1-6170-3289-AF26-E501E6326BD7> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting .framework/Versions/A/OpenScripting
        0x7fff89d78000 -     0x7fff89daefff  com.apple.DebugSymbols (98 - 98) <14E788B1-4EB2-3FD7-934B-849534DFC198> /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbol s
        0x7fff89de8000 -     0x7fff89e0efff  com.apple.framework.familycontrols (4.0 - 400) <B296674D-6D0B-323D-84C0-1D356F6F3BFA> /System/Library/PrivateFrameworks/FamilyControls.framework/Versions/A/FamilyCon trols
        0x7fff89e0f000 -     0x7fff89e14fff  libcompiler_rt.dylib (30) <08F8731D-5961-39F1-AD00-4590321D24A9> /usr/lib/system/libcompiler_rt.dylib
        0x7fff89e15000 -     0x7fff89e1cfff  libcopyfile.dylib (89) <876573D0-E907-3566-A108-577EAD1B6182> /usr/lib/system/libcopyfile.dylib
        0x7fff89e1d000 -     0x7fff89e65fff  com.apple.framework.CoreWiFi (1.0 - 100.10) <0E863B4A-1094-3F8D-BEDE-D99537E9C588> /System/Library/Frameworks/CoreWiFi.framework/Versions/A/CoreWiFi
        0x7fff89e66000 -     0x7fff89e81ff7  com.apple.frameworks.preferencepanes (15.0 - 15.0) <FF8AB34C-5C19-3C05-AE02-85AA39812686> /System/Library/Frameworks/PreferencePanes.framework/Versions/A/PreferencePanes
        0x7fff89e82000 -     0x7fff89e84ff7  libunc.dylib (25) <92805328-CD36-34FF-9436-571AB0485072> /usr/lib/system/libunc.dylib
        0x7fff89e85000 -     0x7fff8a20dff7  com.apple.FinderKit (1.1 - 1.1) <EB4BD56B-ED45-37BF-AB1C-E447C6D4CB84> /System/Library/PrivateFrameworks/FinderKit.framework/Versions/A/FinderKit
        0x7fff8a20e000 -     0x7fff8a21bfff  libbz2.1.0.dylib (29) <CE9785E8-B535-3504-B392-82F0064D9AF2> /usr/lib/libbz2.1.0.dylib
        0x7fff8a3a6000 -     0x7fff8a3d7fff  com.apple.DictionaryServices (1.2 - 184) <B37F9A90-8954-3DEC-A216-8ABB15C615A1> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Diction aryServices.framework/Versions/A/DictionaryServices
        0x7fff8a3e7000 -     0x7fff8a3e7fff  libOpenScriptingUtil.dylib (148) <4DB14EC4-422C-3AE8-83BF-354FEC197FD3> /usr/lib/libOpenScriptingUtil.dylib
        0x7fff8a3e8000 -     0x7fff8a3f3fff  com.apple.CommonAuth (3.0 - 2.0) <74A86DDD-57D0-3178-AB74-E1F31DBFFC39> /System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAuth
        0x7fff8a3f4000 -     0x7fff8a6c1ff7  com.apple.security (7.0 - 55178.0.1) <8102877E-C866-33D4-A947-02FC7F4BAA95> /System/Library/Frameworks/Security.framework/Versions/A/Security
        0x7fff8a6c2000 -     0x7fff8a7dcfff  com.apple.coreavchd (5.6.0 - 5600.4.16) <0CF2ABE5-B088-3B5D-9C04-47AE708ADAE3> /System/Library/PrivateFrameworks/CoreAVCHD.framework/Versions/A/CoreAVCHD
        0x7fff8a7dd000 -     0x7fff8a7e9fff  libCSync.A.dylib (322) <C1321292-F5D3-3B8F-8CBB-57AC8E05F90C> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib
        0x7fff8a7ea000 -     0x7fff8a7eafff  com.apple.Cocoa (6.7 - 19) <1F77945C-F37A-3171-B22E-F7AB0FCBB4D4> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
        0x7fff8a7eb000 -     0x7fff8a842ff7  com.apple.AppleVAFramework (5.0.18 - 5.0.18) <B75949DD-AC27-3848-8221-00D70D14C7E0> /System/Library/PrivateFrameworks/AppleVA.framework/Versions/A/AppleVA
        0x7fff8a843000 -     0x7fff8a849fff  libCGXCoreImage.A.dylib (322) <18394988-137B-3D59-8B6B-2B04EDB87478> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCGXCoreImage.A.dylib
        0x7fff8a84a000 -     0x7fff8a84efff  libCGXType.A.dylib (322) <0FA2272E-7733-36EA-9B9B-9279169D5919> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCGXType.A.dylib
        0x7fff8a84f000 -     0x7fff8a85dff7  libkxld.dylib (2050.9.2) <4BEE9BC3-3708-330E-89D6-03E715D712CC> /usr/lib/system/libkxld.dylib
        0x7fff8a955000 -     0x7fff8a98bfff  libsystem_info.dylib (406.17) <4FFCA242-7F04-365F-87A6-D4EFB89503C1> /usr/lib/system/libsystem_info.dylib
        0x7fff8a98c000 -     0x7fff8a9cefff  com.apple.RemoteViewServices (2.0 - 80.3) <E0224421-A421-3DB6-99AF-B249684FD13A> /System/Library/PrivateFrameworks/RemoteViewServices.framework/Versions/A/Remot eViewServices
        0x7fff8aca0000 -     0x7fff8b0dcfff  com.apple.VideoToolbox (1.0 - 926.37) <2C623B6A-42C1-30C3-93A6-0A10880D07D3> /System/Library/Frameworks/VideoToolbox.framework/Versions/A/VideoToolbox
        0x7fff8b0dd000 -     0x7fff8b0ddfff  com.apple.ApplicationServices (45 - 45) <A3ABF20B-ED3A-32B5-830E-B37831A45A80> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Application Services
        0x7fff8b0de000 -     0x7fff8b146ff7  libc++.1.dylib (65.1) <20E31B90-19B9-3C2A-A9EB-474E08F9FE05> /usr/lib/libc++.1.dylib
        0x7fff8b147000 -     0x7fff8b1e1fff  com.apple.CoreSymbolication (3.0 - 87) <75F2C0DD-549A-36F6-BD9E-FB40A924344F> /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSy mbolication
        0x7fff8b20b000 -     0x7fff8b213ff7  libsystem_dnssd.dylib (379.27.1) <B9F7B01D-8FAF-3CA5-909E-4D52B8D2DD8A> /usr/lib/system/libsystem_dnssd.dylib
        0x7fff8b214000 -     0x7fff8b21efff  com.apple.CalendarAgentLink (1.0 - 35) <F196DC3A-8881-33CF-820B-7C79E17A22F5> /System/Library/PrivateFrameworks/CalendarAgentLink.framework/Versions/A/Calend arAgentLink
        0x7fff8b27f000 -     0x7fff8b286fff  com.apple.phonenumbers (1.1 - 47) <E6A01FEF-9C6D-3C18-B378-63F4134756E6> /System/Library/PrivateFrameworks/PhoneNumbers.framework/Versions/A/PhoneNumber s
        0x7fff8b287000 -     0x7fff8b34cfff  com.apple.coreui (2.0 - 181) <CFCB6868-36AC-3734-ACEA-DF9CAB2B84F2> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
        0x7fff8b380000 -     0x7fff8b619ff7  com.apple.JavaScriptCore (8536 - 8536.24) <3A80677B-3381-3281-8033-0F96F7D8D01A> /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore
        0x7fff8b61e000 -     0x7fff8b7ccfff  com.apple.QuartzCore (1.8 - 304.0) <BDC66714-F60C-386D-A773-F897D1E87AB6> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
        0x7fff8b7cd000 -     0x7fff8b8cffff  libJP2.dylib (843) <04915A7F-EE27-3C01-8582-0BD9919558B1> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJP2.dylib
        0x7fff8b8d2000 -     0x7fff8b92efff  com.apple.corelocation (1.0 - 1239.35) <0E3482AE-CF12-3CE2-A15E-0BF3D5F956CB> /System/Library/Frameworks/CoreLocation.framework/Versions/A/CoreLocation
        0x7fff8b92f000 -     0x7fff8b96afff  com.apple.LDAPFramework (2.4.28 - 194.5) <012E3038-92EA-3DC8-82B1-A71462DDAE9E> /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP
        0x7fff8b9f9000 -     0x7fff8ba10fff  com.apple.CFOpenDirectory (10.8 - 151.10) <FFBBA538-00B5-334E-BA5B-C8AD6CDCDA14> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpen Directory.framework/Versions/A/CFOpenDirectory
        0x7fff8ba11000 -     0x7fff8ba1efff  libexslt.0.dylib (11.3) <271ACF5E-D832-31EC-AC76-74E130F80951> /usr/lib/libexslt.0.dylib
        0x7fff8ba1f000 -     0x7fff8bb2afff  libFontParser.dylib (84.5) <617A7D30-C7BC-39FC-A1FE-59367B4A5719> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libFontParser.dylib
        0x7fff8bb2b000 -     0x7fff8bb2cfff  libsystem_blocks.dylib (59) <D92DCBC3-541C-37BD-AADE-ACC75A0C59C8> /usr/lib/system/libsystem_blocks.dylib
        0x7fff8bb2d000 -     0x7fff8bb83fff  com.apple.HIServices (1.20 - 416) <99AC513F-B0AE-38AA-834E-9018902BB70C> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ HIServices.framework/Versions/A/HIServices
        0x7fff8bb84000 -     0x7fff8bbdefff  com.apple.print.framework.PrintCore (8.0 - 387) <3CA8A004-8F93-3936-9F9E-7030BD474D2B> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ PrintCore.framework/Versions/A/PrintCore
        0x7fff8bbdf000 -     0x7fff8bc09ff7  com.apple.CoreVideo (1.8 - 99.0) <ED17EF3A-2775-3840-BBD1-6513B5B112F2> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
        0x7fff8bc0a000 -     0x7fff8bc64fff  com.apple.Suggestions (2.0 - 102.1) <05D8D892-9A31-301A-BD24-D8A89B2AC905> /System/Library/PrivateFrameworks/Suggestions.framework/Versions/A/Suggestions
        0x7fff8bc65000 -     0x7fff8bc67fff  libCVMSPluginSupport.dylib (8.5) <0ED3B9E3-2F29-30F3-B2D6-3EDBF97F787F> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCVMSPluginS upport.dylib
        0x7fff8bc68000 -     0x7fff8bc8aff7  com.apple.Kerberos (2.0 - 1) <C49B8820-34ED-39D7-A407-A3E854153556> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
        0x7fff8bc8b000 -     0x7fff8bc92fff  com.apple.NetFS (5.0 - 4.0) <82E24B9A-7742-3DA3-9E99-ED267D98C05E> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
        0x7fff8bc93000 -     0x7fff8bcf9ff7  com.apple.coredav (1.0.1 - 179.4) <511B0351-3856-3221-B52D-FCAC0B6F9000> /System/Library/PrivateFrameworks/CoreDAV.framework/Versions/A/CoreDAV
        0x7fff8bd03000 -     0x7fff8c01aff7  com.apple.CoreServices.CarbonCore (1037 - 1037) <5127E2AB-AE98-3393-AEF6-CA8C1090F921> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonC ore.framework/Versions/A/CarbonCore
        0x7fff8c01b000 -     0x7fff8c276fff  com.apple.QuartzComposer (5.1 - 281) <E2BADA0D-2078-36FD-A761-97F9430C3C1B> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzCompose r.framework/Versions/A/QuartzComposer
        0x7fff8c2bf000 -     0x7fff8c2c0fff  libffi.dylib (18) <D20FE81C-271C-3446-ABC8-50B6A6F5BEA4> /usr/lib/libffi.dylib
        0x7fff8c30d000 -     0x7fff8c327fff  com.apple.ScriptingBridge (1.3 - 61.2) <16852553-3FF9-368B-B60E-A7949FAF5A7A> /System/Library/Frameworks/ScriptingBridge.framework/Versions/A/ScriptingBridge
        0x7fff8c328000 -     0x7fff8c336fff  libcommonCrypto.dylib (60026) <2D6537F5-1B5E-305C-A1CF-D1FA80CA3939> /usr/lib/system/libcommonCrypto.dylib
        0x7fff8c337000 -     0x7fff8c393fff  com.apple.QuickLookFramework (4.0 - 555.0) <8B163B8C-001E-3BBB-98ED-8173C68BC84C> /System/Library/Frameworks/QuickLook.framework/Versions/A/QuickLook
        0x7fff8c394000 -     0x7fff8c3c2fff  com.apple.CoreServicesInternal (153 - 153) <11507A03-9165-350C-9492-A545EA7331BD> /System/Library/PrivateFrameworks/CoreServicesInternal.framework/Versions/A/Cor eServicesInternal
        0x7fff8c3c3000 -     0x7fff8c3e4fff  com.apple.Ubiquity (1.2 - 234.2) <AC544B6F-0879-39A3-90A3-8BC8C29CBAD5> /System/Library/PrivateFrameworks/Ubiquity.framework/Versions/A/Ubiquity
        0x7fff8c468000 -     0x7fff8c46cfff  libCoreVMClient.dylib (24.4) <55F71158-ADEE-3863-92E9-4772DCEA8E31> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClien t.dylib
        0x7fff8c46d000 -     0x7fff8c478fff  libsystem_notify.dylib (98.5) <C49275CC-835A-3207-AFBA-8C01374927B6> /usr/lib/system/libsystem_notify.dylib
        0x7fff8c479000 -     0x7fff8c47aff7  libremovefile.dylib (23.1) <DBBFAF35-AC78-3856-92F6-6E4FD9DF14A2> /usr/lib/system/libremovefile.dylib
        0x7fff8c47b000 -     0x7fff8c4ccfff  com.apple.SystemConfiguration (1.12 - 1.12) <921FC1D6-06E6-3F37-8AFB-8CFB14E10AF9> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfi guration
        0x7fff8c4d2000 -     0x7fff8c4e5ff7  com.apple.LangAnalysis (1.7.0 - 1.7.0) <2F2694E9-A7BC-33C7-B4CF-8EC907DF0FEB> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ LangAnalysis.framework/Versions/A/LangAnalysis
        0x7fff8c4e6000 -     0x7fff8c53cff7  com.apple.opencl (2.1.17 - 2.1.17) <CA9E8BED-17C9-393B-A53E-8EAA8BF01C47> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
        0x7fff8c53d000 -     0x7fff8c5bbff7  com.apple.securityfoundation (6.0 - 55115.4) <137E156C-B29C-3B84-95B3-669BC7C1BA7A> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoun dation
        0x7fff8c5bc000 -     0x7fff8c629ff7  com.apple.framework.IOKit (2.0 - 755.9.7) <9B7C5E7A-3F7A-3E70-8179-4384992B84E0> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
        0x7fff8c62a000 -     0x7fff8c687ff7  com.apple.AE (645 - 645) <9C3E54BA-EE6B-3F02-8775-9C4AF40F40CD> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.fram ework/Versions/A/AE
        0x7fff8c688000 -     0x7fff8c6a7fff  com.apple.ChunkingLibrary (2.0 - 132) <F5051C19-6C4E-3E65-9BEC-B0A4BA82457A> /System/Library/PrivateFrameworks/ChunkingLibrary.framework/Versions/A/Chunking Library
        0x7fff8c6a8000 -     0x7fff8c6ebff7  com.apple.bom (12.0 - 192) <0BF1F2D2-3648-36B7-BE4B-551A0173209B> /System/Library/PrivateFrameworks/Bom.framework/Versions/A/Bom
        0x7fff8c72f000 -     0x7fff8c75bfff  com.apple.quartzfilters (1.8.0 - 1.7.0) <B8DE45D7-1827-3379-A478-1A574A1D11D9> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzFilters .framework/Versions/A/QuartzFilters
        0x7fff8c76d000 -     0x7fff8c7acff7  com.apple.QD (3.42 - 285) <8DF36FCA-C06B-30F4-A631-7BE2FF7E56D1> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ QD.framework/Versions/A/QD
        0x7fff8c7ad000 -     0x7fff8c7adfff  libkeymgr.dylib (25) <CC9E3394-BE16-397F-926B-E579B60EE429> /usr/lib/system/libkeymgr.dylib
        0x7fff8c7ae000 -     0x7fff8c816fff  libvDSP.dylib (380.6) <CD4C5EEB-9E63-30C4-8103-7A5EAEA0BE60> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvDSP.dylib
        0x7fff8c817000 -     0x7fff8c81bff7  com.apple.CommonPanels (1.2.5 - 94) <AAC003DE-2D6E-38B7-B66B-1F3DA91E7245> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels. framework/Versions/A/CommonPanels
        0x7fff8c81c000 -     0x7fff8c82cfff  com.apple.AppleScriptObjC (1.2 - 21) <D6ADE9DF-43F9-3678-9BBA-0EAC9C3BFE5E> /System/Library/Frameworks/AppleScriptObjC.framework/Versions/A/AppleScriptObjC
        0x7fff8c82d000 -     0x7fff8c831fff  libGIF.dylib (843) <21324AF8-AFDA-3149-B547-C5109C1FBECF> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib
        0x7fff8c832000 -     0x7fff8c83cfff  com.apple.speech.recognition.framework (4.1.5 - 4.1.5) <D803919C-3102-3515-A178-61E9C86C46A1> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecogni tion.framework/Versions/A/SpeechRecognition
        0x7fff8c83d000 -     0x7fff8c88cff7  libFontRegistry.dylib (100) <2E03D7DA-9B8F-31BB-8FB5-3D3B6272127F> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libFontRegistry.dylib
        0x7fff8c88d000 -     0x7fff8c8d1fff  libcups.2.dylib (327) <9B3F3321-D2BC-3195-BF20-4008FC52A390> /usr/lib/libcups.2.dylib
        0x7fff8c8d2000 -     0x7fff8c941fff  com.apple.WhitePagesFramework (10.7.0 - 141.0) <65B30FD8-DEC0-31D4-8E7F-CBCB987D7A48> /System/Library/PrivateFrameworks/WhitePages.framework/Versions/A/WhitePages
        0x7fff8c942000 -     0x7fff8c944fff  com.apple.securityhi (4.0 - 55002) <8B2008A2-B6A2-3E69-9FA2-77B38C869DD6> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.fr amework/Versions/A/SecurityHI
        0x7fff8ce3b000 -     0x7fff8ce43fff  liblaunch.dylib (442.21) <224CB010-6CF8-3FC2-885C-6F80330321EB> /usr/lib/system/liblaunch.dylib
        0x7fff8ce8e000 -     0x7fff8cee6ff7  com.apple.ImageCaptureCore (4.0 - 4.0) <43B3255C-7567-3508-B2C9-6D1CFA61DB83> /System/Library/Frameworks/ImageCaptureCore.framework/Versions/A/ImageCaptureCo re
        0x7fff8cee7000 -     0x7fff8d02afef  com.apple.MediaControlSender (1.4.1 - 141.23) <983E0905-BA7A-35D3-9370-430032201712> /System/Library/PrivateFrameworks/MediaControlSender.framework/Versions/A/Media ControlSender
        0x7fff8d074000 -     0x7fff8d164ff7  com.apple.DiskImagesFramework (10.8 - 344) <AC72B2EF-7307-3B20-B561-5ECF30E83627> /System/Library/PrivateFrameworks/DiskImages.framework/Versions/A/DiskImages
        0x7fff8d165000 -     0x7fff8d300fef  com.apple.vImage (6.0 - 6.0) <FAE13169-295A-33A5-8E6B-7C2CC1407FA7> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.fr amework/Versions/A/vImage
        0x7fff8d301000 -     0x7fff8d3cdfef  libsystem_c.dylib (825.24) <16B6B86C-53EE-36E8-AC2B-4AADC1008098> /usr/lib/system/libsystem_c.dylib
        0x7fff8d3ce000 -     0x7fff8d3e2fff  libGL.dylib (8.5) <0FDF05D4-D560-3194-9DEA-52EEBD147618> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
        0x7fff8d3e3000 -     0x7fff8d4d8fff  libiconv.2.dylib (34) <FEE8B996-EB44-37FA-B96E-D379664DEFE1> /usr/lib/libiconv.2.dylib
        0x7fff8d4d9000 -     0x7fff8d576fff  com.apple.PDFKit (2.7 - 2.7) <00F5A07D-4F61-3BE7-8836-EB03DA904FB1> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/PDFKit.framew ork/Versions/A/PDFKit
        0x7fff8d577000 -     0x7fff8d5f8fff  com.apple.Metadata (10.7.0 - 707.1) <ED39A710-1D87-3207-BB7D-4465B2673C1D> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadat a.framework/Versions/A/Metadata
        0x7fff8d5f9000 -     0x7fff8d5fefff  libcache.dylib (57) <65187C6E-3FBF-3EB8-A1AA-389445E2984D> /usr/lib/system/libcache.dylib
        0x7fff8d5ff000 -     0x7fff8d9f7ff7  com.apple.MediaToolbox (1.0 - 926.37) <347504AF-1028-3829-B51B-80E2F22BA600> /System/Library/Frameworks/MediaToolbox.framework/Versions/A/MediaToolbox
        0x7fff8d9f8000 -     0x7fff8da23fff  libxslt.1.dylib (11.3) <441776B8-9130-3893-956F-39C85FFA644F> /usr/lib/libxslt.1.dylib
        0x7fff8da24000 -     0x7fff8dccefff  com.apple.imageKit (2.2 - 660) <C14E3765-B683-3530-9312-256CEF43A258> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/ImageKit.fram ework/Versions/A/ImageKit
        0x7fff8dccf000 -     0x7fff8dd1afff  com.apple.framework.CoreWLAN (3.0 - 300.9) <96AEAA18-AEFB-3CB1-BAFD-F27D56140AE2> /System/Library/Frameworks/CoreWLAN.framework/Versions/A/CoreWLAN
        0x7fff8dda3000 -     0x7fff8dddcff7  com.apple.framework.internetaccounts (2.0 - 200) <F4C8194D-D9CF-3D48-A9C0-CE572CDBD070> /System/Library/PrivateFrameworks/InternetAccounts.framework/Versions/A/Interne tAccounts
        0x7fff8ddec000 -     0x7fff8de37ff7  com.apple.CoreMedia (1.0 - 926.37) <4C2A8C16-ED81-3127-8E27-3B4024EB9BBE> /System/Library/Frameworks/CoreMedia.framework/Versions/A/CoreMedia
        0x7fff8de38000 -     0x7fff8de4bff7  libbsm.0.dylib (32) <F497D3CE-40D9-3551-84B4-3D5E39600737> /usr/lib/libbsm.0.dylib
        0x7fff8de4c000 -     0x7fff8e0cbfff  com.apple.AOSKit (1.05 - 148) <C7246547-252D-3505-BC4C-B26ECE575118> /System/Library/PrivateFrameworks/AOSKit.framework/Versions/A/AOSKit
        0x7fff8e0cc000 -     0x7fff8ea5d39f  com.apple.CoreGraphics (1.600.0 - 322) <2F5D7032-9A96-36AE-A227-428E95CAE0C5> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/CoreGraphics
        0x7fff8ea5e000 -     0x7fff8ed8dff7  com.apple.HIToolbox (2.0 - 624) <49C4A53E-9239-3B9A-95DC-8C7B398E491D> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.fra mework/Versions/A/HIToolbox
        0x7fff8ed8e000 -     0x7fff8edc5ff7  libssl.0.9.8.dylib (47) <923945E6-C489-3406-903B-A362410753F8> /usr/lib/libssl.0.9.8.dylib
        0x7fff8edff000 -     0x7fff8ef1efff  com.apple.desktopservices (1.7.1 - 1.7.1) <0E1A57B2-9EC7-32EC-8B87-82902A1FD357> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/Desk topServicesPriv
        0x7fff8ef48000 -     0x7fff8ef4efff  libGFXShared.dylib (8.5) <A68A5A0B-F90C-3078-BF5A-2874C4BC5DC4> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.d ylib
        0x7fff8ef8a000 -     0x7fff8f1dfff7  com.apple.CalendarStore (6.0 - 1235.1) <C50C83AD-255D-3329-91D0-5463419565DA> /System/Library/Frameworks/CalendarStore.framework/Versions/A/CalendarStore
        0x7fff8f1e0000 -     0x7fff8f1e3fff  com.apple.TCC (1.0 - 1) <DE7ECAC3-BD08-323A-9C12-EE4A49B72871> /System/Library/PrivateFrameworks/TCC.framework/Versions/A/TCC
        0x7fff8f1e4000 -     0x7fff8f1f8fff  com.apple.speech.synthesis.framework (4.1.10 - 4.1.10) <21086D96-F997-38D3-BB59-8600CCC3A36F> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ SpeechSynthesis.framework/Versions/A/SpeechSynthesis
        0x7fff8f1f9000 -     0x7fff8f20eff7  libdispatch.dylib (228.18) <0B6B6E7F-4D8A-3F3B-A4BF-6CF34638DBBB> /usr/lib/system/libdispatch.dylib
        0x7fff8f2a3000 -     0x7fff8f2a5ff7  com.apple.print.framework.Print (8.0 - 258) <34666CC2-B86D-3313-B3B6-A9977AD593DA> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framewo rk/Versions/A/Print
        0x7fff90259000 -     0x7fff904cdff7  com.apple.RawCamera.bundle (3.14.2 - 644) <11978DA8-3427-33FB-95BD-315608107265> /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera
        0x7fff904ce000 -     0x7fff9059fff7  com.apple.CoreText (260.0 - 275.14) <98A59BFB-9AC0-3EAB-B5A4-26C2F965A65D> /System/Library/Frameworks/CoreText.framework/Versions/A/CoreText
        0x7fff90787000 -     0x7fff90798ff7  libsasl2.2.dylib (166) <649CAE0E-8FFE-3C60-A849-BE6300E4B726> /usr/lib/libsasl2.2.dylib
        0x7fff907f3000 -     0x7fff907feff7  com.apple.ProtocolBuffer (2 - 104) <3270C172-1437-3080-9E53-3E2DCA9AE2EC> /System/Library/PrivateFrameworks/ProtocolBuffer.framework/Versions/A/ProtocolB uffer
        0x7fff907ff000 -     0x7fff90814fff  com.apple.ImageCapture (8.0 - 8.0) <17A45CE6-7DA3-36A5-B7EF-72BC136981AE> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture. framework/Versions/A/ImageCapture
        0x7fff90815000 -     0x7fff90841ff7  libRIP.A.dylib (322) <36880C8B-7FC0-3689-91FF-A0E8F4F57FE4> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
        0x7fff90842000 -     0x7fff90944fff  libcrypto.0.9.8.dylib (47) <74F165AD-4572-3B26-B0E2-A97477FE59D0> /usr/lib/libcrypto.0.9.8.dylib
        0x7fff90945000 -     0x7fff909a2fff  com.apple.audio.CoreAudio (4.1.0 - 4.1.0) <B3198BD6-EA1D-3E5E-ADD4-37D8E6B72678> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
        0x7fff909a3000 -     0x7fff90a3dfff  libvMisc.dylib (380.6) <714336EA-1C0E-3735-B31C-19DFDAAF6221> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvMisc.dylib
        0x7fff90a3e000 -     0x7fff90ae4fff  com.apple.CoreServices.OSServices (557 - 557) <2806326A-6C4A-32C1-9BBE-ECB08453F328> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServi ces.framework/Versions/A/OSServices
        0x7fff90ae5000 -     0x7fff90c6bfff  libBLAS.dylib (1073.3) <6B71AB8C-3D9A-33C2-9EAF-2A0BA504D493> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libBLAS.dylib
        0x7fff90c9d000 -     0x7fff90cf9ff7  com.apple.Symbolication (1.3 - 93) <66BAF8B0-26D5-38B6-A742-01031F1B4EC0> /System/Library/PrivateFrameworks/Symbolication.framework/Versions/A/Symbolicat ion
        0x7fff90cfa000 -     0x7fff90d00ff7  libunwind.dylib (35.1) <21703D36-2DAB-3D8B-8442-EAAB23C060D3> /usr/lib/system/libunwind.dylib
        0x7fff90d01000 -     0x7fff90d01fff  com.apple.Carbon (154 - 155) <372716D2-6FA1-3611-8501-3DD1D4A6E8C8> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
        0x7fff90d02000 -     0x7fff90d06fff  com.apple.SecCodeWrapper (2.0 - 1) <9C89FB5E-A3C1-34B0-85C8-EF5B093A461C> /System/Library/PrivateFrameworks/SecCodeWrapper.framework/Versions/A/SecCodeWr apper
        0x7fff915bc000 -     0x7fff915bcfff  com.apple.Accelerate.vecLib (3.8 - vecLib 3.8) <B5A18EE8-DF81-38DD-ACAF-7076B2A26225> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/vecLib
        0x7fff915c8000 -     0x7fff91739ff7  com.apple.QTKit (7.7.1 - 2599) <823F862A-4A34-3894-A36C-C6D91B8AF5A8> /System/Library/Frameworks/QTKit.framework/Versions/A/QTKit
        0x7fff9173a000 -     0x7fff9176efff  com.apple.securityinterface (6.0 - 55024.3) <1AF13976-72BB-351F-A263-09284BA25C88> /System/Library/Frameworks/SecurityInterface.framework/Versions/A/SecurityInter face
        0x7fff9176f000 -     0x7fff91770ff7  libsystem_sandbox.dylib (220) <3C3B03CF-C525-3CB3-8557-62E91B93AC95> /usr/lib/system/libsystem_sandbox.dylib
        0x7fff91771000 -     0x7fff91acdff7  com.apple.Foundation (6.8 - 945) <0C972F73-0C07-3384-98F2-B176E0289494> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
        0x7fff91ace000 -     0x7fff91acefff  com.apple.quartzframework (1.5 - 1.5) <6403C982-0D45-37EE-A0F0-0EF8BCFEF440> /System/Library/Frameworks/Quartz.framework/Versions/A/Quartz
        0x7fff91acf000 -     0x7fff91b13fff  com.apple.OSAKit (1.3 - 86) <AA0D5A63-72D0-34A9-97C0-CFE5E5ACCDE1> /System/Library/Frameworks/OSAKit.framework/Versions/A/OSAKit
        0x7fff91b14000 -     0x7fff91b96fff  com.apple.Heimdal (3.0 - 2.0) <660A6C64-4912-32C8-A332-B64164032A2D> /System/Library/PrivateFrameworks/Heimdal.framework/Versions/A/Heimdal
        0x7fff91b97000 -     0x7fff91bbeff7  com.apple.PerformanceAnalysis (1.16 - 16) <E4888388-F41B-313E-9CBB-5807D077BDA9> /System/Library/PrivateFrameworks/PerformanceAnalysis.framework/Versions/A/Perf ormanceAnalysis
        0x7fff91bbf000 -     0x7fff91bd0fff  com.apple.CalendarFoundation (1.0 - 27) <1C9D7450-9C25-3B2C-A3E4-B658780C3C0F> /System/Library/PrivateFrameworks/CalendarFoundation.framework/Versions/A/Calen darFoundation
        0x7fff91bd1000 -     0x7fff91bfafff  libsandbox.1.dylib (220) <163B48F0-2A0D-3E07-8576-6734C98CEF25> /usr/lib/libsandbox.1.dylib
        0x7fff91bff000 -     0x7fff91cfcff7  libxml2.2.dylib (22.3) <47B09CB2-C636-3024-8B55-6040F7829B4C> /usr/lib/libxml2.2.dylib
        0x7fff91cfd000 -     0x7fff92927fff  com.apple.AppKit (6.8 - 1187) <C9309F5C-9441-3E5B-A120-B03FEDDA63F9> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
        0x7fff92928000 -     0x7fff929c6fff  com.apple.ink.framework (1.4 - 110) <C6E43ED5-7189-3291-80F0-BB7702AD051A> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework /Versions/A/Ink
        0x7fff929c7000 -     0x7fff92adfa27  libobjc.A.dylib (532) <9FA80CDA-97F4-3801-8879-0C1B976BC5CA> /usr/lib/libobjc.A.dylib
        0x7fff92ae0000 -     0x7fff92bbafff  com.apple.backup.framework (1.4 - 1.4) <00964E68-4A36-3F9F-B0A5-B782575C64DE> /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup
        0x7fff92bbb000 -     0x7fff92bcaff7  libxar.1.dylib (105) <370ED355-E516-311E-BAFD-D80633A84BE1> /usr/lib/libxar.1.dylib
        0x7fff92bcb000 -     0x7fff92d23ff7  com.apple.syncservices (7.0 - 713) <924B8B34-2C9C-3C1D-909D-FF215AA8985D> /System/Library/Frameworks/SyncServices.framework/Versions/A/SyncServices
        0x7fff92d24000 -     0x7fff92d28fff  libpam.2.dylib (20) <C8F45864-5B58-3237-87E1-2C258A1D73B8> /usr/lib/libpam.2.dylib
        0x7fff92d29000 -     0x7fff92d2efff  com.apple.OpenDirectory (10.8 - 151.10) <CF44120B-9B01-32DD-852E-C9C0E1243FC0> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
        0x7fff92d2f000 -     0x7fff92d7fff7  com.apple.iCalendar (6.0 - 126.2) <67C9CA39-1D08-3750-A4E0-29047B632116> /System/Library/PrivateFrameworks/iCalendar.framework/Versions/A/iCalendar
        0x7fff92db9000 -     0x7fff92e03ff7  libGLU.dylib (8.5) <5D71D182-D92F-35A7-81AA-0F1C79428911> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
        0x7fff92e04000 -     0x7fff92fedfff  com.apple.CoreFoundation (6.8 - 744) <47AEA7C7-EF9B-3FC6-AEBF-CE02FC650301> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
        0x7fff92ff0000 -     0x7fff92ff3fff  com.apple.help (1.3.2 - 42) <343904FE-3022-3573-97D6-5FE17F8643BA> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framewor k/Versions/A/Help
        0x7fff92ff4000 -     0x7fff93049ff7  libTIFF.dylib (843) <4EB491F3-8DA4-3E4F-AE83-E207720F38B3> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib
        0x7fff93065000 -     0x7fff930b1ff7  libauto.dylib (185.1) <73CDC482-16E3-3FC7-9BB4-FBA2DA44DBC2> /usr/lib/libauto.dylib
        0x7fff931dc000 -     0x7fff931e7ff7  com.apple.bsd.ServiceManagement (2.0 - 2.0) <7A5F12E8-C1C2-39C7-8599-2362EAAB9F03> /System/Library/Frameworks/ServiceManagement.framework/Versions/A/ServiceManage ment
        0x7fff9322a000 -     0x7fff9322affd  com.apple.audio.units.AudioUnit (1.8 - 1.8) <ECC4891A-9BA8-3C13-9A2B-6116521B7B46> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
        0x7fff9326f000 -     0x7fff934fffff  com.apple.CoreImage (8.0.17 - 1.0.1) <FFD6159F-DF31-3EFC-9C59-7FC4F4219D43> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/CoreImage .framework/Versions/A/CoreImage
        0x7fff93500000 -     0x7fff93650fff  com.apple.audio.toolbox.AudioToolbox (1.8 - 1.8) <8019964B-4FFB-3328-A425-B1A702177A25> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
        0x7fff93651000 -     0x7fff93673ff7  libxpc.dylib (140.37) <C552985C-2171-3136-A1B9-3AB21CBF7C4A> /usr/lib/system/libxpc.dylib
        0x7fff93674000 -     0x7fff9367fff7  com.apple.aps.framework (3.0 - 3.0) <17CAFBFA-B842-33F0-B1F5-14EED36799FD> /System/Library/PrivateFrameworks/ApplePushService.framework/Versions/A/ApplePu shService
        0x7fff936d0000 -     0x7fff936d0fff  com.apple.vecLib (3.8 - vecLib 3.8) <794317C7-4E38-338A-A874-5E18001C8503> /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
        0x7fff936d1000 -     0x7fff937eaff7  com.apple.ImageIO.framework (3.2.0 - 843) <A9AC2A79-331A-3B06-AFE6-7E34EF876221> /System/Library/Frameworks/ImageIO.framework/Versions/A/ImageIO
        0x7fff937f9000 -     0x7fff937fffff  libmacho.dylib (829) <BF332AD9-E89F-387E-92A4-6E1AB74BD4D9> /usr/lib/system/libmacho.dylib
        0x7fff93800000 -     0x7fff93803fff  com.apple.AppleSystemInfo (2.0 - 2) <BC221376-361F-3F85-B284-DC251D3BB442> /System/Library/PrivateFrameworks/AppleSystemInfo.framework/Versions/A/AppleSys temInfo
        0x7fff93804000 -     0x7fff9381afff  com.apple.MultitouchSupport.framework (235.27 - 235.27) <78E356A6-78E8-3CAB-8982-7A4958C7A955> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/Multit ouchSupport
        0x7fff9381b000 -     0x7fff9383fff7  libc++abi.dylib (24.2) <340E7C7B-DC93-3AA2-B015-B1C9541EC255> /usr/lib/libc++abi.dylib
        0x7fff93840000 -     0x7fff93a5efff  com.apple.CoreData (106 - 407.5) <45EF39FE-7FD6-366E-BB5C-3E86E0B7DA3C> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
        0x7fff93a5f000 -     0x7fff93a9bfff  com.apple.GeoServices (1.0 - 1) <F55A4DD8-FA21-3842-8450-1D707D24E69B> /System/Library/PrivateFrameworks/GeoServices.framework/Versions/A/GeoServices
        0x7fff93a9c000 -     0x7fff93aa6fff  com.apple.DisplayServicesFW (2.6 - 352.4.2) <7FF30C43-84D7-3305-B8AD-F9754F3C582B> /System/Library/PrivateFrameworks/DisplayServices.framework/Versions/A/DisplayS ervices
        0x7fff93aa7000 -     0x7fff93d62fff  com.apple.AddressBook.framework (7.0 - 1143) <EC55CF4B-4194-3163-B6E1-8C8D2712FBCF> /System/Library/Frameworks/AddressBook.framework/Versions/A/AddressBook
        0x7fff93de9000 -     0x7fff93deaff7  libSystem.B.dylib (169.3) <132FE02E-3865-3F1F-B78D-C93D65930A67> /usr/lib/libSystem.B.dylib
        0x7fff93e3b000 -     0x7fff93e44fff  com.apple.CommerceCore (1.0 - 26) <997CD214-BC78-3C61-A1B8-813EA1CB9997> /System/Library/PrivateFrameworks/CommerceKit.framework/Versions/A/Frameworks/C ommerceCore.framework/Versions/A/CommerceCore
        0x7fff93e45000 -     0x7fff93ed2ff7  com.apple.SearchKit (1.4.0 - 1.4.0) <C7F43889-F8BF-3CB9-AD66-11AEFCBCEDE7> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchK it.framework/Versions/A/SearchKit
        0x7fff93ed3000 -     0x7fff93ed5fff  libquarantine.dylib (52) <4BE2E642-A14F-340A-B482-5BD2AEFD9C24> /usr/lib/system/libquarantine.dylib
        0x7fff93ed6000 -     0x7fff93fa9ff7  com.apple.DiscRecording (7.0 - 7000.2.4) <005BE6FF-38A1-3AEA-B24C-9D4F330EF6BE> /System/Library/Frameworks/DiscRecording.framework/Versions/A/DiscRecording
        0x7fff93faa000 -     0x7fff93fc5ff7  libsystem_kernel.dylib (2050.9.2) <F646589B-13F8-3685-8C17-92C77993AE86> /usr/lib/system/libsystem_kernel.dylib
        0x7fff93fc6000 -     0x7fff93fc6fff  com.apple.Accelerate (1.8 - Accelerate 1.8) <6AD48543-0864-3D40-80CE-01F184F24B45> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
        0x7fff93fc7000 -     0x7fff93fd3ff7  com.apple.CrashReporterSupport (10.8.1 - 412) <3CBB620C-BDCF-31B1-B473-4B6380DE03F7> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/Cra shReporterSupport
        0x7fff93fda000 -     0x7fff943d1fff  libLAPACK.dylib (1073.3) <E670020A-6969-3ED7-B80B-285AE1DE5F95> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libLAPACK.dylib
        0x7fff943d2000 -     0x7fff9443ffff  com.apple.datadetectorscore (4.0 - 269.1) <C94C372B-3821-3A46-A8C2-091AB1CFF7F4> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDe tectorsCore
        0x7fff94440000 -     0x7fff94443ff7  libdyld.dylib (210.2.3) <F59367C9-C110-382B-A695-9035A6DD387E> /usr/lib/system/libdyld.dylib
        0x7fff944ec000 -     0x7fff94c94fff  com.apple.CoreAUC (6.16.00 - 6.16.00) <B0B4B5B8-6F8F-3221-9128-313E3B8C695D> /System/Library/PrivateFrameworks/CoreAUC.framework/Versions/A/CoreAUC
        0x7fff94cec000 -     0x7fff94d06fff  com.apple.CoreMediaAuthoring (2.1 - 914) <CFA664F9-D5A7-3281-A12F-3ED8A98FD8C1> /System/Library/PrivateFrameworks/CoreMediaAuthoring.framework/Versions/A/CoreM ediaAuthoring
        0x7fff94d07000 -     0x7fff94d54fff  com.apple.CoreMediaIO (301.0 - 4147) <61E348A5-1F9E-3390-9613-3EACE40DBD8C> /System/Library/Frameworks/CoreMediaIO.framework/Versions/A/CoreMediaIO
        0x7fff95498000 -     0x7fff95649fff  com.apple.AutomatorFramework (1.3 - 346) <18A0D91C-7F93-3B94-B228-62EFCDC46449> /System/Library/Frameworks/Automator.framework/Versions/A/Automator
        0x7fff9564a000 -     0x7fff9564dfff  libRadiance.dylib (843) <61405840-A8B0-368E-B39A-704B5A04FDA5> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.d ylib
        0x7fff9564e000 -     0x7fff956befff  com.apple.ISSupport (1.9.8 - 56) <23ED7650-2705-355A-9F11-409A9981AC53> /System/Library/PrivateFrameworks/ISSupport.framework/Versions/A/ISSupport
        0x7fff956bf000 -     0x7fff956e7fff  libJPEG.dylib (843) <377EC31E-1831-32E2-AEEB-C375E0A80335> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib
        0x7fff957dd000 -     0x7fff9585dff7  com.apple.ApplicationServices.ATS (332 - 341) <487A3EA8-E180-3EA4-B60E-B87E8F0AB5D1> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/ATS
        0x7fff9585e000 -     0x7fff9595cff7  com.apple.QuickLookUIFramework (4.0 - 555.0) <BD4FD137-918A-3755-B2B5-4E552D85B460> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuickLookUI.f ramework/Versions/A/QuickLookUI
        0x7fff9595d000 -     0x7fff9595eff7  libdnsinfo.dylib (453.16) <38A3E0F4-E34C-3D45-A2C9-4CDE2DF007BD> /usr/lib/system/libdnsinfo.dylib
        0x7fff9595f000 -     0x7fff9599cfe7  libGLImage.dylib (8.5) <E6FE6970-FE3C-3844-AE9D-4B9B5505601A> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dyl ib
        0x7fff959a0000 -     0x7fff959a0fff  com.apple.AOSMigrate (1.0 - 1) <585B1483-490E-32DD-97DC-B9279E9D3490> /System/Library/PrivateFrameworks/AOSMigrate.framework/Versions/A/AOSMigrate
        0x7fff959a1000 -     0x7fff959a5fff  com.apple.IOSurface (86.0.2 - 86.0.2) <739A481A-DF06-39EB-B784-D03BA1CBD762> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
        0x7fff959a6000 -     0x7fff959f5ff7  libcorecrypto.dylib (106) <57BC99C6-3C3F-344C-BDD6-25E845D956F2> /usr/lib/system/libcorecrypto.dylib
        0x7fff959f6000 -     0x7fff95a03fff  com.apple.KerberosHelper (4.0 - 1.0) <6815439D-1A03-3251-99FE-CC24CF4C93C5> /System/Library/PrivateFrameworks/KerberosHelper.framework/Versions/A/KerberosH elper
        0x7fff95a04000 -     0x7fff95a13ff7  com.apple.opengl (1.8.5 - 1.8.5) <8960E72A-9692-3B32-8452-B2163855AD86> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
        0x7fff95a1e000 -     0x7fff95a4cff7  libsystem_m.dylib (3022.6) <B434BE5C-25AB-3EBD-BAA7-5304B34E3441> /usr/lib/system/libsystem_m.dylib
        0x7fff95a5e000 -     0x7fff95b1bff7  com.apple.ColorSync (4.8.0 - 4.8.0) <6CE333AE-EDDB-3768-9598-9DB38041DC55> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ColorSync.framework/Versions/A/ColorSync
        0x7fff95b1c000 -     0x7fff95b56fff  com.apple.GSS (3.0 - 2.0) <0BDF8090-5EF4-3759-94DE-8521D74188AA> /System/Library/Frameworks/GSS.framework/Versions/A/GSS
        0x7fff95b57000 -     0x7fff95b5dfff  com.apple.DiskArbitration (2.5 - 2.5) <348AC0CC-6BCE-3416-9141-A5C1164EDDFF> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
        0x7fff95b5e000 -     0x7fff95ba2ff7  com.apple.CalDAV (6.0 - 112) <AEA3B46B-8F87-38DE-A8F9-D2C838A92D98> /System/Library/PrivateFrameworks/CalDAV.framework/Versions/A/CalDAV
        0x7fff95be9000 -     0x7fff95beafff  liblangid.dylib (116) <864C409D-D56B-383E-9B44-A435A47F2346> /usr/lib/liblangid.dylib
        0x7fff95bee000 -     0x7fff95c45ff7  com.apple.ScalableUserInterface (1.0 - 1) <F1D43DFB-1796-361B-AD4B-39F1EED3BE19> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/ScalableU serInterface.framework/Versions/A/ScalableUserInterface
        0x7fff95c46000 -     0x7fff95c59ff7  com.apple.AppContainer (2.0 - 1) <B5FD7F25-D376-3BFB-9E36-B382A14ED40A> /System/Library/PrivateFrameworks/AppContainer.framework/Versions/A/AppContaine r
        0x7fff95c62000 -     0x7fff95c6ffff  com.apple.AppleFSCompression (49 - 1.0) <5508344A-2A7E-3122-9562-6F363910A80E> /System/Library/PrivateFrameworks/AppleFSCompression.framework/Versions/A/Apple FSCompression
        0x7fff95c70000 -     0x7fff95c74fff  libMatch.1.dylib (17) <E10E50F3-25F8-3B9B-AA11-923E40F5FFDD> /

    *** Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: 'com.apple.ical.event-object is not one of the AMAccepts UTIs declared for this action.'
    terminate called throwing an exception
    abort() called
    That has to be the key, can anyone assist?

  • Automator crashes in OS 10.6.8

    Running OS 10.6.8 on my late 2006, 13 in macbook2,1. Last few weeks have had multiple applications crash unexpectedly. Have verified and repaired disk permissions numerous times, verified hard drive a few times too. Took macbook to Genius Bar where they said may be because of RAM hungry applications but when they tested it said something wrong with the hard drive. Initially they talked about needing a new hard drive, then they decided to erase the HD and re-install the OS and I used Time Machine to restore applications and documents. I still had the same problems. Thinking some conflict with some application, I deleted the HD, re-installed the OS once again and this time did not restore from Time Machine. Same problem.
    Finally decided to go for the SSD that I have had my eye on for a long time. Replaced the HD with the SSD and wow, amazed with the rate apps open. However today which two days after installed new SSD, other random apps and Automator crashes unexpectedly. the 32 bit box in the information panel for Automator was unchecked. I have tried it with it checked and still no help.
    In the last 5 years I have never had any trouble with my macbook until now. All updates current. All firmware upto date.
    Below is the crash report and any help will be gratefully received. As can be seen from the report have already suffered 32 crashes in the last two days with new HD.
    Thank you.
    Process:         Automator [581]
    Path:            /Applications/Automator.app/Contents/MacOS/Automator
    Identifier:      com.apple.Automator
    Version:         2.1.1 (247.1)
    Build Info:      Automator-2470100~2
    Code Type:       X86 (Native)
    Parent Process:  launchd [97]
    PlugIn Path:       /Library/Automator/INTERNET-Website Popup.action/Contents/MacOS/Website Popup
    PlugIn Identifier: com.Automator.Website_Popup
    PlugIn Version:    1.0 (1.0)
    Date/Time:       2012-02-02 22:18:59.039 +0000
    OS Version:      Mac OS X 10.6.8 (10K549)
    Report Version:  6
    Interval Since Last Report:          85310 sec
    Crashes Since Last Report:           36
    Per-App Interval Since Last Report:  1276 sec
    Per-App Crashes Since Last Report:   2
    Anonymous UUID:                      38D73DA1-439E-43C1-B0DF-D2DD0DBFB4BF
    Exception Type:  EXC_BAD_ACCESS (SIGBUS)
    Exception Codes: KERN_PROTECTION_FAILURE at 0x0000000000000004
    Crashed Thread:  6  Dispatch queue: com.apple.root.default-priority
    Thread 0:  Dispatch queue: com.apple.main-thread
    0   com.apple.AppKit                        0x91a8e5fb -[NSTableView preparedCellAtColumn:row:] + 1392
    1   com.apple.AppKit                        0x91aa86bc -[NSTableView _drawContentsAtRow:column:withCellFrame:] + 56
    2   com.apple.AppKit                        0x91aa772a -[NSTableView drawRow:clipRect:] + 1131
    3   com.apple.AppKit                        0x91aa7162 -[NSTableView drawRowIndexes:clipRect:] + 360
    4   com.apple.AppKit                        0x91aa5b3b -[NSTableView drawRect:] + 1144
    5   com.apple.AppKit                        0x91a9b61e -[NSView _drawRect:clip:] + 3510
    6   com.apple.AppKit                        0x91a9a2bc -[NSView _recursiveDisplayAllDirtyWithLockFocus:visRect:] + 1600
    7   com.apple.AppKit                        0x91a9a5f1 -[NSView _recursiveDisplayAllDirtyWithLockFocus:visRect:] + 2421
    8   com.apple.AppKit                        0x91a9a5f1 -[NSView _recursiveDisplayAllDirtyWithLockFocus:visRect:] + 2421
    9   com.apple.AppKit                        0x91a987db -[NSView _recursiveDisplayRectIfNeededIgnoringOpacity:isVisibleRect:rectIsVisibleRectFor View:topView:] + 711
    10  com.apple.AppKit                        0x91a99750 -[NSView _recursiveDisplayRectIfNeededIgnoringOpacity:isVisibleRect:rectIsVisibleRectFor View:topView:] + 4668
    11  com.apple.AppKit                        0x91a99750 -[NSView _recursiveDisplayRectIfNeededIgnoringOpacity:isVisibleRect:rectIsVisibleRectFor View:topView:] + 4668
    12  com.apple.AppKit                        0x91a99750 -[NSView _recursiveDisplayRectIfNeededIgnoringOpacity:isVisibleRect:rectIsVisibleRectFor View:topView:] + 4668
    13  com.apple.AppKit                        0x91a99750 -[NSView _recursiveDisplayRectIfNeededIgnoringOpacity:isVisibleRect:rectIsVisibleRectFor View:topView:] + 4668
    14  com.apple.AppKit                        0x91a99750 -[NSView _recursiveDisplayRectIfNeededIgnoringOpacity:isVisibleRect:rectIsVisibleRectFor View:topView:] + 4668
    15  com.apple.AppKit                        0x91a99750 -[NSView _recursiveDisplayRectIfNeededIgnoringOpacity:isVisibleRect:rectIsVisibleRectFor View:topView:] + 4668
    16  com.apple.AppKit                        0x91a99750 -[NSView _recursiveDisplayRectIfNeededIgnoringOpacity:isVisibleRect:rectIsVisibleRectFor View:topView:] + 4668
    17  com.apple.AppKit                        0x91a99750 -[NSView _recursiveDisplayRectIfNeededIgnoringOpacity:isVisibleRect:rectIsVisibleRectFor View:topView:] + 4668
    18  com.apple.AppKit                        0x91a99750 -[NSView _recursiveDisplayRectIfNeededIgnoringOpacity:isVisibleRect:rectIsVisibleRectFor View:topView:] + 4668
    19  com.apple.AppKit                        0x91a9834f -[NSThemeFrame _recursiveDisplayRectIfNeededIgnoringOpacity:isVisibleRect:rectIsVisibleRectFor View:topView:] + 265
    20  com.apple.AppKit                        0x91a94c96 -[NSView _displayRectIgnoringOpacity:isVisibleRect:rectIsVisibleRectForView:] + 3309
    21  com.apple.AppKit                        0x919f584b -[NSView displayIfNeeded] + 818
    22  com.apple.AppKit                        0x919beb64 -[NSWindow displayIfNeeded] + 204
    23  com.apple.AppKit                        0x919f007e _handleWindowNeedsDisplay + 696
    24  com.apple.Foundation                    0x93d82484 __NSFireTimer + 141
    25  com.apple.CoreFoundation                0x9503da3b __CFRunLoopRun + 8059
    26  com.apple.CoreFoundation                0x9503b3c4 CFRunLoopRunSpecific + 452
    27  com.apple.CoreFoundation                0x9503b1f1 CFRunLoopRunInMode + 97
    28  com.apple.HIToolbox                     0x93257e04 RunCurrentEventLoopInMode + 392
    29  com.apple.HIToolbox                     0x93257bb9 ReceiveNextEventCommon + 354
    30  com.apple.HIToolbox                     0x93257a3e BlockUntilNextEventMatchingListInMode + 81
    31  com.apple.AppKit                        0x919c6595 _DPSNextEvent + 847
    32  com.apple.AppKit                        0x919c5dd6 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 156
    33  com.apple.AppKit                        0x919881f3 -[NSApplication run] + 821
    34  com.apple.AppKit                        0x91980289 NSApplicationMain + 574
    35  com.apple.Automator                     0x0000268b main + 187
    36  com.apple.Automator                     0x000025c5 start + 53
    Thread 1:  Dispatch queue: com.apple.libdispatch-manager
    0   libSystem.B.dylib                       0x93070382 kevent + 10
    1   libSystem.B.dylib                       0x93070a9c _dispatch_mgr_invoke + 215
    2   libSystem.B.dylib                       0x9306ff59 _dispatch_queue_invoke + 163
    3   libSystem.B.dylib                       0x9306fcfe _dispatch_worker_thread2 + 240
    4   libSystem.B.dylib                       0x9306f781 _pthread_wqthread + 390
    5   libSystem.B.dylib                       0x9306f5c6 start_wqthread + 30
    Thread 2:
    0   libSystem.B.dylib                       0x9306f412 __workq_kernreturn + 10
    1   libSystem.B.dylib                       0x9306f9a8 _pthread_wqthread + 941
    2   libSystem.B.dylib                       0x9306f5c6 start_wqthread + 30
    Thread 3:
    0   libSystem.B.dylib                       0x9306f412 __workq_kernreturn + 10
    1   libSystem.B.dylib                       0x9306f9a8 _pthread_wqthread + 941
    2   libSystem.B.dylib                       0x9306f5c6 start_wqthread + 30
    Thread 4:  Dispatch queue: com.apple.CFURLCACHE_work_queue
    0   libSystem.B.dylib                       0x9307eb26 fsync$UNIX2003 + 10
    1   libsqlite3.dylib                        0x952d4f3c unixSync + 76
    2   libsqlite3.dylib                        0x952d8123 syncJournal + 611
    3   libsqlite3.dylib                        0x952ed019 sqlite3PagerCommitPhaseOne + 1337
    4   libsqlite3.dylib                        0x952ed8af sqlite3BtreeCommitPhaseOne + 607
    5   libsqlite3.dylib                        0x95322962 sqlite3VdbeHalt + 3394
    6   libsqlite3.dylib                        0x9535bde8 sqlite3VdbeExec + 12184
    7   libsqlite3.dylib                        0x95365867 sqlite3_step + 1639
    8   libsqlite3.dylib                        0x95366378 sqlite3_exec + 312
    9   com.apple.CFNetwork                     0x98e7217d __CFURLCache::CreateTablesAndIndexes(sqlite3*) + 427
    10  com.apple.CFNetwork                     0x98e7392e __CFURLCache::RecreateEmptyPersistentStoreOnDiskAndOpen_NoLock() + 188
    11  com.apple.CFNetwork                     0x98e73a3e __CFURLCache::RecreateEmptyPersistentStoreOnDiskAndOpen() + 56
    12  com.apple.CFNetwork                     0x98e23ff1 __CFURLCache::OpenDatabase() + 201
    13  com.apple.CFNetwork                     0x98e239fb ProcessCacheTasks(__CFURLCache*) + 629
    14  com.apple.CFNetwork                     0x98e23226 _CFURLCacheTimerCallback(void*) + 403
    15  libSystem.B.dylib                       0x9307da24 _dispatch_call_block_and_release + 16
    16  libSystem.B.dylib                       0x9307048c _dispatch_queue_drain + 249
    17  libSystem.B.dylib                       0x9306fee8 _dispatch_queue_invoke + 50
    18  libSystem.B.dylib                       0x9306fcfe _dispatch_worker_thread2 + 240
    19  libSystem.B.dylib                       0x9306f781 _pthread_wqthread + 390
    20  libSystem.B.dylib                       0x9306f5c6 start_wqthread + 30
    Thread 5:
    0   libSystem.B.dylib                       0x93077aa2 __semwait_signal + 10
    1   libSystem.B.dylib                       0x930a39c5 nanosleep$UNIX2003 + 188
    2   libSystem.B.dylib                       0x930a3903 usleep$UNIX2003 + 61
    3   com.apple.AppKit                        0x91b2fe2d -[NSUIHeartBeat _heartBeatThread:] + 2039
    4   com.apple.Foundation                    0x93d544c4 -[NSThread main] + 45
    5   com.apple.Foundation                    0x93d54474 __NSThread__main__ + 1499
    6   libSystem.B.dylib                       0x93077259 _pthread_start + 345
    7   libSystem.B.dylib                       0x930770de thread_start + 34
    Thread 6 Crashed:  Dispatch queue: com.apple.root.default-priority
    0   com.apple.WebCore                       0x9767ec68 WebCore::TimerBase::heapDecreaseKey() + 24
    1   com.apple.WebCore                       0x969d6806 WebCore::TimerBase::setNextFireTime(double) + 470
    2   com.apple.WebCore                       0x969e966b WebCore::TimerBase::stop() + 27
    3   com.apple.WebCore                       0x96a6ef1d WebCore::FrameView::layout(bool) + 109
    4   com.apple.WebKit                        0x968adaa4 -[WebHTMLView layoutToMinimumPageWidth:height:maximumPageWidth:adjustingViewSize:] + 308
    5   com.apple.WebKit                        0x968ad968 -[WebHTMLView layout] + 56
    6   com.apple.WebKit                        0x968a5dfe -[WebDynamicScrollBarsView(WebInternal) updateScrollers] + 1054
    7   com.apple.WebKit                        0x968a59bc -[WebDynamicScrollBarsView(WebInternal) reflectScrolledClipView:] + 220
    8   com.apple.AppKit                        0x919eb931 -[NSClipView _selfBoundsChanged] + 740
    9   com.apple.AppKit                        0x91a34547 -[NSClipView setFrameSize:] + 208
    10  com.apple.AppKit                        0x919a2331 -[NSView setFrame:] + 284
    11  com.apple.AppKit                        0x91a52c04 -[NSScrollView _applyContentAreaLayout:] + 132
    12  com.apple.AppKit                        0x91a51e53 -[NSScrollView tile] + 1879
    13  com.apple.WebKit                        0x968a25e9 -[WebDynamicScrollBarsView(WebInternal) tile] + 57
    14  com.apple.AppKit                        0x91a516ed -[NSScrollView _tileWithoutRecursing] + 46
    15  com.apple.AppKit                        0x91a5ba0b -[NSScrollView _update] + 39
    16  com.apple.AppKit                        0x919a2886 -[NSView setFrameSize:] + 713
    17  com.apple.AppKit                        0x919e916b -[NSScrollView setFrameSize:] + 1097
    18  com.apple.AppKit                        0x919a2331 -[NSView setFrame:] + 284
    19  com.apple.AppKit                        0x91a327df -[NSView resizeWithOldSuperviewSize:] + 414
    20  com.apple.AppKit                        0x919a8418 -[NSView resizeSubviewsWithOldSize:] + 177
    21  com.apple.AppKit                        0x919a2886 -[NSView setFrameSize:] + 713
    22  com.apple.WebKit                        0x968c01ed -[WebFrameView setFrameSize:] + 141
    23  com.apple.AppKit                        0x919a2331 -[NSView setFrame:] + 284
    24  com.apple.AppKit                        0x91a327df -[NSView resizeWithOldSuperviewSize:] + 414
    25  com.apple.AppKit                        0x919a8418 -[NSView resizeSubviewsWithOldSize:] + 177
    26  com.apple.AppKit                        0x919a2886 -[NSView setFrameSize:] + 713
    27  com.apple.WebKit                        0x968c7bc3 -[WebView(WebPrivate) setFrameSize:] + 83
    28  com.apple.AppKit                        0x919a2331 -[NSView setFrame:] + 284
    29  com.apple.AppKit                        0x91a327df -[NSView resizeWithOldSuperviewSize:] + 414
    30  com.apple.AppKit                        0x919a8418 -[NSView resizeSubviewsWithOldSize:] + 177
    31  com.apple.AppKit                        0x919a2886 -[NSView setFrameSize:] + 713
    32  com.apple.AppKit                        0x919a6851 -[NSWindow _oldPlaceWindow:] + 1638
    33  com.apple.AppKit                        0x919a5a10 -[NSWindow _setFrameCommon:display:stashSize:] + 1790
    34  com.apple.AppKit                        0x919a530b -[NSWindow setFrame:display:] + 78
    35  com.apple.AppKit                        0x920142bc -[NSWindow setContentSize:] + 225
    36  com.Automator.Website_Popup             0x15bee3ec -[WPWindowController windowDidLoad] + 86
    37  com.apple.AppKit                        0x91a1bf23 -[NSWindowController _windowDidLoad] + 525
    38  com.apple.AppKit                        0x919a9f44 -[NSWindowController window] + 123
    39  com.apple.AppKit                        0x91c0edbc -[NSWindowController showWindow:] + 36
    40  com.Automator.Website_Popup             0x15bee2a3 -[WPWindowController go] + 38
    41  com.apple.AutomatorFramework            0x00071a3b -[AMAction runWithInput:loopParent:] + 603
    42  com.apple.AutomatorFramework            0x00070e5f -[AMWorkflowRunner runAction:withInput:loopParent:] + 1407
    43  com.apple.AutomatorFramework            0x000c6068 -[AMWorkflowRunner runAction:] + 72
    44  com.apple.AutomatorFramework            0x0013261d -[AMRunActionOperation main] + 109
    45  com.apple.AutomatorFramework            0x0013289b -[AMRunActionAsyncOperation am_main] + 107
    46  com.apple.AutomatorFramework            0x0013281f -[AMRunActionAsyncOperation start] + 255
    47  com.apple.Foundation                    0x93e6c0bb ____NSOQSchedule_block_invoke_2 + 119
    48  libSystem.B.dylib                       0x9307da24 _dispatch_call_block_and_release + 16
    49  libSystem.B.dylib                       0x9306fcf2 _dispatch_worker_thread2 + 228
    50  libSystem.B.dylib                       0x9306f781 _pthread_wqthread + 390
    51  libSystem.B.dylib                       0x9306f5c6 start_wqthread + 30
    Thread 7:  WebCore: LocalStorage
    0   libSystem.B.dylib                       0x93077aa2 __semwait_signal + 10
    1   libSystem.B.dylib                       0x9307775e _pthread_cond_wait + 1191
    2   libSystem.B.dylib                       0x930793f8 pthread_cond_wait$UNIX2003 + 73
    3   com.apple.JavaScriptCore                0x96009551 ***::ThreadCondition::timedWait(***::Mutex&, double) + 81
    4   libSystem.B.dylib                       0x93077259 _pthread_start + 345
    5   libSystem.B.dylib                       0x930770de thread_start + 34
    Thread 6 crashed with X86 Thread State (32-bit):
      eax: 0x00000000  ebx: 0x969d6644  ecx: 0x00000008  edx: 0x1627a0f8
      edi: 0x00000001  esi: 0x00000001  ebp: 0xb0312a48  esp: 0xb0312a20
       ss: 0x0000001f  efl: 0x00010286  eip: 0x9767ec68   cs: 0x00000017
       ds: 0x0000001f   es: 0x0000001f   fs: 0x0000001f   gs: 0x00000037
      cr2: 0x00000004
    Binary Images:
        0x1000 -    0x2eff7  com.apple.Automator 2.1.1 (247.1) <8959B750-88A9-A4F3-B645-598AFA74F4C8> /Applications/Automator.app/Contents/MacOS/Automator
       0x43000 -   0x1a4ff3  com.apple.AutomatorFramework 1.2.2 (247.1) <D376C547-E1E9-8EF2-3533-C9DB652846FD> /System/Library/Frameworks/Automator.framework/Versions/A/Automator
      0x24e000 -   0x28aff7  com.apple.OSAKit 1.2.1 (76) <1D4D69CA-EABA-F514-A488-EB0F1E1BB96E> /System/Library/Frameworks/OSAKit.framework/Versions/A/OSAKit
      0x2ae000 -   0x2f4ff7  com.apple.AppleScriptKit 1.5.1 (82.1) <CFCB7516-7CF2-9AB0-4B11-4A3768BCC536> /System/Library/Frameworks/AppleScriptKit.framework/Versions/A/AppleScriptKit
      0x337000 -   0x344ffb  com.apple.AppleScriptObjC 1.0.2 (???) <89FB9BCB-C2DF-1854-E468-3FE9A93189AD> /System/Library/Frameworks/AppleScriptObjC.framework/Versions/A/AppleScriptObjC
      0x34d000 -   0x359fe7  libexslt.0.dylib 9.13.0 (compatibility 9.0.0) <AC82059F-7F88-6399-9323-57553E2ECDA9> /usr/lib/libexslt.0.dylib
      0x76d000 -   0x76dff7  com.apple.Automator.FindItems 1.0 (1.0) <07208622-AE12-E81C-1DC3-A8C4DB3F0DC3> /System/Library/Automator/Find Items.action/Contents/MacOS/Find Items
      0x772000 -   0x772ff7  com.apple.Automator.FilterItems 1.0 (1.0) <8968066E-9AA0-B2CB-0E13-ECC11BE52A93> /System/Library/Automator/Filter Items.action/Contents/MacOS/Filter Items
      0x776000 -   0x776ff7  com.apple.Automator.GetSelectedItems 1.0 (1.0) <205584FB-D784-D0FF-0935-382F61C389E1> /System/Library/Automator/Get Selected Items.action/Contents/MacOS/Get Selected Items
    0x15aea000 - 0x15aeaff7  com.apple.applescript.component 2.1.2 (2.1.2) <C753B747-FBB7-EF99-32C9-133CA88FD5C4> /System/Library/Components/AppleScript.component/Contents/MacOS/AppleScript
    0x15aee000 - 0x15b86fff  com.apple.applescript 2.1.2 (2.1.2) <E4A816FB-C4A5-DE64-963B-3DCF031124CF> /System/Library/PrivateFrameworks/AppleScript.framework/Versions/A/AppleScript
    0x15be5000 - 0x15be5ff7  com.apple.Automator.URLList 1.1 (1.1) <DE25AC61-48EE-8D38-8324-FEB2A163484D> /System/Library/Automator/Get Specified URLs.action/Contents/MacOS/Get Specified URLs
    0x15bec000 - 0x15befff7 +com.Automator.Website_Popup 1.0 (1.0) <EA44085B-B638-4E2D-1762-B36A6EA7136D> /Library/Automator/INTERNET-Website Popup.action/Contents/MacOS/Website Popup
    0x15c1e000 - 0x15c22ff3  com.apple.audio.AudioIPCPlugIn 1.1.6 (1.1.6) <E9CB576C-283B-1DB2-0C69-E7C914BD7922> /System/Library/Extensions/AudioIPCDriver.kext/Contents/Resources/AudioIPCPlugI n.bundle/Contents/MacOS/AudioIPCPlugIn
    0x160eb000 - 0x160f1ff7  com.apple.audio.AppleHDAHALPlugIn 2.0.5 (2.0.5f14) <38E3C1A4-84E4-C105-B55F-8FC4C154036D> /System/Library/Extensions/AppleHDA.kext/Contents/PlugIns/AppleHDAHALPlugIn.bun dle/Contents/MacOS/AppleHDAHALPlugIn
    0x70000000 - 0x700cbfff  com.apple.audio.units.Components 1.6.5 (1.6.5) <E50D0989-0609-EAF7-3B3B-B10D7847BAA5> /System/Library/Components/CoreAudio.component/Contents/MacOS/CoreAudio
    0x8fe00000 - 0x8fe4163b  dyld 132.1 (???) <4CDE4F04-0DD6-224E-ACE5-3C06E169A801> /usr/lib/dyld
    0x900b4000 - 0x900f4fe7  com.apple.DAVKit 4.0.3 (732.2) <EF9AA2D1-718F-40BE-4DB7-E62A767801AF> /System/Library/PrivateFrameworks/DAVKit.framework/Versions/A/DAVKit
    0x900f5000 - 0x900f5ff7  com.apple.Accelerate.vecLib 3.6 (vecLib 3.6) <ABF97DA4-3BDF-6FFD-6239-B023CA1F7974> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/vecLib
    0x900f6000 - 0x90120ff7  com.apple.shortcut 1.1 (1.1) <B0514FA9-7CAE-AD94-93CA-7B2A2C5F7B8A> /System/Library/PrivateFrameworks/Shortcut.framework/Versions/A/Shortcut
    0x90121000 - 0x90121ff7  com.apple.Carbon 150 (152) <8F767518-AD3C-5CA0-7613-674CD2B509C4> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
    0x90122000 - 0x90202fe7  com.apple.vImage 4.1 (4.1) <D029C515-08E1-93A6-3705-DD062A3A672C> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.fr amework/Versions/A/vImage
    0x90203000 - 0x90211fe7  libz.1.dylib 1.2.3 (compatibility 1.0.0) <33C1B260-ED05-945D-FC33-EF56EC791E2E> /usr/lib/libz.1.dylib
    0x903f1000 - 0x90431ff3  com.apple.securityinterface 4.0.1 (40418) <FED0C1B5-469E-ADFF-308E-C10B6A68AE45> /System/Library/Frameworks/SecurityInterface.framework/Versions/A/SecurityInter face
    0x90432000 - 0x904a1ff7  libvMisc.dylib 268.0.1 (compatibility 1.0.0) <595A5539-9F54-63E6-7AAC-C04E1574B050> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvMisc.dylib
    0x904a2000 - 0x9051cfff  com.apple.audio.CoreAudio 3.2.6 (3.2.6) <156A532C-0B60-55B0-EE27-D02B82AA6217> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
    0x9051d000 - 0x90527ffb  com.apple.speech.recognition.framework 3.11.1 (3.11.1) <7486003F-8FDB-BD6C-CB34-DE45315BD82C> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecogni tion.framework/Versions/A/SpeechRecognition
    0x90528000 - 0x906aafe7  libicucore.A.dylib 40.0.0 (compatibility 1.0.0) <D5980817-6D19-9636-51C3-E82BAE26776B> /usr/lib/libicucore.A.dylib
    0x906ab000 - 0x90753ffb  com.apple.QD 3.36 (???) <FA2785A4-BB69-DCB4-3BA3-7C89A82CAB41> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ QD.framework/Versions/A/QD
    0x90754000 - 0x90770fe3  com.apple.openscripting 1.3.1 (???) <2A748037-D1C0-6D47-2C4A-0562AF799AC9> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting .framework/Versions/A/OpenScripting
    0x90771000 - 0x907aeff7  com.apple.CoreMedia 0.484.60 (484.60) <8FAB137D-682C-6DEC-5A15-F0029A5B226F> /System/Library/PrivateFrameworks/CoreMedia.framework/Versions/A/CoreMedia
    0x907af000 - 0x907c1ff7  com.apple.syncservices.syncservicesui 5.2 (578.3) <2E6EA5E4-EAEE-EF00-A565-0F9513AF9E27> /System/Library/PrivateFrameworks/SyncServicesUI.framework/Versions/A/SyncServi cesUI
    0x907c2000 - 0x9081fff7  com.apple.framework.IOKit 2.0 (???) <3DABAB9C-4949-F441-B077-0498F8E47A35> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
    0x90820000 - 0x90863ff7  com.apple.NavigationServices 3.5.4 (182) <8DC6FD4A-6C74-9C23-A4C3-715B44A8D28C> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/NavigationSer vices.framework/Versions/A/NavigationServices
    0x90864000 - 0x908a9ff7  com.apple.ImageCaptureCore 1.1 (1.1) <F54F284F-0B81-0AFA-CE47-FF797A6E05B0> /System/Library/Frameworks/ImageCaptureCore.framework/Versions/A/ImageCaptureCo re
    0x908aa000 - 0x9090effb  com.apple.htmlrendering 72 (1.1.4) <4D451A35-FAB6-1288-71F6-F24A4B6E2371> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HTMLRendering .framework/Versions/A/HTMLRendering
    0x9090f000 - 0x90962ff7  com.apple.HIServices 1.8.3 (???) <1D3C4587-6318-C339-BD0F-1988F246BE2E> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ HIServices.framework/Versions/A/HIServices
    0x90a6a000 - 0x90d8aff3  com.apple.CoreServices.CarbonCore 861.39 (861.39) <5C59805C-AF39-9010-B8B5-D673C9C38538> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonC ore.framework/Versions/A/CarbonCore
    0x90d8b000 - 0x90d90ff7  com.apple.AOSNotification 1.2.0 (124) <3CDBCEB8-1078-7152-10CE-001B772AF04F> /System/Library/PrivateFrameworks/AOSNotification.framework/Versions/A/AOSNotif ication
    0x90d91000 - 0x90debfe7  com.apple.CorePDF 1.4 (1.4) <78A1DDE1-1609-223C-A532-D282DC5E0CD0> /System/Library/PrivateFrameworks/CorePDF.framework/Versions/A/CorePDF
    0x90dec000 - 0x90df0ff7  libGFXShared.dylib ??? (???) <801B2C2C-1692-475A-BAD6-99F85B6E7C25> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.d ylib
    0x90ef9000 - 0x90efaff7  libScreenReader.dylib ??? (???) <E559E38F-FB36-C1C4-B915-D3A4E4354921> /usr/lib/libScreenReader.dylib
    0x90fa5000 - 0x90fdefe7  com.apple.bom 10.0 (164) <CC61CCD7-F76C-45DD-6666-C0E0D07C7343> /System/Library/PrivateFrameworks/Bom.framework/Versions/A/Bom
    0x90fe6000 - 0x91066feb  com.apple.SearchKit 1.3.0 (1.3.0) <9E18AEA5-F4B4-8BE5-EEA9-818FC4F46FD9> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchK it.framework/Versions/A/SearchKit
    0x910da000 - 0x91114fe7  libssl.0.9.8.dylib 0.9.8 (compatibility 0.9.8) <C62A7753-99A2-6782-92E7-6628A6190A90> /usr/lib/libssl.0.9.8.dylib
    0x9114e000 - 0x91206feb  libFontParser.dylib ??? (???) <D57D3834-9395-FD58-092A-49B3708E8C89> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libFontParser.dylib
    0x912cb000 - 0x912feff7  com.apple.AE 496.5 (496.5) <BF9673D5-2419-7120-26A3-83D264C75222> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.fram ework/Versions/A/AE
    0x91304000 - 0x9130cff7  com.apple.DisplayServicesFW 2.3.3 (289) <828084B0-9197-14DD-F66A-D634250A212E> /System/Library/PrivateFrameworks/DisplayServices.framework/Versions/A/DisplayS ervices
    0x9130d000 - 0x91353ff7  libauto.dylib ??? (???) <29422A70-87CF-10E2-CE59-FEE1234CFAAE> /usr/lib/libauto.dylib
    0x9137e000 - 0x916e9ff7  com.apple.QuartzCore 1.6.3 (227.37) <E323A5CC-499E-CA9E-9BC3-537231449CAA> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
    0x916ea000 - 0x91712ff7  libxslt.1.dylib 3.24.0 (compatibility 3.0.0) <315D97C2-4E1F-A95F-A759-4A3FA5639E75> /usr/lib/libxslt.1.dylib
    0x91713000 - 0x91855ff7  com.apple.syncservices 5.2 (578.3) <17A876CF-DAB1-1A88-6811-64AF8BFDE508> /System/Library/Frameworks/SyncServices.framework/Versions/A/SyncServices
    0x91856000 - 0x91868ff7  com.apple.MultitouchSupport.framework 207.11 (207.11) <6FF4F2D6-B8CD-AE13-56CB-17437EE5B741> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/Multit ouchSupport
    0x91869000 - 0x91869ff7  com.apple.Accelerate 1.6 (Accelerate 1.6) <3891A689-4F38-FACD-38B2-4BF937DE30CF> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
    0x9186a000 - 0x91917fe7  libobjc.A.dylib 227.0.0 (compatibility 1.0.0) <9F8413A6-736D-37D9-8EB3-7986D4699957> /usr/lib/libobjc.A.dylib
    0x9197e000 - 0x92261ff7  com.apple.AppKit 6.6.8 (1038.36) <A353465E-CFC9-CB75-949D-786F6F7732F6> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
    0x92262000 - 0x92295fff  libTrueTypeScaler.dylib ??? (???) <0F04DAC3-829A-FA1B-E9D0-1E9505713C5C> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libTrueTypeScaler.dylib
    0x922b5000 - 0x922beff7  com.apple.DiskArbitration 2.3 (2.3) <E9C40767-DA6A-6CCB-8B00-2D5706753000> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
    0x922bf000 - 0x922c3ff7  libGIF.dylib ??? (???) <2123645B-AC89-C4E2-8757-85834CAE3DD2> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libGIF.dylib
    0x92979000 - 0x92a11fe7  edu.mit.Kerberos 6.5.11 (6.5.11) <F36DB665-A88B-7F5B-6244-6A2E7FFFF668> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
    0x92a12000 - 0x92a18fff  com.apple.CommonPanels 1.2.4 (91) <2438AF5D-067B-B9FD-1248-2C9987F360BA> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels. framework/Versions/A/CommonPanels
    0x92a45000 - 0x92a80fe7  com.apple.DebugSymbols 1.1 (70) <05013716-CFCF-801E-5535-D0643869BDCD> /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbol s
    0x92a91000 - 0x92a97fe7  com.apple.CommerceCore 1.0 (9.1) <521D067B-3BDA-D04E-E1FA-CFA526C87EB5> /System/Library/PrivateFrameworks/CommerceKit.framework/Versions/A/Frameworks/C ommerceCore.framework/Versions/A/CommerceCore
    0x92b77000 - 0x92b9bff7  libJPEG.dylib ??? (???) <EA97DEC5-6E16-B51C-BF55-F6E8D23526AD> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libJPEG.dylib
    0x92b9c000 - 0x92becff7  com.apple.framework.familycontrols 2.0.2 (2020) <596ADD85-79F5-A613-537B-F83B6E19013C> /System/Library/PrivateFrameworks/FamilyControls.framework/Versions/A/FamilyCon trols
    0x92bed000 - 0x92bedff7  com.apple.CoreServices 44 (44) <51CFA89A-33DB-90ED-26A8-67D461718A4A> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
    0x92c32000 - 0x93048ff7  libBLAS.dylib 219.0.0 (compatibility 1.0.0) <C4FB303A-DB4D-F9E8-181C-129585E59603> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libBLAS.dylib
    0x93049000 - 0x931f0ff7  libSystem.B.dylib 125.2.11 (compatibility 1.0.0) <2DCD13E3-1BD1-6F25-119A-3863A3848B90> /usr/lib/libSystem.B.dylib
    0x931f1000 - 0x93222ff7  libGLImage.dylib ??? (???) <0EE86397-A867-0BBA-E5B1-B800E43FC5CF> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dyl ib
    0x93223000 - 0x93547fef  com.apple.HIToolbox 1.6.5 (???) <21164164-41CE-61DE-C567-32E89755CB34> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.fra mework/Versions/A/HIToolbox
    0x93548000 - 0x93560ff7  com.apple.CFOpenDirectory 10.6 (10.6) <D1CF5881-0AF7-D164-4156-9E9067B7FA37> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpen Directory.framework/Versions/A/CFOpenDirectory
    0x93561000 - 0x93a1cff7  com.apple.VideoToolbox 0.484.60 (484.60) <B53299EC-E30F-EC04-779D-29B7113CC14A> /System/Library/PrivateFrameworks/VideoToolbox.framework/Versions/A/VideoToolbo x
    0x93d3e000 - 0x93faffef  com.apple.Foundation 6.6.8 (751.63) <69B3441C-B196-F2AD-07F8-D8DD24E4CD8C> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
    0x93fb0000 - 0x93fb7ff7  com.apple.aps.framework 1.2 (1.2) <79AFAF6A-319E-C55D-92D8-69284EC663E5> /System/Library/PrivateFrameworks/ApplePushService.framework/Versions/A/ApplePu shService
    0x93fb8000 - 0x94022fe7  libstdc++.6.dylib 7.9.0 (compatibility 7.0.0) <411D87F4-B7E1-44EB-F201-F8B4F9227213> /usr/lib/libstdc++.6.dylib
    0x94023000 - 0x9409aff3  com.apple.backup.framework 1.2.2 (1.2.2) <D65F2FCA-15EB-C200-A08F-7DC4089DA6A2> /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup
    0x9409b000 - 0x94300feb  com.apple.security 6.1.2 (55002) <7F00A51B-F22A-0EBC-A321-923472D686BD> /System/Library/Frameworks/Security.framework/Versions/A/Security
    0x94301000 - 0x94359fe7  com.apple.datadetectorscore 2.0 (80.7) <ADDE04FB-90A7-2132-75AF-C6B19DD0D97E> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDe tectorsCore
    0x9435a000 - 0x943c8ff7  com.apple.QuickLookUIFramework 2.3 (327.6) <74706A08-5399-24FE-00B2-4A702A6B83C1> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuickLookUI.f ramework/Versions/A/QuickLookUI
    0x943c9000 - 0x94438ff7  com.apple.ISSupport 1.9.7 (55) <77905553-740D-90E8-6B2E-ABF5B3D40CBF> /System/Library/PrivateFrameworks/ISSupport.framework/Versions/A/ISSupport
    0x94a99000 - 0x94ae0ffb  com.apple.CoreMediaIOServices 140.0 (1496) <DA152F1C-8EF4-4F5E-6D60-82B1DC72EF47> /System/Library/PrivateFrameworks/CoreMediaIOServices.framework/Versions/A/Core MediaIOServices
    0x94ae1000 - 0x94b7cfe7  com.apple.ApplicationServices.ATS 275.19 (???) <9FA31967-CF14-B033-EB8D-570561D12A13> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/ATS
    0x94b7d000 - 0x94b88ff7  com.apple.NSServerNotificationCenter 3.0 (3.0) <0803C7DC-A7C5-03D5-4C84-4D4097542BE0> /System/Library/Frameworks/ServerNotification.framework/Versions/A/ServerNotifi cation
    0x94b89000 - 0x94c95ff7  libGLProgrammability.dylib ??? (???) <04D7E5C3-B0C3-054B-DF49-3B333DCDEE22> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgramma bility.dylib
    0x94c96000 - 0x94ca1ff7  libGL.dylib ??? (???) <3E34468F-E9A7-8EFB-FF66-5204BD5B4E21> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
    0x94ca2000 - 0x94caeff7  libkxld.dylib ??? (???) <9A441C48-2D18-E716-5F38-CBEAE6A0BB3E> /usr/lib/system/libkxld.dylib
    0x94caf000 - 0x94cd5ffb  com.apple.DictionaryServices 1.1.2 (1.1.2) <43E1D565-6E01-3681-F2E5-72AE4C3A097A> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Diction aryServices.framework/Versions/A/DictionaryServices
    0x94ce0000 - 0x94cf5fff  com.apple.ImageCapture 6.1 (6.1) <B909459A-EAC9-A7C8-F2A9-CD757CDB59E8> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture. framework/Versions/A/ImageCapture
    0x94cf6000 - 0x94d01ff7  com.apple.CrashReporterSupport 10.6.7 (258) <8F3E7415-1FFF-0C20-2EAB-6A23B9728728> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/Cra shReporterSupport
    0x94d02000 - 0x94d0cff7  com.apple.HelpData 2.0.5 (34.1.1) <A9CF754F-B254-5D40-B8B5-F35414DFD875> /System/Library/PrivateFrameworks/HelpData.framework/Versions/A/HelpData
    0x94d0d000 - 0x94e3bfe7  com.apple.CoreData 102.1 (251) <87FE6861-F2D6-773D-ED45-345272E56463> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
    0x94e3c000 - 0x94ffefeb  com.apple.ImageIO.framework 3.0.4 (3.0.4) <027F55DF-7E4E-2310-1536-3F470CB8847B> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/ImageIO
    0x94fff000 - 0x9517afe7  com.apple.CoreFoundation 6.6.6 (550.44) <F88C95CD-1264-782D-A1F5-204739847E93> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    0x9517b000 - 0x95185fe7  com.apple.audio.SoundManager 3.9.3 (3.9.3) <5F494955-7290-2D91-DA94-44B590191771> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CarbonSound.f ramework/Versions/A/CarbonSound
    0x95264000 - 0x9528bff7  com.apple.quartzfilters 1.6.0 (1.6.0) <879A3B93-87A6-88FE-305D-DF1EAED04756> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzFilters .framework/Versions/A/QuartzFilters
    0x952c5000 - 0x952cfff7  com.apple.dotMacLegacy 3.2 (266) <6F2588BA-E801-1664-E60C-5BEC2AF924D0> /System/Library/PrivateFrameworks/DotMacLegacy.framework/Versions/A/DotMacLegac y
    0x952d0000 - 0x95389fe7  libsqlite3.dylib 9.6.0 (compatibility 9.0.0) <52438E77-55D1-C231-1936-76F1369518E4> /usr/lib/libsqlite3.dylib
    0x9538a000 - 0x95397fe7  libbz2.1.0.dylib 1.0.5 (compatibility 1.0.0) <828CCEAB-F193-90F1-F48C-54E3C88B29BC> /usr/lib/libbz2.1.0.dylib
    0x95398000 - 0x953d0ff7  com.apple.LDAPFramework 2.0 (120.1) <131ED804-DD88-D84F-13F8-D48E0012B96F> /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP
    0x95404000 - 0x95426fef  com.apple.DirectoryService.Framework 3.6 (621.12) <A4A47C88-138C-A237-88A5-877E5CAB4494> /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryServi ce
    0x95427000 - 0x95429fe7  com.apple.ExceptionHandling 1.5 (10) <21F37A49-E63B-121E-D406-1BBC94BEC762> /System/Library/Frameworks/ExceptionHandling.framework/Versions/A/ExceptionHand ling
    0x954cb000 - 0x95900ff7  libLAPACK.dylib 219.0.0 (compatibility 1.0.0) <5E2D2283-57DE-9A49-1DB0-CD027FEFA6C2> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libLAPACK.dylib
    0x95901000 - 0x95903ff7  com.apple.securityhi 4.0 (36638) <6118C361-61E7-B34E-93DB-1B88108F8F18> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.fr amework/Versions/A/SecurityHI
    0x95904000 - 0x95907fe7  libmathCommon.A.dylib 315.0.0 (compatibility 1.0.0) <1622A54F-1A98-2CBE-B6A4-2122981A500E> /usr/lib/system/libmathCommon.A.dylib
    0x95a04000 - 0x95a48fe7  com.apple.Metadata 10.6.3 (507.15) <460BEF23-B89F-6F4C-4940-45556C0671B5> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadat a.framework/Versions/A/Metadata
    0x95a49000 - 0x95a49ff7  com.apple.Cocoa 6.6 (???) <EA27B428-5904-B00B-397A-185588698BCC> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
    0x95bf3000 - 0x95bf9ff7  libCGXCoreImage.A.dylib 545.0.0 (compatibility 64.0.0) <6EE825E7-CBA5-2AD2-0336-244D45A1A834> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCGXCoreImage.A.dylib
    0x95bfa000 - 0x95c7cffb  SecurityFoundation ??? (???) <C4506287-1AE2-5380-675D-95B0291AA425> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoun dation
    0x95c7d000 - 0x95c9afe7  com.apple.DotMacSyncManager 2.0.3 (446.9) <CFC4888B-BDAE-C977-804B-76ABFA8B489F> /System/Library/PrivateFrameworks/DotMacSyncManager.framework/Versions/A/DotMac SyncManager
    0x95c9b000 - 0x95d9cfe7  libxml2.2.dylib 10.3.0 (compatibility 10.0.0) <C75F921C-F027-6372-A0A1-EDB8A6234331> /usr/lib/libxml2.2.dylib
    0x95d9d000 - 0x95deaff7  com.apple.ExchangeWebServices 1.3 (61) <B3705083-4186-5A27-6003-58E7264CAA3E> /System/Library/PrivateFrameworks/ExchangeWebServices.framework/Versions/A/Exch angeWebServices
    0x95deb000 - 0x95f18ffb  com.apple.MediaToolbox 0.484.60 (484.60) <A7FE2739-64A7-40EB-A6E7-69FBCE3C87D4> /System/Library/PrivateFrameworks/MediaToolbox.framework/Versions/A/MediaToolbo x
    0x95f19000 - 0x95f1cffb  com.apple.help 1.3.2 (41.1) <8AC20B01-4A3B-94BA-D8AF-E39034B97D8C> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framewor k/Versions/A/Help
    0x95f1d000 - 0x95f28ff7  libCSync.A.dylib 545.0.0 (compatibility 64.0.0) <287DECA3-7821-32B6-724D-AE03A9A350F9> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib
    0x95f29000 - 0x95f37ff7  com.apple.opengl 1.6.13 (1.6.13) <025A905D-C1A3-B24A-1585-37C328D77148> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
    0x95f38000 - 0x95f7bff7  libGLU.dylib ??? (???) <FB26DD53-03F4-A7D7-8804-EBC5B3B37FA3> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
    0x95f7c000 - 0x95f83ff7  com.apple.KerberosHelper 2.1 (1.0) <E29B37C3-467E-ACCB-3C72-FA3CC5C4030D> /System/Library/PrivateFrameworks/KerberosHelper.framework/Versions/A/KerberosH elper
    0x95f84000 - 0x95ffdff7  com.apple.PDFKit 2.5.1 (2.5.1) <A068BF37-03E0-A231-2791-561C60C3ED2B> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/PDFKit.framew ork/Versions/A/PDFKit
    0x95ffe000 - 0x96248fef  com.apple.JavaScriptCore 6534.52 (6534.52.7) <AF71FCC7-B8BF-2DA6-C538-6B7C47F95B2D> /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore
    0x96249000 - 0x962dbfe7  com.apple.print.framework.PrintCore 6.3 (312.7) <7410D1B2-655D-68DA-D4B9-2C65747B6817> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ PrintCore.framework/Versions/A/PrintCore
    0x962dc000 - 0x963defe7  libcrypto.0.9.8.dylib 0.9.8 (compatibility 0.9.8) <015563C4-81E2-8C8A-82AC-31B38D904A42> /usr/lib/libcrypto.0.9.8.dylib
    0x963df000 - 0x963e0ff7  com.apple.MonitorPanelFramework 1.3.0 (1.3.0) <0EC4EEFF-477E-908E-6F21-ED2C973846A4> /System/Library/PrivateFrameworks/MonitorPanel.framework/Versions/A/MonitorPane l
    0x963e1000 - 0x963e5ff7  IOSurface ??? (???) <89D859B7-A26A-A5AB-8401-FC1E01AC7A60> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
    0x963e6000 - 0x963f3ff7  com.apple.AppleFSCompression 24.4 (1.0) <09E7FA6D-4BE8-5CA6-732F-D70EDF0E3910> /System/Library/PrivateFrameworks/AppleFSCompression.framework/Versions/A/Apple FSCompression
    0x963f4000 - 0x96401ff7  com.apple.NetFS 3.2.2 (3.2.2) <DDC9C397-C35F-8D7A-BB24-3D1B42FA5FAB> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
    0x96420000 - 0x96441fe7  com.apple.opencl 12.3.6 (12.3.6) <B4104B80-1CB3-191C-AFD3-697843C6BCFF> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
    0x96442000 - 0x964bfff7  com.apple.iLifeMediaBrowser 2.5.5 (468.2.2) <459C8983-EAC4-7067-3355-5299D111D339> /System/Library/PrivateFrameworks/iLifeMediaBrowser.framework/Versions/A/iLifeM ediaBrowser
    0x964c0000 - 0x964d0ff7  libsasl2.2.dylib 3.15.0 (compatibility 3.0.0) <C8744EA3-0AB7-CD03-E639-C4F2B910BE5D> /usr/lib/libsasl2.2.dylib
    0x964fb000 - 0x964fcff7  com.apple.audio.units.AudioUnit 1.6.7 (1.6.7) <838E1760-F7D9-3239-B3A8-20E25EFD1379> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
    0x964fd000 - 0x96640fef  com.apple.QTKit 7.7 (1787) <3B47A1A0-7AB5-C1C9-42DE-5993D1012D47> /System/Library/Frameworks/QTKit.framework/Versions/A/QTKit
    0x96663000 - 0x96663ff7  com.apple.vecLib 3.6 (vecLib 3.6) <FF4DC8B6-0AB0-DEE8-ADA8-7B57645A1F36> /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
    0x96664000 - 0x96664ffb  libffi.dylib ??? (???) <58985323-6EC6-9AD2-B9F0-8787C0B2791C> /usr/lib/libffi.dylib
    0x96665000 - 0x96666ff7  com.apple.TrustEvaluationAgent 1.1 (1) <2D970A9B-77E8-EDC0-BEC6-7580D78B2843> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/Tru stEvaluationAgent
    0x96667000 - 0x96892ff3  com.apple.QuartzComposer 4.2 ({156.30}) <2C88F8C3-7181-6B1D-B278-E0EE3F33A2AF> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzCompose r.framework/Versions/A/QuartzComposer
    0x96893000 - 0x96893ff7  liblangid.dylib ??? (???) <B99607FC-5646-32C8-2C16-AFB5EA9097C2> /usr/lib/liblangid.dylib
    0x96894000 - 0x969bafe7  com.apple.WebKit 6534.52 (6534.52.7) <A2FC4307-01BE-DC9E-82FE-68B13F3839A9> /System/Library/Frameworks/WebKit.framework/Versions/A/WebKit
    0x969bb000 - 0x97723fe7  com.apple.WebCore 6534.52 (6534.52.11) <28DB69F5-ACE5-2A67-4DC1-39EED479B56B> /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore.frame work/Versions/A/WebCore
    0x97724000 - 0x97734ff7  com.apple.DSObjCWrappers.Framework 10.6 (134) <81A0B409-3906-A98F-CA9B-A49E75007495> /System/Library/PrivateFrameworks/DSObjCWrappers.framework/Versions/A/DSObjCWra ppers
    0x97776000 - 0x97779ff7  libCGXType.A.dylib 545.0.0 (compatibility 64.0.0) <4D766435-EB76-C384-0127-1D20ACD74076> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCGXType.A.dylib
    0x977af000 - 0x97810fe7  com.apple.CoreText 151.10 (???) <5C2DEFBE-D54B-4DC7-D456-9ED02880BE98> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreText.framework/Versions/A/CoreText
    0x97811000 - 0x97822ff7  com.apple.LangAnalysis 1.6.6 (1.6.6) <3036AD83-4F1D-1028-54EE-54165E562650> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ LangAnalysis.framework/Versions/A/LangAnalysis
    0x97823000 - 0x97828ff7  com.apple.OpenDirectory 10.6 (10.6) <0603680A-A002-D294-DE83-0D028C6BE884> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
    0x97829000 - 0x97903fff  com.apple.DesktopServices 1.5.11 (1.5.11) <800F2040-9211-81A7-B438-7712BF51DEE3> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/Desk topServicesPriv
    0x97a01000 - 0x97a3bff7  libcups.2.dylib 2.8.0 (compatibility 2.0.0) <6875335E-0993-0D77-4E80-41763A8477CF> /usr/lib/libcups.2.dylib
    0x97a3c000 - 0x97a7aff7  com.apple.QuickLookFramework 2.3 (327.6) <66955C29-0C99-D02C-DB18-4952AFB4E886> /System/Library/Frameworks/QuickLook.framework/Versions/A/QuickLook
    0x97a7b000 - 0x97b7dfef  com.apple.MeshKitIO 1.1 (49.2) <D0401AC5-1F92-2BBB-EBAB-58EDD3BA61B9> /System/Library/PrivateFrameworks/MeshKit.framework/Versions/A/Frameworks/MeshK itIO.framework/Versions/A/MeshKitIO
    0x97b7e000 - 0x97b99ff7  libPng.dylib ??? (???) <25DF2360-BFD3-0165-51AC-0BDAF7899DEC> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libPng.dylib
    0x97b9a000 - 0x97b9aff7  com.apple.ApplicationServices 38 (38) <8012B504-3D83-BFBB-DA65-065E061CFE03> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Application Services
    0x97b9b000 - 0x97bf1ff7  com.apple.MeshKitRuntime 1.1 (49.2) <CB9F38B1-E107-EA62-EDFF-02EE79F6D1A5> /System/Library/PrivateFrameworks/MeshKit.framework/Versions/A/Frameworks/MeshK itRuntime.framework/Versions/A/MeshKitRuntime
    0x97bf2000 - 0x97c42ff7  com.apple.Symbolication 1.1 (67) <E0C94D8B-4F12-49E6-BAA5-3B00441A047B> /System/Library/PrivateFrameworks/Symbolication.framework/Versions/A/Symbolicat ion
    0x97c43000 - 0x97c46ff7  libCoreVMClient.dylib ??? (???) <F58BDFC1-7408-53C8-0B08-48BA2F25CA43> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClien t.dylib
    0x97c4c000 - 0x97c99feb  com.apple.DirectoryService.PasswordServerFramework 6.1 (6.1) <00A1A83B-0E7D-D0F4-A643-8C5675C2BB21> /System/Library/PrivateFrameworks/PasswordServer.framework/Versions/A/PasswordS erver
    0x97cbc000 - 0x97e98fe7  com.apple.CalendarStore 4.0.4 (997.7) <F0077132-B7E4-A612-7D76-46EB1DE9C80E> /System/Library/Frameworks/CalendarStore.framework/Versions/A/CalendarStore
    0x97e99000 - 0x97eb9fe7  libresolv.9.dylib 41.0.0 (compatibility 1.0.0) <BF7FF2F6-5FD3-D78F-77BC-9E2CB2A5E309> /usr/lib/libresolv.9.dylib
    0x97eba000 - 0x97ef7ff7  com.apple.SystemConfiguration 1.10.8 (1.10.2) <50E4D49B-4F61-446F-1C21-1B2BA814713D> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfi guration
    0x97ef8000 - 0x97f0cfe7  libbsm.0.dylib ??? (???) <14CB053A-7C47-96DA-E415-0906BA1B78C9> /usr/lib/libbsm.0.dylib
    0x97f0d000 - 0x97f0dff7  com.apple.quartzframework 1.5 (1.5) <4EE8095D-5E47-1EB6-3A8A-6ECE3BEC8647> /System/Library/Frameworks/Quartz.framework/Versions/A/Quartz
    0x97f0e000 - 0x97f49feb  libFontRegistry.dylib ??? (???) <AD45365E-A3EA-62B8-A288-1E13DBA22B1B> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libFontRegistry.dylib
    0x97f4a000 - 0x98015fef  com.apple.CoreServices.OSServices 359.2 (359.2) <7C16D9C8-6F41-5754-17F7-2659D9DD9579> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServi ces.framework/Versions/A/OSServices
    0x98016000 - 0x980c4ff3  com.apple.ink.framework 1.3.3 (107) <233A981E-A2F9-56FB-8BDE-C2DEC3F20784> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework /Versions/A/Ink
    0x980c5000 - 0x98109ff3  com.apple.coreui 2 (114) <2234855E-3BED-717F-0BFA-D1A289ECDBDA> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
    0x9810a000 - 0x9810cff7  libRadiance.dylib ??? (???) <5920EB69-8D7F-5EFD-70AD-590FCB5C9E6C> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libRadiance.dylib
    0x9810d000 - 0x9824afe7  com.apple.audio.toolbox.AudioToolbox 1.6.7 (1.6.7) <2D31CC6F-32CC-72FF-34EC-AB40CEE496A7> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
    0x9824b000 - 0x9842dfff  com.apple.imageKit 2.0.3 (1.0) <6E557757-26F7-7941-8AE7-046EC1871F50> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/ImageKit.fram ework/Versions/A/ImageKit
    0x9842e000 - 0x984a9fff  com.apple.AppleVAFramework 4.10.27 (4.10.27) <BFD2D1CA-535C-F16F-0EB5-04905ABD65CF> /System/Library/PrivateFrameworks/AppleVA.framework/Versions/A/AppleVA
    0x984aa000 - 0x984ebff7  libRIP.A.dylib 545.0.0 (compatibility 64.0.0) <80998F66-0AD7-AD12-B9AF-3E8D2CE6DE05> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
    0x984ec000 - 0x98534fff  com.apple.iCalendar 1.0.3 (54) <65B75654-CBFE-BDE7-E914-84683881B408> /System/Library/PrivateFrameworks/iCalendar.framework/Versions/A/iCalendar
    0x98673000 - 0x9867aff3  com.apple.print.framework.Print 6.1 (237.1) <F5AAE53D-5530-9004-A9E3-2C1690C5328E> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framewo rk/Versions/A/Print
    0x9867b000 - 0x98693ff3  com.apple.ScriptingBridge 1.1.2 (???) <A3FA73CC-0628-49E3-23AC-768BFA1C7DBE> /System/Library/Frameworks/ScriptingBridge.framework/Versions/A/ScriptingBridge
    0x98694000 - 0x98702ff7  com.apple.WhitePagesFramework 10.6.0 (140.0) <132A7CF8-D073-0F35-E9A4-777E5EBAC1EE> /System/Library/PrivateFrameworks/WhitePages.framework/Versions/A/WhitePages
    0x98703000 - 0x98722ff7  com.apple.CoreVideo 1.6.2 (45.6) <EB53CAA4-5EE2-C356-A954-5775F7DDD493> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
    0x98723000 - 0x98759fff  libtidy.A.dylib ??? (???) <0FD72C68-4803-4C5B-3A63-05D7394BFD71> /usr/lib/libtidy.A.dylib
    0x9875a000 - 0x98816fff  com.apple.ColorSync 4.6.6 (4.6.6) <7CD8B191-039A-02C3-EA5E-4194EC59995B> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ColorSync.framework/Versions/A/ColorSync
    0x98817000 - 0x98859ff7  libvDSP.dylib 268.0.1 (compatibility 1.0.0) <8A4721DE-25C4-C8AA-EA90-9DA7812E3EBA> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvDSP.dylib
    0x9885d000 - 0x98b57fef  com.apple.QuickTime 7.6.6 (1787) <AC48EAD9-7201-7CE6-C826-41B12963FECF> /System/Library/Frameworks/QuickTime.framework/Versions/A/QuickTime
    0x98b58000 - 0x98b6cffb  com.apple.speech.synthesis.framework 3.10.35 (3.10.35) <57DD5458-4F24-DA7D-0927-C3321A65D743> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ SpeechSynthesis.framework/Versions/A/SpeechSynthesis
    0x98b6d000 - 0x98d74feb  com.apple.AddressBook.framework 5.0.4 (883) <E26855A0-8CEF-8C81-F963-A2BF9E47F5C8> /System/Library/Frameworks/AddressBook.framework/Versions/A/AddressBook
    0x98d75000 - 0x98e12fe3  com.apple.LaunchServices 362.3 (362.3) <15B47388-16C8-97DA-EEBB-1709E136169E> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchS ervices.framework/Versions/A/LaunchServices
    0x98e1f000 - 0x98ecbfe7  com.apple.CFNetwork 454.12.4 (454.12.4) <DEDCD006-389F-967F-3405-EDF541F406D7> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwo rk.framework/Versions/A/CFNetwork
    0x98ecc000 - 0x98f40fef  com.apple.CoreSymbolication 2.0 (23) <8A04EA5F-83F8-5E15-B2E0-8A727C9C4E8B> /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSy mbolication
    0x98f41000 - 0x98f8afe7  libTIFF.dylib ??? (???) <579DC328-567D-A74C-4BCE-1D1C729E3F6D> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libTIFF.dylib
    0x98f9e000 - 0x9978d557  com.apple.CoreGraphics 1.545.0 (???) <1D9DC7A5-228B-42CB-7018-66F42C3A9BB3> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/CoreGraphics
    0x9a6e4000 - 0x9a714ff7  com.apple.MeshKit 1.1 (49.2) <5A74D1A4-4B97-FE39-4F4D-E0B80F0ADD87> /System/Library/PrivateFrameworks/MeshKit.framework/Versions/A/MeshKit
    0x9a715000 - 0x9ab66fef  com.apple.RawCamera.bundle 3.7.1 (570) <AF94D180-5E0F-10DF-0CB2-FD8EDB110FA2> /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera
    0xffff0000 - 0xffff1fff  libSystem.B.dylib ??? (???) <2DCD13E3-1BD1-6F25-119A-3863A3848B90> /usr/lib/libSystem.B.dylib
    Model: MacBook2,1, BootROM MB21.00A5.B07, 2 processors, Intel Core 2 Duo, 2 GHz, 2 GB, SMC 1.13f3
    Graphics: Intel GMA 950, GMA 950, Built-In, spdisplays_integrated_vram
    Memory Module: global_name
    AirPort: spairport_wireless_card_type_airport_extreme (0x168C, 0x87), Atheros 5416: 2.1.14.6
    Bluetooth: Version 2.4.5f3, 2 service, 12 devices, 1 incoming serial ports
    Network Service: AirPort, AirPort, en1
    Serial ATA Device: M4-CT128M4SSD2, 119.24 GB
    Parallel ATA Device: HL-DT-ST DVDRW GWA4080MA
    USB Device: Built-in iSight, 0x05ac  (Apple Inc.), 0x8501, 0xfd400000 / 2
    USB Device: IR Receiver, 0x05ac  (Apple Inc.), 0x8240, 0x5d200000 / 2
    USB Device: Bluetooth USB Host Controller, 0x05ac  (Apple Inc.), 0x8205, 0x7d100000 / 2
    USB Device: Apple Internal Keyboard / Trackpad, 0x05ac  (Apple Inc.), 0x021b, 0x1d200000 / 2

    Try troubleshooting third party plug ins >  Safari: Unsupported third-party add-ons may cause Safari to unexpectedly quit or have performance issues
    If you can't resolve the issue, post a crash report in your reply. The entire report.

  • Automator failing to activate running under OS X 10.8.2

    I have a MacBook Pro 13" running OS X 10.8.2. Everytime I try to activate Automator, it fails to open and displays a Problem Report.
    I have never run Automator in OS X 10.7 Lion and this is the first time that I have tried to run Automator since updating to OS X 10.8 Mountain Lion.
    I first noted this problem when trying to run a Service in Safari 'Add to iTunes as Spoken Track'.
    This is the some of the error message report that is generated.
    Process:         Automator [533]
    Path:            /Applications/Automator.app/Contents/MacOS/Automator
    Identifier:      com.apple.Automator
    Version:         2.3 (346)
    Build Info:      Automator-346001000000000~1
    Code Type:       X86-64 (Native)
    Parent Process:  launchd [216]
    User ID:         501
    Date/Time:       2012-09-23 19:47:34.077 +0100
    OS Version:      Mac OS X 10.8.2 (12C54)
    Report Version:  10
    Interval Since Last Report:          76110 sec
    Crashes Since Last Report:           19
    Per-App Interval Since Last Report:  10 sec
    Per-App Crashes Since Last Report:   5
    Anonymous UUID:                      01FEB033-52B1-754F-967E-8361023A3FBE
    Crashed Thread:  0  Dispatch queue: com.apple.main-thread
    Exception Type:  EXC_CRASH (SIGABRT)
    Exception Codes: 0x0000000000000000, 0x0000000000000000
    Application Specific Information:
    objc[533]: garbage collection is ON
    *** Terminating app due to uncaught exception 'NSRangeException', reason: '*** -[NSIndexSet initWithIndexesInRange:]: Range {0, 9223372036854775808} exceeds maximum index value of NSNotFound - 1'
    terminate called throwing an exception
    abort() called
    Application Specific Backtrace 1:
    0   CoreFoundation                      0x00007fff8ecf80a6 __exceptionPreprocess + 198
    1   libobjc.A.dylib                     0x00007fff89d523f0 objc_exception_throw + 43
    2   CoreFoundation                      0x00007fff8ecf7e7c +[NSException raise:format:] + 204
    3   Foundation                          0x00007fff8dbd1aa2 -[NSIndexSet initWithIndexesInRange:] + 130
    4   Foundation                          0x00007fff8dbd19fb +[NSIndexSet indexSetWithIndexesInRange:] + 48
    5   Automator                           0x00007fff93f4d657 __36+[AMCache actionLocationsForDomain:]_block_invoke_0 + 304
    6   Automator                           0x00007fff93f4b529 +[AMCache actionLocationsForDomain:] + 726
    7   Automator                           0x00007fff93f4b10e -[AMActionRegistry _allCachesInResolutionOrder] + 305
    8   Automator                           0x00007fff93f4aed8 -[AMActionRegistry init] + 83
    9   Automator                           0x00007fff93f4ae6f __40+[AMActionRegistry sharedActionRegistry]_block_invoke_0 + 40
    10  libdispatch.dylib                   0x00007fff916940b6 _dispatch_client_callout + 8
    11  libdispatch.dylib                   0x00007fff91694041 dispatch_once_f + 50
    12  Automator                           0x00007fff93f4ae3e +[AMActionRegistry sharedActionRegistry] + 33
    13  Automator                           0x00007fff93f4acd2 -[AMLibrary init] + 79
    14  Automator                           0x00007fff93f4ac6b +[AMLibrary sharedLibrary] + 52
    15  Foundation                          0x00007fff8dbd5f59 -[NSObject(NSKeyValueCoding) valueForKey:] + 400
    16  Foundation                          0x00007fff8dbf7259 -[NSKeyValueNestedProperty object:didAddObservance:recurse:] + 189
    17  Foundation                          0x00007fff8dbeff89 -[NSObject(NSKeyValueObserverRegistration) _addObserver:forProperty:options:context:] + 222
    18  Foundation                          0x00007fff8dbeeefd -[NSObject(NSKeyValueObserverRegistration) addObserver:forKeyPath:options:context:] + 111
    19  AppKit                              0x00007fff9230f4a9 -[NSBinder _updateObservingRegistration:] + 924
    20  AppKit                              0x00007fff9230e4b8 -[NSBinder establishConnection] + 326
    21  AppKit                              0x00007fff92307779 -[NSObject(NSKeyValueBindingCreation) bind:toObject:withKeyPath:options:] + 641
    22  AppKit                              0x00007fff9219017a -[NSIBObjectData nibInstantiateWithOwner:topLevelObjects:] + 1012
    23  AppKit                              0x00007fff923a6a66 -[NSNib _instantiateNibWithExternalNameTable:] + 610
    24  AppKit                              0x00007fff923a67d3 -[NSNib instantiateNibWithOwner:topLevelObjects:] + 254
    25  AppKit                              0x00007fff923a5d87 -[NSViewController loadView] + 184
    26  Automator                           0x00007fff93f49ff7 -[AMLibraryViewController loadView] + 55
    27  AppKit                              0x00007fff9234dbe9 -[NSViewController view] + 41
    28  Automator                           0x00000001062d7bf3 -[AMDocumentWindowController windowDidLoad] + 2561
    29  AppKit                              0x00007fff92323062 -[NSWindowController _windowDidLoad] + 448
    30  AppKit                              0x00007fff922f43ba -[NSWindowController window] + 114
    31  AppKit                              0x00007fff92334c59 -[NSWindowController showWindow:] + 53
    32  AppKit                              0x00007fff9207f476 -[NSDocument showWindows] + 103
    33  AppKit                              0x00007fff9207d62f -[NSDocumentController openUntitledDocumentAndDisplay:error:] + 461
    34  AppKit                              0x00007fff921d61e0 -[NSDocumentController(NSInternal) _openUntitled] + 123
    35  AppKit                              0x00007fff921d5d2d -[NSApplication _doOpenUntitled] + 507
    36  AppKit                              0x00007fff921d57af __58-[NSApplication(NSAppleEventHandling) _handleAEOpenEvent:]_block_invoke_0 + 233
    37  AppKit                              0x00007fff92517731 __78-[NSDocumentController(NSInternal) _autoreopenDocumentsWithCompletionHandler:]_block_invoke_01437 + 143
    38  AppKit                              0x00007fff921d525b -[NSDocumentController(NSInternal) _autoreopenDocumentsWithCompletionHandler:] + 760
    39  AppKit                              0x00007fff921d374e -[NSApplication _reopenWindowsAsNecessaryIncludingRestorableState:registeringAsReady:completion Handler:] + 298
    40  AppKit                              0x00007fff921d3525 -[NSApplication(NSAppleEventHandling) _handleAEOpenEvent:] + 553
    41  AppKit                              0x00007fff921d312c -[NSApplication(NSAppleEventHandling) _handleCoreEvent:withReplyEvent:] + 351
    42  Foundation                          0x00007fff8dbcf12b -[NSAppleEventManager dispatchRawAppleEvent:withRawReply:handlerRefCon:] + 308
    43  Foundation                          0x00007fff8dbcef8d _NSAppleEventManagerGenericHandler + 106
    44  AE                                  0x00007fff91411b48 _Z20aeDispatchAppleEventPK6AEDescPS_jPh + 307
    45  AE                                  0x00007fff914119a9 _ZL25dispatchEventAndSendReplyPK6AEDescPS_ + 37
    46  AE                                  0x00007fff91411869 aeProcessAppleEvent + 318
    47  HIToolbox                           0x00007fff89ecf8e9 AEProcessAppleEvent + 100
    48  AppKit                              0x00007fff921cf916 _DPSNextEvent + 1456
    49  AppKit                              0x00007fff921ceed2 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 128
    50  AppKit                              0x00007fff921c6283 -[NSApplication run] + 517
    51  AppKit                              0x00007fff9216acb6 NSApplicationMain + 869
    52  libdyld.dylib                       0x00007fff912637e1 start + 0
    53  ???                                 0x0000000000000002 0x0 + 2
    Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
    0   libsystem_kernel.dylib                  0x00007fff93ceb212 __pthread_kill + 10
    1   libsystem_c.dylib                       0x00007fff91863af4 pthread_kill + 90
    2   libsystem_c.dylib                       0x00007fff918a7dce abort + 143
    3   libc++abi.dylib                         0x00007fff93c87a17 abort_message + 257
    4   libc++abi.dylib                         0x00007fff93c853c6 default_terminate() + 28
    5   libobjc.A.dylib                         0x00007fff89d52873 _objc_terminate() + 91
    6   libc++.1.dylib                          0x00007fff8db0b8fe std::terminate() + 20
    7   libobjc.A.dylib                         0x00007fff89d525de objc_terminate + 9
    8   libdispatch.dylib                       0x00007fff916940ca _dispatch_client_callout + 28
    9   libdispatch.dylib                       0x00007fff91694041 dispatch_once_f + 50
    10  com.apple.AutomatorFramework            0x00007fff93f4ae3e +[AMActionRegistry sharedActionRegistry] + 33
    11  com.apple.AutomatorFramework            0x00007fff93f4acd2 -[AMLibrary init] + 79
    12  com.apple.AutomatorFramework            0x00007fff93f4ac6b +[AMLibrary sharedLibrary] + 52
    13  com.apple.Foundation                    0x00007fff8dbd5f59 -[NSObject(NSKeyValueCoding) valueForKey:] + 400
    14  com.apple.Foundation                    0x00007fff8dbf7259 -[NSKeyValueNestedProperty object:didAddObservance:recurse:] + 189
    15  com.apple.Foundation                    0x00007fff8dbeff89 -[NSObject(NSKeyValueObserverRegistration) _addObserver:forProperty:options:context:] + 222
    16  com.apple.Foundation                    0x00007fff8dbeeefd -[NSObject(NSKeyValueObserverRegistration) addObserver:forKeyPath:options:context:] + 111
    17  com.apple.AppKit                        0x00007fff9230f4a9 -[NSBinder _updateObservingRegistration:] + 924
    18  com.apple.AppKit                        0x00007fff9230e4b8 -[NSBinder establishConnection] + 326
    19  com.apple.AppKit                        0x00007fff92307779 -[NSObject(NSKeyValueBindingCreation) bind:toObject:withKeyPath:options:] + 641
    20  com.apple.AppKit                        0x00007fff9219017a -[NSIBObjectData nibInstantiateWithOwner:topLevelObjects:] + 1012
    21  com.apple.AppKit                        0x00007fff923a6a66 -[NSNib _instantiateNibWithExternalNameTable:] + 610
    22  com.apple.AppKit                        0x00007fff923a67d3 -[NSNib instantiateNibWithOwner:topLevelObjects:] + 254
    23  com.apple.AppKit                        0x00007fff923a5d87 -[NSViewController loadView] + 184
    24  com.apple.AutomatorFramework            0x00007fff93f49ff7 -[AMLibraryViewController loadView] + 55
    25  com.apple.AppKit                        0x00007fff9234dbe9 -[NSViewController view] + 41
    26  com.apple.Automator                     0x00000001062d7bf3 -[AMDocumentWindowController windowDidLoad] + 2561
    27  com.apple.AppKit                        0x00007fff92323062 -[NSWindowController _windowDidLoad] + 448
    28  com.apple.AppKit                        0x00007fff922f43ba -[NSWindowController window] + 114
    29  com.apple.AppKit                        0x00007fff92334c59 -[NSWindowController showWindow:] + 53
    30  com.apple.AppKit                        0x00007fff9207f476 -[NSDocument showWindows] + 103
    31  com.apple.AppKit                        0x00007fff9207d62f -[NSDocumentController openUntitledDocumentAndDisplay:error:] + 461
    32  com.apple.AppKit                        0x00007fff921d61e0 -[NSDocumentController(NSInternal) _openUntitled] + 123
    33  com.apple.AppKit                        0x00007fff921d5d2d -[NSApplication _doOpenUntitled] + 507
    34  com.apple.AppKit                        0x00007fff921d57af __58-[NSApplication(NSAppleEventHandling) _handleAEOpenEvent:]_block_invoke_0 + 233
    35  com.apple.AppKit                        0x00007fff92517731 __78-[NSDocumentController(NSInternal) _autoreopenDocumentsWithCompletionHandler:]_block_invoke_01437 + 143
    36  com.apple.AppKit                        0x00007fff921d525b -[NSDocumentController(NSInternal) _autoreopenDocumentsWithCompletionHandler:] + 760
    37  com.apple.AppKit                        0x00007fff921d374e -[NSApplication _reopenWindowsAsNecessaryIncludingRestorableState:registeringAsReady:completion Handler:] + 298
    38  com.apple.AppKit                        0x00007fff921d3525 -[NSApplication(NSAppleEventHandling) _handleAEOpenEvent:] + 553
    39  com.apple.AppKit                        0x00007fff921d312c -[NSApplication(NSAppleEventHandling) _handleCoreEvent:withReplyEvent:] + 351
    40  com.apple.Foundation                    0x00007fff8dbcf12b -[NSAppleEventManager dispatchRawAppleEvent:withRawReply:handlerRefCon:] + 308
    41  com.apple.Foundation                    0x00007fff8dbcef8d _NSAppleEventManagerGenericHandler + 106
    42  com.apple.AE                            0x00007fff91411b48 aeDispatchAppleEvent(AEDesc const*, AEDesc*, unsigned int, unsigned char*) + 307
    43  com.apple.AE                            0x00007fff914119a9 dispatchEventAndSendReply(AEDesc const*, AEDesc*) + 37
    44  com.apple.AE                            0x00007fff91411869 aeProcessAppleEvent + 318
    45  com.apple.HIToolbox                     0x00007fff89ecf8e9 AEProcessAppleEvent + 100
    46  com.apple.AppKit                        0x00007fff921cf916 _DPSNextEvent + 1456
    47  com.apple.AppKit                        0x00007fff921ceed2 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 128
    48  com.apple.AppKit                        0x00007fff921c6283 -[NSApplication run] + 517
    49  com.apple.AppKit                        0x00007fff9216acb6 NSApplicationMain + 869
    50  libdyld.dylib                           0x00007fff912637e1 start + 1
    Thread 1:: Dispatch queue: com.apple.libdispatch-manager
    0   libsystem_kernel.dylib                  0x00007fff93cebd16 kevent + 10
    1   libdispatch.dylib                       0x00007fff91696dea _dispatch_mgr_invoke + 883
    2   libdispatch.dylib                       0x00007fff916969ee _dispatch_mgr_thread + 54
    Thread 2:
    0   libsystem_kernel.dylib                  0x00007fff93ceb6d6 __workq_kernreturn + 10
    1   libsystem_c.dylib                       0x00007fff91864eec _pthread_workq_return + 25
    2   libsystem_c.dylib                       0x00007fff91864cb3 _pthread_wqthread + 412
    3   libsystem_c.dylib                       0x00007fff9184f171 start_wqthread + 13
    Thread 3:
    0   libsystem_kernel.dylib                  0x00007fff93ceb6d6 __workq_kernreturn + 10
    1   libsystem_c.dylib                       0x00007fff91864eec _pthread_workq_return + 25
    2   libsystem_c.dylib                       0x00007fff91864cb3 _pthread_wqthread + 412
    3   libsystem_c.dylib                       0x00007fff9184f171 start_wqthread + 13
    Thread 4:
    0   libsystem_kernel.dylib                  0x00007fff93ceb6d6 __workq_kernreturn + 10
    1   libsystem_c.dylib                       0x00007fff91864eec _pthread_workq_return + 25
    2   libsystem_c.dylib                       0x00007fff91864cb3 _pthread_wqthread + 412
    3   libsystem_c.dylib                       0x00007fff9184f171 start_wqthread + 13
    Thread 0 crashed with X86 Thread State (64-bit):
      rax: 0x0000000000000000  rbx: 0x0000000000000006  rcx: 0x00007fff59929138  rdx: 0x0000000000000000
      rdi: 0x0000000000000c07  rsi: 0x0000000000000006  rbp: 0x00007fff59929160  rsp: 0x00007fff59929138
       r8: 0x00007fff7aa43278   r9: 0x00007fff59929140  r10: 0x0000000020000000  r11: 0x0000000000000206
      r12: 0x00007fff599292c0  r13: 0x0000000000000100  r14: 0x00007fff7aa44180  r15: 0x00007fff599291a0
      rip: 0x00007fff93ceb212  rfl: 0x0000000000000206  cr2: 0x00007fff7aa3cfe8
    Logical CPU: 0
    Binary Images:
           0x1062d5000 -        0x106308fff  com.apple.Automator (2.3 - 346) <DC5CF1EA-6B26-3E4F-9BF9-5923F8E8D6C5> /Applications/Automator.app/Contents/MacOS/Automator
        0x7fff65ed5000 -     0x7fff65f0993f  dyld (210.2.3) <A40597AA-5529-3337-8C09-D8A014EB1578> /usr/lib/dyld
        0x7fff89c83000 -     0x7fff89d40ff7  com.apple.ColorSync (4.8.0 - 4.8.0) <6CE333AE-EDDB-3768-9598-9DB38041DC55> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ColorSync.framework/Versions/A/ColorSync
        0x7fff89d41000 -     0x7fff89e5992f  libobjc.A.dylib (532.2) <90D31928-F48D-3E37-874F-220A51FD9E37> /usr/lib/libobjc.A.dylib
        0x7fff89e5a000 -     0x7fff89e64fff  com.apple.speech.recognition.framework (4.1.5 - 4.1.5) <D803919C-3102-3515-A178-61E9C86C46A1> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecogni tion.framework/Versions/A/SpeechRecognition
        0x7fff89e65000 -     0x7fff8a195ff7  com.apple.HIToolbox (2.0 - 625) <317F75F7-4B0F-35F5-89A7-F20BA60AC944> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.fra mework/Versions/A/HIToolbox
        0x7fff8a196000 -     0x7fff8a1b0fff  com.apple.CoreMediaAuthoring (2.1 - 914) <CFA664F9-D5A7-3281-A12F-3ED8A98FD8C1> /System/Library/PrivateFrameworks/CoreMediaAuthoring.framework/Versions/A/CoreM ediaAuthoring
        0x7fff8a1b1000 -     0x7fff8a1c4ff7  libbsm.0.dylib (32) <F497D3CE-40D9-3551-84B4-3D5E39600737> /usr/lib/libbsm.0.dylib
        0x7fff8a1c5000 -     0x7fff8a495fff  com.apple.security (7.0 - 55179.1) <639641EF-8156-3190-890C-1053658E044A> /System/Library/Frameworks/Security.framework/Versions/A/Security
        0x7fff8a496000 -     0x7fff8a4b7fff  com.apple.Ubiquity (1.2 - 243.10) <F97D3A33-2C8B-3CFF-AF75-A74866D42853> /System/Library/PrivateFrameworks/Ubiquity.framework/Versions/A/Ubiquity
        0x7fff8a4b8000 -     0x7fff8a8f4fff  com.apple.VideoToolbox (1.0 - 926.62) <7D749558-08B6-3F86-A20E-05ECDACE6F17> /System/Library/Frameworks/VideoToolbox.framework/Versions/A/VideoToolbox
        0x7fff8a941000 -     0x7fff8a960ff7  com.apple.ChunkingLibrary (2.0 - 133.2) <D2A746DE-002A-3C6C-961E-BE94E71DB835> /System/Library/PrivateFrameworks/ChunkingLibrary.framework/Versions/A/Chunking Library
        0x7fff8a961000 -     0x7fff8a98cfff  com.apple.framework.Apple80211 (8.0.1 - 801.17) <05786C8E-8C6F-31AF-80B5-9C98175757B4> /System/Library/PrivateFrameworks/Apple80211.framework/Versions/A/Apple80211
        0x7fff8a98d000 -     0x7fff8a999fff  libCSync.A.dylib (324.6) <2033247A-CABC-3E20-8498-7367A8F44A08> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib
        0x7fff8a99a000 -     0x7fff8a99afff  com.apple.ApplicationServices (45 - 45) <A3ABF20B-ED3A-32B5-830E-B37831A45A80> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Application Services
        0x7fff8a99b000 -     0x7fff8a9bcff7  libCRFSuite.dylib (33) <736ABE58-8DED-3289-A042-C25AF7AE5B23> /usr/lib/libCRFSuite.dylib
        0x7fff8a9bd000 -     0x7fff8a9c8fff  libsystem_notify.dylib (98.5) <C49275CC-835A-3207-AFBA-8C01374927B6> /usr/lib/system/libsystem_notify.dylib
        0x7fff8a9c9000 -     0x7fff8aa11fff  com.apple.framework.CoreWiFi (1.0 - 100.10) <0E863B4A-1094-3F8D-BEDE-D99537E9C588> /System/Library/Frameworks/CoreWiFi.framework/Versions/A/CoreWiFi
        0x7fff8aa12000 -     0x7fff8ac12fff  libicucore.A.dylib (491.11.1) <CC318A27-878A-38CE-9292-1B98353FA9C7> /usr/lib/libicucore.A.dylib
        0x7fff8ac13000 -     0x7fff8ac49fff  com.apple.DebugSymbols (98 - 98) <14E788B1-4EB2-3FD7-934B-849534DFC198> /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbol s
        0x7fff8ac4a000 -     0x7fff8ac99ff7  libcorecrypto.dylib (106.2) <CE0C29A3-C420-339B-ADAA-52F4683233CC> /usr/lib/system/libcorecrypto.dylib
        0x7fff8ac9a000 -     0x7fff8aca7fff  libbz2.1.0.dylib (29) <CE9785E8-B535-3504-B392-82F0064D9AF2> /usr/lib/libbz2.1.0.dylib
        0x7fff8accb000 -     0x7fff8acdaff7  libxar.1.dylib (105) <370ED355-E516-311E-BAFD-D80633A84BE1> /usr/lib/libxar.1.dylib
        0x7fff8b22f000 -     0x7fff8b235fff  com.apple.DiskArbitration (2.5.1 - 2.5.1) <F7DAF7CC-5893-3F06-9168-3B0192B66D15> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
        0x7fff8b236000 -     0x7fff8b236fff  com.apple.Cocoa (6.7 - 19) <1F77945C-F37A-3171-B22E-F7AB0FCBB4D4> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
        0x7fff8b237000 -     0x7fff8b28dfff  com.apple.HIServices (1.20 - 417) <A1129272-FEC8-350B-BA26-5A97F23C413D> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ HIServices.framework/Versions/A/HIServices
        0x7fff8b2e9000 -     0x7fff8b2f4fff  com.apple.CommonAuth (3.0 - 2.0) <74A86DDD-57D0-3178-AB74-E1F31DBFFC39> /System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAuth
        0x7fff8b2f5000 -     0x7fff8b2f7ff7  libunc.dylib (25) <92805328-CD36-34FF-9436-571AB0485072> /usr/lib/system/libunc.dylib
        0x7fff8b2f8000 -     0x7fff8b305ff7  com.apple.NetAuth (4.0 - 4.0) <F5BC7D7D-AF28-3C83-A674-DADA48FF7810> /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth
        0x7fff8b51a000 -     0x7fff8bcc2fff  com.apple.CoreAUC (6.16.00 - 6.16.00) <B0B4B5B8-6F8F-3221-9128-313E3B8C695D> /System/Library/PrivateFrameworks/CoreAUC.framework/Versions/A/CoreAUC
        0x7fff8bcc3000 -     0x7fff8bd30fff  com.apple.datadetectorscore (4.0 - 269.1) <C94C372B-3821-3A46-A8C2-091AB1CFF7F4> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDe tectorsCore
        0x7fff8bd31000 -     0x7fff8bd3efff  com.apple.AppleFSCompression (49 - 1.0) <5508344A-2A7E-3122-9562-6F363910A80E> /System/Library/PrivateFrameworks/AppleFSCompression.framework/Versions/A/Apple FSCompression
        0x7fff8bd3f000 -     0x7fff8c136fff  libLAPACK.dylib (1073.4) <D632EC8B-2BA0-3853-800A-20DA00A1091C> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libLAPACK.dylib
        0x7fff8c18b000 -     0x7fff8c2a4ff7  com.apple.ImageIO.framework (3.2.0 - 845) <553B9828-A7D9-3AE4-A214-1C33417545FD> /System/Library/Frameworks/ImageIO.framework/Versions/A/ImageIO
        0x7fff8c2e1000 -     0x7fff8c325fff  com.apple.OSAKit (1.3 - 86) <AA0D5A63-72D0-34A9-97C0-CFE5E5ACCDE1> /System/Library/Frameworks/OSAKit.framework/Versions/A/OSAKit
        0x7fff8c328000 -     0x7fff8c3c2fff  com.apple.CoreSymbolication (3.0 - 87) <75F2C0DD-549A-36F6-BD9E-FB40A924344F> /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSy mbolication
        0x7fff8c3c3000 -     0x7fff8c3d3fff  com.apple.AppleScriptObjC (1.2 - 21) <D6ADE9DF-43F9-3678-9BBA-0EAC9C3BFE5E> /System/Library/Frameworks/AppleScriptObjC.framework/Versions/A/AppleScriptObjC
        0x7fff8cbdb000 -     0x7fff8cbdefff  com.apple.AppleSystemInfo (2.0 - 2) <BC221376-361F-3F85-B284-DC251D3BB442> /System/Library/PrivateFrameworks/AppleSystemInfo.framework/Versions/A/AppleSys temInfo
        0x7fff8cbdf000 -     0x7fff8cc2afff  com.apple.framework.CoreWLAN (3.0.1 - 301.11) <8370178E-438C-375C-AA41-A8DEE60B8636> /System/Library/Frameworks/CoreWLAN.framework/Versions/A/CoreWLAN
        0x7fff8cc2b000 -     0x7fff8cc48fff  com.apple.openscripting (1.3.6 - 148.2) <33B87CFB-CACC-3EBC-893D-38AECB94FB8A> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting .framework/Versions/A/OpenScripting
        0x7fff8ccb6000 -     0x7fff8ccc2fff  com.apple.CrashReporterSupport (10.8.2 - 414.3) <B1A904D2-1944-39AD-9F43-F589CEE3FCC3> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/Cra shReporterSupport
        0x7fff8ccd3000 -     0x7fff8cd71ff7  com.apple.ink.framework (10.8.2 - 150) <84B9825C-3822-375F-BE58-A753444FBDE2> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework /Versions/A/Ink
        0x7fff8cdb8000 -     0x7fff8cdb9ff7  libremovefile.dylib (23.1) <DBBFAF35-AC78-3856-92F6-6E4FD9DF14A2> /usr/lib/system/libremovefile.dylib
        0x7fff8cdba000 -     0x7fff8cfefff7  com.apple.CoreData (106.1 - 407.7) <24E0A6B4-9ECA-3D12-B26A-72B9DCF09768> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
        0x7fff8cff0000 -     0x7fff8d070ff7  com.apple.ApplicationServices.ATS (332 - 341.1) <BD83B039-AB25-3E3E-9975-A67DAE66988B> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/ATS
        0x7fff8d1a7000 -     0x7fff8d26cff7  com.apple.coreui (2.0 - 181.1) <83D2C92D-6842-3C9D-9289-39D5B4554C3A> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
        0x7fff8d26d000 -     0x7fff8d2c4ff7  com.apple.ScalableUserInterface (1.0 - 1) <F1D43DFB-1796-361B-AD4B-39F1EED3BE19> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/ScalableU serInterface.framework/Versions/A/ScalableUserInterface
        0x7fff8d2c5000 -     0x7fff8d376fff  com.apple.LaunchServices (539.7 - 539.7) <DA7C602E-5E01-31B8-925D-B45360CA089F> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchS ervices.framework/Versions/A/LaunchServices
        0x7fff8d5ec000 -     0x7fff8d5eeff7  com.apple.print.framework.Print (8.0 - 258) <34666CC2-B86D-3313-B3B6-A9977AD593DA> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framewo rk/Versions/A/Print
        0x7fff8d5ef000 -     0x7fff8d78afef  com.apple.vImage (6.0 - 6.0) <FAE13169-295A-33A5-8E6B-7C2CC1407FA7> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.fr amework/Versions/A/vImage
        0x7fff8d78b000 -     0x7fff8d7f8ff7  com.apple.framework.IOKit (2.0 - 755.18.10) <142E19DD-1C8D-3D61-ABC8-83994A73279F> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
        0x7fff8d7f9000 -     0x7fff8d845ff7  libauto.dylib (185.1) <73CDC482-16E3-3FC7-9BB4-FBA2DA44DBC2> /usr/lib/libauto.dylib
        0x7fff8d846000 -     0x7fff8d859ff7  com.apple.LangAnalysis (1.7.0 - 1.7.0) <2F2694E9-A7BC-33C7-B4CF-8EC907DF0FEB> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ LangAnalysis.framework/Versions/A/LangAnalysis
        0x7fff8d85a000 -     0x7fff8d885fff  libxslt.1.dylib (11.3) <441776B8-9130-3893-956F-39C85FFA644F> /usr/lib/libxslt.1.dylib
        0x7fff8d8fe000 -     0x7fff8d90cff7  libsystem_network.dylib (77.10) <0D99F24E-56FE-380F-B81B-4A4C630EE587> /usr/lib/system/libsystem_network.dylib
        0x7fff8d90d000 -     0x7fff8d90efff  libffi.dylib (18) <D20FE81C-271C-3446-ABC8-50B6A6F5BEA4> /usr/lib/libffi.dylib
        0x7fff8d99b000 -     0x7fff8d9a0fff  com.apple.OpenDirectory (10.8 - 151.10) <CF44120B-9B01-32DD-852E-C9C0E1243FC0> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
        0x7fff8d9df000 -     0x7fff8d9e1fff  com.apple.TrustEvaluationAgent (2.0 - 23) <A97D348B-32BF-3E52-8DF2-59BFAD21E1A3> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/Tru stEvaluationAgent
        0x7fff8d9ea000 -     0x7fff8da7bfff  com.apple.CorePDF (2.0 - 2) <EB5660B1-0D79-34F3-B242-B559AE0A5B4A> /System/Library/PrivateFrameworks/CorePDF.framework/Versions/A/CorePDF
        0x7fff8da7c000 -     0x7fff8dafefff  com.apple.Heimdal (3.0 - 2.0) <660A6C64-4912-32C8-A332-B64164032A2D> /System/Library/PrivateFrameworks/Heimdal.framework/Versions/A/Heimdal
        0x7fff8daff000 -     0x7fff8db03fff  libGIF.dylib (845) <2690CE83-E934-3EF8-A30A-996EDADCE3E4> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib
        0x7fff8db04000 -     0x7fff8db6cff7  libc++.1.dylib (65.1) <20E31B90-19B9-3C2A-A9EB-474E08F9FE05> /usr/lib/libc++.1.dylib
        0x7fff8db6d000 -     0x7fff8dec9fff  com.apple.Foundation (6.8 - 945.11) <A5D41956-A354-3ACC-9355-BE200072223B> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
        0x7fff8deca000 -     0x7fff8ded1fff  libcopyfile.dylib (89) <876573D0-E907-3566-A108-577EAD1B6182> /usr/lib/system/libcopyfile.dylib
        0x7fff8ded2000 -     0x7fff8e023fff  com.apple.audio.toolbox.AudioToolbox (1.8 - 1.8) <833DA682-A3C1-39E7-AEC3-9EDC734DE2A9> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
        0x7fff8e024000 -     0x7fff8e071fff  com.apple.CoreMediaIO (301.0 - 4147) <61E348A5-1F9E-3390-9613-3EACE40DBD8C> /System/Library/Frameworks/CoreMediaIO.framework/Versions/A/CoreMediaIO
        0x7fff8e092000 -     0x7fff8ea22c67  com.apple.CoreGraphics (1.600.0 - 324.6) <DCC70C6E-AB6D-3457-A823-7569CB29B107> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/CoreGraphics
        0x7fff8ea23000 -     0x7fff8ea59fff  libsystem_info.dylib (406.17) <4FFCA242-7F04-365F-87A6-D4EFB89503C1> /usr/lib/system/libsystem_info.dylib
        0x7fff8ea5a000 -     0x7fff8eb34ff7  com.apple.backup.framework (1.4.1 - 1.4.1) <A3CFCA9E-717C-302D-821B-16FD35E6673F> /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup
        0x7fff8ec38000 -     0x7fff8ec3bfff  libRadiance.dylib (845) <E8956A35-494E-3014-8B86-362D32576116> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.d ylib
        0x7fff8ec3c000 -     0x7fff8ec3cfff  libOpenScriptingUtil.dylib (148.2) <B8061D13-C1B2-38D5-A723-9A98D64E67AC> /usr/lib/libOpenScriptingUtil.dylib
        0x7fff8ec3d000 -     0x7fff8ec64fff  com.apple.framework.familycontrols (4.1 - 410) <AE49B2AB-7D2B-3D52-8E21-60EBEA1A38E6> /System/Library/PrivateFrameworks/FamilyControls.framework/Versions/A/FamilyCon trols
        0x7fff8ec65000 -     0x7fff8ee4efff  com.apple.CoreFoundation (6.8 - 744.12) <EF002794-DAEF-31C6-866C-E3E3AC387A9F> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
        0x7fff8ee97000 -     0x7fff8ee9fff7  libsystem_dnssd.dylib (379.32.1) <62AA0B84-188A-348B-8F9E-3E2DB08DB93C> /usr/lib/system/libsystem_dnssd.dylib
        0x7fff8eea0000 -     0x7fff8f13aff7  com.apple.JavaScriptCore (8536 - 8536.26.7) <ADAD1276-675A-3000-B746-560A2EB596A2> /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore
        0x7fff8f13b000 -     0x7fff8f25bfff  com.apple.desktopservices (1.7.2 - 1.7.2) <CDE8C2C2-C505-31B0-8C61-E40E4EA364A5> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/Desk topServicesPriv
        0x7fff8f25c000 -     0x7fff8f2b6fff  com.apple.print.framework.PrintCore (8.1 - 387.1) <1FA17B75-33E6-35BD-9198-35F92E37B248> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ PrintCore.framework/Versions/A/PrintCore
        0x7fff8f2b7000 -     0x7fff8f2d7fff  libPng.dylib (845) <C3CDD2B4-3CB0-3F6D-8411-DAAF267E952B> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib
        0x7fff8f2d8000 -     0x7fff8f37eff7  com.apple.CoreServices.OSServices (557.4 - 557.4) <841878A8-6F3E-300D-8F01-444B3CC1F41D> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServi ces.framework/Versions/A/OSServices
        0x7fff8f381000 -     0x7fff8f3adfff  com.apple.quartzfilters (1.8.0 - 1.7.0) <B8DE45D7-1827-3379-A478-1A574A1D11D9> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzFilters .framework/Versions/A/QuartzFilters
        0x7fff8f3b8000 -     0x7fff8f3cffff  com.apple.GenerationalStorage (1.1 - 132.2) <3F5C87BD-D866-3732-8CB9-D23ED9784D6E> /System/Library/PrivateFrameworks/GenerationalStorage.framework/Versions/A/Gene rationalStorage
        0x7fff8f724000 -     0x7fff8f755ff7  com.apple.DictionaryServices (1.2 - 184.4) <054F2D6F-9CFF-3EF1-9778-25C551B616C1> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Diction aryServices.framework/Versions/A/DictionaryServices
        0x7fff8f946000 -     0x7fff8fa48fff  libJP2.dylib (845) <405CAF25-0AA5-3C6B-A4A6-94471A1EDD2F> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJP2.dylib
        0x7fff8fa49000 -     0x7fff8fa71fff  libJPEG.dylib (845) <A32618D7-FB91-3EE2-A105-5407B2F3F8D8> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib
        0x7fff8fa72000 -     0x7fff8fc20fff  com.apple.QuartzCore (1.8 - 304.0) <BDC66714-F60C-386D-A773-F897D1E87AB6> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
        0x7fff8fc21000 -     0x7fff8fc29fff  liblaunch.dylib (442.26.2) <2F71CAF8-6524-329E-AC56-C506658B4C0C> /usr/lib/system/liblaunch.dylib
        0x7fff8fc3b000 -     0x7fff8fc3bfff  com.apple.quartzframework (1.5 - 1.5) <6403C982-0D45-37EE-A0F0-0EF8BCFEF440> /System/Library/Frameworks/Quartz.framework/Versions/A/Quartz
        0x7fff8fc99000 -     0x7fff8fcc7fff  com.apple.CoreServicesInternal (154.2 - 154.2) <3E6196E6-F3B4-316F-9E1F-13B6B9694C7E> /System/Library/PrivateFrameworks/CoreServicesInternal.framework/Versions/A/Cor eServicesInternal
        0x7fff8fdd8000 -     0x7fff8fdddfff  libcache.dylib (57) <65187C6E-3FBF-3EB8-A1AA-389445E2984D> /usr/lib/system/libcache.dylib
        0x7fff9016a000 -     0x7fff9017cff7  libz.1.dylib (43) <2A1551E8-A272-3DE5-B692-955974FE1416> /usr/lib/libz.1.dylib
        0x7fff9017d000 -     0x7fff90181fff  libCoreVMClient.dylib (24.4) <55F71158-ADEE-3863-92E9-4772DCEA8E31> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClien t.dylib
        0x7fff901fb000 -     0x7fff90306fff  libFontParser.dylib (84.5) <617A7D30-C7BC-39FC-A1FE-59367B4A5719> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libFontParser.dylib
        0x7fff90307000 -     0x7fff90363fff  com.apple.QuickLookFramework (4.0 - 555.4) <B34DB61C-15F0-3CF8-98A4-152C2F54DF8D> /System/Library/Frameworks/QuickLook.framework/Versions/A/QuickLook
        0x7fff9039a000 -     0x7fff903f7fff  com.apple.audio.CoreAudio (4.1.0 - 4.1.0) <B3198BD6-EA1D-3E5E-ADD4-37D8E6B72678> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
        0x7fff903fb000 -     0x7fff903fcff7  libdnsinfo.dylib (453.18) <E7595861-ECF9-336E-9901-BED2620FAA80> /usr/lib/system/libdnsinfo.dylib
        0x7fff904d1000 -     0x7fff90526ff7  libTIFF.dylib (845) <ADCB4683-69EB-318B-8BE7-5FDF38BCADAF> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib
        0x7fff90532000 -     0x7fff90589ff7  com.apple.AppleVAFramework (5.0.18 - 5.0.18) <B75949DD-AC27-3848-8221-00D70D14C7E0> /System/Library/PrivateFrameworks/AppleVA.framework/Versions/A/AppleVA
        0x7fff9058a000 -     0x7fff90838fff  com.apple.imageKit (2.2 - 667) <66A64289-6259-335E-9D8C-E3E02ECE7837> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/ImageKit.fram ework/Versions/A/ImageKit
        0x7fff90839000 -     0x7fff9083bfff  libCVMSPluginSupport.dylib (8.6.1) <7EFDA31E-E463-3897-A8DC-7FD266EB713E> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCVMSPluginS upport.dylib
        0x7fff9092d000 -     0x7fff90bb0fff  com.apple.RawCamera.bundle (4.00 - 658) <6786E9E0-3197-30A3-A0F4-22A6064B3EF2> /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera
        0x7fff90bb1000 -     0x7fff90c4eff7  com.apple.PDFKit (2.7.2 - 2.7.2) <DE5BE2EF-2570-3792-B1C3-AAD45765F533> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/PDFKit.framew ork/Versions/A/PDFKit
        0x7fff90c4f000 -     0x7fff90cd0fff  com.apple.Metadata (10.7.0 - 707.3) <A45D75C1-B311-39F0-AF4A-63FCCC098C1D> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadat a.framework/Versions/A/Metadata
        0x7fff90cd1000 -     0x7fff90ce5fff  libGL.dylib (8.6.1) <2E00615F-97F5-34EB-BE07-75A24F3C18D7> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
        0x7fff90ce6000 -     0x7fff90f41ff7  com.apple.QuartzComposer (5.1 - 284) <D9CDC9ED-9F03-30F0-80DF-BA189A054AC9> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzCompose r.framework/Versions/A/QuartzComposer
        0x7fff90f42000 -     0x7fff90f43fff  libsystem_blocks.dylib (59) <D92DCBC3-541C-37BD-AADE-ACC75A0C59C8> /usr/lib/system/libsystem_blocks.dylib
        0x7fff90f44000 -     0x7fff90facfff  libvDSP.dylib (380.6) <CD4C5EEB-9E63-30C4-8103-7A5EAEA0BE60> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvDSP.dylib
        0x7fff9118e000 -     0x7fff911dfff7  com.apple.SystemConfiguration (1.12.2 - 1.12.2) <E095637C-457F-3D8F-AE32-A032F9D5A46C> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfi guration
        0x7fff911e0000 -     0x7fff911e3fff  com.apple.help (1.3.2 - 42) <343904FE-3022-3573-97D6-5FE17F8643BA> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framewor k/Versions/A/Help
        0x7fff911e6000 -     0x7fff91210ff7  com.apple.CoreVideo (1.8 - 99.3) <C424838A-889C-39E5-8108-FD05C93D26A0> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
        0x7fff91211000 -     0x7fff91260ff7  libFontRegistry.dylib (100) <2E03D7DA-9B8F-31BB-8FB5-3D3B6272127F> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libFontRegistry.dylib
        0x7fff91261000 -     0x7fff91264ff7  libdyld.dylib (210.2.3) <F59367C9-C110-382B-A695-9035A6DD387E> /usr/lib/system/libdyld.dylib
        0x7fff9127c000 -     0x7fff913f0fff  com.apple.CFNetwork (596.2.3 - 596.2.3) <6A16C2BD-1035-30F9-AE96-D9E3BB54A976> /System/Library/Frameworks/CFNetwork.framework/Versions/A/CFNetwork
        0x7fff913f1000 -     0x7fff913f3fff  libquarantine.dylib (52) <4BE2E642-A14F-340A-B482-5BD2AEFD9C24> /usr/lib/system/libquarantine.dylib
        0x7fff913f4000 -     0x7fff91408fff  com.apple.speech.synthesis.framework (4.1.12 - 4.1.12) <94EDF2AB-809C-3D15-BED5-7AD45B2A7C16> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ SpeechSynthesis.framework/Versions/A/SpeechSynthesis
        0x7fff91409000 -     0x7fff91466ff7  com.apple.AE (645.3 - 645.3) <FF867ACA-8628-3E5A-8FA0-AF429B42C5D7> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.fram ework/Versions/A/AE
        0x7fff91474000 -     0x7fff914b3ff7  com.apple.QD (3.42 - 285) <8DF36FCA-C06B-30F4-A631-7BE2FF7E56D1> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ QD.framework/Versions/A/QD
        0x7fff914b8000 -     0x7fff914c1fff  com.apple.CommerceCore (1.0 - 26) <997CD214-BC78-3C61-A1B8-813EA1CB9997> /System/Library/PrivateFrameworks/CommerceKit.framework/Versions/A/Frameworks/C ommerceCore.framework/Versions/A/CommerceCore
        0x7fff914c2000 -     0x7fff914d7fff  com.apple.ImageCapture (8.0 - 8.0) <17A45CE6-7DA3-36A5-B7EF-72BC136981AE> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture. framework/Versions/A/ImageCapture
        0x7fff914d8000 -     0x7fff914d9fff  libDiagnosticMessagesClient.dylib (8) <8548E0DC-0D2F-30B6-B045-FE8A038E76D8> /usr/lib/libDiagnosticMessagesClient.dylib
        0x7fff914e6000 -     0x7fff914e6fff  com.apple.Carbon (154 - 155) <372716D2-6FA1-3611-8501-3DD1D4A6E8C8> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
        0x7fff914e7000 -     0x7fff91601fff  com.apple.coreavchd (5.6.0 - 5600.4.16) <0CF2ABE5-B088-3B5D-9C04-47AE708ADAE3> /System/Library/PrivateFrameworks/CoreAVCHD.framework/Versions/A/CoreAVCHD
        0x7fff91692000 -     0x7fff916a7ff7  libdispatch.dylib (228.23) <D26996BF-FC57-39EB-8829-F63585561E09> /usr/lib/system/libdispatch.dylib
        0x7fff916a8000 -     0x7fff916acff7  com.apple.CommonPanels (1.2.5 - 94) <AAC003DE-2D6E-38B7-B66B-1F3DA91E7245> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels. framework/Versions/A/CommonPanels
        0x7fff91738000 -     0x7fff91772fff  com.apple.GSS (3.0 - 2.0) <0BDF8090-5EF4-3759-94DE-8521D74188AA> /System/Library/Frameworks/GSS.framework/Versions/A/GSS
        0x7fff91773000 -     0x7fff917b7fff  libcups.2.dylib (327) <9B3F3321-D2BC-3195-BF20-4008FC52A390> /usr/lib/libcups.2.dylib
        0x7fff917b8000 -     0x7fff917dfff7  com.apple.PerformanceAnalysis (1.16 - 16) <E4888388-F41B-313E-9CBB-5807D077BDA9> /System/Library/PrivateFrameworks/PerformanceAnalysis.framework/Versions/A/Perf ormanceAnalysis
        0x7fff917e0000 -     0x7fff917f6fff  com.apple.MultitouchSupport.framework (235.28 - 235.28) <BD78B16E-9B5A-3E07-93B4-13AD1A538CAC> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/Multit ouchSupport
        0x7fff91840000 -     0x7fff91846fff  libmacho.dylib (829) <BF332AD9-E89F-387E-92A4-6E1AB74BD4D9> /usr/lib/system/libmacho.dylib
        0x7fff91847000 -     0x7fff91847fff  com.apple.CoreServices (57 - 57) <9DD44CB0-C644-35C3-8F57-0B41B3EC147D> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
        0x7fff91849000 -     0x7fff9184dfff  com.apple.IOSurface (86.0.3 - 86.0.3) <C121DE83-ED12-3DC1-BDB3-4FCB29AB0571> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
        0x7fff9184e000 -     0x7fff9191afe7  libsystem_c.dylib (825.25) <8CBCF9B9-EBB7-365E-A3FF-2F3850763C6B> /usr/lib/system/libsystem_c.dylib
        0x7fff9196b000 -     0x7fff9196bfff  com.apple.vecLib (3.8 - vecLib 3.8) <794317C7-4E38-338A-A874-5E18001C8503> /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
        0x7fff9196e000 -     0x7fff91972fff  libpam.2.dylib (20) <C8F45864-5B58-3237-87E1-2C258A1D73B8> /usr/lib/libpam.2.dylib
        0x7fff919b5000 -     0x7fff91ab3fff  com.apple.QuickLookUIFramework (4.0 - 555.4) <58EC2F30-0959-3586-A1DD-BDCAF589D2D3> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuickLookUI.f ramework/Versions/A/QuickLookUI
        0x7fff91b6b000 -     0x7fff91b79ff7  libkxld.dylib (2050.18.24) <7027CE49-007D-3553-8FFA-3E3B428B2316> /usr/lib/system/libkxld.dylib
        0x7fff91b7a000 -     0x7fff91bd0ff7  com.apple.opencl (2.1.20 - 2.1.20) <AF142CA4-EA1D-31B0-A48F-AA2B75D4309E> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
        0x7fff91bd1000 -     0x7fff91cc6fff  libiconv.2.dylib (34) <FEE8B996-EB44-37FA-B96E-D379664DEFE1> /usr/lib/libiconv.2.dylib
        0x7fff91cc7000 -     0x7fff91ce9ff7  libxpc.dylib (140.41) <FAC04D8B-680E-325F-8F0C-DD69859D0E01> /usr/lib/system/libxpc.dylib
        0x7fff91cea000 -     0x7fff91d18ff7  libsystem_m.dylib (3022.6) <B434BE5C-25AB-3EBD-BAA7-5304B34E3441> /usr/lib/system/libsystem_m.dylib
        0x7fff91ea4000 -     0x7fff91eeeff7  libGLU.dylib (8.6.1) <DF45C1E3-3884-3991-B84F-F39B482E8BF8> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
        0x7fff91ef8000 -     0x7fff91f12fff  com.apple.ScriptingBridge (1.3 - 61.2) <16852553-3FF9-368B-B60E-A7949FAF5A7A> /System/Library/Frameworks/ScriptingBridge.framework/Versions/A/ScriptingBridge
        0x7fff91f13000 -     0x7fff91fa0ff7  com.apple.SearchKit (1.4.0 - 1.4.0) <C7F43889-F8BF-3CB9-AD66-11AEFCBCEDE7> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchK it.framework/Versions/A/SearchKit
        0x7fff91fde000 -     0x7fff91febfff  libexslt.0.dylib (11.3) <271ACF5E-D832-31EC-AC76-74E130F80951> /usr/lib/libexslt.0.dylib
        0x7fff91fec000 -     0x7fff9206aff7  com.apple.securityfoundation (6.0 - 55115.4) <C5461971-E455-31A6-99B8-AF80C4BC26DD> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoun dation
        0x7fff9207a000 -     0x7fff92ca7ff7  com.apple.AppKit (6.8 - 1187.34) <1FF64844-EB62-3F96-AED7-6525B7CCEC23> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
        0x7fff92e01000 -     0x7fff93118ff7  com.apple.CoreServices.CarbonCore (1037.3 - 1037.3) <DF7CABCA-F2CB-345B-8EFF-F0F4E937B7FF> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonC ore.framework/Versions/A/CarbonCore
        0x7fff93119000 -     0x7fff9329ffff  libBLAS.dylib (1073.4) <C102C0F6-8CB6-3B49-BA6B-2EB61F0B2784> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libBLAS.dylib
        0x7fff932ad000 -     0x7fff933aafff  libsqlite3.dylib (138.1) <ADE9CB98-D77D-300C-A32A-556B7440769F> /usr/lib/libsqlite3.dylib
        0x7fff93402000 -     0x7fff93404fff  com.apple.securityhi (4.0 - 55002) <34E45C60-DC7E-3FCC-A1ED-EBF48B77C559> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.fr amework/Versions/A/SecurityHI
        0x7fff93405000 -     0x7fff93448ff7  com.apple.bom (12.0 - 192) <0BF1F2D2-3648-36B7-BE4B-551A0173209B> /System/Library/PrivateFrameworks/Bom.framework/Versions/A/Bom
        0x7fff93449000 -     0x7fff93494ff7  com.apple.CoreMedia (1.0 - 926.62) <CFBD094F-DA9C-3498-9D50-BC754B56F00A> /System/Library/Frameworks/CoreMedia.framework/Versions/A/CoreMedia
        0x7fff93495000 -     0x7fff9388eff7  com.apple.MediaToolbox (1.0 - 926.62) <83BBE53E-29FE-3874-9991-B6D009EADCC5> /System/Library/Frameworks/MediaToolbox.framework/Versions/A/MediaToolbox
        0x7fff9388f000 -     0x7fff93893fff  libCGXType.A.dylib (324.6) <2FC25246-A69F-3F81-9AC6-0A1753E1C6A8> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCGXType.A.dylib
        0x7fff93911000 -     0x7fff93912fff  liblangid.dylib (116) <864C409D-D56B-383E-9B44-A435A47F2346> /usr/lib/liblangid.dylib
        0x7fff9392c000 -     0x7fff93958ff7  libRIP.A.dylib (324.6) <5A7EB5C2-BA60-36D7-BF41-9853F37837AA> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
        0x7fff93959000 -     0x7fff93a9dfef  com.apple.MediaControlSender (1.4.5 - 145.3) <3A308EA3-21F7-3213-9157-D3421EB43715> /System/Library/PrivateFrameworks/MediaControlSender.framework/Versions/A/Media ControlSender
        0x7fff93a9e000 -     0x7fff93b38fff  libvMisc.dylib (380.6) <714336EA-1C0E-3735-B31C-19DFDAAF6221> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvMisc.dylib
        0x7fff93b53000 -     0x7fff93b59fff  libGFXShared.dylib (8.6.1) <CF55E720-1B9E-3E24-A1DA-7FA8B261CD8E> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.d ylib
        0x7fff93c74000 -     0x7fff93c83ff7  com.apple.opengl (1.8.6 - 1.8.6) <720CC06C-0D01-37AE-BB3D-D7F0242B262A> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
        0x7fff93c84000 -     0x7fff93ca9ff7  libc++abi.dylib (24.4) <E7BD9363-1D25-3551-A68A-2E2FF6ABECD7> /usr/lib/libc++abi.dylib
        0x7fff93cd9000 -     0x7fff93cf4ff7  libsystem_kernel.dylib (2050.18.24) <C0535565-35D1-31A7-A744-63D9F10F12A4> /usr/lib/system/libsystem_kernel.dylib
        0x7fff93cf5000 -     0x7fff93cfafff  libcompiler_rt.dylib (30) <08F8731D-5961-39F1-AD00-4590321D24A9> /usr/lib/system/libcompiler_rt.dylib
        0x7fff93cfb000 -     0x7fff93cfbfff  libkeymgr.dylib (25) <CC9E3394-BE16-397F-926B-E579B60EE429> /usr/lib/system/libkeymgr.dylib
        0x7fff93f44000 -     0x7fff940f5fff  com.apple.AutomatorFramework (1.3 - 346) <263DC026-AE26-34BB-A7B2-19A8ECC48EF6> /System/Library/Frameworks/Automator.framework/Versions/A/Automator
        0x7fff940f6000 -     0x7fff94513fff  FaceCoreLight (2.4.1) <A34C9575-C4C1-31B1-809B-7751070B4E8B> /System/Library/PrivateFrameworks/FaceCoreLight.framework/Versions/A/FaceCoreLi ght
        0x7fff94514000 -     0x7fff94514fff  com.apple.Accelerate.vecLib (3.8 - vecLib 3.8) <B5A18EE8-DF81-38DD-ACAF-7076B2A26225> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/vecLib
        0x7fff94515000 -     0x7fff9451cfff  com.apple.NetFS (5.0 - 4.0) <82E24B9A-7742-3DA3-9E99-ED267D98C05E> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
        0x7fff9451d000 -     0x7fff94579ff7  com.apple.Symbolication (1.3 - 93) <F2C7E0B6-B241-3020-B30A-0636D0FA3378> /System/Library/PrivateFrameworks/Symbolication.framework/Versions/A/Symbolicat ion
        0x7fff9457a000 -     0x7fff945d3fff  com.apple.ImageCaptureCore (5.0.1 - 5.0.1) <2CC27836-1E1E-3633-B15C-A3BA1734D092> /System/Library/Frameworks/ImageCaptureCore.framework/Versions/A/ImageCaptureCo re
        0x7fff94637000 -     0x7fff94638ff7  libsystem_sandbox.dylib (220) <3C3B03CF-C525-3CB3-8557-62E91B93AC95> /usr/lib/system/libsystem_sandbox.dylib
        0x7fff946c1000 -     0x7fff946c5ff7  com.apple.TCC (1.0 - 1) <F2F3B753-FC73-3543-8BBE-859FDBB4D6A6> /System/Library/PrivateFrameworks/TCC.framework/Versions/A/TCC
        0x7fff946c6000 -     0x7fff946ddfff  com.apple.CFOpenDirectory (10.8 - 151.10) <FFBBA538-00B5-334E-BA5B-C8AD6CDCDA14> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpen Directory.framework/Versions/A/CFOpenDirectory
        0x7fff95698000 -     0x7fff9593cfff  com.apple.CoreImage (8.2.2 - 1.0.1) <930B0B23-DD84-3B0C-B5A9-C09B7068A6F0> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/CoreImage .framework/Versions/A/CoreImage
        0x7fff9593d000 -     0x7fff9593dfff  com.apple.Accelerate (1.8 - Accelerate 1.8) <6AD48543-0864-3D40-80CE-01F184F24B45> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
        0x7fff9593e000 -     0x7fff95a3bff7  libxml2.2.dylib (22.3) <47B09CB2-C636-3024-8B55-6040F7829B4C> /usr/lib/libxml2.2.dylib
        0x7fff95a42000 -     0x7fff95aabfff  libstdc++.6.dylib (56) <EAA2B53E-EADE-39CF-A0EF-FB9D4940672A> /usr/lib/libstdc++.6.dylib
        0x7fff95aac000 -     0x7fff95aacffd  com.apple.audio.units.AudioUnit (1.8 - 1.8) <29E2C990-3617-3FA2-BDD7-DB7DF493E443> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
        0x7fff9671c000 -     0x7fff967eeff7  com.apple.CoreText (260.0 - 275.16) <5BFC1D67-6A6F-38BC-9D90-9C712684EDAC> /System/Library/Frameworks/CoreText.framework/Versions/A/CoreText
        0x7fff967f4000 -     0x7fff967ffff7  com.apple.bsd.ServiceManagement (2.0 - 2.0) <C12962D5-85FB-349E-AA56-64F4F487F219> /System/Library/Frameworks/ServiceManagement.framework/Versions/A/ServiceManage ment
        0x7fff96800000 -     0x7fff96971ff7  com.apple.QTKit (7.7.1 - 2599.13) <5B24A892-ED69-3C01-8B00-DF3AD81A20D4> /System/Library/Frameworks/QTKit.framework/Versions/A/QTKit
        0x7fff969e9000 -     0x7fff96a2cfff  com.apple.RemoteViewServices (2.0 - 80.5) <F3A897C9-A277-3B56-8FB3-2BC2C10C33BF> /System/Library/PrivateFrameworks/RemoteViewServices.framework/Versions/A/Remot eViewServices
        0x7fff96a2d000 -     0x7fff96a6afe7  libGLImage.dylib (8.6.1) <7F31DD61-3110-3541-A9BB-035CD1262E50> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dyl ib
        0x7fff96abf000 -     0x7fff96ac0ff7  libSystem.B.dylib (169.3) <365477AB-D641-389D-B8F4-A1FAE9657EEE> /usr/lib/libSystem.B.dylib
        0x7fff96ac3000 -     0x7fff96ad1fff  libcommonCrypto.dylib (60026) <2D6537F5-1B5E-305C-A1CF-D1FA80CA3939> /usr/lib/system/libcommonCrypto.dylib
        0x7fff96ad2000 -     0x7fff96af4ff7  com.apple.Kerberos (2.0 - 1) <C49B8820-34ED-39D7-A407-A3E854153556> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
        0x7fff96af5000 -     0x7fff96afffff  com.apple.DisplayServicesFW (2.6.1 - 353) <0505CB8A-47D9-3539-9A0D-24F09D99E9D8> /System/Library/PrivateFrameworks/DisplayServices.framework/Versions/A/DisplayS ervices
        0x7fff96b5d000 -     0x7fff96b7cff7  libresolv.9.dylib (51) <0882DC2D-A892-31FF-AD8C-0BB518C48B23> /usr/lib/libresolv.9.dylib
        0x7fff96bb6000 -     0x7fff96bbcff7  libunwind.dylib (35.1) <21703D36-2DAB-3D8B-8442-EAAB23C060D3> /usr/lib/system/libunwind.dylib
    External Modification Summary:
      Calls made by other processes targeting this process:
        task_for_pid: 2
        thread_create: 0
        thread_set_state: 0
      Calls made by this process:
        task_for_pid: 0
        thread_create: 0
        thread_set_state: 0
      Calls made by all processes on this machine:
        task_for_pid: 448
        thread_create: 1
        thread_set_state: 0
    VM Region Summary:
    ReadOnly portion of Libraries: Total=181.0M resident=128.5M(71%) swapped_out_or_unallocated=52.5M(29%)
    Writable regions: Total=16.1G written=1796K(0%) resident=40.7M(0%) swapped_out=0K(0%) unallocated=16.0G(100%)
    REGION TYPE                      VIRTUAL
    ===========                      =======
    CG backing stores                   152K
    CG shared images                   1216K
    CoreServices                       3852K
    MALLOC                            296.4M
    MALLOC (reserved)                  15.8G        reserved VM address space (unallocated)
    MALLOC guard page                    64K
    Memory tag=240                        4K
    Memory tag=242                       12K
    Memory tag=251                       16K
    STACK GUARD                        56.0M
    Stack                              10.0M
    VM_ALLOCATE                        16.1M
    __DATA                             15.2M
    __IMAGE                             528K
    __LINKEDIT                         53.3M
    __TEXT                            127.7M
    __UNICODE                           544K
    mapped file                        34.9M
    shared memory                       308K
    ===========                      =======
    TOTAL                              16.4G
    TOTAL, minus reserved VM space    616.2M
    Model: MacBookPro5,5, BootROM MBP55.00AC.B03, 2 processors, Intel Core 2 Duo, 2.26 GHz, 8 GB, SMC 1.47f2
    Graphics: NVIDIA GeForce 9400M, NVIDIA GeForce 9400M, PCI, 256 MB
    Memory Module: BANK 0/DIMM0, 4 GB, DDR3, 1067 MHz, 0x859B, 0x435434473353313036374D2E4D3136464D52
    Memory Module: BANK 1/DIMM0, 4 GB, DDR3, 1067 MHz, 0x859B, 0x435434473353313036374D2E4D3136464D52
    AirPort: spairport_wireless_card_type_airport_extreme (0x14E4, 0x8D), Broadcom BCM43xx 1.0 (5.106.98.81.22)
    Bluetooth: Version 4.0.9f33 10885, 2 service, 18 devices, 1 incoming serial ports
    Network Service: Wi-Fi, AirPort, en1
    Serial ATA Device: ST9250315ASG, 250.06 GB
    Serial ATA Device: HL-DT-ST DVDRW  GS23N
    USB Device: Built-in iSight, apple_vendor_id, 0x8507, 0x24400000 / 2
    USB Device: Internal Memory Card Reader, apple_vendor_id, 0x8403, 0x26500000 / 2
    USB Device: Apple Internal Keyboard / Trackpad, apple_vendor_id, 0x0237, 0x04600000 / 3
    USB Device: IR Receiver, apple_vendor_id, 0x8242, 0x04500000 / 2
    USB Device: BRCM2046 Hub, 0x0a5c  (Broadcom Corp.), 0x4500, 0x06100000 / 2
    USB Device: Bluetooth USB Host Controller, apple_vendor_id, 0x8213, 0x06110000 / 5

    You might want to consider starting a new discussion. Since this one is marked solved, less people are likely to look at it.
    Try resetting the printing system.
    Reset Printing System

  • Measurement and Automation Explorer not installed correctly

    I have a trial version of LabView 8.5.  Upon trying to change the Instrument I/O Assistant, I get "Measurement and Automation Explorer not installed correctly.  Please install from driver CD."  Well, I don't have the CD since this was a trial download.
    Basically, what I am trying to do is this:  I want to pull 4 variables/tags from an Allen Bradley PLC and log them to an Excel spreadsheet.  I am using RSLinx to communicate with the PLC, and LabView to compile the info. 
    Any help would be appreciated.

    Any Ideas?  I have the program running right now, and I'm kinda in a bind.  I also tried RSView32 Works to log the info, but there isn't enough flexibility in logging.  I need to log flow rate test results from a large automated machine.  The mahcine does a number of operations, but we are most concerned with these four tags (since it conducts four tests at once).  The problem is, the cycle time varies with the lot of product.  Some products require more time as the process is more delicate.  So, I can't use a time-interval logging method.
    As for variable change, I can't do that either because it records the 4 test results in series; not all at the same time.  That, and if the test is aborted (no tube), the previous test result value stays in the tag until there is a successful test.
    I found a variable that changes once per cycle.  I'd like to log the four tags once per cycle.
    BUT I can't do anything until I get the I/O Wizard working. 

  • How do I set the trace interval for DSC Read Trace.vi ?

    Hello;
    I am using the DSC Module's "Read Traces.vi" to read historical traces and display them on an xy graph. Normally, I update in real time every second or two and have a time interval of one hour or less, but sometimes, I want to look at a day or more of data on the trend. Since all of my variables are logged in one second intervals (although I do have a log deadband for most variables), this could potentially be a tremendously large array, and I want to minimize CPU usage and eliminate "out of memory" problems.
    Does updating the "interpolation interval" value in the vi options cluster update the data point to data point interval for all data points in a trace or just in areas that need to be interpolated, e.g  where there are gaps (due to for instance a data point value not changing more than its log deadband for a period of time)? I am wondering if I set this value to a larger number of seconds, then will it solve my problem or provide no change if all of my data points change continually.
    Thanks in advance for the help.
    Michael Hampson
    XL Automation, Inc.
    Michael Hampson
    President
    XL Automation, Inc.

    Hi Michael,
    I spent a good deal of time playing around with this, and it appears that the functionality of the Read Traces.vi's option input is to interpolate (draw a straight horizontal line in a graph) the data for all traces. This includes those that have updated within the interval (the updates are lost)... and having a larger interval would have more data loss.
    If you want to minimize disk usage, you'd want to increase the deadband so that fewer points are written to Citadel - I'm not sure what aspect of your program is concerning you with CPU usage. You mention that all of your variables are logged in one second intervals.
    Hopefully I have understood your concern and the workings of this VI. If I haven't, please post some screenshots or describe a little more clearly what you are looking to accomplish.
    For future reference, the LabVIEW DSC forum would probably be a better place to post questions, rather than fieldpoint
    Best regards,
    -Sam F, DAQ Marketing Manager
    Learn about measuring temperature
    Learn how to take voltage measurements
    Learn how to measure current

  • Interval Partition naming Issue (Oracle 11g R2 )

    I need help on identifying latest partition:
    I am using Interval Partition for my table,which creates partition every month end based on inserted data.
    When oracle creates partition assigning its own name but users have automated reports using partition names like Table_name_YYYYMM.
    I tested following ways to identify partition then renamed,worked fine but in long run do i get any problems ?
    or any other way to identify the latest partition ?
    1)Using max partition position :
    select partition_name from dba_tab_partitions a where partition_position = (select max(partition_position)
    from user_tab_partitions b where a.table_name=b.table_name
    and b.table_name = 'INTRVL_PARTITION');
    2)Using Sub Object max creation date :
    SELECT SUBOBJECT_NAME FROM dba_objects
    WHERE OBJECT_TYPE='TABLE PARTITION'
    AND OWNER='ABCD'
    AND OBJECT_NAME='INTRVL_PARTITION'
    AND CREATED=(SELECt MAX(CREATED) FROM DBA_OBJECTS
    WHERE OBJECT_TYPE='TABLE PARTITION'
    AND OWNER='ABCD'
    AND OBJECT_NAME='INTRVL_PARTITION');
    Thanks in advance .
    Edited by: user607128 on Mar 2, 2012 7:09 AM

    Your initial question said you were already using interval partitioning.
    >
    I am using Interval Partition for my table
    now users asking to convert Range to Interval Partition and keeping existing partitions same name.
    >
    So is your issue that you want to use interval partitining for a table now is now using range partitioning? Why are your users driving this change? That should be a decision made by the DBA and technical management since the difference is mainly on of management.
    Though there is one BIG difference that is data related. With interval partitioning if data (even erroneous data) is inserted for a partition that does not exist Oracle will create one. So if you have an insert statement that inserts 12 records for the year '2038' you will get 12 new partitions even though the data may be bogus.
    Now your management problem is detecting the problem, deleting the data (or fixing the date to move it to the right partition) and then dropping the partitions and storage.
    With 'interval' partitioning you had better be absolutely sure your data is clean in terms of the partitioning key values.
    That said, you can use table redefinition or just create a new interval partitioned table and do partition exchanges with the existing partitions to move the data.

  • Automation of OBIEE 11G services in Linux OS

    Hi
    We have a requirement for the automation of OBIEE 11G services in Linux OS whenever system reboots. I came to know that this can be achieved by a shell script, however, not certain about it. It would be grateful if any workaraound/pointers/documentation to achieve this is shared.
    Thanks.

    HI
    The mentioned link has scripts for linux, but I need for windows and I tried some script which I found online but I am getting some errors which are in bold below
    C:\Oracle\Middleware\wlserver_10.3\server\bin>installAdminServer.cmd
    C:\Oracle\Middleware\wlserver_10.3\server\bin>SETLOCAL
    C:\Oracle\Middleware\wlserver_10.3\server\bin>set OBI_HOME=C:\Oracle\Middleware
    C:\Oracle\Middleware\wlserver_10.3\server\bin>set DOMAIN_NAME=bifoundation_domai
    n
    C:\Oracle\Middleware\wlserver_10.3\server\bin>set USERDOMAIN_HOME=C:\Oracle\Midd
    leware\user_projects\domains\bifoundation_domain
    C:\Oracle\Middleware\wlserver_10.3\server\bin>set SERVER_NAME=AdminServer
    C:\Oracle\Middleware\wlserver_10.3\server\bin>set PRODUCTION_MODE=true
    C:\Oracle\Middleware\wlserver_10.3\server\bin>set JAVA_HOME=C:\Oracle\Middleware
    \Oracle_BI1\jdk
    C:\Oracle\Middleware\wlserver_10.3\server\bin>cd C:\Oracle\Middleware\user_proje
    cts\domains\bifoundation_domain
    C:\Oracle\Middleware\user_projects\domains\bifoundation_domain>call C:\Oracle\Mi
    ddleware\user_projects\domains\bifoundation_domain\bin\setDomainEnv.cmd
    SVR_GRP =
    C:\Oracle\Middleware\user_projects\domains\bifoundation_domain>set CLASSPATH=C:\
    Oracle\MIDDLE~1\patch_wls1035\profiles\default\sys_manifest_classpath\weblogic_p
    atch.jar;C:\Java\JDK16~1.0_3\lib\tools.jar;C:\Oracle\MIDDLE~1\WLSERV~1.3\server\
    lib\weblogic_sp.jar;C:\Oracle\MIDDLE~1\WLSERV~1.3\server\lib\weblogic.jar;C:\Ora
    cle\MIDDLE~1\modules\features\weblogic.server.modules_10.3.5.0.jar;C:\Oracle\MID
    DLE~1\WLSERV~1.3\server\lib\webservices.jar;C:\Oracle\MIDDLE~1\modules\ORGAPA~1.
    1/lib/ant-all.jar;C:\Oracle\MIDDLE~1\modules\NETSFA~1.0_1/lib/ant-contrib.jar;C:
    \Oracle\MIDDLE~1\oracle_common\modules\oracle.jrf_11.1.1\jrf.jar;C:\Oracle\MIDDL
    E~1\ORACLE~1\modules\oracle.jdbc_11.1.1\ojdbc6dms.jar;C:\Oracle\Middleware\Oracl
    e_BI1\bifoundation\jdbc\jdk16\bijdbc.jar;;C:\Oracle\MIDDLE~1\patch_wls1035\profi
    les\default\sys_manifest_classpath\weblogic_patch.jar;C:\Java\JDK16~1.0_3\lib\to
    ols.jar;C:\Oracle\MIDDLE~1\WLSERV~1.3\server\lib\weblogic_sp.jar;C:\Oracle\MIDDL
    E~1\WLSERV~1.3\server\lib\weblogic.jar;C:\Oracle\MIDDLE~1\modules\features\weblo
    gic.server.modules_10.3.5.0.jar;C:\Oracle\MIDDLE~1\WLSERV~1.3\server\lib\webserv
    ices.jar;C:\Oracle\MIDDLE~1\modules\ORGAPA~1.1/lib/ant-all.jar;C:\Oracle\MIDDLE~
    1\modules\NETSFA~1.0_1/lib/ant-contrib.jar;C:\Oracle\MIDDLE~1\oracle_common\modu
    les\oracle.jrf_11.1.1\jrf.jar;C:\Oracle\Middleware\wlserver_10.3\server\lib\webl
    ogic.jar;C:\Oracle\Middleware\oracle_common\modules\oracle.dms_11.1.1\dms.jar;C:
    \Oracle\Middleware\oracle_common\modules\oracle.jmx_11.1.1\jmxframework.jar;C:\O
    racle\Middleware\oracle_common\modules\oracle.jmx_11.1.1\jmxspi.jar;C:\Oracle\Mi
    ddleware\oracle_common\modules\oracle.odl_11.1.1\ojdl.jar;C:\Oracle\MIDDLE~1\ORA
    CLE~1\soa\modules\commons-cli-1.1.jar;C:\Oracle\MIDDLE~1\ORACLE~1\soa\modules\or
    acle.soa.mgmt_11.1.1\soa-infra-mgmt.jar;C:\Oracle\MIDDLE~1\ORACLE~1\modules\orac
    le.jrf_11.1.1\jrf.jar;C:\Oracle\MIDDLE~1\WLSERV~1.3\common\derby\lib\derbyclient
    .jar;C:\Oracle\MIDDLE~1\WLSERV~1.3\server\lib\xqrl.jar
    * To start WebLogic Server, use the password *
    * assigned to the system user. The system *
    * username and password must also be used to *
    * access the WebLogic Server console from a web *
    * browser. *
    C:\Oracle\Middleware\user_projects\domains\bifoundation_domain>rem *** Set Comma
    nd Line for service to execute within created JVM
    C:\Oracle\Middleware\user_projects\domains\bifoundation_domain>set CMDLINE="-ser
    ver -Xms512m ûXmx512m -XX:MaxPermSize=512m -XX:+UseSpinning -Dweblogic.Producti
    onModeEnabled=true -da -Dplatform.home=C:\Oracle\MIDDLE~1\WLSERV~1.3 -Dwls.hom
    e=C:\Oracle\MIDDLE~1\WLSERV~1.3\server -Dweblogic.home=C:\Oracle\MIDDLE~1\WLSERV
    ~1.3\server -Dcommon.components.home=C:\Oracle\MIDDLE~1\ORACLE~1 -Djrf.version=
    11.1.1 -Dorg.apache.commons.logging.Log=org.apache.commons.logging.impl.Jdk14Log
    ger -Ddomain.home=C:\Oracle\MIDDLE~1\USER_P~1\domains\BIFOUN~1 -Djrockit.optfile
    =C:\Oracle\MIDDLE~1\ORACLE~1\modules\oracle.jrf_11.1.1\jrocket_optfile.txt -Dora
    cle.server.config.dir=C:\Oracle\MIDDLE~1\USER_P~1\domains\BIFOUN~1\config\FMWCON
    ~1\servers\AdminServer -Doracle.domain.config.dir=C:\Oracle\MIDDLE~1\USER_P~1\do
    mains\BIFOUN~1\config\FMWCON~1 -Digf.arisidbeans.carmlloc=C:\Oracle\MIDDLE~1\US
    ER_P~1\domains\BIFOUN~1\config\FMWCON~1\carml -Digf.arisidstack.home=C:\Oracle\
    MIDDLE~1\USER_P~1\domains\BIFOUN~1\config\FMWCON~1\arisidprovider -Doracle.secur
    ity.jps.config=C:\Oracle\MIDDLE~1\USER_P~1\domains\BIFOUN~1\config\fmwconfig\jps
    -config.xml -Doracle.deployed.app.dir=C:\Oracle\MIDDLE~1\USER_P~1\domains\BIFOUN
    ~1\servers\AdminServer\tmp\_WL_user -Doracle.deployed.app.ext=\- -Dweblogic.alte
    rnateTypesDirectory=C:\Oracle\MIDDLE~1\ORACLE~1\modules\oracle.ossoiap_11.1.1,C:
    \Oracle\MIDDLE~1\ORACLE~1\modules\oracle.oamprovider_11.1.1 -Djava.protocol.hand
    ler.pkgs=oracle.mds.net.protocol -Dweblogic.jdbc.remoteEnabled=false -Dbi.oracl
    e.home=C:\Oracle\Middleware\Oracle_BI1 -DEPM_ORACLE_HOME=C:\Oracle\Middleware\Or
    acle_BI1 -Dweblogic.MaxMessageSize=50000000 -DEPM_ORACLE_HOME=C:\Oracle\Middlewa
    re\Oracle_BI1 -DHYPERION_HOME=C:\Oracle\Middleware\Oracle_BI1 -DEPM_ORACLE_INSTA
    NCE=novalue -Dhyperion.home=C:\Oracle\Middleware\Oracle_BI1 -DEPM_REG_PROPERTIES
    _PATH=C:\Oracle\MIDDLE~1\USER_P~1\domains\BIFOUN~1\config\fmwconfig -Depm.useApp
    licationContextId=false -Doracle.biee.search.bisearchproperties=C:\Oracle\Middle
    ware\Oracle_BI1\bifoundation\jee\BISearchConfig.properties -Dweblogic.management
    .clearTextCredentialAccessEnabled=true -Doracle.notification.filewatching.interv
    al=2000 -Dweblogic.security.SSL.ignoreHostnameVerification=true -Dweblogic.secur
    ity.SSL.enableJSSE=true -Dfile.encoding=utf-8 -Doracle.ecsf.security.service=ora
    cle.biee.search.security.BISearchSecurityService -Doracle.ecsf.configuration.cla
    ss=oracle.biee.search.services.BISearchServiceConfiguration -Dxdo.server.config.
    dir=C:\Oracle\Middleware\user_projects\domains\bifoundation_domain\config\bipubl
    isher -DXDO_FONT_DIR=C:\Oracle\Middleware\Oracle_BI1\common\fonts -Drtd.instanc
    eName=RTD_AdminServer -Dem.oracle.home=C:\Oracle\Middleware\oracle_common -Djava
    .awt.headless=true -Dweblogic.management.discover=true -Dwlw.iterativeDev=false
    -Dwlw.testConsole=false -Dwlw.logErrorsToConsole=false -Dweblogic.ext.dirs=C:\O
    racle\MIDDLE~1\patch_wls1035\profiles\default\sysext_manifest_classpath -classpa
    th @C:\Oracle\MIDDLE~1\WLSERV~1.3\server\bin\classpath.txt -Dweblogic.Name=Admin
    Server -Dweblogic.management.username= -Dweblogic.ProductionModeEnabled=true -Dj
    ava.security.policy=\"C:\Oracle\MIDDLE~1\WLSERV~1.3\server\lib\weblogic.policy\"
    weblogic.Server"
    C:\Oracle\Middleware\user_projects\domains\bifoundation_domain>rem *** Set up ex
    trapath for win32 and win64 platform separately
    C:\Oracle\Middleware\user_projects\domains\bifoundation_domain>if "true" == "tru
    e" set EXTRAPATH=C:\Oracle\MIDDLE~1\WLSERV~1.3\server\native\win\32;C:\Oracle\MI
    DDLE~1\WLSERV~1.3\server\bin;C:\Java\JDK16~1.0_3\jre\bin;C:\Java\JDK16~1.0_3\bin
    ;C:\Oracle\MIDDLE~1\WLSERV~1.3\server\native\win\32\oci920_8
    C:\Oracle\Middleware\user_projects\domains\bifoundation_domain>if "false" == "tr
    ue" set EXTRAPATH=C:\Oracle\MIDDLE~1\WLSERV~1.3\server\native\win\64\;C:\Oracle\
    MIDDLE~1\WLSERV~1.3\server\bin;C:\Java\JDK16~1.0_3\jre\bin;C:\Java\JDK16~1.0_3\b
    in;C:\Oracle\MIDDLE~1\WLSERV~1.3\server\native\win\64\oci920_8
    C:\Oracle\Middleware\user_projects\domains\bifoundation_domain>if "false" == "tr
    ue" set EXTRAPATH=C:\Oracle\MIDDLE~1\WLSERV~1.3\server\native\win\x64\;C:\Oracle
    \MIDDLE~1\WLSERV~1.3\server\bin;C:\Java\JDK16~1.0_3\jre\bin;C:\Java\JDK16~1.0_3\
    bin;C:\Oracle\MIDDLE~1\WLSERV~1.3\server\native\win\x64\oci920_8
    C:\Oracle\Middleware\user_projects\domains\bifoundation_domain>rem *** Install t
    he service
    C:\Oracle\Middleware\user_projects\domains\bifoundation_domain>"C:\Oracle\MIDDLE
    ~1\WLSERV~1.3\server\bin\beasvc" -install
    BEA Default Service installed.
    C:\Oracle\Middleware\user_projects\domains\bifoundation_domain>-svcname:"Oracle_
    bifoundation_domain_AdminServer"
    The filename, directory name, or volume label syntax is incorrect.
    C:\Oracle\Middleware\user_projects\domains\bifoundation_domain>-javahome:"C:\Jav*
    a\JDK16~1.0_3"
    The filename, directory name, or volume label syntax is incorrect.
    C:\Oracle\Middleware\user_projects\domains\bifoundation_domain>-execdir:"C:\Orac
    le\Middleware\user_projects\domains\bifoundation_domain" -maxconnectretries:"" -
    host:"" -port:"" -extrapath:"C:\Oracle\MIDDLE~1\WLSERV~1.3\server\native\win\32;
    C:\Oracle\MIDDLE~1\WLSERV~1.3\server\bin;C:\Java\JDK16~1.0_3\jre\bin;C:\Java\JDK
    *16~1.0_3\bin;C:\Oracle\MIDDLE~1\WLSERV~1.3\server\native\win\32\oci920_8" -passw*
    *ord:"" -cmdline:"-server -Xms512m ûXmx512m -XX:MaxPermSize=512m -XX:+UseSpinning*
    -Dweblogic.ProductionModeEnabled=true   -da -Dplatform.home=C:\Oracle\MIDDLE~1
    *\WLSERV~1.3 -Dwls.home=C:\Oracle\MIDDLE~1\WLSERV~1.3\server -Dweblogic.home=C:\O*
    racle\MIDDLE~1\WLSERV~1.3\server  -Dcommon.components.home=C:\Oracle\MIDDLE~1\OR
    ACLE~1 -Djrf.version=11.1.1 -Dorg.apache.commons.logging.Log=org.apache.commons.
    logging.impl.Jdk14Logger -Ddomain.home=C:\Oracle\MIDDLE~1\USER_P~1\domains\BIFOU
    N~1 -Djrockit.optfile=C:\Oracle\MIDDLE~1\ORACLE~1\modules\oracle.jrf_11.1.1\jroc
    ket_optfile.txt -Doracle.server.config.dir=C:\Oracle\MIDDLE~1\USER_P~1\domains\B
    IFOUN~1\config\FMWCON~1\servers\AdminServer -Doracle.domain.config.dir=C:\Oracle
    *\MIDDLE~1\USER_P~1\domains\BIFOUN~1\config\FMWCON~1 -Digf.arisidbeans.carmlloc=*
    C:\Oracle\MIDDLE~1\USER_P~1\domains\BIFOUN~1\config\FMWCON~1\carml  -Digf.arisid
    stack.home=C:\Oracle\MIDDLE~1\USER_P~1\domains\BIFOUN~1\config\FMWCON~1\arisidpr
    ovider -Doracle.security.jps.config=C:\Oracle\MIDDLE~1\USER_P~1\domains\BIFOUN~1
    *\config\fmwconfig\jps-config.xml -Doracle.deployed.app.dir=C:\Oracle\MIDDLE~1\US*
    ER_P~1\domains\BIFOUN~1\servers\AdminServer\tmp\_WL_user -Doracle.deployed.app.e
    xt=\- -Dweblogic.alternateTypesDirectory=C:\Oracle\MIDDLE~1\ORACLE~1\modules\ora
    cle.ossoiap_11.1.1,C:\Oracle\MIDDLE~1\ORACLE~1\modules\oracle.oamprovider_11.1.1
    -Djava.protocol.handler.pkgs=oracle.mds.net.protocol  -Dweblogic.jdbc.remoteEna
    bled=false -Dbi.oracle.home=C:\Oracle\Middleware\Oracle_BI1 -DEPM_ORACLE_HOME=C:
    *\Oracle\Middleware\Oracle_BI1 -Dweblogic.MaxMessageSize=50000000 -DEPM_ORACLE_HO*
    ME=C:\Oracle\Middleware\Oracle_BI1 -DHYPERION_HOME=C:\Oracle\Middleware\Oracle_B
    I1 -DEPM_ORACLE_INSTANCE=novalue -Dhyperion.home=C:\Oracle\Middleware\Oracle_BI1
    -DEPM_REG_PROPERTIES_PATH=C:\Oracle\MIDDLE~1\USER_P~1\domains\BIFOUN~1\config\f
    mwconfig -Depm.useApplicationContextId=false -Doracle.biee.search.bisearchproper
    ties=C:\Oracle\Middleware\Oracle_BI1\bifoundation\jee\BISearchConfig.properties
    -Dweblogic.management.clearTextCredentialAccessEnabled=true -Doracle.notificatio
    n.filewatching.interval=2000 -Dweblogic.security.SSL.ignoreHostnameVerification=
    true -Dweblogic.security.SSL.enableJSSE=true -Dfile.encoding=utf-8 -Doracle.ecsf
    *.security.service=oracle.biee.search.security.BISearchSecurityService -Doracle.e*
    csf.configuration.class=oracle.biee.search.services.BISearchServiceConfiguration
    -Dxdo.server.config.dir=C:\Oracle\Middleware\user_projects\domains\bifoundation
    domain\config\bipublisher -DXDOFONT_DIR=C:\Oracle\Middleware\Oracle_BI1\common*
    *\fonts -Drtd.instanceName=RTD_AdminServer -Dem.oracle.home=C:\Oracle\Middleware*
    *\oracle_common -Djava.awt.headless=true -Dweblogic.management.discover=true -Dw*
    lw.iterativeDev=false -Dwlw.testConsole=false -Dwlw.logErrorsToConsole=false -Dw
    eblogic.ext.dirs=C:\Oracle\MIDDLE~1\patch_wls1035\profiles\default\sysext_manife
    st_classpath -classpath @C:\Oracle\MIDDLE~1\WLSERV~1.3\server\bin\classpath.txt
    -Dweblogic.Name=AdminServer -Dweblogic.management.username= -Dweblogic.Productio
    nModeEnabled=true -Djava.security.policy=\"C:\Oracle\MIDDLE~1\WLSERV~1.3\server\
    lib\weblogic.policy\" weblogic.Server"
    The filename, directory name, or volume label syntax is incorrect.
    C:\Oracle\Middleware\user_projects\domains\bifoundation_domain>-log:"C:\Oracle\M
    iddleware\wlserver_10.3\..\\user_projects\domains\bifoundation_domain\servers\Ad
    minServer\logs\service_start.log"
    The filename, directory name, or volume label syntax is incorrect.
    C:\Oracle\Middleware\user_projects\domains\bifoundation_domain>ENDLOCAL
    C:\Oracle\Middleware\user_projects\domains\bifoundation_domain>ENDLOCAL
    I don't know how to solve those errors, this is highly important for me can anyone please help me on this.
    Thanks

  • Problems with Automator in Lion's text to audio action

    So, I'm trying to become more productive by turning stuff I don't have time to read into something I can listen to in the car. I created the following Automator script, but every time I run it, it crashes.
    Here's the first part of the problem reporter. Interestingly, if I use a different action to get the text (e.g. take it from the frontmost TextEdit window), no problems whatsoever. The text is converted to text and added to the playlist.  Does anyone else have this problem or know how to fix it ?
    Process: Automator [21828]
    Path: /Applications/Automator.app/Contents/MacOS/Automator
    Identifier: com.apple.Automator
    Version: 2.2 (329)
    Build Info: Automator-329000000000000~6
    Code Type: X86-64 (Native)
    Parent Process: launchd [165]
    Date/Time: 2011-09-14 21:32:36.607 +1000
    OS Version: Mac OS X 10.7.1 (11B26)
    Report Version: 9
    Interval Since Last Report: 179515 sec
    Crashes Since Last Report: 4
    Per-App Interval Since Last Report: 568 sec
    Per-App Crashes Since Last Report: 2
    Anonymous UUID: F836C22F-4B69-45A7-BA73-7722E5A27255
    Crashed Thread: 7
    Exception Type: EXC_CRASH (SIGABRT)
    Exception Codes: 0x0000000000000000, 0x0000000000000000
    Application Specific Information:
    objc[21828]: garbage collection is ON
    *** Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '-[NSConcreteAttributedString getCharacters:range:]: unrecognized selector sent to instance 0x4010e00c0'
    Cheers,
    Steve

    I didn't test the Encode to MPEG step, but a simple workflow with the first two actions seems to work fine here.
    Something else is amiss.
    Mac OS X 10.9

  • MDM Syndication Automation Issue.

    Hi
                  Iam practising MDM asyndication process automation. As part of this I have created Syndication Map and assigned this map to Outbount port in MDM console. BUt i can not see any syndicated Files in outboud ready folder in MDM Server.
              can any one tell me the settings neede for this.Iin one of the blog(/people/harrison.holland5/blog/2007/01/22/testing-and-monitoring-an-interface-between-mdm-xi) it is given that we need to set Auto Syndication Task Enabled=True  but i can not see this property in my mds_ini0 file.
    Now I verified "C:\Program Files\SAP MDM 5.5\Server\Distributions\LOCALHOST-XP_MSQL\Sand\Outbound\NewRemoteSystem(3)\OutECC\Ready:
    Regards,
    Venki

    Hi
          The Port is defined as Automatic with processing interval as continuous. I am getting exception as Auto syndication failed connecting to MDM Server localhost
    I am doubtful on MDSS.iniSettings here with Iam providing those.
    [GLOBAL]
    MDM Server Name=localhost
    Auto Syndication Task Enabled=True
    Auto Syndication Task Delay (seconds)=5
    Default Interface Language Code=eng
    Default Interface Country Code=US
    String Resource Dir=C:\Program Files\SAP MDM 5.5\Syndication Server\LangStrings\
    Log Dir=C:\PROGRA1\SAPMDM1.5\SYNDIC~2\Logs\
    SLD Registration=True
    Wily Instrumentation=True
    Wily Instrumentation Level Threshold=0
    In the previous message it is said to set userid/Pw. I donot have any userid/Pw for MDM server.But the repository Name is Customers and repository User Name is Admin and there is no password for that.
    Regards,
    Venki.

  • Use automator to select every 3rd file to move to new folder?

    I have an interesting 'problem' I think.
    As a result of a time-lapse experminent, I have a folder which holds several thousands of pictures from a fixed point, made over several days & nights.
    But there is one issue: the camera made 3 different exposures every 5 seconds.
    This resulted in every 3rd picture 'belonging' to each other. So these have to be selected for going in a seperate folder. Menaing: pictures 1 and 4 and 7 and 10 .... they must go in one folder. 2 and 4 and 8 and 11.. in the second folder. Finally 3 and 5 and 9 and 12 in a third folder.
    How to do this with software (to avoid injury) because of the thousands of pics.
    Is this do-able with automator? How?
    Tnx

    This has come up a few times, so I tweaked one of my Automator actions a while back to do this. I thought I had uploaded it before, but the latest version of my *Trim Input Items* action is available on my iDisk here. It keeps or trims the input list to the selected number of items from the beginning, end, interval, or random locations. You may need to sort the input file list to get them into the desired order, since the action just works with the items in the list, and doesn't care what they are.
    I haven't tested it with large file lists, but an example workflow using my action would be:
    1) *Get Specified Finder Items* (or however you want to get the file items)
    2) *Set Value of Variable* { Variable: _File List_ }
    3) *Trim Input Items* { Keep Interval 3 items, starting from item 1 }
    4) *Move Finder Items* { To: _First Location_ } -- move first batch
    5) *Get Value of Variable* { Variable: _File List_ } (Ignore Input)
    6) *Trim Input Items* { Keep Interval 3 items, starting from item 2 }
    7) *Move Finder Items* { To: _Second Location_ } -- move second batch
    8) *Get Value of Variable* { Variable: _File List_ } (Ignore Input)
    9) *Trim Input Items* { Keep Interval 3 items, starting from item 3 }
    10) *Move Finder Items* { To: _Third Location_ } -- move third batch

  • Automator crashes in Mountain Lion

    Every time I run automator (MBP 15'' Unibody + OSX 10.8.1) it gives me the following crash report:
    Process:         Automator [92960]
    Path:            /Applications/Automator.app/Contents/MacOS/Automator
    Identifier:      com.apple.Automator
    Version:         2.3 (346)
    Build Info:      Automator-346000000000000~31
    Code Type:       X86-64 (Native)
    Parent Process:  launchd [152]
    User ID:         501
    Date/Time:       2012-09-14 14:59:05.575 +0100
    OS Version:      Mac OS X 10.8.1 (12B19)
    Report Version:  10
    Sleep/Wake UUID: 3972C400-05C8-47A2-B682-2DA91EB65D5B
    Interval Since Last Report:          173069 sec
    Crashes Since Last Report:           14
    Per-App Interval Since Last Report:  149 sec
    Per-App Crashes Since Last Report:   5
    Anonymous UUID:                      4FDF6456-6BF9-472A-B7C7-A681B51D1D32
    Crashed Thread:  0  Dispatch queue: com.apple.main-thread
    Exception Type:  EXC_CRASH (SIGABRT)
    Exception Codes: 0x0000000000000000, 0x0000000000000000
    Application Specific Information:
    objc[92960]: garbage collection is ON
    *** Terminating app due to uncaught exception 'NSRangeException', reason: '*** -[NSIndexSet initWithIndexesInRange:]: Range {0, 9223372036854775808} exceeds maximum index value of NSNotFound - 1'
    terminate called throwing an exception
    abort() called
    Any help?

    First off, it's entirely possible that there are just three of you in the country having the problem; Idiosyncratic problems do occur, you know.  The three places I would look first with automator are:
    Preference files.  Keep in mind that individual actions sometimes keep their own preferences files, and any one of those can cause issues if it's corrupt.
    old third-party actions (stored in ~/Library/Automator/).  Because of automator's plug-in nature, a third-party action that is broken under mountain lion could conceivably crash automator.
    auto-opened windows.  if you have the 'restore windows' option turned on in System Preferences -> General, and automator is trying to reopen a window that contains a corrupt workflow, that could bollix things too.  try turning that option off to see what happens.
    also - FYI - this is a volunteer forum.  I suspect some of the people who hang out here are Apple employees, but they are not here *as* Apple employees, if you follow me. 

Maybe you are looking for

  • TS1591 I Jailbroke my ipod and tried to restore it but it will not turn on

    I Jailbroke my ipod then i tried to restore it, then after i thought it was restored, it got stuck on the apple screen and isn't recognized by itunes when I plug it in

  • Dynamic header creation using SQL

    Hi Gurus, I need your help again. I have a query which uses a date parameter to populate a report. The report pulls out data from the user entered date to minus eleven months. The report counts totals calls registered each month. I have the query wor

  • Constant crashing with Snow Leopard, even with "clean install"

    I've had a lot of trouble with crashes after installing SL. These crashes seem related to video issues. iMovie crashes immediately. iPhoto crashes if I double-click a photo. QuickTime crashes all the time. Usually these crash the entire system. The v

  • Hiding workflow items form OCI Screen (MDM-UI)

    Hello Experts, I am working in MDM 7.1, catalog 3.0. I have a scenario in which workflow is triggered by import map. The items gets checked out and status is blocked in MDM Data Manager. But the problem is, still these items are displayed in MDM-UI S

  • Adobe CS3 - last call?

    I bought Adobe Creative Suite 3 Web Premium (Windows,English, professional version, full price) several years ago and was very happy with it.  I've owned used Photoshop since version 4 and now I can' really live without it.  After one of the autoupda