Automated Model Selection-1,Croston model,Constant Model,

Hi Guys,
Any body can explain, how the Initialization  for Basic ,Trend,Seasonal,Ex-post forecast,Forecast calculated,and how the values are caluclated after initializing. please provide formulas.
Early replies appreciated.
Thanks in Advance
Regards
Pradeep
[email protected]

Hi Pradeep.
This is all explained in detail in SAP Help:
<a href="http://help.sap.com/saphelp_scm50/helpdata/en/ac/216b74337b11d398290000e8a49608/content.htm">Model Initialisation Help</a>
<a href="http://help.sap.com/saphelp_scm50/helpdata/en/ac/216b6e337b11d398290000e8a49608/content.htm">Forecast Strategies Help</a>
Regards
Ian

Similar Messages

  • Automator to select e-mail sender and copy text on excel

    I need to use automator to select e-mail sender, extract specific text and append it on an excel sheet. is it possible?
    I have OS Snow Leopard; Mail; a Master Excel 2011 file; several Output Excel 2011 files for the output
    I want Automator to check daily if new mails, on a specific account, have been received that match the mail address with a given list of names and related mail address in the Master Excel.
    If a new mail is present, Automator should: pick up specific text in the mail body; select and open the related Output Excel file (each output Excel file is saved with the name linked with the e-mail address in the Master Excel); append the text on the given worksheet in the Output Excel file; save the output file.
    This should be done with all the received mails that match with the Master Excel file
    Is it possible do this kind of thing with automator? may be with the support of VBA for some parts?
    I would appreciate any suggestion or idea to resources to investigate

    Hi Stephen,
    I had the same problem and it is a software bug.
    SAP release for us a special sap note number 1278473 - "Followup E-mail doesnot contain text of Notes of Activity".
    I dont know if this note was release for all customer, but you can open a message to sap asking help.
    My message at sap was 946981/2008.
    Regards,
    Lalas

  • Automating driver selection in MDT 2013

    I have been working with MDT for a couple of months now, and I am really getting stucked on a problem. I wish to automate wich drivers to install for a spesific model. 
    we have  mostly HP machines, but also Lenovo. I have tried to set drivergroup and %make%\%model%, but cant make it right. Is there something in the CS.ini? I have no clue anymore...
    All help will be appreciated

    Hi Espen,
    An alternative is to use selection profiles which will target drivers with the selection profile based on the result of WMI query.
    Please see the following link, which will tell you exactly what to do.
    http://adminnexus.blogspot.nl/2012/08/yet-another-approach-to-driver.html
    This is will work for sure, since it uses the result of a WMI query to pass or skip the "Inject Drivers" step. So if the following query, matches the result it will execute the injection of the drivers of this particular step:
    SELECT * FROM Win32_ComputerSystem WHERE Model LIKE "%Probook 6560b%"
    So on every machine, you need to execute the following query in a command prompt: 
    "wmic computersystem get model" the result of this query can be used as input for the WMI - Model.
    Good luck!
    If this post is helpful please click "Mark for answer", thanks! Kind regards

  • Is there a way to get Automator to select invisible files?

    I need a way to get Automator to be able to select invisible files. Does anybody know a workaround?
    Shift-Command-Period doesn't do anything (except make a beep).

    The regular Automator actions typically use the current Finder settings, so (depending on your workflow) you can temporarily set the Finder to show all files (including invisibles) and reset it when you are done, or you can use a *Run AppleScript* action to put up a file choice dialog that includes invisible items.

  • 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

  • Scaling Automation in selected regions?

    I know how to scale automation for a whole track using the command key and and the automation fader, but how do you do this for a selected region of a track? say maybe 20 bars in the middle of the song on track X? I did a search here and couldn't find anything that helped, I apologise if this is an obvious question, but I would love the answer...

    Shift-rubber band select the group of nodes you want to adjust, and drag your selection up or down.

  • Automator - Set Selected Folder Path as Variable

    Hello everyone! I'm trying to setup an Automator service that would download a list of URLs to the currently selected folder, or wherever the service was ran from. The only problem is I don't see how I would go about setting the currently selected folder as a path to download the files to. I'm thinking of something like this:
    Note: Just realized I had service receives selected as "TEXT in ANY APPLICATION" in my screenshot. This will be "FOLDERS in FINDER" when I hopefully get this figured out!
    Where currentFolder currently selected folder, or wherever the service was ran from. As far as I can tell, I would just need to somehow set the currently selected folder as a variable like currentFolder, then set the Download URLs location to that variable? Let me know if I need to explain anything further!
    Message was edited by: kellylawrence

    So I took a slightly different route, and just setup a shell script. Apparently **cd "$@";** will get the current directory.
    Basically, I created a new service in Automator, then set Service Receives Selected to "files or folders" in "Finder", and added a "Run Shell Script" to the workflow. I set Shell to "/bin/bash", and Pass Input to "as arguments", then placed the following in the script editor.
        cd "$@";    curl -O http://www.example.com/file1.zip    curl -O http://www.example.com/file2.zip    curl -O http://www.example.com/file3.zip    unzip \*.zip    rm *.zip
    Now I can right click on any folder, and download my list of files.

  • Selection dynamic Mapping Runtime Constant with a qualifier

    Hello all,
    i want to access a Mapping Runtime Constant out of a message mapping specified with a qualifier.
    In the Integration Directory i specified in the identifier tab the following Value Pairs:
    Agency               Scheme          Name
    http://Sap.com/xi/XI    XIParty         ABC
    R3D_310                 Partner         111
    R3T_310                 Partner         222
    R3P_310                 Partner         333
    In the message mapping i want to have the Name for the agency "R3T_310".
    I know i can access the Name with:
    constant = (String) map.get(StreamTransformationConstants.SENDER_PARTY);
    But i getting everytime the name "ABC", which i don't want.
    At this point i need your help, to find out how i can dynamically get the correct one??
    many thanks for your help
    ilka

    Ilka,
    You can also access other Mapping Runtime constants. For example, SENDER_PARTY_AGENCY.
    If needed, you can also access SENDER_PARTY_SCHEME and SENDER_SERVICE.
    The SAP Help link for all the Mapping Runtime constants accessible with StreamTransformationConstants is:
    http://help.sap.com/saphelp_nw04/helpdata/en/78/b4ea10263c404599ec6edabf59aa6c/frameset.htm
    Hope this helps,
    Bhanu

  • Automator: is "selective" sync possible?

    Hi, everybody!
    Hope you can help me solving this problem.
    Here's the scenario: I own an external HDD in which I have all my docs (yes: it's regularly backed-up to another external HDD... ), "categorized" in folders-subfolders.
    When I need to write and/or make a new Keynote on a topic, I usually plug my HDD into my MacBook, then copy all files I need into a "Documents\Temp" folder, read/annotate/modify all those files in order to make more sense to my research and then put them back.
    The way I'm handling this workflow is quite... primitive: I copy files/folders into my Temp dir, then write/paste the path into a TextEdit file, in order to be able to put those files I worked with (and on...) back into their original places.
    You can easily understand that this way of work(flow)ing is quite simple if you deal with 5-10 files, but as this number increases the "put-file-back" operation is a real pain.
    That's why I was wandering if there is a way to "Automate" this workflow.
    Please note:
    1. I don't (usually) need all files in a subfolder, nor do I need whole folder(s) and subfolder(s), that's why a simple sync app shouldn't fit my needs.
    2. I don't want (better: I can't...) have all my docs in my MacBook, because of space (i.e.: Gigabits...) reasons.
    3. Most times I can trash many of the files I copied, because they are unmodified (i.e. I use them as a reference), but there's always a few (say: 10-20) files that are modified. And of course I don't want to loose those changes.
    4. Finally: no, I don't want to simply carry my external HDD...
    Is there someone that could help me finding a solution? I wrote "Automator" because I think it's strong enough to do this kind of job. But if anyone knows an app that exactly does what I need, please let me know.
    Thanks!

    Michael
    Thanks for your question, that clarified it. One more question: when I add a new song or album to iTunes, it appears on my iCloud devices (iPhone, iPad), but I need to download the content (i.e. the songs) manually by tapping on the cloud symbol. I guess there's no setting for automatically download all songs synced to the cloud (I guess that would kind of contradict what you wrote, right)?

  • Pacman -S automation / choose / select options

    I searched a bit but I found nothing about this.
    Is there any way to pass installation options to pacman (like a response file)?
    E.g.
    pacman -Sy phonon
    When installing /kde/, it prompts if gstreamer or vlc phonon. If I install in a script like
    pacman -Sy --noconfirm --needed kde
    it will just install all by default, and it is not what I would like.
    I know that I can just specify the package in the installation line, but I am asking for other ways (pacman -Sy qt5-vlc-phonon will satisfy upper dependencies with my requested option).

    Don't run 'pacman -Sy foo', but 'pacman -Syu foo': https://bbs.archlinux.org/viewtopic.php … 5#p1072495
    'sudo pacman -S phonon phonon-qt4-gstreamer' works and is a general solution to this issue.

  • Constant selection issue

    Hi all,
    I have a request to create a query on a multiprovider and show characteristics that are only  in one of the 2 basic cubes as in the example:
    in cube a, I have the following data:
    Material    Sold-to  Bill_Number Qty
    A1415R   100123   600019      100
    in cube b, I have the following data:
    Sold-to    User    Bill_Number Amount
    100123   AK523  600019      50
    I want to see characteristics from the 2 basic cubes in the query like this, using as selection criteria, the material:
    Material    Sold-to  User       Bill_Number Qty  Amount
    A1415R   100123   AK523   600019      100   50
    I have tried with constant selection on characteristic 0INFOPROV and it works if I remove from drill down the characteristic "user", but whenever I drill down on user, the query shows all possible users in cube B:
    Material Sold-to  User    Bill_Number Qty  Amount
    A1415R   100123   AK523   600019      100   50
                      EM258   600019      100
                      MP296   600019      100
                      LY212   600019      100
                      JK688   600019      100
                      DH693   600019      100
    In the query I select Qty from cube A and characteristic 0INFOPROV as "constant selection" and also "display values not posted"
    for Amount, I select characteristic 0INFOPROV as "constant selection".
    Is there anyway to solve this? what am I doing wrong?
    Any input will be highly appreciate it.

    Hi Meric,
    thanks for your answer but it doesn´t work
    It shows all data from cube that has no material and 2 lines from the cube with materials ( the 2 lines from the material selected in the screen).
    Regards,
    Elena

  • Cant use constant selection for ONE restriction in selection

    Hi, all
    BW70 SP8, BI Addon SP8 Rev 802. I cant use constant selection for ONE restriction in selection, i can set constant selection only for whole selection, but it fix value for all query. I need to fix only one character value.
    Is there a way of doing this?

    Global restricted key figure doesn't allow to restrict one char too. There is no constant selection checkbox in restricting char context menu.
    I use multiprov. Prov1 consists of Char1, Char2 and KF1. Prov2 consists of Char1, Char2, and KF2.
    I want to restrict Prov2.Char2 to # for KF2, and not restrict Char1, but! I can set constant selection for only whole selection(KF2 and Char2=#). So it has same value for all Char1 values. I need to constant selection only for char2.

  • Change selected file in automator using applescript ???

    So I'm getting better at using Automator to create useful Services but still a bit of a newbie with doing powerful things with AppleScript... and I think this task requires some applescripting. Here's what I want to do:
    1. Based on a selected text file I want to run a pre-existing script that converts this file into an HTML file. This new file has the same name as the text file but has the .html extension rather than the .txt extension. (This step is easy enough with Automator and it works just fine already.)
    2. BUT NOW, I want to take that resulting HTML file and run another pre-existing script that converts the HTML file into an RTF file. The problem is that I basically want to change the selection from selectedfile.TXT to selectedfile.HTML so that I can proceed to this next step...
    3. AND THEN, I want to launch an app with this resulting RTF file. Again, I need to change the selection to selectedfile.RTF.
    Right now this requires me to run three different automator services, and changing the selected file between each step... But I'm sure there's an easy applescript way (or other way) to do this using just one service -- probably involves some filename parsing and some magic to change the selection??? -- or something like that...
    Could anyone point me in the right direction???
    Thank you thank you thank you!
    ~zyyyy

    Have you considered using a bash script? You can even write the script in an Automator Service.
    Open Automator and select Service from the main screen. Set the ‘Service Receives Selected’ pop-up menu to Files or Folders, and set the ‘in’ pop-up to Finder. Drag Run Shell Script from the Utilities section of the actions library into the workflow area. Set Pass Input to As Arguments. Replace the sample code in the input area with this:
    for f in "$@"
    do
    file_ext="${f##*.}"
    if [ $file_ext = "txt" -o $file_ext = "TXT" ] ; then
    /usr/bin/textutil -convert html "$f"
    /usr/bin/textutil -convert rtf "${f/$file_ext/html}"
    /usr/bin/open -a /Applications/TextEdit.app "${f/$file_ext/rtf}"
    fi
    done

  • Automator stopped working when I installed a Samsung printer

    Ever since I installed a Samsung ML-2570 printer, I've been having problems with Automator. I can start Automator, but when I try to open a workflow, Automator quits.
    I've tried downloading the latest drivers from Samsung, but that has had no effect.
    Any ideas?
    g5   Mac OS X (10.4.6)   23-inch Cinema Display

    Here are the contents of the report that would be generated to send to Apple:
    Date/Time: 2007-01-08 07:45:15.777 -0500
    OS Version: 10.4.8 (Build 8L127)
    Report Version: 4
    Command: Automator
    Path: /Applications/Automator.app/Contents/MacOS/Automator
    Parent: WindowServer [59]
    Version: 1.0.4 (87)
    Build Version: 37
    Project Name: Automator
    Source Version: 870000
    PID: 217
    Thread: 0
    Exception: EXCBADACCESS (0x0001)
    Codes: KERNINVALIDADDRESS (0x0001) at 0x9ca4d4a0
    Thread 0 Crashed:
    0 com.apple.applescript 0x989cc27c classifyobject_overfdes + 272
    1 com.apple.applescript 0x989cbf0c init_object + 124
    2 com.apple.applescript 0x989cb838 search_object + 40
    3 com.apple.applescript 0x989cbd90 examine_objects + 300
    4 com.apple.applescript 0x989cb660 Unwind_FindFDE + 148
    5 com.apple.applescript 0x989cb4c8 uwframe_statefor + 68
    6 com.apple.applescript 0x989cb440 uwinit_context1 + 64
    7 com.apple.applescript 0x989cb21c UnwindRaiseException + 52
    8 com.apple.applescript 0x989cb0e0 _cxathrow + 136
    9 com.apple.applescript 0x98a192e8 TUASFrame::PreviousFrame() + 96
    10 com.apple.applescript 0x989b90f4 UASEnvironment_Update() + 456
    11 com.apple.applescript 0x989b8ed0 UASActor_Define() + 292
    12 com.apple.applescript 0x989fa910 UASExecute1() + 328
    13 com.apple.applescript 0x989dc8c8 ASExecuteEvent(AEDesc const*, unsigned long, long, unsigned long*) + 900
    14 ...ple.CoreServices.CarbonCore 0x90bdb190 CallComponentFunctionCommon + 1112
    15 com.apple.applescript 0x989b0418 AppleScriptComponent + 1712
    16 ...ple.CoreServices.CarbonCore 0x90bdacd4 CallComponent + 260
    17 com.apple.openscripting 0x93055878 OSAExecuteEvent + 52
    18 com.apple.OSAKit 0x95e43200 -[OSAScript executeAppleEvent:error:] + 168
    19 com.apple.AutomatorFramework 0x96201408 -[AMAppleScriptAction executeWithParameter:error:] + 476
    20 com.apple.AutomatorFramework 0x96200df4 -[AMAppleScriptAction _executeWithInfo:] + 336
    21 com.apple.Foundation 0x9296aa00 __NSFireMainThreadPerform + 276
    22 com.apple.CoreFoundation 0x9080da78 __CFRunLoopPerformPerform + 104
    23 com.apple.CoreFoundation 0x907dd4cc __CFRunLoopDoSources0 + 384
    24 com.apple.CoreFoundation 0x907dc9fc __CFRunLoopRun + 452
    25 com.apple.CoreFoundation 0x907dc47c CFRunLoopRunSpecific + 268
    26 com.apple.HIToolbox 0x93203740 RunCurrentEventLoopInMode + 264
    27 com.apple.HIToolbox 0x93202d4c ReceiveNextEventCommon + 244
    28 com.apple.HIToolbox 0x93202c40 BlockUntilNextEventMatchingListInMode + 96
    29 com.apple.AppKit 0x936e5ae4 _DPSNextEvent + 384
    30 com.apple.AppKit 0x936e57a8 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 116
    31 com.apple.AppKit 0x936e1cec -[NSApplication run] + 472
    32 com.apple.AppKit 0x937d287c NSApplicationMain + 452
    33 com.apple.Automator 0x000025a0 0x1000 + 5536
    34 com.apple.Automator 0x00017134 0x1000 + 90420
    Thread 1:
    0 libSystem.B.dylib 0x9000ab48 machmsgtrap + 8
    1 libSystem.B.dylib 0x9000aa9c mach_msg + 60
    2 com.apple.CoreFoundation 0x907dcb78 __CFRunLoopRun + 832
    3 com.apple.CoreFoundation 0x907dc47c CFRunLoopRunSpecific + 268
    4 com.apple.Foundation 0x9298469c +[NSURLConnection(NSURLConnectionInternal) _resourceLoadLoop:] + 264
    5 com.apple.Foundation 0x9295d194 forkThreadForFunction + 108
    6 libSystem.B.dylib 0x9002b508 pthreadbody + 96
    Thread 2:
    0 libSystem.B.dylib 0x9000ab48 machmsgtrap + 8
    1 libSystem.B.dylib 0x9000aa9c mach_msg + 60
    2 com.apple.CoreFoundation 0x907dcb78 __CFRunLoopRun + 832
    3 com.apple.CoreFoundation 0x907dc47c CFRunLoopRunSpecific + 268
    4 com.apple.Foundation 0x929857dc +[NSURLCache _diskCacheSyncLoop:] + 152
    5 com.apple.Foundation 0x9295d194 forkThreadForFunction + 108
    6 libSystem.B.dylib 0x9002b508 pthreadbody + 96
    Thread 3:
    0 libSystem.B.dylib 0x9000ab48 machmsgtrap + 8
    1 libSystem.B.dylib 0x9000aa9c mach_msg + 60
    2 com.apple.CoreFoundation 0x907dcb78 __CFRunLoopRun + 832
    3 com.apple.CoreFoundation 0x907dc47c CFRunLoopRunSpecific + 268
    4 com.apple.Foundation 0x9296c164 -[NSRunLoop runMode:beforeDate:] + 172
    5 com.apple.Foundation 0x9296c09c -[NSRunLoop run] + 76
    6 com.apple.WebKit 0x95687ef0 +[WebFileDatabase _syncLoop:] + 176
    7 com.apple.Foundation 0x9295d194 forkThreadForFunction + 108
    8 libSystem.B.dylib 0x9002b508 pthreadbody + 96
    Thread 4:
    0 libSystem.B.dylib 0x9002bbc8 semaphorewait_signaltrap + 8
    1 libSystem.B.dylib 0x900306ac pthreadcondwait + 480
    2 com.apple.Foundation 0x929606a8 -[NSConditionLock lock] + 52
    3 com.apple.Foundation 0x9296a844 -[NSObject(NSMainThreadPerformAdditions) performSelectorOnMainThread:withObject:waitUntilDone:modes:] + 780
    4 com.apple.Foundation 0x9296a518 -[NSObject(NSMainThreadPerformAdditions) performSelectorOnMainThread:withObject:waitUntilDone:] + 120
    5 com.apple.AutomatorFramework 0x96200c54 -[AMAppleScriptAction runWithInput:fromAction:error:] + 140
    6 com.apple.AutomatorFramework 0x961ffe24 -[AMAction run:] + 928
    7 com.apple.AutomatorFramework 0x961ff95c -[AMBundleAction doRun:] + 92
    8 com.apple.Foundation 0x92967bf8 __NSFireDelayedPerform + 304
    9 com.apple.CoreFoundation 0x907f0550 __CFRunLoopDoTimer + 184
    10 com.apple.CoreFoundation 0x907dcec8 __CFRunLoopRun + 1680
    11 com.apple.CoreFoundation 0x907dc47c CFRunLoopRunSpecific + 268
    12 com.apple.Foundation 0x9296c164 -[NSRunLoop runMode:beforeDate:] + 172
    13 com.apple.Foundation 0x929b0e20 -[NSRunLoop runUntilDate:] + 80
    14 com.apple.Automator 0x0000e908 0x1000 + 55560
    15 com.apple.Foundation 0x9295d194 forkThreadForFunction + 108
    16 libSystem.B.dylib 0x9002b508 pthreadbody + 96
    Thread 5:
    0 libSystem.B.dylib 0x90049ea8 syscallthreadswitch + 8
    1 com.apple.Foundation 0x929755d0 +[NSThread sleepUntilDate:] + 152
    2 com.apple.AppKit 0x93782a10 -[NSUIHeartBeat _heartBeatThread:] + 1100
    3 com.apple.Foundation 0x9295d194 forkThreadForFunction + 108
    4 libSystem.B.dylib 0x9002b508 pthreadbody + 96
    Thread 0 crashed with PPC Thread State 64:
    srr0: 0x00000000989cc27c srr1: 0x100000000000d030 vrsave: 0x0000000000000000
    cr: 0x88002424 xer: 0x0000000020000000 lr: 0x00000000989cc228 ctr: 0x00000000989cbbd8
    r0: 0x00000000989af20c r1: 0x00000000bfffcf80 r2: 0x000000009ca4d49c r3: 0xffffffffffffffff
    r4: 0x0000000000000000 r5: 0x0000000098a4d480 r6: 0x00000000bfffcfc0 r7: 0x0000000000000000
    r8: 0x0000000000017c41 r9: 0x0000000098a55d34 r10: 0x0000000006901e0c r11: 0x0000000000000000
    r12: 0x0000000098a4d484 r13: 0x0000000000000000 r14: 0x0000000000000001 r15: 0x0000000000000000
    r16: 0x0000000000000001 r17: 0x00000000bffff330 r18: 0x0000000000000000 r19: 0x0000000000000000
    r20: 0x0000000000000000 r21: 0x00000000a89a8f34 r22: 0x00000000a89ae108 r23: 0x0000000000000001
    r24: 0x0000000000000000 r25: 0x0000000000000405 r26: 0x0000000098a4d434 r27: 0x0000000000000010
    r28: 0x00000000068f0640 r29: 0x0000000000000010 r30: 0x000000009ca4d4a0 r31: 0x00000000989cbea8
    Binary Images Description:
    0x1000 - 0x2ffff com.apple.Automator 1.0.4 (87) /Applications/Automator.app/Contents/MacOS/Automator
    0xfa000 - 0xfcfff com.apple.action.gridpdf 4.3 (157.7) /System/Library/Automator/Add Grid to PDF Files.action/Contents/MacOS/Add Grid to PDF Files
    0x26d000 - 0x272fff com.apple.action.colorsyncprofiles 1.4.3 /System/Library/Automator/Apply ColorSync Profile to Images.action/Contents/MacOS/Apply ColorSync Profile to Images
    0x278000 - 0x27dfff com.apple.action.qfilterpdf 1.4.3 /System/Library/Automator/Apply Quartz Filter to PDF Documents.action/Contents/MacOS/Apply Quartz Filter to PDF Documents
    0x282000 - 0x284fff com.apple.Automator.ApplySQLAction 1.0 /System/Library/Automator/Apply SQL.action/Contents/MacOS/Apply SQL
    0x288000 - 0x288fff com.apple.Automator.AskForMovies 1.0 /System/Library/Automator/Ask for Movies.action/Contents/MacOS/Ask for Movies
    0x28c000 - 0x28cfff com.apple.Automator.AskForPhotos 1.0 /System/Library/Automator/Ask for Photos.action/Contents/MacOS/Ask for Photos
    0x290000 - 0x290fff com.apple.Automator.AskForSongs 1.0 /System/Library/Automator/Ask for Songs.action/Contents/MacOS/Ask for Songs
    0x294000 - 0x294fff com.apple.Automator.CopyFiles 1.1 /System/Library/Automator/Copy Finder Items.action/Contents/MacOS/Copy Finder Items
    0x298000 - 0x299fff com.apple.Automator.SpecifiedFiles 1.0 /System/Library/Automator/Get Specified Finder Items.action/Contents/MacOS/Get Specified Finder Items
    0x29d000 - 0x29efff com.apple.GetSpecifiediCalItems 1.0 /System/Library/Automator/Get Specified iCal Items.action/Contents/MacOS/Get Specified iCal Items
    0x2a2000 - 0x2a5fff com.apple.Automator.BurnADisc 1.0 (7) /System/Library/Automator/Burn A Disc.action/Contents/MacOS/Burn A Disc
    0x2aa000 - 0x2acfff com.apple.action.joinpdf 4.3 (157.7) /System/Library/Automator/Combine PDF Pages.action/Contents/MacOS/Combine PDF Pages
    0x2b0000 - 0x2b1fff com.apple.action.compresspdf 4.3 (157.7) /System/Library/Automator/Compress Images in PDF Document.action/Contents/MacOS/Compress Images in PDF Document
    0x2b5000 - 0x2b7fff com.apple.Automator.ConvertCSVToSQLAction 1.0 /System/Library/Automator/Convert CSV to SQL.action/Contents/MacOS/Convert CSV to SQL
    0x2bb000 - 0x2befff com.apple.Automator.CreateZipArchive 1.1 /System/Library/Automator/Create Archive.action/Contents/MacOS/Create Archive
    0x2c3000 - 0x2c3fff com.apple.Automator.CreatePackage 1.0 /System/Library/Automator/Create Package.action/Contents/MacOS/Create Package
    0x2c7000 - 0x2c9fff com.apple.Automator.DownloadPictures 3.0.3 /System/Library/Automator/Download Pictures.action/Contents/MacOS/Download Pictures
    0x2cd000 - 0x2cefff com.apple.Automator.DownloadInternetFile 1.1 /System/Library/Automator/Download URLs.action/Contents/MacOS/Download URLs
    0x4a0000 - 0x4a0fff com.apple.Automator.FilterItems 1.0 /System/Library/Automator/Filter Items.action/Contents/MacOS/Filter Items
    0x4a9000 - 0x4aafff com.apple.action.encryptpdfdocument 4.3 (157.7) /System/Library/Automator/Encrypt PDF Document.action/Contents/MacOS/Encrypt PDF Document
    0x4ae000 - 0x4affff com.apple.Automator.ExecuteSQLAction 1.0 /System/Library/Automator/Execute SQL.action/Contents/MacOS/Execute SQL
    0x4b3000 - 0x4b5fff com.apple.action.oddevenpdf 4.3 (157.7) /System/Library/Automator/Extract Odd & Even Pages.action/Contents/MacOS/Extract Odd & Even Pages
    0x4b9000 - 0x4bbfff com.apple.Automator.FilterFinderItems 1.1.1 /System/Library/Automator/Filter Finder Items.action/Contents/MacOS/Filter Finder Items
    0x4bf000 - 0x4c0fff com.apple.Automator.FilterURLs 1.0 /System/Library/Automator/Filter URLs.action/Contents/MacOS/Filter URLs
    0x4c4000 - 0x4c6fff com.apple.Automator.FindFinderItems 1.1 /System/Library/Automator/Find Finder Items.action/Contents/MacOS/Find Finder Items
    0x4ca000 - 0x4cafff com.apple.Automator.FindItems 1.0 /System/Library/Automator/Find Items.action/Contents/MacOS/Find Items
    0x4ce000 - 0x4cefff com.apple.Automator.GetFolderContents 1.0 /System/Library/Automator/Get Folder Contents.action/Contents/MacOS/Get Folder Contents
    0x4d2000 - 0x4d2fff com.apple.Automator.FindLinkedImages 1.0.1 /System/Library/Automator/Get Image URLs from Webpage.action/Contents/MacOS/Get Image URLs from Webpage
    0x4d6000 - 0x4d6fff com.apple.Automator.GetLinkURLsFromWebpages 1.1.1 /System/Library/Automator/Get Link URLs from Webpages.action/Contents/MacOS/Get Link URLs from Webpages
    0x4da000 - 0x4dbfff com.apple.Automator.GetSelectedItems 1.0 /System/Library/Automator/Get Selected Items.action/Contents/MacOS/Get Selected Items
    0x4df000 - 0x4e1fff com.apple.Automator.GetSpecifiedAddressBookItems 1.0 /System/Library/Automator/Get Specified Address Book Items.action/Contents/MacOS/Get Specified Address Book Items
    0x4fa000 - 0x4fbfff com.apple.Automator.GetSpecifiediPhotoItems 1.0 /System/Library/Automator/Get Specified iPhoto Items.action/Contents/MacOS/Get Specified iPhoto Items
    0x636000 - 0x637fff com.apple.Automator.GetSpecifiediTunesItems 1.0 /System/Library/Automator/Get Specified iTunes Items.action/Contents/MacOS/Get Specified iTunes Items
    0x63b000 - 0x63efff com.apple.GetSpecifiedMailItems 1.0 /System/Library/Automator/Get Specified Mail Items.action/Contents/MacOS/Get Specified Mail Items
    0x642000 - 0x643fff com.apple.GetSpecifiedMovies 1.0 /System/Library/Automator/Get Specified Movies.action/Contents/MacOS/Get Specified Movies
    0x647000 - 0x648fff com.apple.GetSpecifiedServers 1.0 /System/Library/Automator/Get Specified Servers.action/Contents/MacOS/Get Specified Servers
    0x64c000 - 0x64cfff com.apple.Automator.GetWebpageText 1.1 /System/Library/Automator/Get Text from Webpage.action/Contents/MacOS/Get Text from Webpage
    0x650000 - 0x650fff com.apple.Automator.MoveFiles 1.0 /System/Library/Automator/Move Finder Items.action/Contents/MacOS/Move Finder Items
    0x654000 - 0x654fff com.apple.Automator.MakeNewFolder 1.1 /System/Library/Automator/New Folder.action/Contents/MacOS/New Folder
    0x658000 - 0x658fff com.apple.Automator.NewiCalEvents 1.1 /System/Library/Automator/New iCal Events.action/Contents/MacOS/New iCal Events
    0x65c000 - 0x65ffff com.apple.Automator.CreateNewEmail 1.1.1 /System/Library/Automator/New Mail Message.action/Contents/MacOS/New Mail Message
    0x663000 - 0x664fff com.apple.action.renamepdf 4.3 (157.7) /System/Library/Automator/Rename PDF Document.action/Contents/MacOS/Rename PDF Document
    0x668000 - 0x66bfff com.apple.action.imagepdf 4.3 (157.7) /System/Library/Automator/Render PDF Pages as Images.action/Contents/MacOS/Render PDF Pages as Images
    0x670000 - 0x672fff com.apple.Automator.RunScript 1.0 /System/Library/Automator/Run AppleScript.action/Contents/MacOS/Run AppleScript
    0x676000 - 0x677fff com.apple.RunShellScript 2.0.1 /System/Library/Automator/Run Shell Script.action/Contents/MacOS/Run Shell Script
    0x67b000 - 0x67dfff com.apple.Automator.ExecuteWorkflow 1.0 /System/Library/Automator/Run Workflow.action/Contents/MacOS/Run Workflow
    0x681000 - 0x6d1fff com.apple.Automator.SpotlightAction 1.1 /System/Library/Automator/Spotlight.action/Contents/MacOS/Spotlight
    0x6ef000 - 0x6f1fff com.apple.Automator.TakePicture 3.0.3 /System/Library/Automator/Take Picture.action/Contents/MacOS/Take Picture
    0x6f5000 - 0x6f6fff com.apple.Automator.TakeScreenShot 1.0 /System/Library/Automator/Take Screenshot.action/Contents/MacOS/Take Screenshot
    0x6fa000 - 0x6fafff com.apple.Automator.LogOutput 1.0 /System/Library/Automator/View Results.action/Contents/MacOS/View Results
    0x6fe000 - 0x703fff com.apple.action.watermarkpdf 4.3 (157.7) /System/Library/Automator/Watermark PDF.action/Contents/MacOS/Watermark PDF
    0x708000 - 0x709fff com.omnigroup.OmniOutliner3.CreateRows 1.0 /Applications/OmniOutliner.app/Contents/Library/Automator/CreateRows.action/Con tents/MacOS/CreateRows
    0x70d000 - 0x70efff com.omnigroup.OmniOutliner3.ExportDocuments 1.0 /Applications/OmniOutliner.app/Contents/Library/Automator/ExportDocuments.actio n/Contents/MacOS/ExportDocuments
    0x712000 - 0x712fff com.omnigroup.OmniOutliner3.FilterRowsByText 1.0 /Applications/OmniOutliner.app/Contents/Library/Automator/FilterRowsByText.acti on/Contents/MacOS/FilterRowsByText
    0x716000 - 0x718fff com.barebones.bbedit.automator.addlinenumbers 1.0 /Users/peteranderson/.Trash/BBEdit.app/Contents/Library/Automator/AddLineNumber s.action/Contents/MacOS/AddLineNumbers
    0x71c000 - 0x71efff com.barebones.bbedit.automator.prefixlines 1.0 /Users/peteranderson/.Trash/BBEdit.app/Contents/Library/Automator/AddPrefix.act ion/Contents/MacOS/AddPrefix
    0x722000 - 0x724fff com.barebones.bbedit.automator.addsuffix 1.0 /Users/peteranderson/.Trash/BBEdit.app/Contents/Library/Automator/AddSuffix.act ion/Contents/MacOS/AddSuffix
    0x728000 - 0x72afff com.barebones.bbedit.automator.changecase 1.0 /Users/peteranderson/.Trash/BBEdit.app/Contents/Library/Automator/ChangeCase.ac tion/Contents/MacOS/ChangeCase
    0x72e000 - 0x730fff com.barebones.bbedit.automator.converttoascii 1.0 /Users/peteranderson/.Trash/BBEdit.app/Contents/Library/Automator/ConvertToASCI I.action/Contents/MacOS/ConvertToASCII
    0x734000 - 0x736fff com.barebones.bbedit.automator.deletelinescontaining 1.0 /Users/peteranderson/.Trash/BBEdit.app/Contents/Library/Automator/DeleteLinesCo ntaining.action/Contents/MacOS/DeleteLinesContaining
    0x73a000 - 0x73cfff com.barebones.bbedit.automator.educatequotes 1.0 /Users/peteranderson/.Trash/BBEdit.app/Contents/Library/Automator/EducateQuotes .action/Contents/MacOS/EducateQuotes
    0x740000 - 0x742fff com.barebones.bbedit.automator.extractlinescontaining 1.0 /Users/peteranderson/.Trash/BBEdit.app/Contents/Library/Automator/ExtractLinesC ontaining.action/Contents/MacOS/ExtractLinesContaining
    0x746000 - 0x747fff com.barebones.bbedit.automator.normalizelineends 1.0 /Users/peteranderson/.Trash/BBEdit.app/Contents/Library/Automator/NormalizeLine Ends.action/Contents/MacOS/NormalizeLineEnds
    0x74b000 - 0x74efff com.barebones.bbedit.automator.removelinenumbers 1.0 /Users/peteranderson/.Trash/BBEdit.app/Contents/Library/Automator/RemoveLineNum bers.action/Contents/MacOS/RemoveLineNumbers
    0x753000 - 0x756fff com.barebones.bbedit.automator.removeprefix 1.0 /Users/peteranderson/.Trash/BBEdit.app/Contents/Library/Automator/RemovePrefix. action/Contents/MacOS/RemovePrefix
    0x75b000 - 0x75efff com.barebones.bbedit.automator.removesuffix 1.0 /Users/peteranderson/.Trash/BBEdit.app/Contents/Library/Automator/RemoveSuffix. action/Contents/MacOS/RemoveSuffix
    0x763000 - 0x766fff com.barebones.bbedit.automator.searchreplace 1.0 /Users/peteranderson/.Trash/BBEdit.app/Contents/Library/Automator/SearchReplace .action/Contents/MacOS/SearchReplace
    0x76b000 - 0x76efff com.barebones.bbedit.automator.sortlines 1.0 /Users/peteranderson/.Trash/BBEdit.app/Contents/Library/Automator/SortLines.act ion/Contents/MacOS/SortLines
    0x773000 - 0x776fff com.barebones.bbedit.automator.spacestotabs 1.0 /Users/peteranderson/.Trash/BBEdit.app/Contents/Library/Automator/SpacesToTabs. action/Contents/MacOS/SpacesToTabs
    0x77b000 - 0x77efff com.barebones.bbedit.automator.straightenquotes 1.0 /Users/peteranderson/.Trash/BBEdit.app/Contents/Library/Automator/StraightenQuo tes.action/Contents/MacOS/StraightenQuotes
    0x783000 - 0x786fff com.barebones.bbedit.automator.tabstospaces 1.0 /Users/peteranderson/.Trash/BBEdit.app/Contents/Library/Automator/TabsToSpaces. action/Contents/MacOS/TabsToSpaces
    0x78b000 - 0x78efff com.barebones.bbedit.automator.zapgremlins 1.0 /Users/peteranderson/.Trash/BBEdit.app/Contents/Library/Automator/ZapGremlins.a ction/Contents/MacOS/ZapGremlins
    0x7f8000 - 0x7f8fff com.apple.osax.digihub 1.0 /System/Library/ScriptingAdditions/Digital Hub Scripting.osax/Contents/MacOS/Digital Hub Scripting
    0x67fd000 - 0x67fdfff com.apple.applescript.component 1.10.7 /System/Library/Components/AppleScript.component/Contents/MacOS/AppleScript
    0x7145000 - 0x7147fff com.apple.textencoding.unicode 2.0 /System/Library/TextEncodings/Unicode Encodings.bundle/Contents/MacOS/Unicode Encodings
    0x722c000 - 0x7269fff com.apple.osax.standardadditions 1.10.7 (???) /System/Library/ScriptingAdditions/StandardAdditions.osax/Contents/MacOS/Standa rdAdditions
    0x8fe00000 - 0x8fe51fff dyld 45.3 /usr/lib/dyld
    0x90000000 - 0x901bcfff libSystem.B.dylib /usr/lib/libSystem.B.dylib
    0x90214000 - 0x90219fff libmathCommon.A.dylib /usr/lib/system/libmathCommon.A.dylib
    0x9021b000 - 0x90268fff com.apple.CoreText 1.0.2 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreText.framework/Versions/A/CoreText
    0x90293000 - 0x90344fff ATS /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/ATS
    0x90373000 - 0x9072dfff com.apple.CoreGraphics 1.258.38 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/CoreGraphics
    0x907ba000 - 0x90893fff com.apple.CoreFoundation 6.4.6 (368.27) /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    0x908dc000 - 0x908dcfff com.apple.CoreServices 10.4 (???) /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
    0x908de000 - 0x909e0fff libicucore.A.dylib /usr/lib/libicucore.A.dylib
    0x90a3a000 - 0x90abefff libobjc.A.dylib /usr/lib/libobjc.A.dylib
    0x90ae8000 - 0x90b58fff IOKit /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
    0x90b6e000 - 0x90b80fff libauto.dylib /usr/lib/libauto.dylib
    0x90b87000 - 0x90e5efff com.apple.CoreServices.CarbonCore 681.7 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonC ore.framework/Versions/A/CarbonCore
    0x90ec4000 - 0x90f44fff com.apple.CoreServices.OSServices 4.1 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServi ces.framework/Versions/A/OSServices
    0x90f8e000 - 0x90fcffff com.apple.CFNetwork 129.19 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwo rk.framework/Versions/A/CFNetwork
    0x90fe4000 - 0x90ffcfff com.apple.WebServices 1.1.2 (1.1.0) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/WebServ icesCore.framework/Versions/A/WebServicesCore
    0x9100c000 - 0x9108dfff com.apple.SearchKit 1.0.5 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchK it.framework/Versions/A/SearchKit
    0x910d3000 - 0x910fcfff com.apple.Metadata 10.4.4 (121.36) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadat a.framework/Versions/A/Metadata
    0x9110d000 - 0x9111bfff libz.1.dylib /usr/lib/libz.1.dylib
    0x9111e000 - 0x912d9fff com.apple.security 4.6 (29770) /System/Library/Frameworks/Security.framework/Versions/A/Security
    0x913d8000 - 0x913e1fff com.apple.DiskArbitration 2.1 /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
    0x913e8000 - 0x91410fff com.apple.SystemConfiguration 1.8.3 /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfi guration
    0x91423000 - 0x9142efff libgcc_s.1.dylib /usr/lib/libgcc_s.1.dylib
    0x91433000 - 0x9143bfff libbsm.dylib /usr/lib/libbsm.dylib
    0x9143f000 - 0x914bafff com.apple.audio.CoreAudio 3.0.4 /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
    0x914f7000 - 0x914f7fff com.apple.ApplicationServices 10.4 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Application Services
    0x914f9000 - 0x91531fff com.apple.AE 1.5 (297) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ AE.framework/Versions/A/AE
    0x9154c000 - 0x91619fff com.apple.ColorSync 4.4.4 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ColorSync.framework/Versions/A/ColorSync
    0x9166e000 - 0x916fffff com.apple.print.framework.PrintCore 4.6 (177.13) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ PrintCore.framework/Versions/A/PrintCore
    0x91746000 - 0x917fdfff com.apple.QD 3.10.21 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ QD.framework/Versions/A/QD
    0x9183a000 - 0x91898fff com.apple.HIServices 1.5.3 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ HIServices.framework/Versions/A/HIServices
    0x918c7000 - 0x918e8fff com.apple.LangAnalysis 1.6.1 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ LangAnalysis.framework/Versions/A/LangAnalysis
    0x918fc000 - 0x91921fff com.apple.FindByContent 1.5 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ FindByContent.framework/Versions/A/FindByContent
    0x91934000 - 0x91976fff com.apple.LaunchServices 181 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ LaunchServices.framework/Versions/A/LaunchServices
    0x91992000 - 0x919a6fff com.apple.speech.synthesis.framework 3.3 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ SpeechSynthesis.framework/Versions/A/SpeechSynthesis
    0x919b4000 - 0x919f6fff com.apple.ImageIO.framework 1.5.0 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/ImageIO
    0x91a0c000 - 0x91ad3fff libcrypto.0.9.7.dylib /usr/lib/libcrypto.0.9.7.dylib
    0x91b21000 - 0x91b36fff libcups.2.dylib /usr/lib/libcups.2.dylib
    0x91b3b000 - 0x91b59fff libJPEG.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libJPEG.dylib
    0x91b5f000 - 0x91bcefff libJP2.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libJP2.dylib
    0x91be5000 - 0x91be9fff libGIF.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libGIF.dylib
    0x91beb000 - 0x91c4afff libRaw.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libRaw.dylib
    0x91c4f000 - 0x91c8cfff libTIFF.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libTIFF.dylib
    0x91c93000 - 0x91cacfff libPng.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libPng.dylib
    0x91cb1000 - 0x91cb4fff libRadiance.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libRadiance.dylib
    0x91cb6000 - 0x91cb6fff com.apple.Accelerate 1.2.2 (Accelerate 1.2.2) /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
    0x91cb8000 - 0x91d9dfff com.apple.vImage 2.4 /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.fr amework/Versions/A/vImage
    0x91da5000 - 0x91dc4fff com.apple.Accelerate.vecLib 3.2.2 (vecLib 3.2.2) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/vecLib
    0x91e30000 - 0x91e9efff libvMisc.dylib /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvMisc.dylib
    0x91ea9000 - 0x91f3efff libvDSP.dylib /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvDSP.dylib
    0x91f58000 - 0x924e0fff libBLAS.dylib /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libBLAS.dylib
    0x92513000 - 0x9283efff libLAPACK.dylib /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libLAPACK.dylib
    0x9286e000 - 0x928f6fff com.apple.DesktopServices 1.3.5 /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/Desk topServicesPriv
    0x92937000 - 0x92b62fff com.apple.Foundation 6.4.6 (567.27) /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
    0x92c80000 - 0x92d5efff libxml2.2.dylib /usr/lib/libxml2.2.dylib
    0x92d7e000 - 0x92e6cfff libiconv.2.dylib /usr/lib/libiconv.2.dylib
    0x92e6f000 - 0x92e79fff com.apple.framework.AppleTalk 1.2.0 (???) /System/Library/Frameworks/AppleTalk.framework/Versions/A/AppleTalk
    0x92e7e000 - 0x92e9cfff libGL.dylib /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
    0x92ea7000 - 0x92f01fff libGLU.dylib /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
    0x92f1f000 - 0x92f1ffff com.apple.Carbon 10.4 (???) /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
    0x92f21000 - 0x92f35fff com.apple.ImageCapture 3.0 /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture. framework/Versions/A/ImageCapture
    0x92f4d000 - 0x92f5dfff com.apple.speech.recognition.framework 3.4 /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecogni tion.framework/Versions/A/SpeechRecognition
    0x92f69000 - 0x92f7efff com.apple.securityhi 2.0 (203) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.fr amework/Versions/A/SecurityHI
    0x92f90000 - 0x93017fff com.apple.ink.framework 101.2 (69) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework /Versions/A/Ink
    0x9302b000 - 0x93036fff com.apple.help 1.0.3 (32) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framewor k/Versions/A/Help
    0x93040000 - 0x9306dfff com.apple.openscripting 1.2.5 (???) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting .framework/Versions/A/OpenScripting
    0x93087000 - 0x93096fff com.apple.print.framework.Print 5.2 (192.4) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framewo rk/Versions/A/Print
    0x930a2000 - 0x93108fff com.apple.htmlrendering 1.1.2 /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HTMLRendering .framework/Versions/A/HTMLRendering
    0x93139000 - 0x93188fff com.apple.NavigationServices 3.4.4 (3.4.3) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/NavigationSer vices.framework/Versions/A/NavigationServices
    0x931b6000 - 0x931d3fff com.apple.audio.SoundManager 3.9 /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CarbonSound.f ramework/Versions/A/CarbonSound
    0x931e5000 - 0x931f2fff com.apple.CommonPanels 1.2.2 (73) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels. framework/Versions/A/CommonPanels
    0x931fb000 - 0x93508fff com.apple.HIToolbox 1.4.8 (???) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.fra mework/Versions/A/HIToolbox
    0x93657000 - 0x93663fff com.apple.opengl 1.4.7 /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
    0x93668000 - 0x93688fff com.apple.DirectoryService.Framework 3.1 /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryServi ce
    0x936db000 - 0x936dbfff com.apple.Cocoa 6.4 (???) /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
    0x936dd000 - 0x93d10fff com.apple.AppKit 6.4.7 (824.41) /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
    0x9409d000 - 0x9410dfff com.apple.CoreData 80 /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
    0x94146000 - 0x94209fff com.apple.audio.toolbox.AudioToolbox 1.4.3 /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
    0x9425b000 - 0x9425bfff com.apple.audio.units.AudioUnit 1.4 /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
    0x9425d000 - 0x94430fff com.apple.QuartzCore 1.4.9 /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
    0x94486000 - 0x944c3fff libsqlite3.0.dylib /usr/lib/libsqlite3.0.dylib
    0x944cb000 - 0x9451bfff libGLImage.dylib /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dyl ib
    0x9455b000 - 0x945a0fff com.apple.bom 8.5 (86.3) /System/Library/PrivateFrameworks/Bom.framework/Versions/A/Bom
    0x946bf000 - 0x946cefff libCGATS.A.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCGATS.A.dylib
    0x946d6000 - 0x946e3fff libCSync.A.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib
    0x94729000 - 0x94742fff libRIP.A.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
    0x94749000 - 0x94a18fff com.apple.QuickTime 7.1.3 /System/Library/Frameworks/QuickTime.framework/Versions/A/QuickTime
    0x94adb000 - 0x94b4cfff libstdc++.6.dylib /usr/lib/libstdc++.6.dylib
    0x94bbf000 - 0x94be0fff libmx.A.dylib /usr/lib/libmx.A.dylib
    0x94ce8000 - 0x94e18fff com.apple.AddressBook.framework 4.0.4 (485.1) /System/Library/Frameworks/AddressBook.framework/Versions/A/AddressBook
    0x94eaa000 - 0x94eb9fff com.apple.DSObjCWrappers.Framework 1.1 /System/Library/PrivateFrameworks/DSObjCWrappers.framework/Versions/A/DSObjCWra ppers
    0x94ec1000 - 0x94eeefff com.apple.LDAPFramework 1.4.1 (69.0.1) /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP
    0x94ef5000 - 0x94f05fff libsasl2.2.dylib /usr/lib/libsasl2.2.dylib
    0x94f09000 - 0x94f38fff libssl.0.9.7.dylib /usr/lib/libssl.0.9.7.dylib
    0x94f48000 - 0x94f65fff libresolv.9.dylib /usr/lib/libresolv.9.dylib
    0x9535e000 - 0x9535efff com.apple.DiscRecording 3.1.3 (???) /System/Library/Frameworks/DiscRecording.framework/Versions/A/DiscRecording
    0x95360000 - 0x953e3fff com.apple.DiscRecordingEngine 3.1.3 /System/Library/Frameworks/DiscRecording.framework/Versions/A/Frameworks/DiscRe cordingEngine.framework/Versions/A/DiscRecordingEngine
    0x95410000 - 0x95456fff com.apple.DiscRecordingContent 3.1.3 /System/Library/Frameworks/DiscRecording.framework/Versions/A/Frameworks/DiscRe cordingContent.framework/Versions/A/DiscRecordingContent
    0x9546a000 - 0x95598fff edu.mit.Kerberos 5.5.23 /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
    0x95685000 - 0x95713fff com.apple.WebKit 418.9.1 /System/Library/Frameworks/WebKit.framework/Versions/A/WebKit
    0x9576f000 - 0x95805fff com.apple.JavaScriptCore 418.3 /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/JavaScriptCor e.framework/Versions/A/JavaScriptCore
    0x95842000 - 0x95b4efff com.apple.WebCore 418.21 /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore.frame work/Versions/A/WebCore
    0x95cd7000 - 0x95d00fff libxslt.1.dylib /usr/lib/libxslt.1.dylib
    0x95dba000 - 0x95dfafff com.apple.AppleScriptKit 1.4.1 (64) /System/Library/Frameworks/AppleScriptKit.framework/Versions/A/AppleScriptKit
    0x95e28000 - 0x95e5efff com.apple.OSAKit 1.0.1 (43) /System/Library/Frameworks/OSAKit.framework/Versions/A/OSAKit
    0x95e7d000 - 0x95e8afff libexslt.0.dylib /usr/lib/libexslt.0.dylib
    0x95e8e000 - 0x95ecdfff com.apple.QTKit 7.1.3 /System/Library/Frameworks/QTKit.framework/Versions/A/QTKit
    0x95f2a000 - 0x95f5cfff com.apple.PDFKit 1.0.1 /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/PDFKit.framew ork/Versions/A/PDFKit
    0x95f74000 - 0x95f79fff com.apple.URLMount 2.1.3 /System/Library/PrivateFrameworks/URLMount.framework/Versions/A/URLMount
    0x961ec000 - 0x9622ffff com.apple.AutomatorFramework 1.0.4 (87) /System/Library/Frameworks/Automator.framework/Versions/A/Automator
    0x9624a000 - 0x9626efff com.apple.Automator.MediaBrowser 1.0.1 (68) /System/Library/Frameworks/Automator.framework/Frameworks/MediaBrowser.framewor k/Versions/A/MediaBrowser
    0x97aa1000 - 0x97ab7fff com.apple.AppleShareClient 1.5.1 /System/Library/Frameworks/AppleShareClient.framework/Versions/A/AppleShareClie nt
    0x97ac1000 - 0x97afffff com.apple.AppleShareClientCore 1.5.1 /System/Library/Frameworks/AppleShareClientCore.framework/Versions/A/AppleShare ClientCore
    0x9827c000 - 0x9834dfff com.apple.QuartzComposer 1.2.3 (32.21) /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzCompose r.framework/Versions/A/QuartzComposer
    0x983ca000 - 0x983cafff com.apple.quartzframework 1.0 /System/Library/Frameworks/Quartz.framework/Versions/A/Quartz
    0x984fb000 - 0x9851dfff com.apple.DiscRecordingUI 3.1.2 /System/Library/Frameworks/DiscRecordingUI.framework/Versions/A/DiscRecordingUI
    0x98543000 - 0x9855bfff com.apple.slideshow 1.0.4 (1.0) /System/Library/PrivateFrameworks/Slideshow.framework/Versions/A/Slideshow
    0x989ae000 - 0x98a58fff com.apple.applescript 1.10.7 /System/Library/PrivateFrameworks/AppleScript.framework/Versions/A/AppleScript
    0x98b87000 - 0x98ba0fff com.apple.quartzfilters 1.4.3 /System/Library/PrivateFrameworks/QuartzFilters.framework/Versions/A/QuartzFilt ers
    0x9a7a1000 - 0x9a7b8fff libCFilter.A.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCFilter.A.dylib
    Model: PowerMac11,2, BootROM 5.2.7f1, 2 processors, PowerPC G5 (1.1), 2 GHz, 4.5 GB
    Graphics: NVIDIA GeForce 6600LE, GeForce 6600LE, PCI, 128 MB
    Memory Module: DIMM0/J6700, 256 MB, DDR2 SDRAM, PC2-4200U-444
    Memory Module: DIMM1/J6800, 256 MB, DDR2 SDRAM, PC2-4200U-444
    Memory Module: DIMM2/J6900, 1 GB, DDR2 SDRAM, PC2-4200U-444
    Memory Module: DIMM3/J7000, 1 GB, DDR2 SDRAM, PC2-4200U-444
    Memory Module: DIMM4/J7100, 1 GB, DDR2 SDRAM, PC2-4200U-444
    Memory Module: DIMM5/J7200, 1 GB, DDR2 SDRAM, PC2-4200U-444
    Network Service: Built-in Ethernet 1, Ethernet, en0
    PCI Card: GeForce 6600LE, Display, SLOT-1
    PCI Card: bcom5714, network, GIGE
    PCI Card: bcom5714, network, GIGE
    Serial ATA Device: Maxtor 6L160M0, 152.67 GB
    Parallel ATA Device: HL-DT-ST DVD-RW GWA-4165B,
    USB Device: Hub, , Up to 480 Mb/sec, 500 mA
    USB Device: Apple Optical USB Mouse, Mitsumi Electric, Up to 1.5 Mb/sec, 500 mA
    USB Device: Hub in Apple Pro Keyboard, Mitsumi Electric, Up to 12 Mb/sec, 500 mA
    USB Device: Apple Pro Keyboard, Mitsumi Electric, Up to 12 Mb/sec, 250 mA
    USB Device: Apple Cinema HD Display, Apple Computer, Inc., Up to 12 Mb/sec, 500 mA
    USB Device: Samsung ML-2570 Series, Samsung, Up to 480 Mb/sec, 500 mA
    USB Device: DYMO LabelWriter 330, DYMO, Up to 12 Mb/sec, 500 mA
    FireWire Device: unknown_device, unknown_value, Up to 400 Mb/sec
    FireWire Device: unknown_device, unknown_value, Up to 400 Mb/sec

  • 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.

Maybe you are looking for

  • Exporting to Vimeo with Premiere Pro CC?

    Hello, I've searched online for guides on how to properly export video for Vimeo using Premiere Pro CC (8.0.1), but have not had any luck. Does anyone know the proper settings? Apparently with other versions of PP there are presets for vimeo and yout

  • Standard report in SAP to see the Purchase Order and corresponding PR

    Dear All. Is there any Standard Report in SAP , which can provide details of the Purchase Order and the corresponding Purchase Requsition. Regards Shyam.

  • Sd-examples

    hi, can anyone tell me real time scenario for individual purchase order as well as difference between scheduling agreement and contract ganesh Message was edited by:         ganesh ram

  • What was the error and how i remove (using Tomcat)

    HTTP Status 500 - type Exception report message description The server encountered an internal error () that prevented it from fulfilling this request. exception javax.servlet.ServletException: Servlet execution threw an exception root cause javax.xm

  • Is it possible to bypass keystroke to browser?

    I have a page with java applet. I want users to be able to press F11 to maximize their browser. Unfortunately, when focus is on applet, F11 doesn't work (Java handles it and doesn't pass it to browser). Is there a way to make F11 work? Actually, I do