Script sub-routine crashes on second loop

G'day
I've got a 2000+ line Mail script that worked in Tiger, but seems to be a problem under leopard.
The first pass getting a Mail message ID works ok, but on the second pass, when getting a new ID, as soon as I try and use the ID variable, the script shows the ID once, then completely stops.
I've written a short version of the script to demonstrate the dilemma, but its still over 65,000 characters.
I can send the whole script to anyone kind enough to try it. Mail me at [email protected]
Anyone kind enough to run it must
1. first create a mail folder called "* items to shift"
2. Alter the short piece of script after the 'Set to suit' comment, to set your printer and email address.
3. Then the script must be saved in the main Library/Scrips/Folder Action Scripts.
4. Then, the script must be attached as a Folder Action to the 'messages' folder INSIDE the actual "* items to shift.mbox" mail folder which is in.....
<your home folder>/Library/Mail/Mailboxes.
5. Enable 'Access for Assistive devices' in the 'Universal Access' control panel.
Now, drop some mail on the '* items to shift' mail box. The second message should freeze after showing the ID once. The mail won't disappear, but will be shifted to a newly created dated mail folder.
The piece of offending script is as follows...
on MainLoopTwo(this_folder)
tell application "Mail"
activate
repeat while (number of messages of mailbox MailBoxName) > 0
set frontmost of application "Mail" to true
if RunForOz then say "main loop"
set EveryMailboxList to mailboxes
repeat with testBoxName in EveryMailboxList
set selected mailboxes of message viewers to {mailbox MailBoxName}
if (name of testBoxName as string) ≠ MailBoxName then
set selected mailboxes of message viewers to {mailbox (name of testBoxName as string)}
exit repeat
end if
end repeat
set CycleThroughMessages to last message of mailbox MailBoxName
tell application "Mail"
activate
set TheName to ""
set TheName to the (id of CycleThroughMessages & ".emlx" as string)
set frontmost of application "Mail" to true
try
if (exists CycleThroughMessages) in mailbox MailBoxName then
if my CheckThePausedReference(TheName) then
set byPassPrint to true
my TransferToITMP(CycleThroughMessages, true)
end if
else
set byPassPrint to true
end if
on error TheError number errNum
say "oooooops, can't set i d"
set TheName to ""
set byPassPrint to true
end try
set thetempname to TheName as string
tell application "System Events"
try
tell application "Mail" to display dialog thetempname
-- Next line after second loop fails after previous line.
-- 'On Error' does not trap error
-- Script simply stops
tell application "Mail" to display dialog thetempname
on error
say "error"
end try
end tell
if RunForOz then say "main loop continues"
my MainLoopThree(CycleThroughMessages)
end tell
end repeat
end tell
set TimeToElapse to my seeiftimehaselapsed("Check if elapsed")
if TimeToElapse = "" then -- No time stored, so check if to recycle
say "Checking recycle"
tell application "Mail"
set TemporaryMail2 to messages of mailbox MailBoxName
end tell
if (count of TemporaryMail2) > 0 then my MainLoopTwo(this_folder)
end if
end MainLoopTwo

G'day
For your information.
I've worked out what the problem is.
After removing a message from a series of messages in a mailbox, using a repeat loop or any other way, after about 5-10 seconds the Mail App seems to send an update signal to itself, or to Applescript, I'm not sure which.
This update causes any dialog box, or open message, to very briefly 'flicker'. Once that happens, the script can't run anything else.
The workaround is to run the main script on it's own, and call it from a short folder attached script.
The problem only arises when the script is directly attached as a folder action, and in Leopard.
A definite bug I think.
Regards
Santa

Similar Messages

  • How to on Debugging Mode for T-Code F110 from Script in Sub routine Pool Pr

    Hi Every one....
    I have done SAP-Script for Payment Vocher for T-code F110 ..I have a Sub Routine Program where I have few Form statements which is called by SAP - Script using Perform Statements, But my problem is when I set a break point in Sub Routine pool program, the out put is issuing with out Debugger ...
    Could any one plz suggest me wht to do???
    Help ful answers will be rewarded....
    Regards,
    sg

    Hi,
    First see if the 'Perform' statement is getting triggered in Script. To put a breakpoint in any script ( even if you do not know the form name, that is the best part ) is se38---->RSTXDBUG --->F8 & execute your pgm/Transaction. The control will wait in the form-debugger.
    I hope this helps,
    Regards
    Raju Chitale

  • I have some problems while passing control array as refernce to the sub vi and sub VI crashes not deterministically after few minutes

    Hallo every body,
    i have some questions when i am passing the refernces to the sub_VI
    1)when i run the application, the blink indicator(in main VI) starts blinking. even in sub_vi for true case i set it true and for false case i set it false. why from begining of the execution it starts blinking?
    2)the stop button i am using in main VI is too slow. when i press the stop button it takes too much time to stop the application. why?
    3)the array control (amplitude, freq,total time taken )
    i am creating references of array. then these references i am sending to for loop. where it will convert as scalr values and then these scalar values to the sub_vi. opposite to it i am getting the reference of scalar cycles value and i am buliding an array of these scalar cycles to show it in indicator. it seems not to be working properly. why?
    for this exexution some times i get error 91.
    4) sometimes in the begining i get error 1055. why?
    5) my sub vi crashes not deterministically.some time times after 2 minutes. some times after 5 minutes. by crash i mean i dont get an error but on the oscilloscope i see not smooth sine signal, but some strange broken, unbroken, delayed(all together mixed signals). why?
    thanks for the important suggestions.
    Regards
    Attachments:
    Check0.llb ‏204 KB

    1) At some point the Blinking property gets set. Then the errors result in the program terminating. The property never gets reset. Setting a Property node in the main VI with Blinking = False prevents this.
    2) You have 1 second Wait until next multiple delays in both the main and subVI loops. Depending upon which delays have executed when you push the Stop button it can take two seconds or more before all the loops execute again and note the Stop button.
    3) The references are to arrays. (Time Taken, Amplitude, Cycles and Frequency) but you are connecting scalar values to the Values properties. Variant does not mean you can connect anything and it will convert to what you want. Once the Type has been set (when the control was created), the property node input matches that type.
    4) 5) I never got this far so I cannot explain these errors. However, I suspect that once you fix the others, these will either be fixed also or the cause will become more apparent.
    Lynn

  • Select statement in a sub routine(For Sapscript)

    Hi,
    M unable to write select statement for my reqirement in Sap-script in Sub routine.
    My requirement is 1)"Your correspondent for quality" in main window of my form.
    For dis rule is as below
    "Get the 'changed by' value resord in table QCPR field AENDERER.For the same value found in tabe USR21 fiels BNAME,pick up the PERSUNUM value.For dis PERSUNUM value, found in ADRP feild NAME_TEXT the value for "Your Correspondent for Quality".
    2) For this PERSUNUM value found in ADCP-TEL_NUMBER the vakue for "Ph".
    3)For this PERSUNUM value found in ADCP-FAX_NUMBER the vakue for "FAX".
    4For this PERSUNUM value found in ADR6-SMTP_ADDR the vakue for "EMAIL".
    Please help me out it's urgent for me.I wil b waiting 4 ur reply.

    READ TABLE in_par WITH KEY 'QCPR-AENDERER'.
      CHECK sy-subrc = 0.
      MOVE in_par-value TO V_aenderer
    .  READ TABLE in_par WITH KEY 'USR21-BNAME.
      CHECK sy-subrc = 0.
      MOVE in_par-value TO V_bname
      SELECT SINGLE persnumber addrnumber
        INTO wa_usr21-persnumber wa_usr21-addrnumber
        FROM usr21
        WHERE bname = V_bname
    and <b>check field for this</b> = V_aenderer.
      CHECK sy-subrc = 0.
      SELECT SINGLE tel_number fax_number
        INTO adcp-tel_number adcp-fax_number
        FROM adcp
        WHERE addrnumber = usr21-addrnumber
          AND persnumber = usr21-persnumber.
      CHECK sy-subrc = 0.
      READ TABLE out_par WITH KEY 'ADCP-TEL_NUMBER'.
      CHECK sy-subrc = 0.
      out_par-value = adcp-tel_number.
      MODIFY out_par INDEX sy-tabix.
      READ TABLE out_par WITH KEY 'ADCP-FAX_NUMBER'.
      CHECK sy-subrc = 0.
      out_par-value = adcp-fax_number.
      MODIFY out_par INDEX sy-tabix.
      SELECT SINGLE smtp_addr
        INTO adr6-smtp_addr
        FROM adr6
        WHERE addrnumber = usr21-addrnumber
          AND persnumber = usr21-persnumber.
      READ TABLE out_par WITH KEY 'ADR6-SMTP_ADDR'.
      CHECK sy-subrc = 0.
      out_par-value = adr6-smtp_addr.
      MODIFY out_par INDEX sy-tabix.
    Regards

  • How do we write the sub routines in smart forms?

    1) How do we write the sub routines in smart forms?
    2) What is the’ form interface’ in smart forms?
    3) Write down the path for writing for select queries in smart forms?
    4) How do we put dynamic page break in smart forms?
    5) in which system field contain the total page number of all forms in the currently processed print request in smart forms?
    6) What is the name of function module used to calling smart forms?
    1)     What is the functionality of function module ‘controal_form’?
    2)     How do we print the system date in this format ’15th Jan 2008’ on scripts?
    3)     What r the various print modes available in scripts?
    4)     What is the tcode for text element?
    5)     How do we draw horizontal line in scripts?
    6)     How can we suppress the leading zeros for a field in scripts?
    7)     In which system field is used to print current no page in scripts?
    Which f.m is used to reads text in sap scripts

    1) How do we write the sub routines in smart forms?
    after opening form see global definitions
    click on that there one tab called form routines inthat you can write subroutines logic.
    You can call in program lines .
    2) What is the’ form interface’ in smart forms?
    It is an interface between program and form .
    like function module we provide import,export,tables,exceptions
    Based on import and export parameters form will display for us.
    3) Write down the path for writing for select queries in smart forms?
    On window give right click in that command->programlines
    you can write all select  statements.
    4) How do we put dynamic page break in smart forms?
    you can define break point using break-point<>. syntax.
    5) in which system field contain the total page number of all forms in the currently processed print request in smart forms?
    SFSY-PAGE
    SFSY-JOBPAGES
    6) What is the name of function module used to calling smart forms?
    SSF_FUNCTION_MODULE_NAME
    =================
    1) What is the functionality of function module ‘control_form’?
    This function module is used to insert SAPScript control commands like NEW-PAGE etc from whithin the ABAP program.
    CALL FUNCTION 'CONTROL_FORM'
    EXPORTING
      COMMAND    =
    EXCEPTIONS
      UNOPENED   = 1
      OTHERS        = 3
    IF SY-SUBRC NE 0.
    MESSAGE ...
    ENDIF.
    2) How do we print the system date in this format ’15th Jan 2008’ on scripts?
    Use SET DATE MASK to change format of date display.
    3) What r the various print modes available in scripts?
    4) What is the tcode for text element?
    se91
    5) How do we draw horizontal line in scripts?
    &ULINE&
    6) How can we suppress the leading zeros for a field in scripts?
    &it_vbak-vbeln(Z)&
    7) In which system field is used to print current no page in scripts?
    &SYST-PAGE& of &SYST-FORMPAGES&
    Which f.m is used to reads text in sap scripts
    READ_TEXT functiomodule.
    Reward points

  • How do i make this a sub routine

    I have a little script to drill down folders and add comments to every folder and ever file inside the parent folder. It works perfectly well when run but itself. This was based heavily on the script found by NovaScotian here http://discussions.apple.com/thread.jspa?messageID=2182916&#2182916
    I basically want to make this script into a sub routine, and i have tried various methods and havent been able to make it work.
    global the_comments
    global each_item
    global pete
    global ddp
    global ddp2
    set ddp to {}
    set ddp2 to {}
    set theLetter to "s"
    set newDroppedFiles to choose folder with multiple selections allowed
    to drilldown(afolder)
    tell application "Finder"
    set file_list to files of a_folder
    set folder_list to folders of a_folder
    end tell
    repeat with i in file_list
    processDrilledDownFile(i)
    tell application "Finder"
    set comment of pete to text of the_comments
    end tell
    end repeat
    repeat with i in folder_list
    copy i to end of ddp2
    drill_down(i)
    end repeat
    end drill_down
    on processDrilledDownFile(a_file)
    copy a_file to end of ddp
    end processDrilledDownFile
    set the_comments to (do shell script "/usr/bin/defaults read com.Rich.move " & theLetter & "Text")
    repeat with each_item in newDroppedFiles
    set pete to each_item
    tell application "Finder"
    set comment of each_item to text of the_comments
    end tell
    drill_down(pete)
    end repeat
    repeat with each_item in ddp
    tell application "Finder"
    set comment of each_item to text of the_comments
    end tell
    end repeat
    repeat with each_item in ddp2
    tell application "Finder"
    set comment of each_item to text of the_comments
    end tell
    end repeat
    regards
    Rich

    Your script already includes several subroutines, so the trick is separating those out first.
    Essentially your script consists of three elements - global declarations, your own subroutines and a run handler. Since there's no explicit 'on run', everything that's not inside a subroutine becomes the run handler.
    Therefore what you should do is strip out all the code that's not a global declaration or an existing handler and just wrap that in a new 'on subroutinename()... end subroutinename' block.
    For sanity's sake I'd also add a specific run handler to bind it all together.
    This means you'll end up with something like:
    <pre class=command>global the_comments
    global each_item
    global pete
    global ddp
    global ddp2
    on run
    my myNiftySubroutine()
    end run
    to drilldown(afolder)
    tell application "Finder"
    set file_list to files of a_folder
    set folder_list to folders of a_folder
    end tell
    repeat with i in file_list
    processDrilledDownFile(i)
    tell application "Finder"
    set comment of pete to text of the_comments
    end tell
    end repeat
    repeat with i in folder_list
    copy i to end of ddp2
    drill_down(i)
    end repeat
    end drill_down
    on processDrilledDownFile(a_file)
    copy a_file to end of ddp
    end processDrilledDownFile
    on myNiftySubroutine()
    set ddp to {}
    set ddp2 to {}
    set theLetter to "s"
    set newDroppedFiles to choose folder with multiple selections allowed
    set the_comments to (do shell script "/usr/bin/defaults read com.Rich.move " & theLetter & "Text")
    repeat with each_item in newDroppedFiles
    set pete to each_item
    tell application "Finder"
    set comment of each_item to text of the_comments
    end tell
    drill_down(pete)
    end repeat
    repeat with each_item in ddp
    tell application "Finder"
    set comment of each_item to text of the_comments
    end tell
    end repeat
    repeat with each_item in ddp2
    tell application "Finder"
    set comment of each_item to text of the_comments
    end tell
    end repeat
    end myNiftySubroutine</pre>
    There's just one other observation - most of the globals are not actually needed since you can just pass them as parameters to the subroutines.
    I'm also not sure what the purpose of the script is - the upshot seems to be that you're setting the comment of items in the Finder, however, since you:
    <pre class=command> set comment of pete to text of the_comments</pre>
    and pete is a global pointing to the folder you're processing, surely this sets the comment of the folder x times, where x is the number of files in the folder - in other words if there are 100 files in the folder, you set the comment of the folder 100 times and don't touch the files themselves. Is that what you intend?

  • How do we define a sub-routine in a subroutine pool

    How do we define a sub-routine in a subroutine pool and how do we call the same in an executable program

    Hi
    Go to SE38.Create a program and in the program type select Subroutine pool.Inside this u can code for teh various subroutines or forms.
    For calling these forms these forms in ur main program refer below link:
    <u>http://help.sap.com/saphelp_nw04/helpdata/en/9f/db999535c111d1829f0000e829fbfe/content.htm</u>
    Sample code:
    Below is the subroutine pool used in the creation of the SAP Script:
    Program Name : Z689_SUBROUTINE
    Date          : 03/28/2007
    Author        : Sayee Manojnah Kasala
    Description  : This is the subroutine used for SAP Script,
                   Z689_SAPSCRIPT.It fetches customer details like
                    customer name & place
    PROGRAM  Z689_SUBROUTINE.
    Form GET_LAND1
    Fetches the country key
    *&      Form  get_land1
          text
         -->INTABLE    text
         -->OUTTABLE   text
    FORM get_land1 TABLES intable STRUCTURE itcsy
                          outtable STRUCTURE itcsy.
      DATA: v_kunnr LIKE kna1-kunnr,
            v_land1 LIKE kna1-land1,
            v_name1 LIKE kna1-name1.
      READ TABLE intable INDEX 1.
      v_kunnr = intable-value.
      CALL FUNCTION 'CONVERSION_EXIT_ALPHA_INPUT'
        EXPORTING
          input  = v_kunnr
        IMPORTING
          output = v_kunnr.
      IF sy-subrc = 0.
        SELECT SINGLE land1
          FROM kna1
          INTO v_land1
          WHERE kunnr = v_kunnr.
        IF sy-subrc = 0.
          READ TABLE outtable INDEX 1.
          outtable-value = v_land1.
          MODIFY outtable INDEX 1.
        ENDIF.
        SELECT SINGLE name1
          FROM kna1
          INTO v_name1
          WHERE kunnr = v_kunnr.
        IF sy-subrc = 0.
          READ TABLE outtable INDEX 2.
          outtable-value = v_name1.
          MODIFY outtable INDEX 2.
        ENDIF.
      ENDIF.
      CLEAR: intable,outtable.
    ENDFORM.                                                    "get_land1
    Form GET_LANDX
    Fetches the Country Name
    *&      Form  get_landx
          text
         -->INTABLE    text
         -->OUTTABLE   text
    FORM get_landx TABLES intable STRUCTURE itcsy
                          outtable STRUCTURE itcsy.
      DATA: v_land1 LIKE kna1-land1,
            v_landx LIKE t005t-landx.
      READ TABLE intable INDEX 1.
      v_land1 = intable-value.
      IF sy-subrc = 0.
        SELECT SINGLE landx
          FROM t005t
          INTO v_landx
          WHERE land1 = v_land1 AND spras = 'E'.
        IF sy-subrc = 0.
          READ TABLE outtable INDEX 1.
          outtable-value = v_landx.
          MODIFY outtable INDEX 1.
        ENDIF.
      ENDIF.
      CLEAR: intable,outtable.
    ENDFORM.                    "get_landx
    It can be called as follows:
    PERFORM GET_LANDX IN PROGRAM Z689_SUBROUTINE
    USING &V_LAND1&
    CHANGING&V_LANDX&
    ENDPERFORM.
    Reward points if found useful.
    Thanks
    Vasudha
    Message was edited by:
            Vasudha L

  • Urgent!!!!Related To SUB-ROUTINES

    Hi All,
    I have 2 subroutines.My problem is that if a particular sub-routine is terminated in middle for any reason my second sub-routine should not get called.How can i know that?Please answer my question as soon as possible.
    Useful answers will be rewarded with points.
    Regards,
    Chaitanya.
    Message was edited by:
            LEELA KRISHNA SAI CHAITANYA

    Hi leela,
    you can use one global variable for this as flag.
    ex:
    data flag type c.
    perform sub1.
    if flag = 'X'.
    perform sub2.
    endif.
    form sub1.
    if (condition yes).
       flag = 'X'.
    endif.
    endform.
    form sub2.
    endform.
    this will work well

  • Random iPhone crashes and reboot loop after iOS 7 upgrade

    Hi all
    Since I upgraded my iPhone to iOS 7, I suffer from random crashes/resets, where my iPhone reboots and enters a reboot loop (Apple logo, black screen, reboot, Apple logo, black screen, reboot, etc) that I can only exit by restoring the device (resetting doesn't help).
    Some more information
    a) The device: iPhone 4, 32 GB, has never been jailbroken, and has never shown any similar issues before.
    b) The crashes/reboots: I haven't been able yet to find a pattern when and why they happen. I had reboots when searching for an app, when pluging in the wall charger, when entering the access code, and even when doing nothing at all (iPhone in my pocket). The only constant is the reboot loop after the crash.
    c) What I tried so far: I restored the device several times, using normal restore (with the iTunes logo) and DFU mode (black screen). After that, I recovered from a recent backup (takes some hours), and everything is ok again - for some hours, until the next crash and reboot loop. I also set up the device as a new phone, and there it seems stable, so I exclude a hardware issue. I tried quite a few of the advices that I found when googling for reboot loops: reset all settings (this led to an another immediate crash and reboot loop), disable app background refresh, etc.
    I've been using this device for my daily business. With the current instability (and the couple of hours it takes to bring it back to life again), it became more or less useless. I wish I could downgrade again (I know that I can't). My assumption is that either iOS 7, or some incompatible app or some corrupt setting is causing this situation. But I don't know how to proceed to isolate and eliminate the issue. I really would like to avoid setting up everything from scratch again.
    Any advice is greatly appreciated!

    All,
    First of all, sorry for my half-finished post above. While typing, I was interrupted, and by reflex I hit CMD-S. Unfortunately, the stupid interface of Apple's support website interpreted that as a submit command. I tried to complete my text with the update function, but when finally hitting the submit button, I got an error message, and all my updated text was gone... No way to bring it back, and also no way to delete the half-baked posting. Quite frustrating.
    Now, to complete what I started above:
    In my case, the problem definitely had something to do with the springboard process (an iOS system 'app' that manages the iOS homescreens) and the watchdog process (another iOS system 'app' that monitors certain things on your phone and that can initiate a restart when it thinks the phone is frozen). In the folder '/Users/<your account>/Library/Logs/CrashReporter/MobileDevice/<your phone>' I could see what caused my crashes; they were all 'stack+SpringBoard' and the reason in these crash log files was 'Watchdog timeout'.
    The following two forum posts helped me:
    https://discussions.apple.com/thread/1676330?start=30&tstart=0
    https://discussions.apple.com/message/20794982#20794982
    I'm quite sure that my issues had to do with the 'application map' that is mentioned in the above posts. So far, Ive been thinking that it was just too large (as in the case of Andi1996 [second link above]), but jmbladen's observation seems not to support this. So, the absolute number might not the source of the problem, but I still assume that something went wrong with my application map during the upgrade from iOS6 to iOS7. I remember having stability problems before, as soon as all my 10 home screens were full of apps and newly downloaded apps would generate additional pages (only visible via iTunes). Considering that there are some fundamental changes to how we can organize apps within folders in iOS 7, it can well be that the springboard process just wasn't able to cope with my application map correctly within the 120 seconds before the watchdog process restarts the phone. My massive cleanup action must have fixed this somehow.
    @jmbladen: I'm only using iCloud for the 'find my phone' functionality, so all the backup & recovery was done via iTunes from my local harddisk. And there was no temporal pattern for my crashes before. You might suffer from the same symptoms, but probably not because of the same cause.
    My advice for anyone affected by random crashes and a reboot loop is to check out the directory with the CrashReporter logs mentioned above to find out what app or process causes the crash. If it's the springboard and watchdog problem, then you should try to clean up your home screens (from iTunes). Maybe the absolute number of apps is not that important, but make sure that you reduce the number of screens. And then sync and backup before you start using the phone again. In my case it helped.
    Hope this helps someone else too.
    P.S. Once you know the right keywords to search for, you find forum postings back to 2008 / iOS 2 describing exactly the same problem. This reboot loop is a very nasty issue, and it is hard to understand that Apple still hasn't been able to address this, or at least provide some better help on how to get out of it again.

  • Crash on Initializing Loop Browser ... Please Help !!!

    *My Logic Pro 8 crash on startup when Initializing Loop Browser ...*
    *Please HELP ME !*
    *Thanks !*
    Date/Time: 2008-07-28 14:08:08.037 +0200
    OS Version: 10.4.11 (Build 8S2167)
    Report Version: 4
    Command: Logic Pro
    Path: /Applications/Logic Pro.app/Contents/MacOS/Logic Pro
    Parent: WindowServer [71]
    Version: 8.0.2 (1502.22)
    Build Version: 9
    Project Name: Logic
    Source Version: 15022200
    PID: 4035
    Thread: 0
    Exception: EXCBADACCESS (0x0001)
    Codes: KERNPROTECTIONFAILURE (0x0002) at 0x00000000
    Thread 0 Crashed:
    0 com.apple.logic.pro 0x004239af 0x1000 + 4336047
    1 com.apple.logic.pro 0x00429b2f 0x1000 + 4361007
    2 com.apple.logic.pro 0x00423b80 0x1000 + 4336512
    3 com.apple.logic.pro 0x002e4c2f 0x1000 + 3030063
    4 com.apple.logic.pro 0x002e6203 0x1000 + 3035651
    5 com.apple.logic.pro 0x003fb3a4 0x1000 + 4170660
    6 com.apple.logic.pro 0x003f1e78 0x1000 + 4132472
    7 com.apple.logic.pro 0x0001220f 0x1000 + 70159
    8 com.apple.logic.pro 0x0019d797 0x1000 + 1689495
    9 com.apple.logic.pro 0x005436f7 0x1000 + 5514999
    10 com.apple.AppKit 0x93353df3 -[NSWindow sendEvent:] + 5279
    11 com.apple.prokit 0x95e1de74 -[NSProWindow sendEvent:] + 268
    12 com.apple.AppKit 0x93345d8c -[NSApplication sendEvent:] + 5023
    13 com.apple.logic.pro 0x004df8a6 0x1000 + 5105830
    14 com.apple.logic.pro 0x004d968e 0x1000 + 5080718
    15 com.apple.logic.pro 0x004df87e 0x1000 + 5105790
    16 com.apple.AppKit 0x932708e7 -[NSApplication run] + 547
    17 com.apple.prokit 0x95dfb1b3 NSProApplicationMain + 324
    18 com.apple.logic.pro 0x00003942 0x1000 + 10562
    19 com.apple.logic.pro 0x00003869 0x1000 + 10345
    Thread 1:
    0 libSystem.B.dylib 0x90037b57 machwaituntil + 7
    1 libSystem.B.dylib 0x9003a222 usleep + 82
    2 ...ess-music.virus_ti.util.hal 0x19ff4724 PGOSXDevice::threadRun() + 396
    3 ...ess-music.virus_ti.util.hal 0x19fe13e1 OSXUserThread::entry(void*) + 25
    4 libSystem.B.dylib 0x90024227 pthreadbody + 84
    Thread 2:
    0 libSystem.B.dylib 0x90009cd7 machmsgtrap + 7
    1 com.apple.CoreFoundation 0x9082d227 CFRunLoopRunSpecific + 2014
    2 com.apple.CoreFoundation 0x9083e100 CFRunLoopRun + 60
    3 com.apple.DVCPROHDMuxer 0x1a4ea0fb AVS::DestroyAVCDeviceController(AVS::AVCDeviceController*) + 297
    4 libSystem.B.dylib 0x90024227 pthreadbody + 84
    Thread 3:
    0 libSystem.B.dylib 0x90009cd7 machmsgtrap + 7
    1 com.apple.CoreFoundation 0x9082d227 CFRunLoopRunSpecific + 2014
    2 com.apple.CoreFoundation 0x9082ca42 CFRunLoopRunInMode + 61
    3 com.apple.audio.CoreAudio 0x91469356 HALRunLoop::OwnThread(void*) + 158
    4 com.apple.audio.CoreAudio 0x91469171 CAPThread::Entry(CAPThread*) + 93
    5 libSystem.B.dylib 0x90024227 pthreadbody + 84
    Thread 4:
    0 libSystem.B.dylib 0x900248c7 semaphorewait_signaltrap + 7
    1 com.apple.Foundation 0x9284f2fc -[NSConditionLock lockWhenCondition:] + 39
    2 com.apple.AppKit 0x9334dcb4 -[NSUIHeartBeat _heartBeatThread:] + 377
    3 com.apple.Foundation 0x927f939c forkThreadForFunction + 123
    4 libSystem.B.dylib 0x90024227 pthreadbody + 84
    Thread 5:
    0 libSystem.B.dylib 0x900248c7 semaphorewait_signaltrap + 7
    1 com.apple.logic.pro 0x00660d34 0x1000 + 6683956
    2 com.apple.logic.pro 0x00660dfb 0x1000 + 6684155
    3 libSystem.B.dylib 0x90024227 pthreadbody + 84
    Thread 6:
    0 libSystem.B.dylib 0x900248c7 semaphorewait_signaltrap + 7
    1 com.apple.logic.pro 0x00660d34 0x1000 + 6683956
    2 com.apple.logic.pro 0x00660dfb 0x1000 + 6684155
    3 libSystem.B.dylib 0x90024227 pthreadbody + 84
    Thread 0 crashed with X86 Thread State (32-bit):
    eax: 0x00000000 ebx: 0x00000000 ecx: 0x00000000 edx: 0x00000000
    edi: 0x00000000 esi: 0x00000001 ebp: 0xbffff5e8 esp: 0xbffff5d0
    ss: 0x0000001f efl: 0x00010246 eip: 0x004239af cs: 0x00000017
    ds: 0x0000001f es: 0x0000001f fs: 0x00000000 gs: 0x00000037
    Binary Images Description:
    0x1000 - 0x104afff com.apple.logic.pro 8.0.2 (1502.22) /Applications/Logic Pro.app/Contents/MacOS/Logic Pro
    0x17c1000 - 0x17defff com.apple.XSKey 1.0.0 (52.4) /Applications/Logic Pro.app/Contents/Frameworks/XSKey.framework/Versions/A/XSKey
    0x17ed000 - 0x17effff com.apple.XLogicImages 1.0.0 (117.4) /Applications/Logic Pro.app/Contents/Frameworks/XLogicImages.framework/Versions/A/XLogicImages
    0x2008000 - 0x201efff com.apple.XAudioUnits 1.0.0 (91.7) /Applications/Logic Pro.app/Contents/Frameworks/XAudioUnits.framework/Versions/A/XAudioUnits
    0x202d000 - 0x2058fff MusicAudioDataServices /Applications/Logic Pro.app/Contents/Frameworks/MusicAudioDataServices.framework/Versions/A/MusicAu dioDataServices
    0x206d000 - 0x2078fff libaafintp.dylib /Applications/Logic Pro.app/Contents/Frameworks/libaafintp.dylib
    0x2087000 - 0x20a0fff com.apple.EHardwareSupport 1.0.0 (163.5) /Applications/Logic Pro.app/Contents/Frameworks/EHardwareSupport.framework/Versions/A/EHardwareSupp ort
    0x20ab000 - 0x20c6fff com.apple.LogicFileBrowser 1.0.0 (126.7) /Applications/Logic Pro.app/Contents/Frameworks/LogicFileBrowser.framework/Versions/A/LogicFileBrow ser
    0x20d8000 - 0x20e7fff com.apple.AERegistration 1.2 (72) /Applications/Logic Pro.app/Contents/Frameworks/AERegistration.framework/Versions/A/AERegistration
    0x2205000 - 0x22a3fff com.apple.eloop 3.1.0 (100.4) /Applications/Logic Pro.app/Contents/Frameworks/ELoop.framework/Versions/A/ELoop
    0x2341000 - 0x23aefff com.apple.LogicLoopBrowser 7.2 (117.4) /Applications/Logic Pro.app/Contents/Frameworks/LogicLoopBrowser.framework/Versions/A/LogicLoopBrow ser
    0x23de000 - 0x2430fff libaafpgapi.dylib /Applications/Logic Pro.app/Contents/Frameworks/libaafpgapi.dylib
    0x2463000 - 0x2667fff libcom-api.dylib /Applications/Logic Pro.app/Contents/Frameworks/libcom-api.dylib
    0x2989000 - 0x2a10fff com.apple.ecore 1.1.0 (291.7) /Applications/Logic Pro.app/Contents/Frameworks/ECore.framework/Versions/A/ECore
    0x2a6d000 - 0x2aebfff com.apple.DotMacKit 21 (3.0.1L) /Applications/Logic Pro.app/Contents/Frameworks/DotMacKit.framework/Versions/A/DotMacKit
    0x2b48000 - 0x2b4ffff com.apple.AEProfiling 1.2 (18) /Applications/Logic Pro.app/Contents/Frameworks/AEProfiling.framework/Versions/A/AEProfiling
    0x2ecb000 - 0x2eeefff com.apple.prokit.TigerPanels 4.5 (722) /System/Library/PrivateFrameworks/ProKit.framework/Versions/A/Resources/TigerPa nels.bundle/Contents/MacOS/TigerPanels
    0x19fbb000 - 0x19fbbfff com.plaxo.ABPlugin ??? (1.0) /Library/InputManagers/PlaxoABAddIn/PlaxoABAddIn.bundle/Contents/MacOS/PlaxoABA ddIn
    0x19fe0000 - 0x19ffbfff de.access-music.virus_ti.util.hal ??? (1.4.0) /Library/Audio/Plug-Ins/HAL/de.access-music.virusti.plugin/Contents/MacOS/de.access-music.virusti
    0x1a04d000 - 0x1a0a3fff com.apple.DVCPROHDAudio 1.3 /Library/Audio/Plug-Ins/HAL/DVCPROHDAudio.plugin/Contents/MacOS/DVCPROHDAudio
    0x1a0da000 - 0x1a0dffff com.apple.audio.AppleHDAHALPlugIn 1.3.7 (1.3.7a23) /System/Library/Extensions/AppleHDA.kext/Contents/PlugIns/AppleHDAHALPlugIn.bun dle/Contents/MacOS/AppleHDAHALPlugIn
    0x1a223000 - 0x1a226fff com.apple.LiveType.component 2.1.2 /Library/QuickTime/LiveType.component/Contents/MacOS/LiveType
    0x1a22b000 - 0x1a290fff com.apple.LiveType.framework 2.1.2 /System/Library/PrivateFrameworks/LiveType.framework/Versions/A/LiveType
    0x1a2b8000 - 0x1a32afff com.DivXInc.DivXDecoder 6.4.0 /Library/QuickTime/DivX Decoder.component/Contents/MacOS/DivX Decoder
    0x1a338000 - 0x1a388fff com.DivXInc.DivXDecoder 6.0.5 /Library/QuickTime/DivX 6 Decoder.component/Contents/MacOS/DivX 6 Decoder
    0x1a39a000 - 0x1a43afff net.sourceforge.webcam-osx.common 0.9.1 /Library/QuickTime/macam.component/Contents/MacOS/macam
    0x1a4d8000 - 0x1a522fff com.apple.DVCPROHDMuxer 1.3 /Library/QuickTime/DVCPROHDMuxer.component/Contents/MacOS/DVCPROHDMuxer
    0x1bd13000 - 0x1bd1bfff com.apple.proapps.mrcheckpro 1.4 (202) /Applications/Logic Pro.app/Contents/Resources/MRCheckPro.bundle/Contents/MacOS/MRCheckPro
    0x1bd43000 - 0x1bd5ffff GLDriver /System/Library/Frameworks/OpenGL.framework/Versions/A/Resources/GLDriver.bundl e/GLDriver
    0x1bd66000 - 0x1bd8afff GLRendererFloat /System/Library/Frameworks/OpenGL.framework/Versions/A/Resources/GLRendererFloa t.bundle/GLRendererFloat
    0x1bf05000 - 0x1c05efff GLEngine /System/Library/Frameworks/OpenGL.framework/Resources/GLEngine.bundle/GLEngine
    0x1c08a000 - 0x1c1fcfff com.apple.GeForceFXGLDriver 1.4.56 (4.5.6) /System/Library/Extensions/GeForceFXGLDriver.bundle/Contents/MacOS/GeForceFXGLD river
    0x1c423000 - 0x1c425fff com.apple.gal_common 1.0 (149.4) /Applications/Logic Pro.app/Contents/Resources/common.res/Contents/MacOS/common
    0x1c42c000 - 0x1c42efff com.apple.gal_ebp 1.0 (149.4) /Applications/Logic Pro.app/Contents/Resources/ebp.res/Contents/MacOS/ebp
    0x1c446000 - 0x1c448fff com.apple.gal_egt 1.0 (149.4) /Applications/Logic Pro.app/Contents/Resources/egt.res/Contents/MacOS/egt
    0x1c479000 - 0x1c47bfff com.apple.gal_es1 1.0 (149.4) /Applications/Logic Pro.app/Contents/Resources/es1.res/Contents/MacOS/es1
    0x1cdbf000 - 0x1cdc5fff com.apple.gal_anvil 1.0 (149.4) /Applications/Logic Pro.app/Contents/Resources/anvil.res/Contents/MacOS/anvil
    0x1cebe000 - 0x1cec7fff com.apple.gal_efx 1.0 (149.4) /Applications/Logic Pro.app/Contents/Resources/efx.res/Contents/MacOS/efx
    0x1d0e4000 - 0x1d0ebfff com.apple.gal_efx2 1.0 (149.4) /Applications/Logic Pro.app/Contents/Resources/efx2.res/Contents/MacOS/efx2
    0x1d2dd000 - 0x1d2e0fff com.apple.gal_emx 1.0 (149.4) /Applications/Logic Pro.app/Contents/Resources/emx.res/Contents/MacOS/emx
    0x1d3aa000 - 0x1d3adfff com.apple.gal_es2 1.0 (149.4) /Applications/Logic Pro.app/Contents/Resources/es2.res/Contents/MacOS/es2
    0x1d448000 - 0x1d44bfff com.apple.gal_esp 1.0 (149.4) /Applications/Logic Pro.app/Contents/Resources/esp.res/Contents/MacOS/esp
    0x1d4c8000 - 0x1d4cafff com.apple.gal_esu 1.0 (149.4) /Applications/Logic Pro.app/Contents/Resources/esu.res/Contents/MacOS/esu
    0x1d51d000 - 0x1d520fff com.apple.gal_evb3 1.0 (149.4) /Applications/Logic Pro.app/Contents/Resources/evb3.res/Contents/MacOS/evb3
    0x1d5b0000 - 0x1d5b2fff com.apple.gal_evd6 1.0 (149.4) /Applications/Logic Pro.app/Contents/Resources/evd6.res/Contents/MacOS/evd6
    0x1d61a000 - 0x1d61dfff com.apple.gal_evoc 1.0 (149.4) /Applications/Logic Pro.app/Contents/Resources/evoc.res/Contents/MacOS/evoc
    0x1d710000 - 0x1d712fff com.apple.gal_evp88 1.0 (149.4) /Applications/Logic Pro.app/Contents/Resources/evp88.res/Contents/MacOS/evp88
    0x1d863000 - 0x1d866fff com.apple.gal_exs24 1.0 (149.4) /Applications/Logic Pro.app/Contents/Resources/exs24.res/Contents/MacOS/exs24
    0x1d8de000 - 0x1d8e1fff com.apple.gal_mutapdel 1.0 (149.4) /Applications/Logic Pro.app/Contents/Resources/mutapdel.res/Contents/MacOS/mutapdel
    0x1d923000 - 0x1d929fff com.apple.gal_revolver 1.0 (149.4) /Applications/Logic Pro.app/Contents/Resources/revolver.res/Contents/MacOS/revolver
    0x1db00000 - 0x1db03fff com.apple.gal_sphere 1.0 (149.4) /Applications/Logic Pro.app/Contents/Resources/sphere.res/Contents/MacOS/sphere
    0x8e92c000 - 0x8e96afff com.apple.CoreMediaIOServicesPrivate 9.0 /System/Library/PrivateFrameworks/CoreMediaIOServicesPrivate.framework/Versions /A/CoreMediaIOServicesPrivate
    0x8efb9000 - 0x8efe3fff com.apple.CoreMediaPrivate 9.0 /System/Library/PrivateFrameworks/CoreMediaPrivate.framework/Versions/A/CoreMed iaPrivate
    0x8f8c0000 - 0x8f95ffff com.apple.QuickTimeImporters.component 7.5 (861) /System/Library/QuickTime/QuickTimeImporters.component/Contents/MacOS/QuickTime Importers
    0x8fe00000 - 0x8fe4afff dyld 46.16 /usr/lib/dyld
    0x90000000 - 0x90171fff libSystem.B.dylib /usr/lib/libSystem.B.dylib
    0x901c1000 - 0x901c3fff libmathCommon.A.dylib /usr/lib/system/libmathCommon.A.dylib
    0x901c5000 - 0x90202fff com.apple.CoreText 1.1.3 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreText.framework/Versions/A/CoreText
    0x90229000 - 0x902fffff ATS /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/ATS
    0x90460000 - 0x90506fff com.apple.QTKit 7.5 (861) /System/Library/Frameworks/QTKit.framework/Versions/A/QTKit
    0x9080b000 - 0x908d3fff com.apple.CoreFoundation 6.4.11 (368.35) /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    0x90911000 - 0x90911fff com.apple.CoreServices 10.4 (???) /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
    0x90913000 - 0x90a07fff libicucore.A.dylib /usr/lib/libicucore.A.dylib
    0x90a57000 - 0x90ad6fff libobjc.A.dylib /usr/lib/libobjc.A.dylib
    0x90aff000 - 0x90b63fff libstdc++.6.dylib /usr/lib/libstdc++.6.dylib
    0x90bd2000 - 0x90bd9fff libgcc_s.1.dylib /usr/lib/libgcc_s.1.dylib
    0x90bde000 - 0x90c51fff com.apple.framework.IOKit 1.4.8 (???) /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
    0x90c66000 - 0x90c78fff libauto.dylib /usr/lib/libauto.dylib
    0x90c7e000 - 0x90f24fff com.apple.CoreServices.CarbonCore 682.29 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonC ore.framework/Versions/A/CarbonCore
    0x90f67000 - 0x90fcffff com.apple.CoreServices.OSServices 4.1 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServi ces.framework/Versions/A/OSServices
    0x91008000 - 0x91047fff com.apple.CFNetwork 129.22 (129.23) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwo rk.framework/Versions/A/CFNetwork
    0x9105a000 - 0x9106afff com.apple.WebServices 1.1.3 (1.1.0) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/WebServ icesCore.framework/Versions/A/WebServicesCore
    0x91075000 - 0x910f4fff com.apple.SearchKit 1.0.7 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchK it.framework/Versions/A/SearchKit
    0x9112e000 - 0x9114cfff com.apple.Metadata 10.4.4 (121.36) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadat a.framework/Versions/A/Metadata
    0x91158000 - 0x91166fff libz.1.dylib /usr/lib/libz.1.dylib
    0x91169000 - 0x91308fff com.apple.security 4.5.2 (29774) /System/Library/Frameworks/Security.framework/Versions/A/Security
    0x91406000 - 0x9140efff com.apple.DiskArbitration 2.1.2 /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
    0x91415000 - 0x9141cfff libbsm.dylib /usr/lib/libbsm.dylib
    0x91420000 - 0x91446fff com.apple.SystemConfiguration 1.8.6 /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfi guration
    0x91458000 - 0x914cefff com.apple.audio.CoreAudio 3.0.5 /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
    0x9151f000 - 0x9151ffff com.apple.ApplicationServices 10.4 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Application Services
    0x91521000 - 0x9154dfff com.apple.AE 314 (313) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ AE.framework/Versions/A/AE
    0x91560000 - 0x91634fff com.apple.ColorSync 4.4.10 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ColorSync.framework/Versions/A/ColorSync
    0x9166f000 - 0x916e2fff com.apple.print.framework.PrintCore 4.6 (177.13) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ PrintCore.framework/Versions/A/PrintCore
    0x91710000 - 0x917b9fff com.apple.QD 3.10.25 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ QD.framework/Versions/A/QD
    0x917df000 - 0x9182afff com.apple.HIServices 1.5.2 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ HIServices.framework/Versions/A/HIServices
    0x91849000 - 0x9185ffff com.apple.LangAnalysis 1.6.3 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ LangAnalysis.framework/Versions/A/LangAnalysis
    0x9186b000 - 0x91886fff com.apple.FindByContent 1.5 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ FindByContent.framework/Versions/A/FindByContent
    0x91891000 - 0x918cefff com.apple.LaunchServices 183 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ LaunchServices.framework/Versions/A/LaunchServices
    0x918e2000 - 0x918eefff com.apple.speech.synthesis.framework 3.5 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ SpeechSynthesis.framework/Versions/A/SpeechSynthesis
    0x918f5000 - 0x91935fff com.apple.ImageIO.framework 1.5.7 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/ImageIO
    0x91948000 - 0x919fafff libcrypto.0.9.7.dylib /usr/lib/libcrypto.0.9.7.dylib
    0x91a40000 - 0x91a56fff libcups.2.dylib /usr/lib/libcups.2.dylib
    0x91a5b000 - 0x91a79fff libJPEG.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libJPEG.dylib
    0x91a7e000 - 0x91addfff libJP2.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libJP2.dylib
    0x91aef000 - 0x91af3fff libGIF.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libGIF.dylib
    0x91af5000 - 0x91b7dfff libRaw.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libRaw.dylib
    0x91b81000 - 0x91bbefff libTIFF.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libTIFF.dylib
    0x91bc4000 - 0x91bdffff libPng.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libPng.dylib
    0x91be4000 - 0x91be6fff libRadiance.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libRadiance.dylib
    0x91be8000 - 0x91cc6fff libxml2.2.dylib /usr/lib/libxml2.2.dylib
    0x91ce3000 - 0x91ce3fff com.apple.Accelerate 1.3.1 (Accelerate 1.3.1) /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
    0x91ce5000 - 0x91d73fff com.apple.vImage 2.5 /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.fr amework/Versions/A/vImage
    0x91d7a000 - 0x91d7afff com.apple.Accelerate.vecLib 3.3.1 (vecLib 3.3.1) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/vecLib
    0x91d7c000 - 0x91dd5fff libvMisc.dylib /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvMisc.dylib
    0x91dde000 - 0x91e02fff libvDSP.dylib /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvDSP.dylib
    0x91e0a000 - 0x92213fff libBLAS.dylib /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libBLAS.dylib
    0x9224d000 - 0x92601fff libLAPACK.dylib /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libLAPACK.dylib
    0x9262e000 - 0x9271bfff libiconv.2.dylib /usr/lib/libiconv.2.dylib
    0x9271d000 - 0x9279bfff com.apple.DesktopServices 1.3.7 /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/Desk topServicesPriv
    0x927dc000 - 0x92a0cfff com.apple.Foundation 6.4.10 (567.37) /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
    0x92b26000 - 0x92b3dfff libGL.dylib /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
    0x92b48000 - 0x92ba0fff libGLU.dylib /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
    0x92bb4000 - 0x92bb4fff com.apple.Carbon 10.4 (???) /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
    0x92bb6000 - 0x92bc6fff com.apple.ImageCapture 3.0.4 /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture. framework/Versions/A/ImageCapture
    0x92bd5000 - 0x92bddfff com.apple.speech.recognition.framework 3.6 /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecogni tion.framework/Versions/A/SpeechRecognition
    0x92be3000 - 0x92be9fff com.apple.securityhi 2.0.1 (24742) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.fr amework/Versions/A/SecurityHI
    0x92bef000 - 0x92c80fff com.apple.ink.framework 101.2.1 (71) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework /Versions/A/Ink
    0x92c94000 - 0x92c98fff com.apple.help 1.0.3 (32.1) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framewor k/Versions/A/Help
    0x92c9b000 - 0x92cb9fff com.apple.openscripting 1.2.5 (???) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting .framework/Versions/A/OpenScripting
    0x92ccb000 - 0x92cd1fff com.apple.print.framework.Print 5.2 (192.4) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framewo rk/Versions/A/Print
    0x92cd7000 - 0x92d3afff com.apple.htmlrendering 66.1 (1.1.3) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HTMLRendering .framework/Versions/A/HTMLRendering
    0x92d61000 - 0x92da2fff com.apple.NavigationServices 3.4.4 (3.4.3) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/NavigationSer vices.framework/Versions/A/NavigationServices
    0x92dc9000 - 0x92dd7fff com.apple.audio.SoundManager 3.9.1 /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CarbonSound.f ramework/Versions/A/CarbonSound
    0x92dde000 - 0x92de3fff com.apple.CommonPanels 1.2.3 (73) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels. framework/Versions/A/CommonPanels
    0x92de8000 - 0x930ddfff com.apple.HIToolbox 1.4.10 (???) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.fra mework/Versions/A/HIToolbox
    0x931e3000 - 0x931eefff com.apple.opengl 1.4.16 /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
    0x931f3000 - 0x9320efff com.apple.DirectoryService.Framework 3.3 /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryServi ce
    0x9325e000 - 0x9325efff com.apple.Cocoa 6.4 (???) /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
    0x93260000 - 0x93916fff com.apple.AppKit 6.4.10 (824.48) /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
    0x93c97000 - 0x93d12fff com.apple.CoreData 91 (92.1) /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
    0x93d4b000 - 0x93e04fff com.apple.audio.toolbox.AudioToolbox 1.4.7 /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
    0x93e47000 - 0x93e47fff com.apple.audio.units.AudioUnit 1.4.3 /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
    0x93e49000 - 0x9400afff com.apple.QuartzCore 1.4.12 /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
    0x94050000 - 0x94091fff libsqlite3.0.dylib /usr/lib/libsqlite3.0.dylib
    0x94099000 - 0x940d3fff libGLImage.dylib /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dyl ib
    0x940d8000 - 0x940eefff com.apple.CoreVideo 1.4.2 /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
    0x94135000 - 0x9417dfff com.apple.bom 8.5 (86.3) /System/Library/PrivateFrameworks/Bom.framework/Versions/A/Bom
    0x94282000 - 0x94291fff libCGATS.A.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCGATS.A.dylib
    0x94298000 - 0x942a3fff libCSync.A.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib
    0x942ef000 - 0x94309fff libRIP.A.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
    0x9430f000 - 0x94627fff com.apple.QuickTime 7.5.0 (861) /System/Library/Frameworks/QuickTime.framework/Versions/A/QuickTime
    0x947ad000 - 0x948f3fff com.apple.AddressBook.framework 4.0.6 (490) /System/Library/Frameworks/AddressBook.framework/Versions/A/AddressBook
    0x9497f000 - 0x9498efff com.apple.DSObjCWrappers.Framework 1.1 /System/Library/PrivateFrameworks/DSObjCWrappers.framework/Versions/A/DSObjCWra ppers
    0x94995000 - 0x949befff com.apple.LDAPFramework 1.4.2 (69.1.1) /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP
    0x949c4000 - 0x949d3fff libsasl2.2.dylib /usr/lib/libsasl2.2.dylib
    0x949d7000 - 0x949fcfff libssl.0.9.7.dylib /usr/lib/libssl.0.9.7.dylib
    0x94a08000 - 0x94a25fff libresolv.9.dylib /usr/lib/libresolv.9.dylib
    0x94aca000 - 0x94acafff com.apple.DiscRecording 3.2.0 (???) /System/Library/Frameworks/DiscRecording.framework/Versions/A/DiscRecording
    0x94acc000 - 0x94b4afff com.apple.DiscRecordingEngine 3.2.0 /System/Library/Frameworks/DiscRecording.framework/Versions/A/Frameworks/DiscRe cordingEngine.framework/Versions/A/DiscRecordingEngine
    0x94b7a000 - 0x94bbcfff com.apple.DiscRecordingContent 3.2.0 /System/Library/Frameworks/DiscRecording.framework/Versions/A/Frameworks/DiscRe cordingContent.framework/Versions/A/DiscRecordingContent
    0x9586d000 - 0x958f5fff com.apple.syncservices 2.5 (194) /System/Library/Frameworks/SyncServices.framework/Versions/A/SyncServices
    0x95a54000 - 0x95a56fff com.apple.ExceptionHandling 1.2 (???) /System/Library/Frameworks/ExceptionHandling.framework/Versions/A/ExceptionHand ling
    0x95ddd000 - 0x95f76fff com.apple.prokit 4.5 (722) /System/Library/PrivateFrameworks/ProKit.framework/Versions/A/ProKit
    0x966fb000 - 0x96731fff com.apple.audio.midi.CoreMIDI 1.5.1 (41) /System/Library/Frameworks/CoreMIDI.framework/Versions/A/CoreMIDI
    0x96b04000 - 0x96b04fff com.apple.vecLib 3.3.1 (vecLib 3.3.1) /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
    0x9707e000 - 0x97155fff libGLProgrammability.dylib /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgramma bility.dylib
    0x97170000 - 0x97171fff libGLSystem.dylib /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLSystem.dy lib
    0x97173000 - 0x97178fff com.apple.agl 2.5.9 (AGL-2.5.9) /System/Library/Frameworks/AGL.framework/Versions/A/AGL
    0x97516000 - 0x9752afff com.apple.audio.CoreAudioKit 1.0.1 /System/Library/Frameworks/CoreAudioKit.framework/Versions/A/CoreAudioKit
    0x9848f000 - 0x99487fff com.apple.QuickTimeComponents.component 7.5 (861) /System/Library/QuickTime/QuickTimeComponents.component/Contents/MacOS/QuickTim eComponents
    0x9fb14000 - 0x9ff69fff com.apple.CoreGraphics 1.258.78 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/CoreGraphics
    Model: MacPro1,1, BootROM MP11.005C.B08, 4 processors, Dual-Core Intel Xeon, 2.66 GHz, 5 GB
    Graphics: NVIDIA GeForce 7300 GT, NVIDIA GeForce 7300 GT, PCIe, 256 MB
    Memory Module: DIMM Riser A/DIMM 1, 512 MB, DDR2 FB-DIMM, 667 MHz
    Memory Module: DIMM Riser A/DIMM 2, 512 MB, DDR2 FB-DIMM, 667 MHz
    Memory Module: DIMM Riser B/DIMM 1, 1 GB, DDR2 FB-DIMM, 667 MHz
    Memory Module: DIMM Riser B/DIMM 2, 1 GB, DDR2 FB-DIMM, 667 MHz
    Memory Module: DIMM Riser A/DIMM 3, 1 GB, DDR2 FB-DIMM, 667 MHz
    Memory Module: DIMM Riser A/DIMM 4, 1 GB, DDR2 FB-DIMM, 667 MHz
    Network Service: Ethernet integrata 1, Ethernet, en0
    PCI Card: NVIDIA GeForce 7300 GT, Display, Slot-1
    Serial ATA Device: WDC WD2500AAJS-41RYA0, 232.89 GB
    Serial ATA Device: WDC WD3200AAJS-00B4A0, 298.09 GB
    Parallel ATA Device: OPTIARC DVD RW AD-7170A, 7.22 GB
    USB Device: Keyboard Hub, Apple, Inc., Up to 480 Mb/sec, 500 mA
    USB Device: Optical USB Mouse, Logitech, Up to 1.5 Mb/sec, 100 mA
    USB Device: Apple Keyboard, Apple, Inc, Up to 1.5 Mb/sec, 100 mA
    USB Device: USB2.0 Storage Device, Cypress Semiconductor, Up to 480 Mb/sec, 500 mA
    USB Device: Virus TI, Access Music, Up to 12 Mb/sec, 500 mA
    USB Device: Hub, Up to 12 Mb/sec, 500 mA
    USB Device: iP5300, Canon, Up to 12 Mb/sec, 500 mA
    USB Device: iLok, iLok, Up to 1.5 Mb/sec, 500 mA
    FireWire Device: built-in_hub, unknown_value, Unknown
    FireWire Device: 0x101800, 0xA35, Up to 800 Mb/sec
    FireWire Device: PowerCore/FW, TC Electronic A/S, Up to 400 Mb/sec
    FireWire Device: LaCie 1394 Disk drive LUN 0, LaCie Group SA, Up to 400 Mb/sec
    FireWire Device: LaCie 1394 Disk drive LUN 0, LaCie Group SA, Up to 400 Mb/sec

    Found this on another website! Hours of searching!
    Hope this works!
    I thought I'd share this, in case it helps someone else. I have Logic Studio 9.1.1, but it seems to work on Logic 8 as well.
    The problem: When launching Logic, it would hang or crash at "Initializing Loop Browser". I had to force quit, and then go into the Activity Monitor and force quit the LogicPro process.
    A temporary fix was as follows: (This is a permanent fix for some users.)
    1. Go to the Applications folder
    2. CTRL + click (or right click) on the Logic application
    3. Select "Show Package Contents"
    4. Go to Frameworks/LogicLoopBrowser.framework
    5. Move "bomread" and the "LogicLoopBrowser" alias to the desktop
    6. Launch Logic
    7. Move "bomread" and the "LogicLoopBrowser" alias back into the LogicLoopBrowser.framework folder
    In my case, I had to do this every time I launched Logic. IF you have the same experience, here's the permanent fix:
    1. Go to ~/Library/Preferences/com.apple.logic.pro.plist (where "~" is your user name). This is your Logic preferences file.
    2. Copy this file and save it to your desktop.
    3. Find com.apple.logic.pro.cs in the same folder
    4. Copy and save to desktop. This is your control surface preferences file.
    5. Go to the Applications folder
    6. CTRL + click (or right click) on the GarageBand application
    7. Select "Show Package Contents"
    8. Go to Contents/MacOS and copy "bomread" there
    9. Find Logic's version of "bomread" using my temporary fix instructions
    10. Paste the GarageBand "bomread" over the Logic "bomread"
    11. Open Logic. This first time, it will take a few minutes.
    12. Close Logic.
    13. Put your saved preference files back into their original locations, which will involve replacing newly created, default preference files.
    Logic should now launch without problems. Good luck!

  • Quicktime Won't Start: Bug in libxpc: Domain bootstrapper failed to respond. It is likely crashing in a loop.

    QuickTime Player Crashes on me and spits out this as an error. Any help would be greatly appreciated!
    Process:         QuickTime Player [4365]
    Path:            /Applications/QuickTime Player.app/Contents/MacOS/QuickTime Player
    Identifier:      com.apple.QuickTimePlayerX
    Version:         10.3 (727.3)
    Build Info:      QuickTimePlayerX-727003000000000~4
    Code Type:       X86-64 (Native)
    Parent Process:  launchd [139]
    Responsible:     QuickTime Player [4365]
    User ID:         501
    Date/Time:       2014-03-17 19:12:52.671 -0600
    OS Version:      Mac OS X 10.9.2 (13C64)
    Report Version:  11
    Anonymous UUID:  A5FC057D-AA12-1F71-AE4C-C015D0814356
    Sleep/Wake UUID: D1E60078-F793-4BC5-A6E5-9A0F1147FADF
    Crashed Thread:  0  Dispatch queue: com.apple.main-thread
    Exception Type:  EXC_BAD_INSTRUCTION (SIGILL)
    Exception Codes: 0x0000000000000001, 0x0000000000000000
    Application Specific Information:
    Bug in libxpc: Domain bootstrapper failed to respond. It is likely crashing in a loop.
    Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
    0   libxpc.dylib                            0x00007fff950b203f _xpc_runtime_init_once + 912
    1   libdispatch.dylib                       0x00007fff8854f2ad _dispatch_client_callout + 8
    2   libdispatch.dylib                       0x00007fff8854f21c dispatch_once_f + 79
    3   libxpc.dylib                            0x00007fff950af614 _xpc_runtime_set_domain + 201
    4   libxpc.dylib                            0x00007fff950aed19 _libxpc_initializer + 425
    5   libSystem.B.dylib                       0x00007fff886a7aa8 libSystem_initializer + 142
    6   dyld                                    0x00007fff63bcfc2e ImageLoaderMachO::doModInitFunctions(ImageLoader::LinkContext const&) + 268
    7   dyld                                    0x00007fff63bcfdba ImageLoaderMachO::doInitialization(ImageLoader::LinkContext const&) + 40
    8   dyld                                    0x00007fff63bcca62 ImageLoader::recursiveInitialization(ImageLoader::LinkContext const&, unsigned int, ImageLoader::InitializerTimingList&) + 308
    9   dyld                                    0x00007fff63bcc9eb ImageLoader::recursiveInitialization(ImageLoader::LinkContext const&, unsigned int, ImageLoader::InitializerTimingList&) + 189
    10  dyld                                    0x00007fff63bcc9eb ImageLoader::recursiveInitialization(ImageLoader::LinkContext const&, unsigned int, ImageLoader::InitializerTimingList&) + 189
    11  dyld                                    0x00007fff63bcc9eb ImageLoader::recursiveInitialization(ImageLoader::LinkContext const&, unsigned int, ImageLoader::InitializerTimingList&) + 189
    12  dyld                                    0x00007fff63bcc9eb ImageLoader::recursiveInitialization(ImageLoader::LinkContext const&, unsigned int, ImageLoader::InitializerTimingList&) + 189
    13  dyld                                    0x00007fff63bcc9eb ImageLoader::recursiveInitialization(ImageLoader::LinkContext const&, unsigned int, ImageLoader::InitializerTimingList&) + 189
    14  dyld                                    0x00007fff63bcc8f6 ImageLoader::runInitializers(ImageLoader::LinkContext const&, ImageLoader::InitializerTimingList&) + 54
    15  dyld                                    0x00007fff63bc01da dyld::initializeMainExecutable() + 189
    16  dyld                                    0x00007fff63bc3560 dyld::_main(macho_header const*, unsigned long, int, char const**, char const**, char const**, unsigned long*) + 2419
    17  dyld                                    0x00007fff63bbf27b dyldbootstrap::start(macho_header const*, int, char const**, long, macho_header const*, unsigned long*) + 477
    18  dyld                                    0x00007fff63bbf05e _dyld_start + 54
    Thread 0 crashed with X86 Thread State (64-bit):
      rax: 0x00007fff950cd15c  rbx: 0x0000000000000000  rcx: 0x0000000000000011  rdx: 0x0000000000000010
      rdi: 0x00000001069ba200  rsi: 0x0000000000000008  rbp: 0x00007fff594f8ab0  rsp: 0x00007fff594f7dd0
       r8: 0x0000000000000002   r9: 0x0000000000000000  r10: 0x000060000006d840  r11: 0x00007fff7a83b170
      r12: 0x00007fff79d6526c  r13: 0x00007fff594f7e30  r14: 0x000000000000000a  r15: 0x00007fff594f7e04
      rip: 0x00007fff950b203f  rfl: 0x0000000000010202  cr2: 0x00000001069cd020
    Logical CPU:     1
    Error Code:      0x00000000
    Trap Number:     6
    Binary Images:
           0x106705000 -        0x1068f8ff7  com.apple.QuickTimePlayerX (10.3 - 727.3) <CE901137-9D07-3863-AF3E-F5CC279267FC> /Applications/QuickTime Player.app/Contents/MacOS/QuickTime Player
        0x7fff63bbe000 -     0x7fff63bf1817  dyld (239.4) <2B17750C-ED1B-3060-B64E-21897D08B28B> /usr/lib/dyld
        0x7fff88173000 -     0x7fff88178fff  libmacho.dylib (845) <1D2910DF-C036-3A82-A3FD-44FF73B5FF9B> /usr/lib/system/libmacho.dylib
        0x7fff88179000 -     0x7fff881a3ff7  libsandbox.1.dylib (278.11) <9E5654BF-DCD3-3B15-9C63-209B2B2D2803> /usr/lib/libsandbox.1.dylib
        0x7fff881a4000 -     0x7fff881acff7  com.apple.AppleSRP (5.0 - 1) <ABC7F088-1FD5-3768-B9F3-847F355E90B3> /System/Library/PrivateFrameworks/AppleSRP.framework/Versions/A/AppleSRP
        0x7fff881ad000 -     0x7fff881c8ff7  libCRFSuite.dylib (34) <FFAE75FA-C54E-398B-AA97-18164CD9789D> /usr/lib/libCRFSuite.dylib
        0x7fff881c9000 -     0x7fff882b8fff  libFontParser.dylib (111.1) <835A8253-6AB9-3AAB-9CBF-171440DEC486> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libFontParser.dylib
        0x7fff882b9000 -     0x7fff882bfff7  libsystem_platform.dylib (24.90.1) <3C3D3DA8-32B9-3243-98EC-D89B9A1670B3> /usr/lib/system/libsystem_platform.dylib
        0x7fff882df000 -     0x7fff882e0fff  com.apple.TrustEvaluationAgent (2.0 - 25) <334A82F4-4AE4-3719-A511-86D0B0723E2B> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/Tru stEvaluationAgent
        0x7fff882e1000 -     0x7fff8833cffb  com.apple.AE (665.5 - 665.5) <BBA230F9-144C-3CAB-A77A-0621719244CD> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.fram ework/Versions/A/AE
        0x7fff88347000 -     0x7fff88371ff7  libpcap.A.dylib (42) <91D3FF51-D6FE-3C05-98C9-1182E0EC3D58> /usr/lib/libpcap.A.dylib
        0x7fff88372000 -     0x7fff8837eff7  com.apple.OpenDirectory (10.9 - 173.90.1) <E5EF8E1A-7214-36D0-AF0D-8D030DF6C2FC> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
        0x7fff883c1000 -     0x7fff8840eff2  com.apple.print.framework.PrintCore (9.0 - 428) <8D8253E3-302F-3DB2-9C5C-572CB974E8B3> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ PrintCore.framework/Versions/A/PrintCore
        0x7fff8840f000 -     0x7fff88413ff7  libsystem_stats.dylib (93.90.3) <1A55AF8A-B6C4-3163-B557-3AD25DA643A8> /usr/lib/system/libsystem_stats.dylib
        0x7fff88419000 -     0x7fff8846cfff  com.apple.ScalableUserInterface (1.0 - 1) <CF745298-7373-38D2-B3B1-727D5A569E48> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/ScalableU serInterface.framework/Versions/A/ScalableUserInterface
        0x7fff88482000 -     0x7fff88544ff5  com.apple.CoreText (352.0 - 367.19) <24848DF1-67EC-3D41-9548-1F14C6DFBBF9> /System/Library/Frameworks/CoreText.framework/Versions/A/CoreText
        0x7fff88545000 -     0x7fff8854dfff  libsystem_dnssd.dylib (522.90.2) <A0B7CF19-D9F2-33D4-8107-A62184C9066E> /usr/lib/system/libsystem_dnssd.dylib
        0x7fff8854e000 -     0x7fff88568fff  libdispatch.dylib (339.90.1) <F3CBFE1B-FCE8-3F33-A53D-9092AB382DBB> /usr/lib/system/libdispatch.dylib
        0x7fff88569000 -     0x7fff88699ff7  com.apple.desktopservices (1.8.2 - 1.8.2) <76D6ED93-9D5A-3941-8B88-A1773290AE74> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/Desk topServicesPriv
        0x7fff8869a000 -     0x7fff886a5fff  libkxld.dylib (2422.90.20) <EF476345-7A69-3AC0-95ED-0196FB8910CB> /usr/lib/system/libkxld.dylib
        0x7fff886a6000 -     0x7fff886a7ff7  libSystem.B.dylib (1197.1.1) <BFC0DC97-46C6-3BE0-9983-54A98734897A> /usr/lib/libSystem.B.dylib
        0x7fff886a8000 -     0x7fff886a9ff7  libDiagnosticMessagesClient.dylib (100) <4CDB0F7B-C0AF-3424-BC39-495696F0DB1E> /usr/lib/libDiagnosticMessagesClient.dylib
        0x7fff8876b000 -     0x7fff887f3ff7  com.apple.CorePDF (4.0 - 4) <92D15ED1-D2E1-3ECB-93FF-42888219A99F> /System/Library/PrivateFrameworks/CorePDF.framework/Versions/A/CorePDF
        0x7fff887f4000 -     0x7fff888dbff7  libxml2.2.dylib (26) <A1DADD11-89E5-3DE4-8802-07186225967F> /usr/lib/libxml2.2.dylib
        0x7fff888dc000 -     0x7fff88953fff  com.apple.CoreServices.OSServices (600.4 - 600.4) <36B2B009-C35E-3F21-824E-E0D00E7808C7> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServi ces.framework/Versions/A/OSServices
        0x7fff8897b000 -     0x7fff88980ff7  com.apple.MediaAccessibility (1.0 - 43) <D309D83D-5FAE-37A4-85ED-FFBDA8B66B82> /System/Library/Frameworks/MediaAccessibility.framework/Versions/A/MediaAccessi bility
        0x7fff8898e000 -     0x7fff8898effd  libOpenScriptingUtil.dylib (157) <19F0E769-0989-3062-9AFB-8976E90E9759> /usr/lib/libOpenScriptingUtil.dylib
        0x7fff8898f000 -     0x7fff889dafff  com.apple.ImageCaptureCore (5.0 - 5.0) <F529EDDC-E2F5-30CA-9938-AF23296B5C5B> /System/Library/Frameworks/ImageCaptureCore.framework/Versions/A/ImageCaptureCo re
        0x7fff889db000 -     0x7fff889dcffb  libScreenReader.dylib (333.10) <B8857530-E7BC-3C40-B10E-23C815801074> /usr/lib/libScreenReader.dylib
        0x7fff88a13000 -     0x7fff88a1cfff  com.apple.speech.synthesis.framework (4.7.1 - 4.7.1) <383FB557-E88E-3239-82B8-15F9F885B702> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ SpeechSynthesis.framework/Versions/A/SpeechSynthesis
        0x7fff88a22000 -     0x7fff88e03ffe  libLAPACK.dylib (1094.5) <7E7A9B8D-1638-3914-BAE0-663B69865986> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libLAPACK.dylib
        0x7fff88e04000 -     0x7fff8913afff  com.apple.MediaToolbox (1.0 - 1273.49) <AB8ED666-6D15-3367-A033-F4A8AD33C4E0> /System/Library/Frameworks/MediaToolbox.framework/Versions/A/MediaToolbox
        0x7fff891a3000 -     0x7fff891c0ff7  com.apple.framework.Apple80211 (9.3.1 - 931.58) <D5B2DD15-3DCC-31F6-9320-3A20A887C5D5> /System/Library/PrivateFrameworks/Apple80211.framework/Versions/A/Apple80211
        0x7fff89247000 -     0x7fff89298fff  com.apple.QuickLookFramework (5.0 - 622.7) <17685CEC-C94B-3F83-ADE1-B24840B35E44> /System/Library/Frameworks/QuickLook.framework/Versions/A/QuickLook
        0x7fff89299000 -     0x7fff892b2ff7  com.apple.Ubiquity (1.3 - 289) <C7F1B734-CE81-334D-BE41-8B20D95A1F9B> /System/Library/PrivateFrameworks/Ubiquity.framework/Versions/A/Ubiquity
        0x7fff892b3000 -     0x7fff89363ff7  libvMisc.dylib (423.32) <049C0735-1808-39B9-943F-76CB8021744F> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvMisc.dylib
        0x7fff89364000 -     0x7fff8960eff5  com.apple.HIToolbox (2.1 - 697.4) <DF5635DD-C255-3A8E-8B49-F6D2FB61FF95> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.fra mework/Versions/A/HIToolbox
        0x7fff8960f000 -     0x7fff89610ff7  libsystem_sandbox.dylib (278.11) <5E5A6E09-33A9-391A-AB34-E57D93BB1551> /usr/lib/system/libsystem_sandbox.dylib
        0x7fff89974000 -     0x7fff89c5efff  com.apple.CoreServices.CarbonCore (1077.17 - 1077.17) <3A2E92FD-DEE2-3D45-9619-11500801A61C> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonC ore.framework/Versions/A/CarbonCore
        0x7fff89c9c000 -     0x7fff89ce9fff  com.apple.AppleVAFramework (5.0.27 - 5.0.27) <D01B7D87-4BDC-3E48-A79B-951D05075F9D> /System/Library/PrivateFrameworks/AppleVA.framework/Versions/A/AppleVA
        0x7fff89dac000 -     0x7fff89dacfff  com.apple.CoreServices (59 - 59) <7A697B5E-F179-30DF-93F2-8B503CEEEFD5> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
        0x7fff89db8000 -     0x7fff89f65f27  libobjc.A.dylib (551.1) <AD7FD984-271E-30F4-A361-6B20319EC73B> /usr/lib/libobjc.A.dylib
        0x7fff89f66000 -     0x7fff8a124fff  com.apple.GeoServices (1.0 - 702.15.12) <5A4D463F-689F-3822-BF26-A19D51503019> /System/Library/PrivateFrameworks/GeoServices.framework/Versions/A/GeoServices
        0x7fff8a1c4000 -     0x7fff8a233ff1  com.apple.ApplicationServices.ATS (360 - 363.3) <546E89D9-2AE7-3111-B2B8-2366650D22F0> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/ATS
        0x7fff8a2d2000 -     0x7fff8a338fff  com.apple.framework.CoreWiFi (2.0 - 200.21.1) <5491896D-78C5-30B6-96E9-D8DDECF3BE73> /System/Library/Frameworks/CoreWiFi.framework/Versions/A/CoreWiFi
        0x7fff8a339000 -     0x7fff8a37effe  com.apple.HIServices (1.22 - 467.2) <B7FCF008-C241-3862-BC63-E6EF4006A6E4> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ HIServices.framework/Versions/A/HIServices
        0x7fff8a37f000 -     0x7fff8a40bff7  com.apple.ink.framework (10.9 - 207) <8A50B893-AD03-3826-8555-A54FEAF08F47> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework /Versions/A/Ink
        0x7fff8a412000 -     0x7fff8a414ff7  com.apple.securityhi (9.0 - 55005) <405E2BC6-2B6F-3B6B-B48E-2FD39214F052> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.fr amework/Versions/A/SecurityHI
        0x7fff8a415000 -     0x7fff8a45cff7  libcups.2.dylib (372.2) <37802F24-BCC2-3721-8E12-82B29B61B2AA> /usr/lib/libcups.2.dylib
        0x7fff8a45d000 -     0x7fff8a48cfff  com.apple.DebugSymbols (106 - 106) <E1BDED08-523A-36F4-B2DA-9D5C712F0AC7> /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbol s
        0x7fff8a4d8000 -     0x7fff8a4e2ff7  com.apple.AppSandbox (3.0 - 1) <9F27DC25-C566-3AEF-92D3-DCFE7836916D> /System/Library/PrivateFrameworks/AppSandbox.framework/Versions/A/AppSandbox
        0x7fff8a4e3000 -     0x7fff8a4fffff  libresolv.9.dylib (54) <11C2C826-F1C6-39C6-B4E8-6E0C41D4FA95> /usr/lib/libresolv.9.dylib
        0x7fff8a500000 -     0x7fff8a51bff7  libPng.dylib (1042) <36FF1DDA-9804-33C5-802E-3FCA9879F0E6> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib
        0x7fff8a56a000 -     0x7fff8a5b8fff  libcorecrypto.dylib (161.1) <F3973C28-14B6-3006-BB2B-00DD7F09ABC7> /usr/lib/system/libcorecrypto.dylib
        0x7fff8a5b9000 -     0x7fff8a5d1ff7  com.apple.GenerationalStorage (2.0 - 160.2) <79629AC7-896F-3302-8AC1-4939020F08C3> /System/Library/PrivateFrameworks/GenerationalStorage.framework/Versions/A/Gene rationalStorage
        0x7fff8a5d2000 -     0x7fff8a5d5ffc  com.apple.IOSurface (91 - 91) <07CA8A59-1E32-3FB6-B506-18DAF58A8CE0> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
        0x7fff8a5d6000 -     0x7fff8a6a1fff  libvDSP.dylib (423.32) <3BF732BE-DDE0-38EB-8C54-E4E3C64F77A7> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvDSP.dylib
        0x7fff8a6d1000 -     0x7fff8a6d1fff  com.apple.Accelerate.vecLib (3.9 - vecLib 3.9) <F8D0CC77-98AC-3B58-9FE6-0C25421827B6> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/vecLib
        0x7fff8a839000 -     0x7fff8a839ff7  libkeymgr.dylib (28) <3AA8D85D-CF00-3BD3-A5A0-E28E1A32A6D8> /usr/lib/system/libkeymgr.dylib
        0x7fff8a83a000 -     0x7fff8a83cfff  com.apple.Mangrove (1.0 - 1) <72F5CBC7-4E78-374E-98EA-C3700136904E> /System/Library/PrivateFrameworks/Mangrove.framework/Versions/A/Mangrove
        0x7fff8a83d000 -     0x7fff8a850ff7  com.apple.AppContainer (3.0 - 1) <BD342039-430E-39FE-BC2D-8F97B557548E> /System/Library/PrivateFrameworks/AppContainer.framework/Versions/A/AppContaine r
        0x7fff8a88f000 -     0x7fff8a980ff9  libiconv.2.dylib (41) <BB44B115-AC32-3877-A0ED-AEC6232A4563> /usr/lib/libiconv.2.dylib
        0x7fff8b323000 -     0x7fff8b347ff7  libJPEG.dylib (1042) <33648F26-A1DA-3C30-B15B-E9FFD41DB25C> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib
        0x7fff8b36c000 -     0x7fff8b36cfff  com.apple.Carbon (154 - 157) <4E260C09-78F4-305B-B408-13321CAF6213> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
        0x7fff8b5cc000 -     0x7fff8b5cdfff  liblangid.dylib (117) <9546E641-F730-3AB0-B3CD-E0E2FDD173D9> /usr/lib/liblangid.dylib
        0x7fff8b5ce000 -     0x7fff8b627fff  libTIFF.dylib (1042) <51D02EEC-0D0C-34C1-91C8-D316473A3FEA> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib
        0x7fff8b628000 -     0x7fff8b629fff  libunc.dylib (28) <62682455-1862-36FE-8A04-7A6B91256438> /usr/lib/system/libunc.dylib
        0x7fff8b62a000 -     0x7fff8b79aff8  com.apple.CFNetwork (673.2.1 - 673.2.1) <AE407146-CCF2-33DD-AAEA-6887FD6F45BA> /System/Library/Frameworks/CFNetwork.framework/Versions/A/CFNetwork
        0x7fff8b79b000 -     0x7fff8b824ff7  libsystem_c.dylib (997.90.3) <6FD3A400-4BB2-3B95-B90C-BE6E9D0D78FA> /usr/lib/system/libsystem_c.dylib
        0x7fff8b825000 -     0x7fff8b834ff8  com.apple.LangAnalysis (1.7.0 - 1.7.0) <8FE131B6-1180-3892-98F5-C9C9B79072D4> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ LangAnalysis.framework/Versions/A/LangAnalysis
        0x7fff8b835000 -     0x7fff8b836ff7  libsystem_blocks.dylib (63) <FB856CD1-2AEA-3907-8E9B-1E54B6827F82> /usr/lib/system/libsystem_blocks.dylib
        0x7fff8b887000 -     0x7fff8b975fff  libJP2.dylib (1042) <01D988D4-E36F-3120-8BA4-EF6282ECB010> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJP2.dylib
        0x7fff8b976000 -     0x7fff8b98cfff  com.apple.geokit (2.2 - 2.2) <20D34071-9831-36CF-B7FC-0013ABF4B210> /System/Library/PrivateFrameworks/GeoKit.framework/Versions/A/GeoKit
        0x7fff8b98d000 -     0x7fff8b997ff7  com.apple.bsd.ServiceManagement (2.0 - 2.0) <2D27B498-BB9C-3D88-B05A-76908A8A26F3> /System/Library/Frameworks/ServiceManagement.framework/Versions/A/ServiceManage ment
        0x7fff8b998000 -     0x7fff8b99afff  com.apple.SecCodeWrapper (3.0 - 1) <DE7CA981-2B8B-34AC-845D-06D5C8F10441> /System/Library/PrivateFrameworks/SecCodeWrapper.framework/Versions/A/SecCodeWr apper
        0x7fff8b9ee000 -     0x7fff8ba13ff7  com.apple.ChunkingLibrary (2.0 - 155.1) <B845DC7A-D1EA-31E2-967C-D1FE0C628036> /System/Library/PrivateFrameworks/ChunkingLibrary.framework/Versions/A/Chunking Library
        0x7fff8ba36000 -     0x7fff8ba38ff3  libsystem_configuration.dylib (596.13) <B51C8C22-C455-36AC-952D-A319B6545884> /usr/lib/system/libsystem_configuration.dylib
        0x7fff8ba55000 -     0x7fff8ba59fff  com.apple.CommonPanels (1.2.6 - 96) <6B434AFD-50F8-37C7-9A56-162C17E375B3> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels. framework/Versions/A/CommonPanels
        0x7fff8bae2000 -     0x7fff8bf30fff  com.apple.VideoToolbox (1.0 - 1273.49) <27177077-9107-3E06-ADAD-92B80E80CDCD> /System/Library/Frameworks/VideoToolbox.framework/Versions/A/VideoToolbox
        0x7fff8bf31000 -     0x7fff8bf31fff  com.apple.quartzframework (1.5 - 1.5) <3B2A72DB-39FC-3C5B-98BE-605F37777F37> /System/Library/Frameworks/Quartz.framework/Versions/A/Quartz
        0x7fff8c19e000 -     0x7fff8c1b5ffa  libAVFAudio.dylib (32.2) <52DA516B-DE79-322C-9E1B-2658019289D7> /System/Library/Frameworks/AVFoundation.framework/Versions/A/Resources/libAVFAu dio.dylib
        0x7fff8c1dd000 -     0x7fff8c26dfff  com.apple.Metadata (10.7.0 - 800.23) <BFEE576F-D779-300B-B685-26A3A008710A> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadat a.framework/Versions/A/Metadata
        0x7fff8c2c6000 -     0x7fff8c2ceff7  com.apple.speech.recognition.framework (4.2.4 - 4.2.4) <98BBB3E4-6239-3EF1-90B2-84EA0D3B8D61> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecogni tion.framework/Versions/A/SpeechRecognition
        0x7fff8c366000 -     0x7fff8c3b8fff  libc++.1.dylib (120) <4F68DFC5-2077-39A8-A449-CAC5FDEE7BDE> /usr/lib/libc++.1.dylib
        0x7fff8c3ec000 -     0x7fff8c3ecffd  com.apple.audio.units.AudioUnit (1.10 - 1.10) <486A97CD-C1F7-324D-87BC-B07F7A415B68> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
        0x7fff8c3ed000 -     0x7fff8c5a5ff3  libicucore.A.dylib (511.31) <167DDD0A-A935-31AF-B5B9-940268EC3A3C> /usr/lib/libicucore.A.dylib
        0x7fff8c5a6000 -     0x7fff8c5e5fff  libGLU.dylib (9.6) <EE4907CA-219C-34BD-A84E-B85695F64C05> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
        0x7fff8c5e6000 -     0x7fff8c6aaff7  com.apple.backup.framework (1.5.2 - 1.5.2) <A3C552F0-670B-388F-93FA-D917F96ACE1B> /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup
        0x7fff8c6ab000 -     0x7fff8c7ecfff  com.apple.QTKit (7.7.3 - 2826.17) <ADA1EF77-57D2-3E7E-8526-8F0B732C1218> /System/Library/Frameworks/QTKit.framework/Versions/A/QTKit
        0x7fff8c7ed000 -     0x7fff8c83bfff  com.apple.opencl (2.3.59 - 2.3.59) <8C2ACCC6-B0BA-3FE7-98A1-5C67284DEA4E> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
        0x7fff8c83c000 -     0x7fff8c854ff7  com.apple.openscripting (1.4 - 157) <B3B037D7-1019-31E6-9D17-08E699AF3701> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting .framework/Versions/A/OpenScripting
        0x7fff8c855000 -     0x7fff8c977ff1  com.apple.avfoundation (2.0 - 651.12) <5261E6EA-7476-32B2-A12A-D42598A9B2EA> /System/Library/Frameworks/AVFoundation.framework/Versions/A/AVFoundation
        0x7fff8c978000 -     0x7fff8c97cff7  libheimdal-asn1.dylib (323.15) <B8BF2B7D-E913-3544-AA6D-CAC119F81C7C> /usr/lib/libheimdal-asn1.dylib
        0x7fff8ca2a000 -     0x7fff8ca88ff7  com.apple.corelocation (1486.17 - 1486.24) <9FBB29F0-E000-3190-A96C-9EAA5CCCA2A0> /System/Library/Frameworks/CoreLocation.framework/Versions/A/CoreLocation
        0x7fff8cafc000 -     0x7fff8cb03fff  libcompiler_rt.dylib (35) <4CD916B2-1B17-362A-B403-EF24A1DAC141> /usr/lib/system/libcompiler_rt.dylib
        0x7fff8cb04000 -     0x7fff8cf37ffb  com.apple.vision.FaceCore (3.0.0 - 3.0.0) <F42BFC9C-0B16-35EF-9A07-91B7FDAB7FC5> /System/Library/PrivateFrameworks/FaceCore.framework/Versions/A/FaceCore
        0x7fff8cf38000 -     0x7fff8cf76fff  com.apple.ShareKit (1.0 - 185) <14FDC8CD-2F7B-3A66-B220-051670FA0289> /System/Library/PrivateFrameworks/ShareKit.framework/Versions/A/ShareKit
        0x7fff8cf7a000 -     0x7fff8cfd9fff  com.apple.framework.CoreWLAN (4.3.2 - 432.47) <AE6FAE44-918C-301C-A0AA-C65CAB6B5668> /System/Library/Frameworks/CoreWLAN.framework/Versions/A/CoreWLAN
        0x7fff8d027000 -     0x7fff8d027fff  com.apple.ApplicationServices (48 - 48) <3E3F01A8-314D-378F-835E-9CC4F8820031> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Application Services
        0x7fff8d0b3000 -     0x7fff8d0b6ff7  libdyld.dylib (239.4) <CF03004F-58E4-3BB6-B3FD-BE4E05F128A0> /usr/lib/system/libdyld.dylib
        0x7fff8d0b7000 -     0x7fff8d0bbfff  libpam.2.dylib (20) <B93CE8F5-DAA8-30A1-B1F6-F890509513CB> /usr/lib/libpam.2.dylib
        0x7fff8d0bc000 -     0x7fff8d0e3ff7  libsystem_network.dylib (241.3) <8B1E1F1D-A5CC-3BAE-8B1E-ABC84337A364> /usr/lib/system/libsystem_network.dylib
        0x7fff8d39c000 -     0x7fff8d3a5ff3  libsystem_notify.dylib (121) <52571EC3-6894-37E4-946E-064B021ED44E> /usr/lib/system/libsystem_notify.dylib
        0x7fff8d3d7000 -     0x7fff8d3e4ff7  libxar.1.dylib (202) <5572AA71-E98D-3FE1-9402-BB4A84E0E71E> /usr/lib/libxar.1.dylib
        0x7fff8d687000 -     0x7fff8d699ff7  com.apple.MultitouchSupport.framework (245.13 - 245.13) <D5E7416D-45AB-3690-86C6-CC4B5FCEA2D2> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/Multit ouchSupport
        0x7fff8d69a000 -     0x7fff8d6abff7  libz.1.dylib (53) <42E0C8C6-CA38-3CA4-8619-D24ED5DD492E> /usr/lib/libz.1.dylib
        0x7fff8d6ac000 -     0x7fff8d6e7fff  com.apple.bom (14.0 - 193.1) <EF24A562-6D3C-379E-8B9B-FAE0E4A0EF7C> /System/Library/PrivateFrameworks/Bom.framework/Versions/A/Bom
        0x7fff8d6e8000 -     0x7fff8d6effff  com.apple.NetFS (6.0 - 4.0) <8E26C099-CE9D-3819-91A2-64EA929C6137> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
        0x7fff8d7da000 -     0x7fff8daaaffc  com.apple.CoreImage (9.2.7) <BF88A02E-994E-3970-AC62-04248CA8DC46> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/CoreImage .framework/Versions/A/CoreImage
        0x7fff8daae000 -     0x7fff8dab3ff7  libunwind.dylib (35.3) <78DCC358-2FC1-302E-B395-0155B47CB547> /usr/lib/system/libunwind.dylib
        0x7fff8dab4000 -     0x7fff8dafbfff  libFontRegistry.dylib (127) <A77A0480-AA5D-3CC8-8B68-69985CD546DC> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libFontRegistry.dylib
        0x7fff8dafc000 -     0x7fff8db3eff7  libauto.dylib (185.5) <F45C36E8-B606-3886-B5B1-B6745E757CA8> /usr/lib/libauto.dylib
        0x7fff8db3f000 -     0x7fff8dda0fff  com.apple.imageKit (2.5 - 774) <AACDE16E-ED9F-3B3F-A792-69BA1942753B> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/ImageKit.fram ework/Versions/A/ImageKit
        0x7fff8dda1000 -     0x7fff8e2c4fff  com.apple.QuartzComposer (5.1 - 319) <8B90921F-911B-3240-A1D5-3C084F3E6A36> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzCompose r.framework/Versions/A/QuartzComposer
        0x7fff8e2c5000 -     0x7fff8e2c8fff  com.apple.help (1.3.3 - 46) <AE763646-D07A-3F9A-ACD4-F5CBD734EE36> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framewor k/Versions/A/Help
        0x7fff8e2d9000 -     0x7fff8e317ff7  libGLImage.dylib (9.6) <DCF2E131-A65E-33B2-B32D-28FF01605AB1> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dyl ib
        0x7fff8e318000 -     0x7fff8e38bfff  com.apple.securityfoundation (6.0 - 55122.1) <1939DE0B-BC38-3E50-8A8C-3471C8AC4CD6> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoun dation
        0x7fff8e399000 -     0x7fff8e3fdfff  com.apple.datadetectorscore (5.0 - 354.3) <B92E87D1-2045-3AB2-AE3F-8F948B30518A> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDe tectorsCore
        0x7fff8e570000 -     0x7fff8e577ff7  libsystem_pthread.dylib (53.1.4) <AB498556-B555-310E-9041-F67EC9E00E2C> /usr/lib/system/libsystem_pthread.dylib
        0x7fff8e632000 -     0x7fff8e67effe  com.apple.CoreMediaIO (407.0 - 4561) <BC8222A6-516C-380C-AB7D-DE78B23574DC> /System/Library/Frameworks/CoreMediaIO.framework/Versions/A/CoreMediaIO
        0x7fff8e67f000 -     0x7fff8e6aefd2  libsystem_m.dylib (3047.16) <B7F0E2E4-2777-33FC-A787-D6430B630D54> /usr/lib/system/libsystem_m.dylib
        0x7fff8e6af000 -     0x7fff8e716ff7  com.apple.CoreUtils (2.0 - 200.34.4) <E53B97FE-E067-33F6-A9C1-D4EC2A20FB9F> /System/Library/PrivateFrameworks/CoreUtils.framework/Versions/A/CoreUtils
        0x7fff8e76b000 -     0x7fff8e781fff  com.apple.CoreMediaAuthoring (2.2 - 947) <B01FBACC-DDD5-30A8-BCCF-57CE24ABA329> /System/Library/PrivateFrameworks/CoreMediaAuthoring.framework/Versions/A/CoreM ediaAuthoring
        0x7fff8e784000 -     0x7fff8e7c5fff  com.apple.PerformanceAnalysis (1.47 - 47) <784ED7B8-FAE4-36CE-8C76-B7D300316C9F> /System/Library/PrivateFrameworks/PerformanceAnalysis.framework/Versions/A/Perf ormanceAnalysis
        0x7fff8e815000 -     0x7fff8ea6eff9  com.apple.security (7.0 - 55471.14) <3F7100A0-FE46-333D-9A4B-396580F1B4FE> /System/Library/Frameworks/Security.framework/Versions/A/Security
        0x7fff8ea79000 -     0x7fff8ea7aff7  com.apple.print.framework.Print (9.0 - 260) <EE00FAE1-DA03-3EC2-8571-562518C46994> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framewo rk/Versions/A/Print
        0x7fff8ea7b000 -     0x7fff8ea86fff  libGL.dylib (9.6) <A2EF4E15-EA08-396D-A1D4-29E1CED6876A> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
        0x7fff8ec24000 -     0x7fff8ec87ff7  com.apple.SystemConfiguration (1.13 - 1.13) <63B985ED-E7E4-3095-8D12-63C9F1DB0F3D> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfi guration
        0x7fff8ed59000 -     0x7fff8ee43fff  libsqlite3.dylib (158) <00269BF9-43BE-39E0-9C85-24585B9923C8> /usr/lib/libsqlite3.dylib
        0x7fff8ee44000 -     0x7fff8ef28fff  com.apple.coreui (2.1 - 231) <432DB40C-6B7E-39C8-9FB5-B95917930056> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
        0x7fff8ef29000 -     0x7fff8ef52fff  com.apple.DictionaryServices (1.2 - 208) <A539A058-BA57-35EE-AA08-D0B0E835127D> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Diction aryServices.framework/Versions/A/DictionaryServices
        0x7fff8ef53000 -     0x7fff8f2caffa  com.apple.JavaScriptCore (9537 - 9537.74.4) <0942FE6B-3152-30FC-B92A-92A1C29C5295> /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore
        0x7fff8f2cb000 -     0x7fff8f354fff  com.apple.ColorSync (4.9.0 - 4.9.0) <B756B908-9AD1-3F5D-83F9-7A0B068387D2> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ColorSync.framework/Versions/A/ColorSync
        0x7fff8f6a0000 -     0x7fff8f8e8ff7  com.apple.CoreData (107 - 481.01) <DA339795-5D97-35B5-9B04-629830013720> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
        0x7fff8f8e9000 -     0x7fff8f8ecfff  com.apple.AppleSystemInfo (3.0 - 3.0) <61FE171D-3D88-313F-A832-280AEC8F4AB7> /System/Library/PrivateFrameworks/AppleSystemInfo.framework/Versions/A/AppleSys temInfo
        0x7fff8f8ed000 -     0x7fff8f9b6fff  com.apple.LaunchServices (572.26 - 572.26) <EF8A4A15-0861-35C5-9744-5E1BC5C26DD9> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchS ervices.framework/Versions/A/LaunchServices
        0x7fff8f9b7000 -     0x7fff8f9efff7  com.apple.RemoteViewServices (2.0 - 94) <3F34D630-3DDB-3411-BC28-A56A9B55EBDA> /System/Library/PrivateFrameworks/RemoteViewServices.framework/Versions/A/Remot eViewServices
        0x7fff8fb57000 -     0x7fff8fb5eff8  liblaunch.dylib (842.90.1) <38D1AB2C-A476-385F-8EA8-7AB604CA1F89> /usr/lib/system/liblaunch.dylib
        0x7fff8fb5f000 -     0x7fff8fe5dfff  com.apple.Foundation (6.9 - 1056.13) <2EE9AB07-3EA0-37D3-B407-4A520F2CB497> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
        0x7fff8fe60000 -     0x7fff8fe90fff  com.apple.IconServices (25 - 25.17) <4751127E-FBD5-3ED5-8510-08D4E4166EFE> /System/Library/PrivateFrameworks/IconServices.framework/Versions/A/IconService s
        0x7fff8fe91000 -     0x7fff8fe97ff7  com.apple.XPCService (2.0 - 1) <2CE632D7-FE57-36CF-91D4-C57D0F2E0BFE> /System/Library/PrivateFrameworks/XPCService.framework/Versions/A/XPCService
        0x7fff8feb3000 -     0x7fff8fedaffb  libsystem_info.dylib (449.1.3) <7D41A156-D285-3849-A2C3-C04ADE797D98> /usr/lib/system/libsystem_info.dylib
        0x7fff8fedb000 -     0x7fff8ff45ff7  com.apple.framework.IOKit (2.0.1 - 907.90.2) <A779DE46-BB7E-36FD-9348-694F9B09718F> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
        0x7fff8ff53000 -     0x7fff8ff53fff  com.apple.Accelerate (1.9 - Accelerate 1.9) <509BB27A-AE62-366D-86D8-0B06D217CF56> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
        0x7fff8ff54000 -     0x7fff8ff70ff7  libsystem_kernel.dylib (2422.90.20) <20E00C54-9222-359F-BD98-CB79ABED769A> /usr/lib/system/libsystem_kernel.dylib
        0x7fff8ff71000 -     0x7fff8ff99ffb  libxslt.1.dylib (13) <C9794936-633C-3F0C-9E71-30190B9B41C1> /usr/lib/libxslt.1.dylib
        0x7fff8ff9a000 -     0x7fff8ffa5ff7  com.apple.NetAuth (5.0 - 5.0) <C811E662-9EC3-3B74-808A-A75D624F326B> /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth
        0x7fff8ffd3000 -     0x7fff8ffd7ff7  libcache.dylib (62) <BDC1E65B-72A1-3DA3-A57C-B23159CAAD0B> /usr/lib/system/libcache.dylib
        0x7fff8ffd8000 -     0x7fff8ffe9ff7  libsystem_asl.dylib (217.1.4) <655FB343-52CF-3E2F-B14D-BEBF5AAEF94D> /usr/lib/system/libsystem_asl.dylib
        0x7fff907bd000 -     0x7fff907e6ff7  libc++abi.dylib (49.1) <21A807D3-6732-3455-B77F-743E9F916DF0> /usr/lib/libc++abi.dylib
        0x7fff907e7000 -     0x7fff91106af3  com.apple.CoreGraphics (1.600.0 - 599.20.11) <06212100-8069-31A1-9C44-F6C4B1695230> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics
        0x7fff91165000 -     0x7fff9117cff7  com.apple.CFOpenDirectory (10.9 - 173.90.1) <38A25261-C622-3F11-BFD3-7AFFC44D57B8> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpen Directory.framework/Versions/A/CFOpenDirectory
        0x7fff911a7000 -     0x7fff911b7fff  libbsm.0.dylib (33) <2CAC00A2-1352-302A-88FA-C567D4D69179> /usr/lib/libbsm.0.dylib
        0x7fff911b8000 -     0x7fff92006fff  com.apple.WebCore (9537 - 9537.74.11) <9683BA7C-A04B-3E33-B195-DCF1C2CABF95> /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore.frame work/Versions/A/WebCore
        0x7fff92007000 -     0x7fff92040ff7  com.apple.QD (3.50 - 298) <C1F20764-DEF0-34CF-B3AB-AB5480D64E66> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ QD.framework/Versions/A/QD
        0x7fff92041000 -     0x7fff92065fff  com.apple.quartzfilters (1.8.0 - 1.7.0) <39C08086-9866-372F-9420-81F5689149DF> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzFilters .framework/Versions/A/QuartzFilters
        0x7fff920fb000 -     0x7fff9210dfff  com.apple.ImageCapture (9.0 - 9.0) <BE0B65DA-3031-359B-8BBA-B9803D4ADBF4> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture. framework/Versions/A/ImageCapture
        0x7fff9210e000 -     0x7fff92110fff  libRadiance.dylib (1042) <B91D4B97-7BF3-3285-BCB7-4948BAAC23EE> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.d ylib
        0x7fff92111000 -     0x7fff92113fff  libCVMSPluginSupport.dylib (9.6) <FFDA2811-060E-3591-A280-4A726AA82436> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCVMSPluginS upport.dylib
        0x7fff92127000 -     0x7fff9222dff7  com.apple.ImageIO.framework (3.3.0 - 1042) <6101F33E-CACC-3070-960A-9A2EA4BC5F44> /System/Library/Frameworks/ImageIO.framework/Versions/A/ImageIO
        0x7fff9222e000 -     0x7fff922c9fff  com.apple.PDFKit (2.9.1 - 2.9.1) <F4DFF4F2-6DA3-3B1B-823E-D9ED271A1522> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/PDFKit.framew ork/Versions/A/PDFKit
        0x7fff92380000 -     0x7fff92388fff  libMatch.1.dylib (19) <021293AB-407D-309A-87F5-8E782F46753E> /usr/lib/libMatch.1.dylib
        0x7fff92389000 -     0x7fff923aeff7  com.apple.CoreVideo (1.8 - 117.2) <4674339E-26D0-35FA-9958-422832B39B12> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
        0x7fff923e5000 -     0x7fff92400ff7  libsystem_malloc.dylib (23.10.1) <A695B4E4-38E9-332E-A772-29D31E3F1385> /usr/lib/system/libsystem_malloc.dylib
        0x7fff9241b000 -     0x7fff92600fff  com.apple.CoreFoundation (6.9 - 855.14) <617B8A7B-FAB2-3271-A09B-C542E351C532> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
        0x7fff92601000 -     0x7fff928d5fc7  com.apple.vImage (7.0 - 7.0) <D241DBFA-AC49-31E2-893D-EAAC31890C90> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.fr amework/Versions/A/vImage
        0x7fff928e9000 -     0x7fff928f1ffc  libGFXShared.dylib (9.6) <E276D384-3616-3511-B5F2-92621D6372D6> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.d ylib
        0x7fff931fe000 -     0x7fff9320bff0  libbz2.1.0.dylib (29) <0B98AC35-B138-349C-8063-2B987A75D24C> /usr/lib/libbz2.1.0.dylib
        0x7fff9320c000 -     0x7fff9323bff5  com.apple.GSS (4.0 - 2.0) <62046C17-5D09-346C-B08E-A664DBC18411> /System/Library/Frameworks/GSS.framework/Versions/A/GSS
        0x7fff9323c000 -     0x7fff93294ff7  com.apple.Symbolication (1.4 - 129) <16D42516-7B5E-357C-898A-FAA9EE7642B3> /System/Library/PrivateFrameworks/Symbolication.framework/Versions/A/Symbolicat ion
        0x7fff9333b000 -     0x7fff93345ff7  com.apple.CrashReporterSupport (10.9 - 538) <B487466B-3AA1-3854-A808-A61F049FA794> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/Cra shReporterSupport
        0x7fff93346000 -     0x7fff933c6fff  com.apple.CoreSymbolication (3.0 - 141) <B018335C-698B-3F87-AF1C-6115C4FA8954> /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSy mbolication
        0x7fff93532000 -     0x7fff940a8fff  com.apple.AppKit (6.9 - 1265.19) <12647F2F-3FE2-3D77-B3F0-33EFAFF2CEA7> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
        0x7fff940a9000 -     0x7fff940b5ff3  com.apple.AppleFSCompression (56 - 1.0) <5652B0D0-EB08-381F-B23A-6DCF96991FB5> /System/Library/PrivateFrameworks/AppleFSCompression.framework/Versions/A/Apple FSCompression
        0x7fff940b6000 -     0x7fff940cfff7  com.apple.Kerberos (3.0 - 1) <F108AFEB-198A-3BAF-BCA5-9DFCE55EFF92> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
        0x7fff9436f000 -     0x7fff94370ffb  libremovefile.dylib (33) <3543F917-928E-3DB2-A2F4-7AB73B4970EF> /usr/lib/system/libremovefile.dylib
        0x7fff94371000 -     0x7fff943bafff  com.apple.CoreMedia (1.0 - 1273.49) <D91EC90A-BFF1-300D-A353-68001705811C> /System/Library/Frameworks/CoreMedia.framework/Versions/A/CoreMedia
        0x7fff943bb000 -     0x7fff943c5ff7  com.apple.ProtocolBuffer (1 - 182.1.3) <82E68598-A8AA-3AF1-843E-2A64F19472D4> /System/Library/PrivateFrameworks/ProtocolBuffer.framework/Versions/A/ProtocolB uffer
        0x7fff943c6000 -     0x7fff943d4fff  com.apple.opengl (9.6.0 - 9.6.0) <709F4A02-73A0-303C-86B5-85C596C8B707> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
        0x7fff943d5000 -     0x7fff943defff  com.apple.DisplayServicesFW (2.8 - 360.8.14) <816A9CED-1BC0-3C76-8103-1B9BE0F723BB> /System/Library/PrivateFrameworks/DisplayServices.framework/Versions/A/DisplayS ervices
        0x7fff943df000 -     0x7fff9457bff3  com.apple.QuartzCore (1.8 - 332.3) <80F1068F-4A34-34FB-9E05-A2DC0700D2F2> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
        0x7fff94584000 -     0x7fff945d5ff3  com.apple.audio.CoreAudio (4.2.0 - 4.2.0) <BF4C2FE3-8BC8-30D1-8347-2A7221268794> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
        0x7fff945d6000 -     0x7fff94643fff  com.apple.SearchKit (1.4.0 - 1.4.0) <B9B8D510-A27E-36B0-93E9-17146D9E9045> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchK it.framework/Versions/A/SearchKit
        0x7fff94716000 -     0x7fff94719fff  com.apple.TCC (1.0 - 1) <32A075D9-47FD-3E71-95BC-BFB0D583F41C> /System/Library/PrivateFrameworks/TCC.framework/Versions/A/TCC
        0x7fff9471a000 -     0x7fff94723ffb  com.apple.CommonAuth (4.0 - 2.0) <70FDDA03-7B44-37EC-B78E-3EC3C8505C76> /System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAuth
        0x7fff94729000 -     0x7fff94897ff7  libBLAS.dylib (1094.5) <DE93A590-5FA5-32A2-A16C-5D7D7361769F> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libBLAS.dylib
        0x7fff94898000 -     0x7fff948a2fff  libcommonCrypto.dylib (60049) <8C4F0CA0-389C-3EDC-B155-E62DD2187E1D> /usr/lib/system/libcommonCrypto.dylib
        0x7fff94aee000 -     0x7fff94b53ff5  com.apple.Heimdal (4.0 - 2.0) <523EC6C4-BD9B-3840-9376-E617BA627F59> /System/Library/PrivateFrameworks/Heimdal.framework/Versions/A/Heimdal
        0x7fff94b54000 -     0x7fff94b59fff  com.apple.DiskArbitration (2.6 - 2.6) <A4165553-770E-3D27-B217-01FC1F852B87> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
        0x7fff94baa000 -     0x7fff94ce0ff6  com.apple.WebKit (9537 - 9537.74.9) <CA0C0387-8A66-34D4-8B1C-F5CDDBDA76BB> /System/Library/Frameworks/WebKit.framework/Versions/A/WebKit
        0x7fff94d00000 -     0x7fff94d04ff7  libGIF.dylib (1042) <C57840F6-1C11-3273-B4FC-956950B94034> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib
        0x7fff94d2b000 -     0x7fff94e7eff7  com.apple.audio.toolbox.AudioToolbox (1.10 - 1.10) <3511ABFE-22E1-3B91-B86A-5E3A78CE33FD> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
        0x7fff94e7f000 -     0x7fff94e7ffff  com.apple.Cocoa (6.8 - 20) <E90E99D7-A425-3301-A025-D9E0CD11918E> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
        0x7fff94e96000 -     0x7fff94f67fff  com.apple.QuickLookUIFramework (5.0 - 622.7) <13841701-34C2-353D-868D-3E08D020C90F> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuickLookUI.f ramework/Versions/A/QuickLookUI
        0x7fff94f68000 -     0x7fff94fd3ff7  com.apple.AVKit (1.0 - 117.3) <94F8BEFE-1CC2-39A3-B5E7-D44A7C7E9C82> /System/Library/Frameworks/AVKit.framework/Versions/A/AVKit
        0x7fff94fd6000 -     0x7fff94fe3fff  com.apple.Sharing (132.2 - 132.2) <F983394A-226D-3244-B511-FA51FDB6ADDA> /System/Library/PrivateFrameworks/Sharing.framework/Versions/A/Sharing
        0x7fff950ad000 -     0x7fff950d1fff  libxpc.dylib (300.90.2) <AB40CD57-F454-3FD4-B415-63B3C0D5C624> /usr/lib/system/libxpc.dylib
        0x7fff950d2000 -     0x7fff950d5fff  libCoreVMClient.dylib (58.1) <EBC36C69-C896-3C3D-8589-3E9023E7E56F> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClien t.dylib
        0x7fff950f7000 -     0x7fff950f9ff7  libquarantine.dylib (71) <7A1A2BCB-C03D-3A25-BFA4-3E569B2D2C38> /usr/lib/system/libquarantine.dylib
        0x7fff954c8000 -     0x7fff954f7ff7  com.apple.CoreAVCHD (5.7.0 - 5700.4.3) <404369C0-ED9F-3010-8D2F-BC55285F7808> /System/Library/PrivateFrameworks/CoreAVCHD.framework/Versions/A/CoreAVCHD
        0x7fff954ff000 -     0x7fff9562efef  com.apple.MediaControlSender (2.0 - 200.34.4) <FC24EC8D-2E46-3F76-AF63-749F30857B96> /System/Library/PrivateFrameworks/MediaControlSender.framework/Versions/A/Media ControlSender
        0x7fff95652000 -     0x7fff95659ff3  libcopyfile.dylib (103) <5A881779-D0D6-3029-B371-E3021C2DDA5E> /usr/lib/system/libcopyfile.dylib
        0x7fff9565a000 -     0x7fff95bcafff  com.apple.CoreAUC (6.22.08 - 6.22.08) <F306D552-2220-3160-88EA-C916193C5EFD> /System/Library/PrivateFrameworks/CoreAUC.framework/Versions/A/CoreAUC
    External Modification Summary:
      Calls made by other processes targeting this process:
        task_for_pid: 0
        thread_create: 0
        thread_set_state: 0
      Calls made by this process:
        task_for_pid: 0
        thread_create: 0
        thread_set_state: 0
      Calls made by all processes on this machine:
        task_for_pid: 146953
        thread_create: 15660
        thread_set_state: 20557
    VM Region Summary:
    ReadOnly portion of Libraries: Total=206.7M resident=85.8M(42%) swapped_out_or_unallocated=120.9M(58%)
    Writable regions: Total=32.5M written=364K(1%) resident=504K(2%) swapped_out=0K(0%) unallocated=32.0M(98%)
    REGION TYPE                      VIRTUAL
    ===========                      =======
    Kernel Alloc Once                     4K
    MALLOC                             24.2M
    MALLOC (admin)                       16K
    STACK GUARD                        56.0M
    Stack                              8192K
    VM_ALLOCATE                           8K
    __DATA                             26.8M
    __IMAGE                             528K
    __LINKEDIT                         65.7M
    __TEXT                            141.0M
    __UNICODE                           544K
    shared memory                         4K
    ===========                      =======
    TOTAL                             322.9M
    Model: MacBookPro9,2, BootROM MBP91.00D3.B08, 2 processors, Intel Core i5, 2.5 GHz, 16 GB, SMC 2.2f44
    Graphics: Intel HD Graphics 4000, Intel HD Graphics 4000, Built-In, 1024 MB
    Memory Module: BANK 0/DIMM0, 8 GB, DDR3, 1333 MHz, 0x029E, 0x434D534F384758334D314131333333433920
    Memory Module: BANK 1/DIMM0, 8 GB, DDR3, 1333 MHz, 0x029E, 0x434D534F384758334D314131333333433920
    AirPort: spairport_wireless_card_type_airport_extreme (0x14E4, 0xF5), Broadcom BCM43xx 1.0 (5.106.98.100.22)
    Bluetooth: Version 4.2.3f10 13477, 3 services, 23 devices, 1 incoming serial ports
    Network Service: Wi-Fi, AirPort, en1
    Serial ATA Device: Crucial_CT120M500SSD1, 120.03 GB
    Serial ATA Device: MATSHITADVD-R   UJ-8A8
    USB Device: 2.4G Wireless Mouse
    USB Device: Hub
    USB Device: FaceTime HD Camera (Built-in)
    USB Device: Hub
    USB Device: Hub
    USB Device: IR Receiver
    USB Device: Apple Internal Keyboard / Trackpad
    USB Device: BRCM20702 Hub
    USB Device: Bluetooth USB Host Controller
    Thunderbolt Bus: MacBook Pro, Apple Inc., 25.1

    You can eject the tray by holding the mouse button down while it boots. Try a USB mouse & keyboard if you have one, but a bluetooth one should work.
    If the mac is booting correctly you should get a dialog asking you to pair the mouse & keyboard if the OS cannot detect one that is paired. I think some startup key combinations work via bluetooth.
    A known working USB keyboard is really the answer if you need to trouble shoot startup issues I'm afraid.

  • Dynamic TABLE parameter in Sub routine call

    Hi,
    Is it possible to have a dynamic TABLE parameter in a sub-routine call? The structure of the internal table will be different during different calls to the sub-routine.
    I have a subroutine which has the FM "HR_INFOTYPE_OPERATION" to update the infotype data for an Applicant. Now i want to call this subroutine for every Infotype update. So every time the structure of the internal table to be passed will vary depending on Infotype ( eg P0002 for Infotype 0002, p0006 for infotype 0006).
    Any pointers will be appreciated.
    Thanks in advance.

    Hi Navin,
    yes, why not.
    just use a generic type parameter, i.e.
    FORM process USING IT_00x type table IV_type typc.
    It depend what yout FORM shall do. If you pass the types name, you can dynamically assign to a field-symbol of the respective type.
    Regards,
    Clemens

  • IPhoto is crashing 30 seconds after opening

    Every time I open the program crashes.  I've deleted and reinstalled twice with the same issue.  I've also booted while pressing option and tried to create a new library, but it crashes 30 seconds in without fail.  Please help! I have a lot of photos on there I don't want to lose... The library seems to be intact but the program isn't working.  Thanks!  The full details are as follows:
    Process:         iPhoto [35082]
    Path:            /Applications/iPhoto.app/Contents/MacOS/iPhoto
    Identifier:      com.apple.iPhoto
    Version:         9.4.3 (9.4.3)
    Build Info:      iPhotoProject-720091000000000~1
    App Item ID:     408981381
    App External ID: 15017489
    Code Type:       X86 (Native)
    Parent Process:  launchd [129]
    User ID:         501
    Date/Time:       2013-09-02 13:44:56.968 -0300
    OS Version:      Mac OS X 10.8.4 (12E55)
    Report Version:  10
    Interval Since Last Report:          271223 sec
    Crashes Since Last Report:           1
    Per-App Interval Since Last Report:  44 sec
    Per-App Crashes Since Last Report:   1
    Anonymous UUID:                      AED46E21-55A4-D0B0-4060-9658A9C76CD6
    Crashed Thread:  0  Dispatch queue: com.apple.main-thread
    Exception Type:  EXC_BREAKPOINT (SIGTRAP)
    Exception Codes: 0x0000000000000002, 0x0000000000000000
    Application Specific Information:
    *** Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '*** -[__NSArrayM insertObject:atIndex:]: object cannot be nil'
    Application Specific Backtrace 1:
    0   CoreFoundation                      0x94d85e8b __raiseError + 219
    1   libobjc.A.dylib                     0x90ede52e objc_exception_throw + 230
    2   CoreFoundation                      0x94c9107b -[__NSArrayM insertObject:atIndex:] + 299
    3   CoreFoundation                      0x94c90f40 -[__NSArrayM addObject:] + 64
    4   iPhoto                              0x00073858 iPhoto + 256088
    5   iPhoto                              0x0035ad0c iPhoto + 3300620
    6   iPhoto                              0x0026a65c iPhoto + 2315868
    7   libdispatch.dylib                   0x9502ecb1 _dispatch_barrier_sync_f_slow_invoke + 80
    8   libdispatch.dylib                   0x95028c82 _dispatch_client_callout + 46
    9   libdispatch.dylib                   0x9502e2e3 _dispatch_main_queue_callback_4CF + 223
    10  CoreFoundation                      0x94c81c29 __CFRunLoopRun + 1961
    11  CoreFoundation                      0x94c8101a CFRunLoopRunSpecific + 378
    12  CoreFoundation                      0x94c80e8b CFRunLoopRunInMode + 123
    13  HIToolbox                           0x93832f5a RunCurrentEventLoopInMode + 242
    14  HIToolbox                           0x93832cc9 ReceiveNextEventCommon + 374
    15  HIToolbox                           0x93832b44 BlockUntilNextEventMatchingListInMode + 88
    16  AppKit                              0x93d2293a _DPSNextEvent + 724
    17  AppKit                              0x93d2216c -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 119
    18  AppKit                              0x93d185cc -[NSApplication run] + 855
    19  AppKit                              0x93cbb5f6 NSApplicationMain + 1053
    20  iPhoto                              0x000450b9 iPhoto + 65721
    21  iPhoto                              0x00044705 iPhoto + 63237
    Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
    0   com.apple.CoreFoundation                0x94d866a7 ___TERMINATING_DUE_TO_UNCAUGHT_EXCEPTION___ + 7
    1   libobjc.A.dylib                         0x90ede52e objc_exception_throw + 230
    2   com.apple.CoreFoundation                0x94c9107b -[__NSArrayM insertObject:atIndex:] + 299
    3   com.apple.CoreFoundation                0x94c90f40 -[__NSArrayM addObject:] + 64
    4   com.apple.iPhoto                        0x00073858 0x35000 + 256088
    5   com.apple.iPhoto                        0x0035ad0c 0x35000 + 3300620
    6   com.apple.iPhoto                        0x0026a65c 0x35000 + 2315868
    7   libdispatch.dylib                       0x9502ecb1 _dispatch_barrier_sync_f_slow_invoke + 80
    8   libdispatch.dylib                       0x95028c82 _dispatch_client_callout + 46
    9   libdispatch.dylib                       0x9502e2e3 _dispatch_main_queue_callback_4CF + 223
    10  com.apple.CoreFoundation                0x94c81c29 __CFRunLoopRun + 1961
    11  com.apple.CoreFoundation                0x94c8101a CFRunLoopRunSpecific + 378
    12  com.apple.CoreFoundation                0x94c80e8b CFRunLoopRunInMode + 123
    13  com.apple.HIToolbox                     0x93832f5a RunCurrentEventLoopInMode + 242
    14  com.apple.HIToolbox                     0x93832cc9 ReceiveNextEventCommon + 374
    15  com.apple.HIToolbox                     0x93832b44 BlockUntilNextEventMatchingListInMode + 88
    16  com.apple.AppKit                        0x93d2293a _DPSNextEvent + 724
    17  com.apple.AppKit                        0x93d2216c -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 119
    18  com.apple.AppKit                        0x93d185cc -[NSApplication run] + 855
    19  com.apple.AppKit                        0x93cbb5f6 NSApplicationMain + 1053
    20  com.apple.iPhoto                        0x000450b9 0x35000 + 65721
    21  com.apple.iPhoto                        0x00044705 0x35000 + 63237
    Thread 1:: Dispatch queue: com.apple.libdispatch-manager
    0   libsystem_kernel.dylib                  0x956bf9ae kevent + 10
    1   libdispatch.dylib                       0x9502bc71 _dispatch_mgr_invoke + 993
    2   libdispatch.dylib                       0x9502b7a9 _dispatch_mgr_thread + 53
    Thread 2:
    0   libsystem_kernel.dylib                  0x956bf0ee __workq_kernreturn + 10
    1   libsystem_c.dylib                       0x992140ac _pthread_workq_return + 45
    2   libsystem_c.dylib                       0x99213e79 _pthread_wqthread + 448
    3   libsystem_c.dylib                       0x991fbd2a start_wqthread + 30
    Thread 3:: Dispatch queue: com.apple.root.default-priority
    0   libsystem_kernel.dylib                  0x956be8e2 __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x99216280 _pthread_cond_wait + 833
    2   libsystem_c.dylib                       0x9929c095 pthread_cond_wait$UNIX2003 + 71
    3   com.apple.Foundation                    0x9098f0c0 -[__NSOperationInternal waitUntilFinished] + 134
    4   com.apple.Foundation                    0x9098f024 -[NSOperation waitUntilFinished] + 67
    5   com.apple.iPhoto                        0x0026a2a7 0x35000 + 2314919
    6   com.apple.iPhoto                        0x00a2644b 0x35000 + 10425419
    7   com.apple.Foundation                    0x90a19f27 -[NSBlockOperation main] + 188
    8   com.apple.Foundation                    0x909ed259 -[__NSOperationInternal start] + 740
    9   com.apple.Foundation                    0x909ecf64 -[NSOperation start] + 67
    10  com.apple.Foundation                    0x909f5039 __block_global_6 + 135
    11  libdispatch.dylib                       0x9502cf8f _dispatch_call_block_and_release + 15
    12  libdispatch.dylib                       0x95028c82 _dispatch_client_callout + 46
    13  libdispatch.dylib                       0x95029f02 _dispatch_worker_thread2 + 285
    14  libsystem_c.dylib                       0x99213e72 _pthread_wqthread + 441
    15  libsystem_c.dylib                       0x991fbd2a start_wqthread + 30
    Thread 4:
    0   libsystem_kernel.dylib                  0x956be8e2 __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x992162e9 _pthread_cond_wait + 938
    2   libsystem_c.dylib                       0x99216572 pthread_cond_timedwait_relative_np + 47
    3   com.apple.Foundation                    0x90a22636 -[NSCondition waitUntilDate:] + 404
    4   com.apple.Foundation                    0x90a2245d -[NSConditionLock lockWhenCondition:beforeDate:] + 282
    5   com.apple.Foundation                    0x90a27990 -[NSConditionLock lockWhenCondition:] + 69
    6   com.apple.proxtcore                     0x01feda42 -[XTMsgQueue waitForMessage] + 47
    7   com.apple.proxtcore                     0x01fecb19 -[XTThread run:] + 412
    8   com.apple.Foundation                    0x909f4448 -[NSThread main] + 45
    9   com.apple.Foundation                    0x909f43cb __NSThread__main__ + 1396
    10  libsystem_c.dylib                       0x992115b7 _pthread_start + 344
    11  libsystem_c.dylib                       0x991fbd4e thread_start + 34
    Thread 5:: Dispatch queue: com.apple.Mercury.KDatabaseMgr
    0   libsystem_kernel.dylib                  0x956bc8c2 syscall_thread_switch + 10
    1   libobjc.A.dylib                         0x90ed71d4 _objc_rootRetain_slow + 106
    2   libobjc.A.dylib                         0x90eeb821 -[NSObject retain] + 113
    3   com.apple.CoreFoundation                0x94c4c03e CFRetain + 158
    4   com.apple.CoreFoundation                0x94c912ff -[__NSArrayM insertObject:atIndex:] + 943
    5   com.apple.CoreFoundation                0x94c90f40 -[__NSArrayM addObject:] + 64
    6   com.apple.iLifeSQLAccess                0x020da48a -[HgRidList setRid:] + 169
    7   com.apple.iLifeSQLAccess                0x0211187a __53-[HgEntity insertIntoRidList:idsForColumn:fromQuery:]_block_invoke_0 + 254
    8   libdispatch.dylib                       0x95028c82 _dispatch_client_callout + 46
    9   libdispatch.dylib                       0x9502f802 _dispatch_function_recurse_invoke + 44
    10  libdispatch.dylib                       0x95028c82 _dispatch_client_callout + 46
    11  libdispatch.dylib                       0x9502a456 _dispatch_barrier_sync_f_invoke + 39
    12  libdispatch.dylib                       0x9502a42d dispatch_barrier_sync_f + 87
    13  libdispatch.dylib                       0x9502dd13 _dispatch_barrier_sync_f_slow + 220
    14  libdispatch.dylib                       0x9502a3fb dispatch_barrier_sync_f + 37
    15  libdispatch.dylib                       0x9502cc3e dispatch_sync + 45
    16  com.apple.iLifeSQLAccess                0x0210851d -[HgEntity _dispatch_sync_if_needed_suspend:withBlock:] + 286
    17  com.apple.iLifeSQLAccess                0x021083fa -[HgEntity dispatch_sync_if_needed:] + 48
    18  com.apple.iLifeSQLAccess                0x02111716 -[HgEntity insertIntoRidList:idsForColumn:fromQuery:] + 467
    19  com.apple.iLifeSQLAccess                0x0210d66b -[HgEntity selectDistinctList:fromQuery:] + 306
    20  com.apple.iLifeSQLAccess                0x0210b9e2 -[HgEntity modelIdListFromQuery:] + 76
    21  com.apple.iLifeSQLAccess                0x020f593c -[HgEntity modelIdListWhere:args:] + 81
    22  com.apple.iLifeSQLAccess                0x020f9c8c -[HgIterator requery] + 130
    23  com.apple.iLifeSQLAccess                0x0215c5da -[HgIterator initWithQuery:returning:] + 586
    24  com.apple.iLifeSQLAccess                0x0215c62a -[HgIterator initWithQuery:] + 48
    25  com.apple.iLifeSQLAccess                0x0210adf0 -[HgEntity iteratorFromQuery:] + 88
    26  com.apple.iLifeSQLAccess                0x0210f0bf -[HgEntity selectDictionaryOfObjects:forKey:fromQuery:] + 70
    27  com.apple.RedRock                       0x027210fb -[RKXMLExportMgr _getRKVersionData] + 965
    28  com.apple.RedRock                       0x0272d464 -[RKXMLExportMgr _exportXML] + 1060
    29  com.apple.RedRock                       0x0272dad5 -[RKXMLExportMgr _startXMLExport] + 63
    30  com.apple.RedRock                       0x027202e0 __37+[RKXMLExportMgr exportXMLWithForce:]_block_invoke_0 + 67
    31  libdispatch.dylib                       0x9502cf8f _dispatch_call_block_and_release + 15
    32  libdispatch.dylib                       0x95028c82 _dispatch_client_callout + 46
    33  libdispatch.dylib                       0x9502a160 _dispatch_queue_drain + 206
    34  libdispatch.dylib                       0x95029ffa _dispatch_queue_invoke + 50
    35  libdispatch.dylib                       0x95029ecb _dispatch_worker_thread2 + 230
    36  libsystem_c.dylib                       0x99213e72 _pthread_wqthread + 441
    37  libsystem_c.dylib                       0x991fbd2a start_wqthread + 30
    Thread 6:
    0   libsystem_kernel.dylib                  0x956be8e2 __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x992162e9 _pthread_cond_wait + 938
    2   libsystem_c.dylib                       0x99216572 pthread_cond_timedwait_relative_np + 47
    3   com.apple.Foundation                    0x90a22636 -[NSCondition waitUntilDate:] + 404
    4   com.apple.Foundation                    0x90a2245d -[NSConditionLock lockWhenCondition:beforeDate:] + 282
    5   com.apple.Foundation                    0x90a27990 -[NSConditionLock lockWhenCondition:] + 69
    6   com.apple.proxtcore                     0x01feda42 -[XTMsgQueue waitForMessage] + 47
    7   com.apple.proxtcore                     0x01fecb19 -[XTThread run:] + 412
    8   com.apple.Foundation                    0x909f4448 -[NSThread main] + 45
    9   com.apple.Foundation                    0x909f43cb __NSThread__main__ + 1396
    10  libsystem_c.dylib                       0x992115b7 _pthread_start + 344
    11  libsystem_c.dylib                       0x991fbd4e thread_start + 34
    Thread 7:: Dispatch queue: com.apple.root.default-priority
    0   libsystem_kernel.dylib                  0x956bc80e semaphore_wait_trap + 10
    1   libdispatch.dylib                       0x9502de70 _dispatch_thread_semaphore_wait + 25
    2   libdispatch.dylib                       0x9502dccc _dispatch_barrier_sync_f_slow + 149
    3   libdispatch.dylib                       0x9502a3fb dispatch_barrier_sync_f + 37
    4   libdispatch.dylib                       0x9502ec5a _dispatch_sync_slow + 70
    5   com.apple.iPhoto                        0x0026a5fc 0x35000 + 2315772
    6   com.apple.Foundation                    0x90a19f27 -[NSBlockOperation main] + 188
    7   com.apple.Foundation                    0x909ed259 -[__NSOperationInternal start] + 740
    8   com.apple.Foundation                    0x909ecf64 -[NSOperation start] + 67
    9   com.apple.Foundation                    0x909f5039 __block_global_6 + 135
    10  libdispatch.dylib                       0x9502cf8f _dispatch_call_block_and_release + 15
    11  libdispatch.dylib                       0x95028c82 _dispatch_client_callout + 46
    12  libdispatch.dylib                       0x95029f02 _dispatch_worker_thread2 + 285
    13  libsystem_c.dylib                       0x99213e72 _pthread_wqthread + 441
    14  libsystem_c.dylib                       0x991fbd2a start_wqthread + 30
    Thread 8:
    0   libsystem_kernel.dylib                  0x956be8e2 __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x992162e9 _pthread_cond_wait + 938
    2   libsystem_c.dylib                       0x99216572 pthread_cond_timedwait_relative_np + 47
    3   com.apple.Foundation                    0x90a22636 -[NSCondition waitUntilDate:] + 404
    4   com.apple.Foundation                    0x90a2245d -[NSConditionLock lockWhenCondition:beforeDate:] + 282
    5   com.apple.Foundation                    0x90a27990 -[NSConditionLock lockWhenCondition:] + 69
    6   com.apple.proxtcore                     0x01feda42 -[XTMsgQueue waitForMessage] + 47
    7   com.apple.proxtcore                     0x01fecb19 -[XTThread run:] + 412
    8   com.apple.Foundation                    0x909f4448 -[NSThread main] + 45
    9   com.apple.Foundation                    0x909f43cb __NSThread__main__ + 1396
    10  libsystem_c.dylib                       0x992115b7 _pthread_start + 344
    11  libsystem_c.dylib                       0x991fbd4e thread_start + 34
    Thread 9:
    0   libsystem_kernel.dylib                  0x956be8e2 __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x992162e9 _pthread_cond_wait + 938
    2   libsystem_c.dylib                       0x99216572 pthread_cond_timedwait_relative_np + 47
    3   com.apple.Foundation                    0x90a22636 -[NSCondition waitUntilDate:] + 404
    4   com.apple.Foundation                    0x90a2245d -[NSConditionLock lockWhenCondition:beforeDate:] + 282
    5   com.apple.Foundation                    0x90a27990 -[NSConditionLock lockWhenCondition:] + 69
    6   com.apple.proxtcore                     0x01feda42 -[XTMsgQueue waitForMessage] + 47
    7   com.apple.proxtcore                     0x01fecb19 -[XTThread run:] + 412
    8   com.apple.Foundation                    0x909f4448 -[NSThread main] + 45
    9   com.apple.Foundation                    0x909f43cb __NSThread__main__ + 1396
    10  libsystem_c.dylib                       0x992115b7 _pthread_start + 344
    11  libsystem_c.dylib                       0x991fbd4e thread_start + 34
    Thread 10:
    0   libsystem_kernel.dylib                  0x956be8e2 __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x992162e9 _pthread_cond_wait + 938
    2   libsystem_c.dylib                       0x99216572 pthread_cond_timedwait_relative_np + 47
    3   com.apple.Foundation                    0x90a22636 -[NSCondition waitUntilDate:] + 404
    4   com.apple.Foundation                    0x90a2245d -[NSConditionLock lockWhenCondition:beforeDate:] + 282
    5   com.apple.Foundation                    0x90a27990 -[NSConditionLock lockWhenCondition:] + 69
    6   com.apple.proxtcore                     0x01feda42 -[XTMsgQueue waitForMessage] + 47
    7   com.apple.proxtcore                     0x01fecb19 -[XTThread run:] + 412
    8   com.apple.Foundation                    0x909f4448 -[NSThread main] + 45
    9   com.apple.Foundation                    0x909f43cb __NSThread__main__ + 1396
    10  libsystem_c.dylib                       0x992115b7 _pthread_start + 344
    11  libsystem_c.dylib                       0x991fbd4e thread_start + 34
    Thread 11:
    0   libsystem_kernel.dylib                  0x956be8e2 __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x992162e9 _pthread_cond_wait + 938
    2   libsystem_c.dylib                       0x99216572 pthread_cond_timedwait_relative_np + 47
    3   com.apple.Foundation                    0x90a22636 -[NSCondition waitUntilDate:] + 404
    4   com.apple.Foundation                    0x90a2245d -[NSConditionLock lockWhenCondition:beforeDate:] + 282
    5   com.apple.Foundation                    0x90a27990 -[NSConditionLock lockWhenCondition:] + 69
    6   com.apple.proxtcore                     0x01feda42 -[XTMsgQueue waitForMessage] + 47
    7   com.apple.proxtcore                     0x01fecb19 -[XTThread run:] + 412
    8   com.apple.Foundation                    0x909f4448 -[NSThread main] + 45
    9   com.apple.Foundation                    0x909f43cb __NSThread__main__ + 1396
    10  libsystem_c.dylib                       0x992115b7 _pthread_start + 344
    11  libsystem_c.dylib                       0x991fbd4e thread_start + 34
    Thread 12:
    0   libsystem_kernel.dylib                  0x956be8e2 __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x992162e9 _pthread_cond_wait + 938
    2   libsystem_c.dylib                       0x99216572 pthread_cond_timedwait_relative_np + 47
    3   com.apple.Foundation                    0x90a22636 -[NSCondition waitUntilDate:] + 404
    4   com.apple.Foundation                    0x90a2245d -[NSConditionLock lockWhenCondition:beforeDate:] + 282
    5   com.apple.Foundation                    0x90a27990 -[NSConditionLock lockWhenCondition:] + 69
    6   com.apple.proxtcore                     0x01feda42 -[XTMsgQueue waitForMessage] + 47
    7   com.apple.proxtcore                     0x01fecb19 -[XTThread run:] + 412
    8   com.apple.Foundation                    0x909f4448 -[NSThread main] + 45
    9   com.apple.Foundation                    0x909f43cb __NSThread__main__ + 1396
    10  libsystem_c.dylib                       0x992115b7 _pthread_start + 344
    11  libsystem_c.dylib                       0x991fbd4e thread_start + 34
    Thread 13:
    0   libsystem_kernel.dylib                  0x956bf0ee __workq_kernreturn + 10
    1   libsystem_c.dylib                       0x992140ac _pthread_workq_return + 45
    2   libsystem_c.dylib                       0x99213e79 _pthread_wqthread + 448
    3   libsystem_c.dylib                       0x991fbd2a start_wqthread + 30
    Thread 14:
    0   libsystem_kernel.dylib                  0x956bf0ee __workq_kernreturn + 10
    1   libsystem_c.dylib                       0x992140ac _pthread_workq_return + 45
    2   libsystem_c.dylib                       0x99213e79 _pthread_wqthread + 448
    3   libsystem_c.dylib                       0x991fbd2a start_wqthread + 30
    Thread 15:
    0   libsystem_kernel.dylib                  0x956be8e2 __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x992162e9 _pthread_cond_wait + 938
    2   libsystem_c.dylib                       0x99216572 pthread_cond_timedwait_relative_np + 47
    3   com.apple.Foundation                    0x90a22636 -[NSCondition waitUntilDate:] + 404
    4   com.apple.Foundation                    0x90a2245d -[NSConditionLock lockWhenCondition:beforeDate:] + 282
    5   com.apple.Foundation                    0x90a27990 -[NSConditionLock lockWhenCondition:] + 69
    6   com.apple.RedRock                       0x0264c2bf -[RKAsyncImageRenderer _backgroundRenderThread:] + 173
    7   libobjc.A.dylib                         0x90eeb586 -[NSObject performSelector:] + 62
    8   com.apple.proxtcore                     0x01ff6ab2 -[XTThreadSendOnlyDetached _detachedMessageHandler:] + 167
    9   libobjc.A.dylib                         0x90eeb5d3 -[NSObject performSelector:withObject:] + 70
    10  com.apple.proxtcore                     0x01feee59 -[XTSubscription postMessage:] + 191
    11  com.apple.proxtcore                     0x01fee71f -[XTDistributor distributeMessage:] + 681
    12  com.apple.proxtcore                     0x01fedf42 -[XTThread handleMessage:] + 515
    13  com.apple.proxtcore                     0x01fecb2f -[XTThread run:] + 434
    14  com.apple.Foundation                    0x909f4448 -[NSThread main] + 45
    15  com.apple.Foundation                    0x909f43cb __NSThread__main__ + 1396
    16  libsystem_c.dylib                       0x992115b7 _pthread_start + 344
    17  libsystem_c.dylib                       0x991fbd4e thread_start + 34
    Thread 16:
    0   libsystem_kernel.dylib                  0x956bf0ee __workq_kernreturn + 10
    1   libsystem_c.dylib                       0x992140ac _pthread_workq_return + 45
    2   libsystem_c.dylib                       0x99213e79 _pthread_wqthread + 448
    3   libsystem_c.dylib                       0x991fbd2a start_wqthread + 30
    Thread 17:
    0   libsystem_kernel.dylib                  0x956bf0ee __workq_kernreturn + 10
    1   libsystem_c.dylib                       0x992140ac _pthread_workq_return + 45
    2   libsystem_c.dylib                       0x99213e79 _pthread_wqthread + 448
    3   libsystem_c.dylib                       0x991fbd2a start_wqthread + 30
    Thread 18:
    0   libsystem_kernel.dylib                  0x956bf0ee __workq_kernreturn + 10
    1   libsystem_c.dylib                       0x992140ac _pthread_workq_return + 45
    2   libsystem_c.dylib                       0x99213e79 _pthread_wqthread + 448
    3   libsystem_c.dylib                       0x991fbd2a start_wqthread + 30
    Thread 19:
    0   libsystem_kernel.dylib                  0x956bf0ee __workq_kernreturn + 10
    1   libsystem_c.dylib                       0x992140ac _pthread_workq_return + 45
    2   libsystem_c.dylib                       0x99213e79 _pthread_wqthread + 448
    3   libsystem_c.dylib                       0x991fbd2a start_wqthread + 30
    Thread 20:: Dispatch queue: com.apple.root.default-priority
    0   libobjc.A.dylib                         0x90ed408b objc::DenseMap<objc_object*, unsigned long, true, objc::DenseMapInfo<objc_object*>, objc::DenseMapInfo<unsigned long> >::LookupBucketFor(objc_object* const&, std::__1::pair<objc_object*, unsigned long>*&) const + 171
    1   libobjc.A.dylib                         0x90ed42c6 objc::DenseMap<objc_object*, unsigned long, true, objc::DenseMapInfo<objc_object*>, objc::DenseMapInfo<unsigned long> >::find(objc_object* const&) + 32
    2   libobjc.A.dylib                         0x90ed4220 _objc_rootReleaseWasZero + 115
    3   libobjc.A.dylib                         0x90eeb8e9 -[NSObject release] + 25
    4   libobjc.A.dylib                         0x90ed5442 (anonymous namespace)::AutoreleasePoolPage::pop(void*) + 490
    5   com.apple.CoreFoundation                0x94c7ca63 _CFAutoreleasePoolPop + 51
    6   com.apple.Foundation                    0x909b543d -[NSAutoreleasePool drain] + 122
    7   com.apple.iLifeSQLAccess                0x0210a03a -[HgEntity modelsFromQuery:] + 435
    8   com.apple.iLifeSQLAccess                0x0210a5e3 -[HgEntity modelsWhere:args:] + 81
    9   com.apple.iLifeSQLAccess                0x020f7b06 +[HgModel modelsFromDatabase:where:args:] + 137
    10  com.apple.iLifeSQLAccess                0x020ddf25 +[HgModel modelsFromDatabase:where:] + 94
    11  com.apple.iPhoto                        0x002691a9 0x35000 + 2310569
    12  com.apple.iPhoto                        0x0026983c 0x35000 + 2312252
    13  com.apple.CoreFoundation                0x94cd77bd __invoking___ + 29
    14  com.apple.CoreFoundation                0x94cd76f7 -[NSInvocation invoke] + 279
    15  com.apple.Foundation                    0x909f59ad -[NSInvocationOperation main] + 81
    16  com.apple.Foundation                    0x909ed259 -[__NSOperationInternal start] + 740
    17  com.apple.Foundation                    0x909ecf64 -[NSOperation start] + 67
    18  com.apple.Foundation                    0x909f5039 __block_global_6 + 135
    19  libdispatch.dylib                       0x9502cf8f _dispatch_call_block_and_release + 15
    20  libdispatch.dylib                       0x95028c82 _dispatch_client_callout + 46
    21  libdispatch.dylib                       0x95029f02 _dispatch_worker_thread2 + 285
    22  libsystem_c.dylib                       0x99213e72 _pthread_wqthread + 441
    23  libsystem_c.dylib                       0x991fbd2a start_wqthread + 30
    Thread 21:
    0   libsystem_kernel.dylib                  0x956bf0ee __workq_kernreturn + 10
    1   libsystem_c.dylib                       0x992140ac _pthread_workq_return + 45
    2   libsystem_c.dylib                       0x99213e79 _pthread_wqthread + 448
    3   libsystem_c.dylib                       0x991fbd2a start_wqthread + 30
    Thread 22:: com.apple.CFSocket.private
    0   libsystem_kernel.dylib                  0x956bebe6 __select + 10
    1   com.apple.CoreFoundation                0x94cc5650 __CFSocketManager + 1632
    2   libsystem_c.dylib                       0x992115b7 _pthread_start + 344
    3   libsystem_c.dylib                       0x991fbd4e thread_start + 34
    Thread 0 crashed with X86 Thread State (32-bit):
      eax: 0x00000001  ebx: 0x818bd030  ecx: 0x00000000  edx: 0x00000000
      edi: 0x90ede459  esi: 0x818b8b00  ebp: 0xbffc9c08  esp: 0xbffc9c00
       ss: 0x00000023  efl: 0x00000286  eip: 0x94d866a7   cs: 0x0000001b
       ds: 0x00000023   es: 0x00000023   fs: 0x00000000   gs: 0x0000000f
      cr2: 0x0679c000
    Logical CPU: 0
    Binary Images:
       0x35000 -   0xd2aff3  com.apple.iPhoto (9.4.3 - 9.4.3) <74A545E6-1EB2-315F-82FA-3344B599F490> /Applications/iPhoto.app/Contents/MacOS/iPhoto
      0xebf000 -   0xf99ffc  org.python.python (2.6.7 - 2.6.7) <FA305A16-14DB-3062-BB61-3944ED836202> /System/Library/Frameworks/Python.framework/Versions/2.6/Python
      0xfe6000 -   0xfeeffb  com.apple.PhotoFoundation (1.0 - 20.12) <6DEFC232-B843-3848-908E-25AF929E9026> /Applications/iPhoto.app/Contents/Frameworks/PhotoFoundation.framework/Versions /A/PhotoFoundation
    0x105e000 -  0x123bffb  com.apple.geode (1.5.3 - 280.22) <887FF540-8A00-3AED-9C17-C99856E7A6F4> /Applications/iPhoto.app/Contents/Frameworks/Geode.framework/Versions/A/Geode
    0x12cb000 -  0x12d0ff7  com.apple.iLifePhotoStreamConfiguration (3.4 - 2.5) <6B675B59-ED97-35F8-89CB-79F387A05EA5> /Applications/iPhoto.app/Contents/Frameworks/iLifePhotoStreamConfiguration.fram ework/Versions/A/iLifePhotoStreamConfiguration
    0x12d9000 -  0x1308ff7  com.apple.iLifeAssetManagement (2.7 - 45.19) <C30AF8E5-51DB-3912-B58C-41988B396209> /Applications/iPhoto.app/Contents/Frameworks/iLifeAssetManagement.framework/Ver sions/A/iLifeAssetManagement
    0x132c000 -  0x1353ff3  com.apple.iPhoto.Tessera (1.1 - 90.10) <143B4B05-6F39-3C83-A927-E4B5A53D2344> /Applications/iPhoto.app/Contents/Frameworks/Tessera.framework/Versions/A/Tesse ra
    0x1365000 -  0x1389ffb  com.apple.iPhoto.Tellus (1.3 - 90.10) <88853EBB-0C48-3A68-91B7-ED078C953CBD> /Applications/iPhoto.app/Contents/Frameworks/Tellus.framework/Versions/A/Tellus
    0x13a1000 -  0x13acfff  com.apple.iphoto.AccountConfigurationPlugin (1.2 - 1.2) <39466D2B-2583-3407-96F2-69ADCF11ECB9> /Applications/iPhoto.app/Contents/Frameworks/AccountConfigurationPlugin.framewo rk/Versions/A/AccountConfigurationPlugin
    0x13b8000 -  0x13cdffb  com.apple.iLifeFaceRecognition (1.0 - 30.11) <5ADCA81F-5D7B-340F-9F44-B261ED19BBB2> /Applications/iPhoto.app/Contents/Frameworks/iLifeFaceRecognition.framework/Ver sions/A/iLifeFaceRecognition
    0x13d9000 -  0x1402ff3  com.apple.DiscRecordingUI (7.0 - 7000.2.4) <A766D0C9-883D-3422-A61B-D7F9CC68D5A0> /System/Library/Frameworks/DiscRecordingUI.framework/Versions/A/DiscRecordingUI
    0x141d000 -  0x141ffff  com.apple.ExceptionHandling (1.5 - 10) <435C80BD-F463-360B-86CA-5E001CACD421> /System/Library/Frameworks/ExceptionHandling.framework/Versions/A/ExceptionHand ling
    0x1427000 -  0x1432ff7  com.apple.UpgradeChecker (9.2 - 9.2) <39176044-B0CF-3C25-AF8D-A2BD8540A025> /Applications/iPhoto.app/Contents/Frameworks/UpgradeChecker.framework/Versions/ A/UpgradeChecker
    0x143c000 -  0x14bcfff  com.apple.iLifeMediaBrowser (2.7.4 - 546.7) <130581CE-0699-3524-B487-726353FDDF96> /System/Library/PrivateFrameworks/iLifeMediaBrowser.framework/Versions/A/iLifeM ediaBrowser
    0x1500000 -  0x161fffb  com.apple.WebKit (8536 - 8536.30.1) <4A5E9136-681F-3AB1-AD69-B59F2B9126E7> /System/Library/Frameworks/WebKit.framework/Versions/A/WebKit
    0x16d0000 -  0x16e5ff7  com.apple.iChat.InstantMessage (7.0.1 - 3306) <E2512D5F-4151-3ED4-BB9A-748B0B5F21BE> /System/Library/Frameworks/InstantMessage.framework/Versions/A/InstantMessage
    0x16f6000 -  0x1a8fff3  com.apple.iLifeSlideshow (3.1 - 1151.4) <BBC17D76-255B-3135-92A6-886AD68BEB3F> /Applications/iPhoto.app/Contents/Frameworks/iLifeSlideshow.framework/Versions/ A/iLifeSlideshow
    0x1b8a000 -  0x1e1dffb  com.apple.iLifePageLayout (1.3 - 210.38) <12AF048A-AAEE-39D3-B25C-383E9C5FB855> /Applications/iPhoto.app/Contents/Frameworks/iLifePageLayout.framework/Versions /A/iLifePageLayout
    0x1ef6000 -  0x1f8dff7  com.apple.MobileMe (13 - 1.0.4) <38D8679A-1862-373C-BF4F-EB47200EDF08> /Applications/iPhoto.app/Contents/Frameworks/MobileMe.framework/Versions/A/Mobi leMe
    0x1fe9000 -  0x2051ff3  com.apple.proxtcore (1.4.1 - 270.13) <E71FA444-D69B-3395-8F99-0DA367E6CF22> /Applications/iPhoto.app/Contents/Frameworks/ProXTCore.framework/Versions/A/Pro XTCore
    0x2096000 -  0x2195ff3  com.apple.iLifeSQLAccess (1.7.1 - 70.30) <081DDD36-ADA7-3329-8265-BE6AD5AB4E5F> /Applications/iPhoto.app/Contents/Frameworks/iLifeSQLAccess.framework/Versions/ A/iLifeSQLAccess
    0x21df000 -  0x220affb  com.apple.ProUtils (1.1 - 220.17) <3D8B203C-20D3-30FA-9A22-C88C11B60C41> /Applications/iPhoto.app/Contents/Frameworks/ProUtils.framework/Versions/A/ProU tils
    0x2225000 -  0x2290fff  com.apple.iLifeKit (1.3.1 - 180.8) <C193C15D-7EA7-30CA-82ED-189192298D2A> /Applications/iPhoto.app/Contents/Frameworks/iLifeKit.framework/Versions/A/iLif eKit
    0x22d5000 -  0x250eff3  com.apple.prokit (7.3.2 - 1944.10) <5276C99B-E10E-3B92-AB06-1B546A6291D1> /System/Library/PrivateFrameworks/ProKit.framework/Versions/A/ProKit
    0x2629000 -  0x2b8bfff  com.apple.RedRock (1.9.4 - 321.1) <7D29E84D-9336-3912-BA5C-EA8125553945> /Applications/iPhoto.app/Contents/Frameworks/RedRock.framework/Versions/A/RedRo ck
    0x2da3000 -  0x2dc7fff  com.apple.AOSAccounts (1.1.2 - 1.1.95) <6C931BC9-7C14-3F67-86F5-EBE2916E0670> /System/Library/PrivateFrameworks/AOSAccounts.framework/Versions/A/AOSAccounts
    0x2de3000 -  0x2de3fff  com.apple.SafariServices.framework (8536 - 8536.30.1) <3078D35C-62DE-343E-AFE9-5418230836B9> /System/Library/PrivateFrameworks/SafariServices.framework/Versions/A/SafariSer vices
    0x2deb000 -  0x2df2ff7  com.apple.AOSNotification (1.7.0 - 636.3) <520524D9-B14F-3DED-9281-8FAFEFFBA863> /System/Library/PrivateFrameworks/AOSNotification.framework/Versions/A/AOSNotif ication
    0x2dff000 -  0x2dffffc  com.apple.SafariDAVNotifier (1.1.1 - 1) <4173B9EB-A1C5-31BD-955B-E9D3CAB862C4> /System/Library/PrivateFrameworks/BookmarkDAV.framework/Versions/A/Frameworks/S afariDAVNotifier.framework/Versions/A/SafariDAVNotifier
    0x2e07000 -  0x3077ff7  com.apple.CalendarStore (6.0 - 1252) <C592854F-17BC-380A-B73B-3510A36B0325> /System/Library/Frameworks/CalendarStore.framework/Versions/A/CalendarStore
    0x317c000 -  0x31d8ffb  com.apple.corelocation (1239.40 - 1239.40) <DF504BBD-A9D5-3AF0-AAF7-F7C06753A13C> /System/Library/Frameworks/CoreLocation.framework/Versions/A/CoreLocation
    0x3207000 -  0x3239ff3  com.apple.GeoServices (1.0 - 1) <2E4033FA-18BD-3E73-B00E-CBFEE0ACCB6A> /System/Library/PrivateFrameworks/GeoServices.framework/Versions/A/GeoServices
    0x324c000 -  0x3255fff  com.apple.ProtocolBuffer (2 - 104) <BFA598AA-2E77-3578-B079-2C89796811B3> /System/Library/PrivateFrameworks/ProtocolBuffer.framework/Versions/A/ProtocolB uffer
    0x325e000 -  0x3266ffb  com.apple.AppSandbox (2.1 - 1) <00FF2E6E-B400-37A5-A9DC-4FEFF854E959> /System/Library/PrivateFrameworks/AppSandbox.framework/Versions/A/AppSandbox
    0x326f000 -  0x32b3ff3  com.apple.CalDAV (6.0 - 112.6) <EF9166E6-A80B-3C8D-BD22-F1555DB0649D> /System/Library/PrivateFrameworks/CalDAV.framework/Versions/A/CalDAV
    0x32e4000 -  0x32edff3  com.apple.CalendarAgentLink (1.0 - 38) <73072AA3-0AD8-3CA7-A057-A6FBBD9DA82A> /System/Library/PrivateFrameworks/CalendarAgentLink.framework/Versions/A/Calend arAgentLink
    0x32fb000 -  0x330cfff  com.apple.CalendarFoundation (1.0 - 29) <D8714276-78B5-35A5-8C34-694E51AD9EB6> /System/Library/PrivateFrameworks/CalendarFoundation.framework/Versions/A/Calen darFoundation
    0x331c000 -  0x337efff  com.apple.coredav (1.0.1 - 179.7) <FE9A6204-03DA-3183-A793-3FA8EEBFA1C4> /System/Library/PrivateFrameworks/CoreDAV.framework/Versions/A/CoreDAV
    0x33b9000 -  0x3406ffb  com.apple.ExchangeWebServices (3.0.1 - 158) <3D65B6B4-6B1D-3338-8D12-369B842A579B> /System/Library/PrivateFrameworks/ExchangeWebServices.framework/Versions/A/Exch angeWebServices
    0x345d000 -  0x34abfff  com.apple.iCalendar (6.0 - 126.5) <D682D4AA-B640-356E-A141-845A64295A02> /System/Library/PrivateFrameworks/iCalendar.framework/Versions/A/iCalendar
    0x34d6000 -  0x34d6fff +cl_kernels (???) <342619A0-75E3-45FE-98C0-70A9C7B996AE> cl_kernels
    0x34d8000 -  0x34e5ffb  com.apple.KerberosHelper (4.0 - 1.0) <6CB4B091-3415-301A-87B2-D9D374D0FC17> /System/Library/PrivateFrameworks/KerberosHelper.framework/Versions/A/KerberosH elper
    0x34f1000 -  0x363dff7  com.apple.syncservices (7.1 - 713.1) <0A9790C9-1D95-3B46-84FA-43848FCB476E> /System/Library/Frameworks/SyncServices.framework/Versions/A/SyncServices
    0x36b9000 -  0x3726ffb  com.apple.WhitePagesFramework (10.7.0 - 141.0) <6879CD26-8E35-315B-897C-D52B6EB741F6> /System/Library/PrivateFrameworks/WhitePages.framework/Versions/A/WhitePages
    0x3754000 -  0x377bffb  libsandbox.1.dylib (220.3) <F382A5D6-36C4-3DBD-AA6F-BD68BAAA103C> /usr/lib/libsandbox.1.dylib
    0x3782000 -  0x3795ff7  com.apple.AppContainer (2.1 - 1) <201D693C-63E6-3771-BAF8-946B49F1420A> /System/Library/PrivateFrameworks/AppContainer.framework/Versions/A/AppContaine r
    0x37a7000 -  0x37abfff  com.apple.SecCodeWrapper (2.1 - 1) <AF713AD0-6A88-3F90-81F4-F3CB9F7B4624> /System/Library/PrivateFrameworks/SecCodeWrapper.framework/Versions/A/SecCodeWr apper
    0x37b2000 -  0x37b3ff5 +cl_kernels (???) <C9D508E6-0FD0-40EF-BF9A-646F1F77C028> cl_kernels
    0x37b5000 -  0x37b9ffe  libMatch.1.dylib (17) <29090908-32A9-3087-B197-00128F5954CD> /usr/lib/libMatch.1.dylib
    0x37c0000 -  0x37c3ffb  com.apple.LibraryRepair (1.0 - 1) <C6A079B1-1FD5-39FF-B141-E6C99ECBAA77> /System/Library/PrivateFrameworks/LibraryRepair.framework/Versions/A/LibraryRep air
    0x37cd000 -  0x3827fff  com.apple.proapps.MIO (1.0.6 - 512) <599BE7F3-9169-33AF-8CCA-423CA4699E42> /Applications/iPhoto.app/Contents/Frameworks/MIO.framework/Versions/A/MIO
    0x3841000 -  0x44d6ff3  com.apple.WebCore (8536 - 8536.30.2) <D644997F-5F1A-34B4-AF32-DD427E9043E2> /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore.frame work/Versions/A/WebCore
    0x4c5b000 -  0x4c5cfff +eOkaoCom.dylib (1) <2DE16B47-23E7-73DB-1297-C928E40DFC31> /Applications/iPhoto.app/Contents/Frameworks/iLifeFaceRecognition.framework/Ver sions/A/Resources/eOkaoCom.dylib
    0x4c61000 -  0x4c86ff2 +eOkaoPt.dylib (1) <831D49D0-43A0-21A0-2662-2207E3BE0FF6> /Applications/iPhoto.app/Contents/Frameworks/iLifeFaceRecognition.framework/Ver sions/A/Resources/eOkaoPt.dylib
    0x4c8f000 -  0x4cc3fe7 +eOkaoDt.dylib (1) <5693A28E-8C94-0F5F-150E-3B17CF753F64> /Applications/iPhoto.app/Contents/Frameworks/iLifeFaceRecognition.framework/Ver sions/A/Resources/eOkaoDt.dylib
    0x4cca000 -  0x4e31fff +eOkaoFr.dylib (1) <E355FB47-C5EF-50CF-621A-9B17A50E2850> /Applications/iPhoto.app/Contents/Frameworks/iLifeFaceRecognition.framework/Ver sions/A/Resources/eOkaoFr.dylib
    0x4e38000 -  0x4e94fff  com.apple.NyxAudioAnalysis (12.4 - 12.4) <DC8444CC-FAAB-3DCA-A644-8712001A5F2E> /Library/Frameworks/NyxAudioAnalysis.framework/Versions/A/NyxAudioAnalysis
    0x4eae000 -  0x4fc8ffb  com.apple.avfoundation (2.0 - 361.40) <BFC9959C-7F41-3D1B-B108-F4245E4D9311> /System/Library/Frameworks/AVFoundation.framework/Versions/A/AVFoundation
    0x5067000 -  0x509fff3  com.apple.CoreMediaIOServicesPrivate (52.0 - 3311.1) <1F651752-FD09-3CF5-BCCC-5C1366DDFACD> /System/Library/PrivateFrameworks/CoreMediaIOServicesPrivate.framework/Versions /A/CoreMediaIOServicesPrivate
    0x50bc000 -  0x50e3ff7  com.apple.CoreMediaPrivate (20.0 - 20.0) <D963392A-4B4C-3B81-A873-E1C06C6829E6> /System/Library/PrivateFrameworks/CoreMediaPrivate.framework/Versions/A/CoreMed iaPrivate
    0x50f8000 -  0x5129ff3  com.apple.FWAVCPrivate (52.47 - 47) <14C9A9D3-4065-3395-A8BC-C0535162017E> /System/Library/PrivateFrameworks/FWAVCPrivate.framework/Versions/A/FWAVCPrivat e
    0x5140000 -  0x5188ffb  com.apple.CoreMediaIOServices (171.0 - 3244) <9563BB38-F23A-3FC6-855D-05487E700465> /System/Library/PrivateFrameworks/CoreMediaIOServices.framework/Versions/A/Core MediaIOServices
    0x51ab000 -  0x524aff7  com.apple.imcore (8.0 - 900) <84135788-E567-309E-AAFE-F27FA8FE3F15> /System/Library/PrivateFrameworks/IMCore.framework/Versions/A/IMCore
    0x5271000 -  0x52c5ff7  com.apple.imfoundation (8.0 - 900) <F4A3047B-9170-358C-A5F0-09CC0B20F093> /System/Library/PrivateFrameworks/IMFoundation.framework/Versions/A/IMFoundatio n
    0x52f1000 -  0x52f9ff7  com.apple.marco (8.0 - 900) <C4323670-6B35-39A9-B84A-5E182D05E6A1> /System/Library/PrivateFrameworks/Marco.framework/Versions/A/Marco
    0x5301000 -  0x5328ff7  com.apple.ExpressCheckout (1.0 - 1.0) <B6F86CF1-D6EA-312E-9758-CAFA1654CC6F> /Applications/iPhoto.app/Contents/Frameworks/iLifePageLayout.framework/Versions /A/Frameworks/ExpressCheckout.framework/Versions/A/ExpressCheckout
    0x5343000 -  0x5371ffb  com.apple.iLifeImageAnalysis (3.0 - 3) <93C42285-7982-3A15-ABDA-EDF416DF6B22> /Applications/iPhoto.app/Contents/Frameworks/iLifePageLayout.framework/Versions /A/Frameworks/iLifeImageAnalysis.framework/Versions/A/iLifeImageAnalysis
    0x67c4000 -  0x681cfff +com.DivXInc.DivXDecoder (6.8.4.3 - 6.8.4) <26A406B3-E4BC-C6FF-8F28-A99FFEB5CF2D> /Library/QuickTime/DivX Decoder.component/Contents/MacOS/DivX Decoder
    0x6840000 -  0x6843ffb +com.divx.divxtoolkit (1.0 - 1.0) /Library/Frameworks/DivX Toolkit.framework/Versions/A/DivX Toolkit
    0xcf2f000 -  0xcf3cff3  com.apple.Librarian (1.1 - 1) <68F8F983-5F16-3BA5-BDA7-1A5451CC02BB> /System/Library/PrivateFrameworks/Librarian.framework/Versions/A/Librarian
    0x1288e000 - 0x12a22ffa  GLEngine (8.9.2) <73F967E8-16C2-3FB2-8C04-293EB038952D> /System/Library/Frameworks/OpenGL.framework/Resources/GLEngine.bundle/GLEngine
    0x12a59000 - 0x12bdafff  libGLProgrammability.dylib (8.9.2) <B7AFCCD1-7FA5-3071-9F11-5161FFA2076C> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgramma bility.dylib
    0x12c0c000 - 0x12c17fff  libGPUSupport.dylib (8.9.2) <01E0F852-CBB7-3EE7-A2CD-79CB4A3EF2B5> /System/Library/PrivateFrameworks/GPUSupport.framework/Versions/A/Libraries/lib GPUSupport.dylib
    0x12c1e000 - 0x12c49ff7  GLRendererFloat (8.9.2) <96FF25EA-1BC3-3FBA-85B6-08CC9F1D2077> /System/Library/Frameworks/OpenGL.framework/Resources/GLRendererFloat.bundle/GL RendererFloat
    0x12c52000 - 0x12c5affd  libcldcpuengine.dylib (2.2.16) <0BE2D018-66CC-3F69-B8F1-7A81EEEE09F4> /System/Library/Frameworks/OpenCL.framework/Versions/A/Libraries/libcldcpuengin e.dylib
    0x12c71000 - 0x12c74fff  com.apple.iphoto.accountconfig.Facebook (1.2 - 1.2) <8E384045-21E8-305C-A83B-EA307AE34BF6> /Applications/iPhoto.app/Contents/PlugIns/Facebook.accountconfigplugin/Contents /MacOS/Facebook
    0x13100000 - 0x13192fff  unorm8_bgra.dylib (2.2.16) <1298D118-0B14-3F3D-B2CA-348A1C67183E> /System/Library/Frameworks/OpenCL.framework/Versions/A/Libraries/ImageFormats/u norm8_bgra.dylib
    0x13282000 - 0x13287ffe  com.apple.iphoto.accountconfig.Email (9.2 - 9.2) <EE015CC9-7D9B-387A-AD57-36033C906188> /Applications/iPhoto.app/Contents/PlugIns/Email.accountconfigplugin/Contents/Ma cOS/Email
    0x15244000 - 0x1524bfff  com.apple.iPhoto.RSSPublisher (1.1 - 1.1) <20E24AC8-D589-3CAF-ACB0-800CD2747559> /Applications/iPhoto.app/Contents/PlugIns/RSSPublisher.publisher/Contents/MacOS /RSSPublisher
    0x152bf000 - 0x1537dff3  ColorSyncDeprecated.dylib (400) <35E3054C-5DF1-30D4-A368-C4FDB0992373> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ColorSync.framework/Versions/A/Resources/ColorSyncDeprecated.dylib
    0x15521000 - 0x15548ff3  com.apple.iPhoto.FacebookPublisher (1.2 - 1.2) <602FC581-430F-3C31-BB8B-F16BC25407F5> /Applications/iPhoto.app/Contents/PlugIns/FacebookPublisher.publisher/Contents/ MacOS/FacebookPublisher
    0x15554000 - 0x15573ffb  com.apple.iPhoto.FlickrPublisher (1.2 - 1.2) <59CD840A-81FA-31EC-B145-C86D5B3BB95C> /Applications/iPhoto.app/Contents/PlugIns/FlickrPublisher.publisher/Contents/Ma cOS/FlickrPublisher
    0x1557d000 - 0x15580fff  com.apple.iphoto.accountconfig.Flickr (1.1 - 1) <C1432242-CA83-3C06-BEE8-B80E8FBF1BA4> /Applications/iPhoto.app/Contents/PlugIns/Flickr.accountconfigplugin/Contents/M acOS/Flickr
    0x15586000 - 0x1558bff8  com.apple.iphoto.accountconfig.MobileMe (1.1 - 1) <5122BF37-F638-3A37-B0E7-5C042DC3B8A2> /Applications/iPhoto.app/Contents/PlugIns/MobileMe.accountconfigplugin/Contents /MacOS/MobileMe
    0x15591000 - 0x15592ffd  com.apple.textencoding.unicode (2.5 - 2.5) <4E2ABBEB-1F0D-3C06-BA0C-C3CEDDF17BD2> /System/Library/TextEncodings/Unicode Encodings.bundle/Contents/MacOS/Unicode Encodings
    0x15731000 - 0x15767ffb  com.apple.iPhoto.MobileMePublisher (1.2 - 1.2) <D2064089-2D14-3267-A3A0-CF2CD8D6EFA0> /Applications/iPhoto.app/Contents/PlugIns/MobileMePublisher.publisher/Contents/ MacOS/MobileMePublisher
    0x15776000 - 0x1578afff  com.apple.iPhoto.SharedPhotoStreamPublisher (1.0 - 1.0) <EEAC77E3-56B0-3E97-877E-FBB191620629> /Applications/iPhoto.app/Contents/PlugIns/SharedPhotoStreamPublisher.publisher/ Contents/MacOS/SharedPhotoStreamPublisher
    0x172f8000 - 0x1733afff  com.apple.facetimeservices (8.0 - 900) <30E06383-BF04-32AD-9A11-DDC08E1D58A9> /System/Library/PrivateFrameworks/FTServices.framework/Versions/A/FTServices
    0x17352000 - 0x17353ffe  com.apple.AddressBook.LocalSourceBundle (2.1 - 1170) <ABD37289-2DF8-3F89-A208-C11BE80EA69D> /System/Library/Address Book Plug-Ins/LocalSource.sourcebundle/Contents/MacOS/LocalSource
    0x173f8000 - 0x173fbffe  com.apple.DirectoryServicesSource (2.1 - 1170) <69A0CC43-41DB-3D3F-9D97-8D4741C29823> /System/Library/Address Book Plug-Ins/DirectoryServices.sourcebundle/Contents/MacOS/DirectoryServices
    0x17401000 - 0x17452ff7  com.apple.AddressBook.CardDAVPlugin (10.8 - 333) <A8099206-0C6D-3114-A908-F8992CA5CA88> /System/Library/Address Book Plug-Ins/CardDAVPlugin.sourcebundle/Contents/MacOS/CardDAVPlugin
    0x1746f000 - 0x1747effd  com.apple.NSServerNotificationCenter (5.0 - 5.0) <15DBF5C3-6E2E-3ADA-B5B8-0825EC830658> /System/Library/Frameworks/ServerNotification.framework/Versions/A/ServerNotifi cation
    0x8e2fa000 - 0x8ec49ffb  com.apple.GeForceGLDriver (8.12.47 - 8.1.2) <ED7895B5-BF75-3BC8-A956-8E423FD02395> /System/Library/Extensions/GeForceGLDriver.bundle/Contents/MacOS/GeForceGLDrive r
    0x8fe34000 - 0x8fe66e57  dyld (210.2.3) <4D38DEED-9837-3202-B8E9-41272D01EA2C> /usr/lib/dyld
    0x90007000 - 0x90008fff  libDiagnosticMessagesClient.dylib (8) <39B3D25A-148A-3936-B800-0D393A00E64F> /usr/lib/libDiagnosticMessagesClient.dylib
    0x90009000 - 0x9044bfff  com.apple.CoreGraphics (1.600.0 - 332) <67E70F21-A0F1-356F-90B7-4B90C468EE2C> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/CoreGraphics
    0x9044c000 - 0x9045fff9  com.apple.MultitouchSupport.framework (235.29 - 235.29) <451701B6-03CE-3F26-9FF0-92D8DA1467EE> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/Multit ouchSupport
    0x90460000 - 0x904fbfff  com.apple.CoreSymbolication (3.0 - 117) <F705A8CD-A04A-3A84-970A-7B04BC05DA97> /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSy mbolication
    0x904fc000 - 0x904fcfff  com.apple.Carbon (154 - 155) <17F1B675-E054-3D2C-900B-C9CE69F1FC31> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
    0x904fd000 - 0x90501fff  com.apple.CommonPanels (1.2.5 - 94) <6B3E7E53-7708-3DA2-8C50-59C2B4735DE1> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels. framework/Versions/A/CommonPanels
    0x90502000 - 0x90566ff7  com.apple.datadetectorscore (4.1 - 269.3) <C11C2014-298E-3E2B-9F5D-02CCD3CA4AB3> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDe tectorsCore
    0x9056e000 - 0x90662ff3  com.apple.QuickLookUIFramework (4.0 - 555.5) <5A62C87F-5F74-380B-8B86-8CE3D8788603> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuickLookUI.f ramework/Versions/A/QuickLookUI
    0x90663000 - 0x906dfff3  com.apple.Metadata (10.7.0 - 707.11) <F9BB5BBE-69D0-3309-8280-2303EB1DC455> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadat a.framework/Versions/A/Metadata
    0x906e0000 - 0x9071fff7  com.apple.bom (12.0 - 192) <0637E52C-D151-37B3-904F-8656B2FD44DD> /System/Library/PrivateFrameworks/Bom.framework/Versions/A/Bom
    0x9072f000 - 0x90732ff3  com.apple.AppleSystemInfo (2.0 - 2) <4639D755-8A68-31C9-95C4-7E7F70C233FA> /System/Library/PrivateFrameworks/AppleSystemInfo.framework/Versions/A/AppleSys temInfo
    0x90733000 - 0x9073dffb  libcsfde.dylib (296.16.1) <1FFBF474-797E-3B55-9B9C-CD243A6898AB> /usr/lib/libcsfde.dylib
    0x9073e000 - 0x90955fff  com.apple.CoreData (106.1 - 407.7) <EC4B8297-8E01-3778-A8A4-E8747F91109D> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
    0x90956000 - 0x90c76ff3  com.apple.Foundation (6.8 - 945.18) <BDC56A93-45C5-3459-B307-65A1CCE702C5> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
    0x90c77000 - 0x90cc5ffb  libFontRegistry.dylib (100) <3B8350C2-4D8F-38C4-A22E-2F855D7E83D1> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libFontRegistry.dylib
    0x90cc6000 - 0x90d84ff3  com.apple.ColorSync (4.8.0 - 4.8.0) <EFEDCB37-4F20-3CEC-A185-5D2976E11BAC> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ColorSync.framework/Versions/A/ColorSync
    0x90d85000 - 0x90e7dff9  libsqlite3.dylib (138.1) <AD7C5914-35F0-37A3-9238-A29D2E26C755> /usr/lib/libsqlite3.dylib
    0x90eb4000 - 0x90ecafff  com.apple.CFOpenDirectory (10.8 - 151.10) <CDA91E5D-6F99-3001-BD31-82585FCF5CA2> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpen Directory.framework/Versions/A/CFOpenDirectory
    0x90ecb000 - 0x90eccffd  com.apple.TrustEvaluationAgent (2.0 - 23) <E42347C0-2D3C-36A4-9200-757FFA61B388> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/Tru stEvaluationAgent
    0x90ecd000 - 0x90fda057  libobjc.A.dylib (532.2) <FA455371-7395-3D58-A89B-D1520612D1BC> /usr/lib/libobjc.A.dylib
    0x90fdb000 - 0x9100bff3  libtidy.A.dylib (15.10) <F2F4E000-E305-3089-91E6-3DB0ED07E74A> /usr/lib/libtidy.A.dylib
    0x9100c000 - 0x91015ff9  com.apple.CommonAuth (3.0 - 2.0) <34C4768C-EF8D-3DBA-AFB7-09148C8672DB> /System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAuth
    0x91894000 - 0x918a9fff  com.apple.ImageCapture (8.0 - 8.0) <B8BD421F-D5A9-3FB4-8E89-AD5CFC0D4030> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture. framework/Versions/A/ImageCapture
    0x91c23000 - 0x91c29fff  com.apple.phonenumbers (1.1 - 47) <DD22B3D1-DA4B-3794-9D73-E90D49A1F88E> /System/Library/PrivateFrameworks/PhoneNumbers.framework/Versions/A/PhoneNumber s
    0x91c2a000 - 0x91d27ff7  com.apple.DiskImagesFramework (10.8.3 - 345) <26D0C7F8-E87E-3511-8388-8EE616A39D6D> /System/Library/PrivateFrameworks/DiskImages.framework/Versions/A/DiskImages
    0x91d28000 - 0x91f58fff  com.apple.QuartzComposer (5.1 - 284) <4E8682B7-EBAE-3C40-ABDB-8705EC7952BD> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzCompose r.framework/Versions/A/QuartzComposer
    0x91fa5000 - 0x91fc3ff3  com.apple.openscripting (1.3.6 - 148.3) <F3422C02-5ACB-343A-987B-A2D58EA2F5A8> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting .framework/Versions/A/OpenScripting
    0x91fc4000 - 0x91ff9ff7  com.apple.framework.internetaccounts (2.1 - 210) <553BF1E7-B26F-3BE7-BAA9-D80E53E73B0D> /System/Library/PrivateFrameworks/InternetAccounts.framework/Versions/A/Interne tAccounts
    0x91ffa000 - 0x92075ff3  com.apple.CorePDF (2.2 - 2.2) <5A52A1CF-4801-3E6C-BF6E-E5E75A8DBD8F> /System/Library/PrivateFrameworks/CorePDF.framework/Versions/A/CorePDF
    0x92076000 - 0x92117fff  libCoreStorage.dylib (296.16.1) <DC1DDFD5-5D45-3567-BC27-8E94558BD35A> /usr/lib/libCoreStorage.dylib
    0x9211a000 - 0x9211dff9  libCGXType.A.dylib (332) <07B59FCC-6229-37C2-9870-70A18E2C5598> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCGXType.A.dylib
    0x9211e000 - 0x92125ff3  com.apple.NetFS (5.0 - 4.0) <1F7041F2-4E97-368C-8F5D-24153D81BBDB> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
    0x92126000 - 0x923e6ff3  com.apple.security (7.0 - 55179.13) <000FD8E9-D070-326A-B386-51314360FD5C> /System/Library/Frameworks/Security.framework/Versions/A/Security
    0x923e7000 - 0x92654ffb  com.apple.imageKit (2.2 - 673) <CDB2AC11-6D60-34A7-83F9-F6E7DA25F97B> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/ImageKit.fram ework/Versions/A/ImageKit
    0x92655000 - 0x92656ffb  libodfde.dylib (18) <3A56DA84-5ACC-3D91-B31A-B87BC4BC34F1> /usr/lib/libodfde.dylib
    0x92657000 - 0x92905ffb  com.apple.MediaToolbox (1.0 - 926.104) <DD264DFD-9AFB-38E2-A44C-B463DCB721A0> /System/Library/Frameworks/MediaToolbox.framework/Versions/A/MediaToolbox
    0x92906000 - 0x92907fff  liblangid.dylib (116) <E13CC8C5-5034-320A-A210-41A2BDE4F846> /usr/lib/liblangid.dylib
    0x92908000 - 0x9294afff  libcurl.4.dylib (69.2) <8CC566A0-0B25-37E8-A6EC-30074C3CDB8C> /usr/lib/libcurl.4.dylib
    0x9294b000 - 0x92977ff7  libsystem_info.dylib (406.17) <AA5611DB-A944-3072-B6BE-ACAB08689547> /usr/lib/system/libsystem_info.dylib
    0x92978000 - 0x92a2cfff  com.apple.coreui (2.0 - 181.1) <C15ABF35-B7F5-34ED-A461-386DAF65D96B> /System/Library/PrivateFrameworks/CoreUI.framework/Ver

    As a test launch iPhoto with the Option key held down and try to create a new, test library and import some photos and test to see if the same problem persists. Can you?
    If you can't the next step would be to try the following:
    1 - delete the iPhoto preference file, com.apple.iPhoto.plist, that resides in your
         User/Home/Library/ Preferences folder.
    2 - delete iPhoto's cache file, Cache.db, that is located in your
    User/Home/Library/Caches/com.apple.iPhoto folder (Snow Leopard and Earlier).
    or with Lion and Mt. Lion from the User/Library/Containers/com.apple.iPhoto/
    Data/Library/Caches/com.apple.iPhoto folder
    3 - launch iPhoto and try again.
    NOTE 1: If you're moved your library from its default location in your Home/Pictures folder you will have to point iPhoto to its new location when you next open iPhoto by holding down the Option key when launching iPhoto.  You'll also have to reset the iPhoto's various preferences.
    NOTE 2:  In Lion and Mountain Lion the Library folder is now invisible. To make it permanently visible enter the following in the Terminal application window: chflags nohidden ~/Library and hit the Enter button - 10.7: Un-hide the User Library folder.
    OT

  • Distiller will suddenly close/crash the *SECOND* time I open a file for converting to PDF.

    The subject heading says it all: Distiller will suddenly close/crash the *SECOND* time I open a file for converting to PDF.
    But I think I have a clue why this is happening. Typically, I use Distiller to convert EPS or PS files into PDFs. Also, almost without fail, I embed the required fonts (exclusively Type 1) directly into the EPS/PS files (using the required PFA format) so no local fonts on my computer are needed to be looked for by Distiller to be embedded in the resulting PDF; they're already in the EPS/PS files.
    But yesterday, I attempted to convert some EPS/PS files to PDFs using Distiller in which I had NOT embedded the Type 1 fonts (in PFA format, of course) in the source EPS/PS files. The first such conversion would work (in which I select "Open" and choose an EPS/PS file for conversion), but after that initial conversion, the *SECOND* time I clicked on "Open" (open file), Distiller would immediately close/crash.
    I then searched the web for answers, and discovered some people were having trouble getting Distiller to initialize if any of their computer system fonts were read-only. So, I went back to my EPS/PS files and embedded the required Type 1 (PFA format) fonts into them, and then—magically—Distiller worked without a hitch: I could open and convert any number of them in succession, with Distiller never closing/crashing.
    So, I concluded the reason that Distiller had been crashing upon the second attempted opening of a file (again, simply by pressing the "open" button to search for a file to convert, *not* after selecting a file) must have had something to do with Distiller scanning my computer's installed fonts when there was no embedded PFA font to reference, and a read-only font on my system was causing the problem. However, I looked in the two logical places where my fonts should be located (c:\psfonts and c:\windows\fonts), but found *no* font files' attributes set to "read-only" So, I'm stumped.
    I'm using Distiller Pro 10.1.1316 (acrodist.exe) on a Win 8.1 machine. I've found similar posts, going back to 2004, about Distiller immediately crashing after opening when some fonts are read-only; I haven't yet found a post about anyone successfully using Distiller to convert one EPS or PS file to PDF, and then having the program crash when the "Open" button is pressed subsequently. Any clues, anyone?

    Never heard about the crash and that does not sound normal. Be sure to do the updates to Acrobat in case that resolves the issue. You might also check the font settings in the settings file and check to ignore the error if the font can not be embedded and Distiller should use what it considers to be the closest system font.

  • Acrobat 8 Professional crashes 10 seconds after you start the application xp

    Acrobat 8 Professional crashes 10 seconds after you start the application. I have adobe acrobat 8.1 running on a dell vostro 1400 vista.

    Are you sure it's crashed and not 'temporarily-frozen'?
    I'm having this issue with Acrobat 9, in which it launches and runs long enough to page down two times and then stops responding for about 30 seconds.

Maybe you are looking for

  • Can any one help me in this code

    Hi all, I have created a selection screen and my aim is to display some fields or some block dynamically by choosing some radio button is it possible. can any one help me in this. REPORT  z_g_test. TABLES: spfli,sbook,sscrfields. SELECTION-SCREEN BEG

  • How to create fillable PDF with dynamic content dropdowns?

    I'm creating a March Madness bracket for people that don't really understand how they work.  What I'd like to do is have dropdowns for each of bracket lines (they would list the teams playing against each other for that game and they would select who

  • Google apps not showing in search results on ios6

    Since upgrading to iOS6 on my iPhone and iPad, I'm unable to see the Google or G+ app in a search result. I still have the apps on my home screen but if I swipe to search for a Google app, a list of address book contacts returns instead of a Google a

  • How do we get iTunes re-enabled?

    We had previous issues regarding unauthorised purchases on our iTunes account and as a result it was disabled by iTunes support or similar. We now want to start using our account again however it is still disabled. How do we get it re-enabled? Thanks

  • MIRO- Assets Posting

    Hi Guys, While doing MIRO i have the option of making entries in the material and the GL accounts. Can i get the option of assets also. In SPRO i can activate only materials ans GL account postings in the path below IMG -> Material mgt -> Logistics i