Changing address using FM APAR_EBPP_CHANGE_ADDRESS - error occured

Hi Guys,
             I am using using FM APAR_EBPP_CHANGE_ADDRESS to change contact person address of a customer.
I am getting following error
Error occurred in function module ADDR_CHECK  - Address No.0000072244
Any one used this FM.
Can you give me a source code example if you have one.
Thanks
Setnhil

I solved the issue.
Here is the code for future reference.
""Local Interface:
*"  IMPORTING
*"     VALUE(CUSTOMER) TYPE  KUNNR
*"     REFERENCE(NAME) TYPE  AD_NAME_CO
*"     REFERENCE(TEL_NUMBER) TYPE  AD_TLNMBR
*"     REFERENCE(FAX_NUMBER) TYPE  AD_FXNMBR
*"     REFERENCE(EMAIL) TYPE  AD_SMTPADR
*"  TABLES
*"      RETURN STRUCTURE  BAPIRET2
  DATA: wa_partner TYPE ebpp_partner,
        wa_address TYPE apar_ebpp_address,
        wa_return TYPE bapiret1.
  DATA: it_telephone TYPE TABLE OF apar_ebpp_adtel WITH HEADER LINE,
        it_fax TYPE TABLE OF apar_ebpp_adfax WITH HEADER LINE,
        it_email TYPE TABLE OF apar_ebpp_adsmtp WITH HEADER LINE.
  DATA: l_customer(2) VALUE '12',  " Customer
        l_retcode TYPE sy-subrc,
        l_update VALUE 'U',
        l_insert VALUE 'I',
        l_idx TYPE i VALUE 1.
  wa_partner-partnertype = l_customer.
  wa_partner-partnerkey = customer.
  CALL FUNCTION 'APAR_EBPP_GET_ADDRESS'
    EXPORTING
      i_partner          = wa_partner
  I_ADDSEL           =
   IMPORTING
     e_address          = wa_address
     e_returncode       = l_retcode
     return             = wa_return
   TABLES
     t_telephones       = it_telephone
     t_faxes            = it_fax
     t_emails           = it_email.
  T_R3MAILS          =
  T_INTERNETS        =
  T_MESSAGES         =
  IF l_retcode = 0.
Name
    wa_address-name_co = name.
Telephone No.
    READ TABLE it_telephone INDEX 1.
    IF sy-subrc EQ 0.
      it_telephone-tel_number = tel_number.
      it_telephone-updateflag = l_update.
      MODIFY it_telephone INDEX l_idx FROM it_telephone.
    ELSE.
      it_telephone-tel_number = tel_number.
      it_telephone-updateflag = l_insert.
      APPEND it_telephone TO it_telephone.
    ENDIF.
Fax
    READ TABLE it_fax INDEX 1.
    IF sy-subrc EQ 0.
      it_fax-fax_number = fax_number.
      it_fax-updateflag = l_update.
      MODIFY it_fax INDEX l_idx FROM it_fax.
    ELSE.
      it_fax-fax_number = fax_number.
      it_fax-updateflag = l_insert.
      APPEND it_fax TO it_fax.
    ENDIF.
Email
    READ TABLE it_email INDEX 1.
    IF sy-subrc EQ 0.
      it_email-smtp_addr = email.
      it_email-updateflag = l_update.
      MODIFY it_email INDEX l_idx FROM it_email.
    ELSE.
      it_email-consnumber = '001'.
      it_email-flgdefault = 'X'.
      it_email-smtp_addr = email.
      it_email-updateflag = l_insert.
      APPEND it_email TO it_email.
    ENDIF.
    CALL FUNCTION 'APAR_EBPP_CHANGE_ADDRESS'
      EXPORTING
        i_partner             = wa_partner
        i_address             = wa_address
  I_CHECKMODUS          = ' '
  I_PLEASE_COMMIT       = 'X'
     IMPORTING
       e_returncode          = l_retcode
       return                = wa_return
     TABLES
       t_telephones          = it_telephone
       t_faxes               = it_fax
       t_emails              = it_email.
  T_R3MAILS             =
  T_INTERNETS           =
  T_MESSAGES            =
    APPEND wa_return TO return.
  ENDIF.
Cheers
Senthil

Similar Messages

  • Changing address using FM APAR_EBPP_CHANGE_ADDRESS

    Hi Guys,
                 I am trying to use this FM APAR_EBPP_CHANGE_ADDRESS.
    I am updating the customer contact person details using this FM.
    Getting the following error.
    T ID                   NUM   MESSAGE
    E F2                   546   Change in field COUNTRY is not allowed
    Any one used this FM.
    Thanks
    Senthil

    hi,
    use
    ADDR_PERS_COMP_MAINTAIN_COMPL or
    BAPI_ADDRESSCONTPART_GETDETAIL or
    BAPI_ADDRESSCONTPART_CHANGE .

  • Can two accounts just use one macbook.error occurred talking to the iTunes store

    I have two accounts(A and B), of course I just use one iphone and one macbook.
    but now ,the problem is,
    the account A can use xcode organizer to upload App,
    and the account B can't upload in the same MAC and Xcode,
    the error message is: error occurred talking to the iTunes store
    and the console print:  *** Error: An error occurred while deserializing the JSON request.  Error Message - Invalid JSON character read at index 0
    (of course if I change from account B to A, upload success)
    it cotinue for three days, of course there are many people have the same problem.
    must I buy another iphone ,another macbook,and install another xcode
    I am so sad.
    thank you

    the problem is ,  .ipa can't  upload by(in) account B
    I think the bug can be two possible list blow
          1.  the .ipa  is wrong
          2.  the account(B) is wrong.
    if   the .ipa is wrong  
    the .ipa can't upload  by any account (account A  or  account B,  just change the identifier and the sigh identity)
    but if the .ipa can upload success by  account A,
    so , the .ipa(program) is right.
    then, there is exist only one possible,   the account (B) is wrong,
    K T , do you thine my logic for this problem is right

  • Data provisioning using table import: error occurs!

    HI ,experts:
    I created a project according to develop
    document. Objects include: schema\table\model\data\csv data.
    When I tried to active the table-import  data, error occurred.
    The source code of  tidata file is:
    implements  TiPackage:TiModel.hdbtim;
    csvFiles = ["TiPackage:TiCsv.csv"];
       The error message is:
    An error occurred during activation of
    {tenant: , package: Pactera.twb.XSpro01.TiPackage, name: TiData, suffix:
    hdbtid} : Object {tenant: , package: Pactera.twb.XSpro01.TiPackage, name:
    TiData, suffix: hdbtid} refers to object {tenant: , package: TiPackage, name:
    TiModel, suffix: hdbtim}, which doesn't exist in the current session.
    But my TiModel is exist and still active .
    Thanks for your help.
    Best regards.

    why do not try with expdp/impdp remap_tablespace?
    REMAP_TABLESPACEDefault: none
    Purpose
    Remaps all objects selected for import with persistent data in the source tablespace to be created in the target tablespace.
    Syntax and Description
    REMAP_TABLESPACE=source_tablespace:target_tablespace
    Multiple REMAP_TABLESPACE parameters can be specified, but no two can have the same source tablespace. The target schema must have sufficient quota in the target tablespace.
    Note that use of the REMAP_TABLESPACE parameter is the only way to remap a tablespace in Data Pump Import. This is a simpler and cleaner method than the one provided in the original Import utility. In original Import, if you wanted to change the default tablespace for a user, you had to perform several steps, including exporting and dropping the user, creating the user in the new tablespace, and importing the user from the dump file. That method was subject to many restrictions (including the number of tablespace subclauses) which sometimes resulted in the failure of some DDL commands.
    By contrast, the Data Pump Import method of using the REMAP_TABLESPACE parameter works for all objects, including the user, and it works regardless of how many tablespace subclauses are in the DDL statement.
    Example
    The following is an example of using the REMAP_TABLESPACE parameter.
    impdp hr/hr REMAP_TABLESPACE='tbs_1':'tbs_6' DIRECTORY=dpump_dir1 PARALLEL=2JOB_NAME=cf1n02 DUMPFILE=employees.dmp NOLOGFILE=Y
    refer:-http://download.oracle.com/docs/cd/B13789_01/server.101/b10825/dp_import.htm#i1010670

  • Using "SAPCOLUMN_TREE_CONTROL_DEMO: " - Dump Error Occured

    hello all,
    i have created a z program on the based on SAPCOLUMN_TREE_CONTROL_DEMO
    i have created Fert material as a root (Dynamic-as per given in selection screen)
    when i m given in selection screen upto 8 material the report run successfully but when i entered above 8 material dump is occured.
    i have pasted here error analysis:
    Error analysis
        Short text of error message:
        Control Framework : Error processing control
        Long text of error message:
         Diagnosis
             An error occurred when the system tried to process the commands
             from the Automation Queue on the presentation server.
             There are several possible reasons for this:
             - The installation of the SAP GUI on the presentation server is
             faulty or obsolete.
             - There is an error in the application program
             - There is an error in the SAPGUI or an integrated control
         Procedure
             1. Make sure that you have imported the appropriate Support
             Package, the current kernel, and GUI patch for the release of your
             system
             2. Check whether the error occurs locally on one or a few PCs, or
    generally on all PCs. Note whether the error only occurs for so
    users, for example because of a specific Customizing setting.
    If it only occurs locally, this suggests an installation proble
    with the PC. Check the installation; if necessary, reinstall th
    software. In the dump, search for the SY-MSGLI field, since it
    point to the cause of the error.
    3. Activate the Automation Trace (in accordance with SAP Note
    158985).
    4.Start the transaction and continue until the screen immediate
    before the dump.
    5. From the System -> Utilities menu, choose Autom. Queue,
    Synchronous Processing.
    The status bar of the GUI displays the text:
        "Automation synchron flush mode on"
    6. If you now proceed with the application, the short dump will
    display the ABAP call that caused the error; the Automation Tra
    will contain the error on the presentation server.
    7. If necessary, load the short dump and trace files on to
    sapservX, so that SAP can analyze them.
    Technical information about the message
    Message class....... "CNDP"
    Number.............. 006
    Variable 1.......... " "
    Variable 2.......... " "
    Variable 3.......... " "
    Variable 4.......... " "
    How to correct the error
        Probably the only way to eliminate the error is to correct the program.
        If the error occures in a non-modified SAP program, you may be able to
        find an interim solution in an SAP Note.
        If you have access to SAP Notes, carry out a search with the following
        keywords:
        "MESSAGE_TYPE_X" " "
        "SAPLOLEA" or "LOLEAU02"
        "AC_SYSTEM_FLUSH"
        If you cannot solve the problem yourself and want to send an error
        notification to SAP, include the following information:
        1. The description of the current problem (short dump)
           To save the description, choose "System->List->Save->Local File
        (Unconverted)".
        2. Corresponding system log
        Display the system log by calling transaction SM21.
        Restrict the time interval to 10 minutes before and five minutes
    after the short dump. Then choose "System->List->Save->Local File
    (Unconverted)".
    3. If the problem occurs in a problem of your own or a modified SAP
    program: The source code of the program
        In the editor, choose "Utilities->More
    Utilities->Upload/Download->Download".
    4. Details about the conditions under which the error occurred or which
    actions and input led to the error.
    plz. solve the problem

    Hi ,
    u need to look at how u are creating/adding the new Nodes to the ROOT ?
    ur tree should ne like this
    ROOT-->Material Type( Level 1)
    >Fert          (Level2 )
    >1001 (Level 3)
    >
    so better to check in the debug mode , how its working ?
    regards
    Prabhu

  • HT3275 My Time Machine Error persists even after changing from ex HDD to a new 3G Time Cap and using DU: "An error occurred while copying files. The problem may be temporary. If the problem persists, use Disk Utility to repair your backup disk."

    Thanks for your thoughts on this!

    Thanks for this Pondini!  I swapped back to my original 2TB back up from the new 3TB Time Cap with still no luck. It last succesfully backed up 16th June 2012 but has failed since then.  I'm getting multiple error -36's from the same folder ...Backup/599c... but involving different files eg .../02f... and .../03e... etc.  This is going to be a nightmare to exclude them all one at a time.  Can I just exclude the entire ...Backup/599c... folder?
    Dimitri.
    Aug  3 08:11:08 cathy-hatchs-imac.local com.apple.backupd[23752]: Error: (-36) SrcErr:YES Copying /Users/DIMITRI/Library/Application Support/MobileSync/Backup/599c5ea5c84fd845b43fab22ce6d0dba3246b5df/02f517f9d3de 637c63fad6447558fcea3f289734 to (null)
    Aug  3 08:12:08 cathy-hatchs-imac.local com.apple.backupd[23752]: Error: (-36) SrcErr:YES Copying /Users/DIMITRI/Library/Application Support/MobileSync/Backup/599c5ea5c84fd845b43fab22ce6d0dba3246b5df/03e718ec4f0e fa74179f2ddf4f690a397c7bfd83 to (null)
    Aug  3 08:12:47 cathy-hatchs-imac.local com.apple.backupd[23752]: Error: (-36) SrcErr:YES Copying /Users/DIMITRI/Library/Application Support/MobileSync/Backup/599c5ea5c84fd845b43fab22ce6d0dba3246b5df/0f4105650705 e06d625f3216693c054c7ab1bdba to (null)
    Aug  3 08:13:03 cathy-hatchs-imac.local com.apple.backupd[23752]: Error: (-36) SrcErr:YES Copying /Users/DIMITRI/Library/Application Support/MobileSync/Backup/599c5ea5c84fd845b43fab22ce6d0dba3246b5df/0f4f0381dc35 0a7b4911f13939631e8d19c9d3d6 to (null)
    Aug  3 08:13:37 cathy-hatchs-imac.local com.apple.backupd[23752]: Error: (-36) SrcErr:YES Copying /Users/DIMITRI/Library/Application Support/MobileSync/Backup/599c5ea5c84fd845b43fab22ce6d0dba3246b5df/114ae1ea6eda e56b90384d0fdb63290c0ca336c7 to (null)
    Aug  3 08:14:43 cathy-hatchs-imac.local com.apple.backupd[23752]: Error: (-36) SrcErr:YES Copying /Users/DIMITRI/Library/Application Support/MobileSync/Backup/599c5ea5c84fd845b43fab22ce6d0dba3246b5df/13e1187ef5a4 98ee59bd3a1ec80e0e148cd995fb to (null)
    Aug  3 08:15:17 cathy-hatchs-imac.local com.apple.backupd[23752]: Error: (-36) SrcErr:YES Copying /Users/DIMITRI/Library/Application Support/MobileSync/Backup/599c5ea5c84fd845b43fab22ce6d0dba3246b5df/180a9f76a50f f281515a50a5d89e3de044954ce3 to (null)

  • Browse cube - Change User: The following system error occurred: The user name or password is incorrect.

    Environment: Windows Server 2012, SSAS 2012 (11.0.5058)
    I have two identical SSAS Servers in the same domain. The SSAS project on machine B is a copy from machine A.
    On machine A I can browse the cube using a different user using the Change User button. But this doesn't work on machine B. Any suggestions where to look?
    Please mark the post as answered if it answers your question | My SSIS Blog:
    http://microsoft-ssis.blogspot.com |
    Twitter

    Hi SSISJoost,
    According to your description, you can browse the SQL Server Analysis Services cube in MachineA using the user IZP\bis2, the problem is that you cannot browse the same cube on MachineB using the same user, the error message is that "the username
    or password is incorrect", right?
    In a SSAS project, the Browser button is used to browse the deployed cube. So in your scenario, the issue can be caused by that you have only copy the project from machineA to machineB without deploy it. To avoid this issue, you can deploy this project to
    ServerB. Or create an Analysis Services Project based on an existing cube on ServerA. Please refer to the link below to see the details.
    https://technet.microsoft.com/en-us/library/ms365361%28v=sql.105%29.aspx?f=255&MSPPError=-2147217396
    Regards,
    Charlie Liao
    If you have any feedback on our support, please click
    here.
    Charlie Liao
    TechNet Community Support

  • Problem in changing PR using BAPI With Error User already processing  PR

    Hello Experts,
                          When i am using BAPI_PR_CHANGE,  to change PR . Since i have many number of PRs to be changed in , i am running the program in background . Issue now is that i am getting already PR is been changed (processed) by User(myself), so changes cannot be made and stooping the process of change. I am using  BAPI_TRANSACTION_COMMIT with WAIT also. but i coukd not change the PR in background. How can i over come this problem? How the lock entries shall be removed fast so that next PR is changed.
    Please help me out experts.
    Thanks in advance

    Hi,
    What you can do is through yur program ENQUEUE the pr then used bapi (along with commit)and then DEQUEUE the PR.
    This way yur locking problem will not come.
    Hope it helps.
    Regards
    Hiren K.Chitalia

  • Any example on how to change address using ShippingGroupFormHandler

    Can anyone explain ShippingGroupFormHandler with simple example including binding it with order items and on submitting the page it should go to billing page.

    Hi Puthanampatti,
    Thanks for your quick response, the usecase i have is when a pl/sql proc generates the csv file in the utl/tmp directory in our database, and that file will get moved to the specific folder in app server.
    now that folder needs to be under the context root, so that we can pass a http link to the user and if he clicks on the link that file needs to get download automatically with the same authentication what we have given to the application.
    ADF version used: 10.1.3.5
    oracle iAS version: 10.1.3.4.0
    Database versoin: Oracle Database 10g Enterprise Edition Release 10.2.0.5.0 - 64bi
    and also please guide us in which folder on the application server we need to move the files, so that whenever the user clicks on the link it should ask us the credentials. the security we used is LDAP authentication.
    thanks in advance.
    naga.

  • Error occured in Template Configtool

    Hi All,
    When i am launching the Template configtool i am getting the error
    (i.e) Error occured while working with Template configuration ep use type
    Msg:Error occured Secure store Lib Dir does not exist \SID\SYS\global\security\lib\tools
    I have seen the path mention there are .jar files existing
    Plz resolve this issue
    Regards
    Jay

    Hi ~
    I find  the solution.
    In a Netweaver 7.0 ehp2,
    templateconfig tool's properties is below directory
    /usr/sap/<SID>/JC10/j2ee/templateconfigurator.properties
    I change  GLOBAL_SAP_SHARE_DIR property value in the file
    $=/usr/sap/EPD/SYS/global/sapmnt > $=/usr/sap
    then error solved!
    thanks

  • Software update - error occurred while checking

    Hello
    When I try and use Software Update it fails to connect.
    When I use the preferences and "check now" the bar gets about 1 unit across and then a message box appears : "Failed to check for updates. Make sure you can connect to the internet, then try again."
    When OK is clicked the progress bar changes to "Last attempt: Failed: Error occurred while checking".
    I know I am connected as I can browse with safari. I followed some tips in other similar situations - deleting a preferences file - but that had no success.
    I have been trying for about a day now
    Powerbook G4 - 1GHz   Mac OS X (10.4.3)   512Mb ddr sdram

    Hi Robert, did you determine if this is global or not by creating a new user account? Name it "test" and see how your Sotware Update works in that User acct. (That will tell if your problem is systemwide or limited to your User acct.) This account is just for test, do nothing further with it.
    Open System Preferences >> Accounts >> "+" make it an admin account.
    Let us know and we'll troubleshoot this further.
    -mj
    [email protected]

  • "An error occurred while attempting to retrieve the KPI value from the list"

    Hi all.
    when I used KPI, this error occured:
    An error occurred while attempting to retrieve the KPI value from the list
    what happened?
    any suggestion.
    thanks.

    Hello,
    Unfortunatly, I don't have the option to re-create my SP list.  I have created my KPI list in the same site as the targeted list.  I have made all items available in the list view, I've tried several different list views, I still get the
    An error occurred while attempting to retrieve the KPI value from the list.
    message. 
    I am at a loss here, I've search the internet high a low and haven't found any helpful info. 
    In MOSS 2007 I've created a list with about 24 columns.  I need a KPI based on one of the columns.  I've tried to creat a view with that one column, I've tried to creat a view with all columns
    and make it the defualt column...  I don't know what else to try here.
    Any help would be very appriciated!
    Cheers,
    ~Bryan

  • I keep getting an error message that read  'an error occurred saving your changes to Apple database" while trying to upload an ebook using itunes producer? What gives

    I've been trying to upload a nebook using itunes producer but keep getting an error message ' an error occurred saving your changes to the Apple database. This may be a transient issue on the Apple side' What's going on? It's been giving me this mesage for the whole afternoon.

    Hi,
    Maybe the radio connection on the other end is not working. Hope this helps.
    xxmitchxx90

  • Change of IP address resulting in unknown error when publishing.

    Hi there,
    I was recently forced to change my IP address to a dedicated one as I transferred the data of my website and the podcast associated with it from a desktop to the Macbook I'm currently on. I am quite a novice in all these affairs and the amount of things I've failed to wrap my head around is leaving me feeling quite dejected!
    So the issue is that after I changed my IP address, all the individual pages turned to red (rather than just the ones that I had recently edited), which didn't strike me as that odd. Then it asked me if I wanted to do this update I would have to replace this folder, which I did. Then it began publishing like it normally would and it got about 2/5 of the way through and it all of a sudden stops saying that an Unknown Error occurred and that is it. I've tried multiple times only to be met with the same error message each time.
    I'm not sure how to attach screenshots, but here are some links via photobucket of what I'm seeing,
    http://i739.photobucket.com/albums/xx34/jottster/jottster_screenshot1.png
    http://i739.photobucket.com/albums/xx34/jottster/jottster_screenshot3.png
    http://i739.photobucket.com/albums/xx34/jottster/jottster_screenshot2.png
    I've contacted my domain hoster Godaddy who have been mostly helpful until now, as they say that the details I provided are too generic for them to be able to diagnose the problem and that from those screenshots, nothing appears to be wrong.
    It is most frustrating as I've just figured out all the podcast changes and now I go to update this and my website goes completely down. In fact now if I go to my website (www.soundofthought.net) it gives the owner of the space an option to login which I did using my Godaddy details and it took me to their Web Hosting Control Centre for my account. But I'm assuming that is because the website just isn't publishing.
    So if there is anybody out there that can help it would be greatly appreciated as I've just about reached my limit!
    Or even if there is a method for accessing a more detailed error log rather than just an Unknown Error has occurred because that really provides me with far little too information to go on.
    Thanks in advance,
    jottster

    I'm pretty much desperate so I will paste this entire error report even at the risk of appearing ridiculous. Any help would be greatly appreciated.
    Process: iWeb [835]
    Path: /Applications/iWeb.app/Contents/MacOS/iWeb
    Identifier: com.apple.iWeb
    Version: 3.0.3 (303)
    Build Info: iWeb-5010000~4
    Code Type: X86 (Native)
    Parent Process: launchd [99]
    Date/Time: 2011-04-08 08:14:25.044 -0300
    OS Version: Mac OS X 10.6.6 (10J567)
    Report Version: 6
    Interval Since Last Report: 21528 sec
    Crashes Since Last Report: 2
    Per-App Interval Since Last Report: 928 sec
    Per-App Crashes Since Last Report: 2
    Anonymous UUID: CC350309-B9EF-40BD-BA56-0D42573B9C7F
    Exception Type: EXCBADACCESS (SIGBUS)
    Exception Codes: KERNPROTECTIONFAILURE at 0x0000000000000000
    Crashed Thread: 0 Dispatch queue: com.apple.main-thread
    Thread 0 Crashed: Dispatch queue: com.apple.main-thread
    0 libJPEG.dylib 0x910fb4f1 vecycc_rgbxconvert + 711
    1 libJPEG.dylib 0x910fab98 sep_upsample + 182
    2 libJPEG.dylib 0x9110453c processdata_simplemain + 123
    3 libJPEG.dylib 0x910f8ad7 cg_jpeg_readscanlines + 150
    4 com.apple.ImageIO.framework 0x99255d28 copyImageBlockSetJPEG + 2970
    5 com.apple.ImageIO.framework 0x99240191 ImageProviderCopyImageBlockSetCallback + 174
    6 com.apple.CoreGraphics 0x9466e64b CGImageProviderCopyImageBlockSet + 228
    7 com.apple.CoreGraphics 0x94672e5c imgblockscreate + 348
    8 com.apple.CoreGraphics 0x94672ce1 imgblocksextent + 85
    9 com.apple.CoreGraphics 0x9460bb76 imgdatalock + 8882
    10 com.apple.CoreGraphics 0x94608c72 CGSImageDataLock + 172
    11 libRIP.A.dylib 0x95ab9750 ripc_AcquireImage + 2446
    12 libRIP.A.dylib 0x95ab73c6 ripc_DrawImage + 1245
    13 com.apple.CoreGraphics 0x946088ec CGContextDrawImage + 450
    14 com.apple.iWeb.sfrendering 0x00d78992 -[SFRBitmapRenderer drawInRect:] + 258
    15 com.apple.iWeb.sfdrawables 0x00947162 -[SFDTexturedImageFill _updateTintedRenderer] + 626
    16 com.apple.iWeb.sfdrawables 0x00919ba6 -[SFDTexturedImageFill renderingFill] + 230
    17 com.apple.iWeb 0x00176f0f 0x1000 + 1531663
    18 com.apple.iWeb 0x001759e5 0x1000 + 1526245
    19 com.apple.iWeb 0x0016ea6c 0x1000 + 1497708
    20 com.apple.iWeb 0x0016e74a 0x1000 + 1496906
    21 com.apple.iWeb 0x0016d428 0x1000 + 1492008
    22 com.apple.iWeb 0x0016cec7 0x1000 + 1490631
    23 com.apple.iWeb 0x0016679d 0x1000 + 1464221
    24 com.apple.iWeb 0x00165e5c 0x1000 + 1461852
    25 com.apple.iWeb 0x00164467 0x1000 + 1455207
    26 com.apple.iWeb 0x001417ac 0x1000 + 1312684
    27 com.apple.iWeb 0x0023b6c6 0x1000 + 2336454
    28 com.apple.iWeb 0x0023b735 0x1000 + 2336565
    29 com.apple.iWeb 0x00238f87 0x1000 + 2326407
    30 com.apple.AppKit 0x9748ac46 -[NSApplication sendAction:to:from:] + 112
    31 com.apple.sf.sfapplication 0x006fb794 -[SFAppApplication sendAction:to:from:] + 610
    32 com.apple.AppKit 0x9756a465 -[NSControl sendAction:to:] + 108
    33 com.apple.AppKit 0x97565f12 -[NSCell _sendActionFrom:] + 169
    34 com.apple.AppKit 0x97565209 -[NSCell trackMouse:inRect:ofView:untilMouseUp:] + 1808
    35 com.apple.AppKit 0x975ba8a1 -[NSButtonCell trackMouse:inRect:ofView:untilMouseUp:] + 524
    36 com.apple.AppKit 0x97563c5f -[NSControl mouseDown:] + 812
    37 com.apple.AppKit 0x97561c68 -[NSWindow sendEvent:] + 5549
    38 com.apple.AppKit 0x9747a817 -[NSApplication sendEvent:] + 6431
    39 com.apple.sf.sfapplication 0x006f73af -[SFAppApplication sendEvent:] + 789
    40 com.apple.AppKit 0x9740e2a7 -[NSApplication run] + 917
    41 com.apple.AppKit 0x974062d9 NSApplicationMain + 574
    42 com.apple.iWeb 0x0000bcbb 0x1000 + 44219
    43 com.apple.iWeb 0x00003eda 0x1000 + 11994
    Thread 1: Dispatch queue: com.apple.libdispatch-manager
    0 libSystem.B.dylib 0x960cb982 kevent + 10
    1 libSystem.B.dylib 0x960cc09c dispatch_mgrinvoke + 215
    2 libSystem.B.dylib 0x960cb559 dispatch_queueinvoke + 163
    3 libSystem.B.dylib 0x960cb2fe dispatch_workerthread2 + 240
    4 libSystem.B.dylib 0x960cad81 pthreadwqthread + 390
    5 libSystem.B.dylib 0x960cabc6 start_wqthread + 30
    Thread 2: com.apple.CFSocket.private
    0 libSystem.B.dylib 0x960c40c6 select$DARWIN_EXTSN + 10
    1 com.apple.CoreFoundation 0x94e35c83 __CFSocketManager + 1091
    2 libSystem.B.dylib 0x960d285d pthreadstart + 345
    3 libSystem.B.dylib 0x960d26e2 thread_start + 34
    Thread 3:
    0 libSystem.B.dylib 0x960caa12 _workqkernreturn + 10
    1 libSystem.B.dylib 0x960cafa8 pthreadwqthread + 941
    2 libSystem.B.dylib 0x960cabc6 start_wqthread + 30
    Thread 4:
    0 libSystem.B.dylib 0x960d30a6 _semwaitsignal + 10
    1 libSystem.B.dylib 0x960feee5 nanosleep$UNIX2003 + 188
    2 libSystem.B.dylib 0x960fee23 usleep$UNIX2003 + 61
    3 com.apple.AppKit 0x975b5fe1 -[NSUIHeartBeat _heartBeatThread:] + 2039
    4 com.apple.Foundation 0x962a4bf0 -[NSThread main] + 45
    5 com.apple.Foundation 0x962a4ba0 _NSThread__main_ + 1499
    6 libSystem.B.dylib 0x960d285d pthreadstart + 345
    7 libSystem.B.dylib 0x960d26e2 thread_start + 34
    Thread 5:
    0 libSystem.B.dylib 0x960a5142 semaphorewait_signaltrap + 10
    1 libSystem.B.dylib 0x960aac46 pthreadmutexlock + 490
    2 com.apple.Foundation 0x9629a74f -[NSLock lock] + 201
    3 SFWordProcessing 0x01047952 -[SFWPSpellThread pRun:] + 224
    4 com.apple.Foundation 0x962a4bf0 -[NSThread main] + 45
    5 com.apple.Foundation 0x962a4ba0 _NSThread__main_ + 1499
    6 libSystem.B.dylib 0x960d285d pthreadstart + 345
    7 libSystem.B.dylib 0x960d26e2 thread_start + 34
    Thread 0 crashed with X86 Thread State (32-bit):
    eax: 0x00000010 ebx: 0x910fb23b ecx: 0x9110f430 edx: 0x00000000
    edi: 0x02ec8a10 esi: 0x9110f420 ebp: 0xbfffca88 esp: 0xbfffc960
    ss: 0x0000001f efl: 0x00010202 eip: 0x910fb4f1 cs: 0x00000017
    ds: 0x0000001f es: 0x0000001f fs: 0x00000000 gs: 0x00000037
    cr2: 0x00000000
    Binary Images:
    0x1000 - 0x3cffe7 com.apple.iWeb 3.0.3 (303) <BBE744CE-67DA-642F-C227-FE9C183AE072> /Applications/iWeb.app/Contents/MacOS/iWeb
    0x486000 - 0x53bfe7 libcrypto.0.9.7.dylib 0.9.7 (compatibility 0.9.7) <0B69B1F5-3440-B0BF-957F-E0ADD49F13CB> /usr/lib/libcrypto.0.9.7.dylib
    0x581000 - 0x61fffc com.apple.MobileMe 11 (1.0.3) <B889EA46-59DF-719D-842D-C3A335B1AA88> /Applications/iWeb.app/Contents/Frameworks/MobileMe.framework/Versions/A/Mobile Me
    0x682000 - 0x6bbff7 com.apple.iWeb.SFAnimation 1.0 (0.0.1d1) <6759E456-36C2-3A90-1EEA-8CE2F4E3FAAD> /Applications/iWeb.app/Contents/Frameworks/SFAnimation.framework/Versions/A/SFA nimation
    0x6e7000 - 0x788ffb com.apple.sf.sfapplication 1.0.1 (1.0) <9E31D58E-584D-A978-D4D2-BBA34BA43691> /Applications/iWeb.app/Contents/Frameworks/SFApplication.framework/Versions/A/S FApplication
    0x7ee000 - 0x845ffb com.apple.iWeb.sfarchiving 1.0 (0.0.1d1) <9FCF61E7-0540-137E-49FB-05CB3027FC8F> /Applications/iWeb.app/Contents/Frameworks/SFArchiving.framework/Versions/A/SFA rchiving
    0x87e000 - 0x8c9ff3 com.apple.iWeb.SFControls 1.0 (20030306_1) <07CBC380-DBCA-7EEA-7841-926A93BC7A49> /Applications/iWeb.app/Contents/Frameworks/SFControls.framework/Versions/A/SFCo ntrols
    0x8fa000 - 0xa88fe3 com.apple.iWeb.sfdrawables 2.0 (2.0) <B6F41850-BCAC-8883-505F-F144FD3A5716> /Applications/iWeb.app/Contents/Frameworks/SFDrawables.framework/Versions/A/SFD rawables
    0xb58000 - 0xc0ffe3 com.apple.iWeb.sfinspectors 1.0 (1.0) <E84C09D8-82C3-F8C7-7FA6-620F26741AF2> /Applications/iWeb.app/Contents/Frameworks/SFInspectors.framework/Versions/A/SF Inspectors
    0xc71000 - 0xc9bff7 com.apple.iWeb.sflicense 1.0.1 (0.0.1d1) <6AEB0205-F83F-54F3-7FBF-1F06BC2781A5> /Applications/iWeb.app/Contents/Frameworks/SFLicense.framework/Versions/A/SFLic ense
    0xcb9000 - 0xd41fff com.apple.iWeb.proofreader 1.0 (1) <3CC80E4F-934C-E844-B4F2-1F711AC9EBCE> /Applications/iWeb.app/Contents/Frameworks/SFProofReader.framework/Versions/A/S FProofReader
    0xd52000 - 0xe5ffeb com.apple.iWeb.sfrendering 1.0 (1.0) <EBE92043-3A9E-985D-C6DD-11592B5E78B8> /Applications/iWeb.app/Contents/Frameworks/SFRendering.framework/Versions/A/SFR endering
    0xed0000 - 0xeeaff7 com.apple.iWeb.sfstyles 1.0 (1.0) <3B849143-B202-06EE-82B1-F787A82ED7C5> /Applications/iWeb.app/Contents/Frameworks/SFStyles.framework/Versions/A/SFStyl es
    0xefc000 - 0xfadff3 com.apple.iWeb.sfutility 1.0 (0.0.1d1) <3D433F20-A99F-2C4F-E67B-05A212177412> /Applications/iWeb.app/Contents/Frameworks/SFUtility.framework/Versions/A/SFUti lity
    0x1026000 - 0x1298fff +SFWordProcessing ??? (???) <46C3B1EB-1088-1C6D-4195-C0D8F6B65864> /Applications/iWeb.app/Contents/Frameworks/SFWordProcessing.framework/Versions/ A/SFWordProcessing
    0x13d8000 - 0x146aff7 +com.panic.FTPKit 1.2 (1.2) <9A6DDB6D-F28C-5E56-D2FF-CAABC1C4ED93> /Applications/iWeb.app/Contents/Frameworks/FTPKit.framework/Versions/A/FTPKit
    0x14b4000 - 0x14f0ff7 com.apple.OSAKit 1.2.1 (76) <6F598EE9-9973-5983-2A71-56FF1AB0081B> /System/Library/Frameworks/OSAKit.framework/Versions/A/OSAKit
    0x1514000 - 0x1520fe7 libexslt.0.dylib 9.13.0 (compatibility 9.0.0) <43856244-CC36-9DE9-3D60-D4F4D6F2825C> /usr/lib/libexslt.0.dylib
    0x1526000 - 0x154cfff libssl.0.9.7.dylib 0.9.7 (compatibility 0.9.7) <32607000-7573-6D51-ABC3-420B4A0D6629> /usr/lib/libssl.0.9.7.dylib
    0x276a000 - 0x276bff7 com.apple.iLMBAppDefPlugin 2.5.4 (252.1.7) <7A5DDDF6-DC0B-AC04-15C3-67B7AAB1AF7A> /Library/Application Support/iLifeMediaBrowser/Plug-Ins/iLMBAppDefPlugin.ilmbplugin/Contents/MacOS/i LMBAppDefPlugin
    0x279c000 - 0x279ffff com.apple.LiveType.component 2.1.3 (2.1.3) /Library/QuickTime/LiveType.component/Contents/MacOS/LiveType
    0x27a5000 - 0x27a8ff3 +com.divx.divxtoolkit 1.0 (1.0) /Library/Frameworks/DivX Toolkit.framework/Versions/A/DivX Toolkit
    0x27f3000 - 0x27f5ff7 com.apple.iLMBFolderPlugin 2.5.4 (252.1.7) <B9B13CB6-D668-1891-EAF5-2ED5AA5B4F09> /Library/Application Support/iLifeMediaBrowser/Plug-Ins/iLMBFolderPlugin.ilmbplugin/Contents/MacOS/i LMBFolderPlugin
    0x1567f000 - 0x156e4fde com.apple.LiveType.framework 2.1.3 (2.1.3) /System/Library/PrivateFrameworks/LiveType.framework/Versions/A/LiveType
    0x15704000 - 0x15759fdf +com.DivXInc.DivXDecoder 6.8.3.5 (6.8.3.5) /Library/QuickTime/DivX Decoder.component/Contents/MacOS/DivX Decoder
    0x158bb000 - 0x158dffe7 GLRendererFloat ??? (???) <1274B762-2FB9-48FE-EAFD-C459B2B4BECC> /System/Library/Frameworks/OpenGL.framework/Resources/GLRendererFloat.bundle/GL RendererFloat
    0x158e7000 - 0x158efff7 com.apple.iLMBAperturePlugin 2.5.4 (252.1.7) <D0F8BCE6-25FA-2841-4BF4-1737729059CA> /Library/Application Support/iLifeMediaBrowser/Plug-Ins/iLMBAperturePlugin.ilmbplugin/Contents/MacOS /iLMBAperturePlugin
    0x158f6000 - 0x158faff7 com.apple.iLMBGarageBandPlugin 2.5.4 (252.1.7) <6E1547CF-A32B-24A1-83A8-5C1E8B911DCD> /Library/Application Support/iLifeMediaBrowser/Plug-Ins/iLMBGarageBandPlugin.ilmbplugin/Contents/Mac OS/iLMBGarageBandPlugin
    0x15d00000 - 0x15e78fe7 GLEngine ??? (???) <3A6C5513-7428-2242-2892-B429C72343CB> /System/Library/Frameworks/OpenGL.framework/Resources/GLEngine.bundle/GLEngine
    0x15eaa000 - 0x162affe7 libclh.dylib 3.1.1 C (3.1.1) <745CBD72-DF1F-EC12-BE51-4EEA9847EADF> /System/Library/Extensions/GeForceGLDriver.bundle/Contents/MacOS/libclh.dylib
    0x16324000 - 0x1646dfe7 com.apple.iLMBAperture31Plugin 2.5.4 (252.1.7) <8520D6E2-E389-B9C5-7E1C-CAB5E6030A54> /Library/Application Support/iLifeMediaBrowser/Plug-Ins/iLMBAperture31Plugin.ilmbplugin/Contents/Mac OS/iLMBAperture31Plugin
    0x164ae000 - 0x164baff7 com.apple.iLMBiMoviePlugin 2.5.4 (252.1.7) <C8BB5CA7-3CE6-5109-26EA-05DE22B96886> /Library/Application Support/iLifeMediaBrowser/Plug-Ins/iLMBiMoviePlugin.ilmbplugin/Contents/MacOS/i LMBiMoviePlugin
    0x164c1000 - 0x164d5ffb com.apple.iLMBiPhoto8Plugin 2.5.4 (252.1.7) <31FA987B-29B1-4D12-2824-E6E7A2BE0D14> /Library/Application Support/iLifeMediaBrowser/Plug-Ins/iLMBiPhoto8Plugin.ilmbplugin/Contents/MacOS/ iLMBiPhoto8Plugin
    0x164dd000 - 0x16629fe7 com.apple.iLMBiPhoto9Plugin 2.5.4 (252.1.7) <9465185B-FBBE-1569-3FD1-DDD804598FF1> /Library/Application Support/iLifeMediaBrowser/Plug-Ins/iLMBiPhoto9Plugin.ilmbplugin/Contents/MacOS/ iLMBiPhoto9Plugin
    0x1666b000 - 0x16674ff7 com.apple.iLMBiPhotoPlugin 2.5.4 (252.1.7) <20D6F650-C979-928B-6FDB-C073CB52FAD5> /Library/Application Support/iLifeMediaBrowser/Plug-Ins/iLMBiPhotoPlugin.ilmbplugin/Contents/MacOS/i LMBiPhotoPlugin
    0x1667b000 - 0x16683ff7 com.apple.iLMBiTunesPlugin 2.5.4 (252.1.7) <7942BA7F-DA8D-8FDF-F771-FBE24BF508E8> /Library/Application Support/iLifeMediaBrowser/Plug-Ins/iLMBiTunesPlugin.ilmbplugin/Contents/MacOS/i LMBiTunesPlugin
    0x1668a000 - 0x1677dffb com.apple.iTunesAccess 10.1.2 (10.1.2) <F1C51CEA-0E37-3885-D774-751DBB9AFB42> /System/Library/PrivateFrameworks/iTunesAccess.framework/iTunesAccess
    0x167ab000 - 0x167adff7 com.apple.iLMBMoviesFolderPlugin 2.5.4 (252.1.7) <C535A2BD-52DD-236A-1AB3-645CB097CFEB> /Library/Application Support/iLifeMediaBrowser/Plug-Ins/iLMBMoviesFolderPlugin.ilmbplugin/Contents/M acOS/iLMBMoviesFolderPlugin
    0x167b2000 - 0x167b4ff7 com.apple.iLMBPhotoBoothPlugin 2.5.4 (252.1.7) <48B2EAB7-4467-C1D0-56CD-568F18A39130> /Library/Application Support/iLifeMediaBrowser/Plug-Ins/iLMBPhotoBoothPlugin.ilmbplugin/Contents/Mac OS/iLMBPhotoBoothPlugin
    0x8f0c8000 - 0x8f811ff7 com.apple.GeForceGLDriver 1.6.26 (6.2.6) <518182BB-5A3C-5F4C-3A84-17BB8E385BBF> /System/Library/Extensions/GeForceGLDriver.bundle/Contents/MacOS/GeForceGLDrive r
    0x8fe00000 - 0x8fe4162b dyld 132.1 (???) <A4F6ADCC-6448-37B4-ED6C-ABB2CD06F448> /usr/lib/dyld
    0x90003000 - 0x90009ff7 libCGXCoreImage.A.dylib 545.0.0 (compatibility 64.0.0) <DACD11D8-4B64-CD3B-C988-B1041E07D13A> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCGXCoreImage.A.dylib
    0x9000a000 - 0x90022ff7 com.apple.CFOpenDirectory 10.6 (10.6) <F9AFC571-3539-6B46-ABF9-46DA2B608819> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpen Directory.framework/Versions/A/CFOpenDirectory
    0x90023000 - 0x90f75fef com.apple.QuickTimeComponents.component 7.6.6 (1756) /System/Library/QuickTime/QuickTimeComponents.component/Contents/MacOS/QuickTim eComponents
    0x90f76000 - 0x90f9cffb com.apple.DictionaryServices 1.1.2 (1.1.2) <43E1D565-6E01-3681-F2E5-72AE4C3A097A> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Diction aryServices.framework/Versions/A/DictionaryServices
    0x90f9d000 - 0x90f9fff7 libRadiance.dylib ??? (???) <10048B4A-2AE8-A4E2-21B8-C6E7A8C5B76F> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libRadiance.dylib
    0x90fa0000 - 0x910affe7 com.apple.WebKit 6533.19 (6533.19.4) <A942073C-83DF-33ED-3D01-A24DE8AEAB3D> /System/Library/Frameworks/WebKit.framework/Versions/A/WebKit
    0x910b0000 - 0x910ebfe7 com.apple.DebugSymbols 1.1 (70) <05013716-CFCF-801E-5535-D0643869BDCD> /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbol s
    0x910ec000 - 0x91110ff7 libJPEG.dylib ??? (???) <46AF3A0F-2B8D-87B9-62D4-0905678A64DA> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libJPEG.dylib
    0x91111000 - 0x911c7ff7 libFontParser.dylib ??? (???) <33F62EE1-E457-C6FD-369E-E86745B94A4B> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libFontParser.dylib
    0x911c8000 - 0x91278ff3 com.apple.ColorSync 4.6.3 (4.6.3) <AA1076EA-7665-3005-A837-B661260DBE54> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ColorSync.framework/Versions/A/ColorSync
    0x91279000 - 0x9168fff7 libBLAS.dylib 219.0.0 (compatibility 1.0.0) <C4FB303A-DB4D-F9E8-181C-129585E59603> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libBLAS.dylib
    0x91690000 - 0x916c2fe3 libTrueTypeScaler.dylib ??? (???) <6E9D1A50-330E-F1F4-F93D-9ECC8A61B21A> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libTrueTypeScaler.dylib
    0x916c3000 - 0x916e9fe3 com.apple.speech.LatentSemanticMappingFramework 2.7.2 (2.7.2) <EB422111-E732-2AE0-0CFD-1D8B713B2EC9> /System/Library/Frameworks/LatentSemanticMapping.framework/Versions/A/LatentSem anticMapping
    0x916ea000 - 0x916ecff7 com.apple.securityhi 4.0 (36638) <38D36D4D-C798-6ACE-5FA8-5C001993AD6B> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.fr amework/Versions/A/SecurityHI
    0x916ed000 - 0x91ad3ffb com.apple.RawCamera.bundle 3.4.1 (546) <557C094F-BF8D-B298-E502-C4EE78914C55> /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera
    0x91ae4000 - 0x91af1fe7 libbz2.1.0.dylib 1.0.5 (compatibility 1.0.0) <6008C8AC-8DB1-B38B-52A9-9133533B0DA2> /usr/lib/libbz2.1.0.dylib
    0x91af2000 - 0x91ccdff3 libType1Scaler.dylib ??? (???) <A7AB841A-3F40-E0B8-ADDD-44014C7287C9> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libType1Scaler.dylib
    0x91cce000 - 0x91cd8ff7 com.apple.HelpData 2.0.4 (34) <9128FFEB-0F6C-B273-FCF4-D87A20227345> /System/Library/PrivateFrameworks/HelpData.framework/Versions/A/HelpData
    0x91cd9000 - 0x91cdeff7 com.apple.OpenDirectory 10.6 (10.6) <C1B46982-7D3B-3CC4-3BC2-3E4B595F0231> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
    0x91cdf000 - 0x91d17ff7 com.apple.LDAPFramework 2.0 (120.1) <001A70A8-3984-8E19-77A8-758893CC128C> /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP
    0x91e2c000 - 0x91f58ffb com.apple.MediaToolbox 0.484.20 (484.20) <D67788A2-B772-C5DB-B12B-173B2F8EE40B> /System/Library/PrivateFrameworks/MediaToolbox.framework/Versions/A/MediaToolbo x
    0x91f59000 - 0x91f89ff7 com.apple.MeshKit 1.1 (49.2) <ECFBD794-5D36-4405-6184-5568BFF29BF3> /System/Library/PrivateFrameworks/MeshKit.framework/Versions/A/MeshKit
    0x91fa0000 - 0x91fc0fe7 libresolv.9.dylib 41.0.0 (compatibility 1.0.0) <751955F3-21FB-A03A-4E92-1F3D4EFB8C5B> /usr/lib/libresolv.9.dylib
    0x91fc1000 - 0x91ffaff7 libcups.2.dylib 2.8.0 (compatibility 2.0.0) <E0D512DD-365D-46A0-F50C-435BC250424F> /usr/lib/libcups.2.dylib
    0x91ffb000 - 0x922f4fe7 com.apple.MessageFramework 4.4 (1082) <F3D9B838-3E4E-4632-7E75-36312BBFADF2> /System/Library/Frameworks/Message.framework/Versions/B/Message
    0x922f5000 - 0x924f2ff7 com.apple.JavaScriptCore 6533.19 (6533.19.1) <85A6BFDD-CBB6-7490-748D-8EA8B9B7FDD8> /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore
    0x924f3000 - 0x92567fef com.apple.CoreSymbolication 2.0 (23) <8A04EA5F-83F8-5E15-B2E0-8A727C9C4E8B> /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSy mbolication
    0x92594000 - 0x925ddfe7 libTIFF.dylib ??? (???) <AC1FC806-F7F4-174B-375F-FE5D6008666C> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libTIFF.dylib
    0x925de000 - 0x928feff3 com.apple.CoreServices.CarbonCore 861.23 (861.23) <B08756E4-32C5-CC33-0268-7C00A5ED7537> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonC ore.framework/Versions/A/CarbonCore
    0x928ff000 - 0x9299cfe3 com.apple.LaunchServices 362.2 (362.2) <F3952CAB-322F-A12F-57AF-8B91B1D76DDE> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchS ervices.framework/Versions/A/LaunchServices
    0x9299d000 - 0x929a7ff7 com.apple.bsd.ServiceManagement 1.1 (1.1) <9514F2B1-140A-6C2F-F2E5-9E0D9684B876> /System/Library/Frameworks/ServiceManagement.framework/Versions/A/ServiceManage ment
    0x929a8000 - 0x92a05ff7 com.apple.framework.IOKit 2.0 (???) <A769737F-E0D6-FB06-29B4-915CF4F43420> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
    0x92a06000 - 0x92ab0fe7 com.apple.CFNetwork 454.11.5 (454.11.5) <D8963574-285A-3BD6-6B25-07D39C6F67A4> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwo rk.framework/Versions/A/CFNetwork
    0x92ab1000 - 0x92ee6ff7 libLAPACK.dylib 219.0.0 (compatibility 1.0.0) <5E2D2283-57DE-9A49-1DB0-CD027FEFA6C2> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libLAPACK.dylib
    0x92ee7000 - 0x92eeaff7 libCoreVMClient.dylib ??? (???) <973B9E1F-70B3-2E76-B14B-E57F306AD2DF> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClien t.dylib
    0x92eeb000 - 0x92f6dffb SecurityFoundation ??? (???) <3670AE8B-06DA-C447-EB14-79423DB9C474> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoun dation
    0x92f6e000 - 0x92fa7fe7 com.apple.bom 10.0 (164) <CC61CCD7-F76C-45DD-6666-C0E0D07C7343> /System/Library/PrivateFrameworks/Bom.framework/Versions/A/Bom
    0x92fa8000 - 0x932ccfef com.apple.HIToolbox 1.6.4 (???) <4699C8BB-DE74-C530-564B-D131F74C9B54> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.fra mework/Versions/A/HIToolbox
    0x932cd000 - 0x9330fff7 libvDSP.dylib 268.0.1 (compatibility 1.0.0) <3F0ED200-741B-4E27-B89F-634B131F5E9E> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvDSP.dylib
    0x933e2000 - 0x933f6fe7 libbsm.0.dylib ??? (???) <14CB053A-7C47-96DA-E415-0906BA1B78C9> /usr/lib/libbsm.0.dylib
    0x933f7000 - 0x933f7ff7 com.apple.vecLib 3.6 (vecLib 3.6) <7362077A-890F-3AEF-A8AB-22247B10E106> /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
    0x933f8000 - 0x93420ff7 libxslt.1.dylib 3.24.0 (compatibility 3.0.0) <769EF4B2-C1AD-73D5-AAAD-1564DAEA77AF> /usr/lib/libxslt.1.dylib
    0x93421000 - 0x93428ff7 com.apple.agl 3.0.12 (AGL-3.0.12) <6877F0D8-0DCF-CB98-5304-913667FF50FA> /System/Library/Frameworks/AGL.framework/Versions/A/AGL
    0x93429000 - 0x9346cff7 com.apple.NavigationServices 3.5.4 (182) <753B8906-06C0-3AE0-3D6A-8FF5AC18ED12> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/NavigationSer vices.framework/Versions/A/NavigationServices
    0x9346d000 - 0x9348afe7 com.apple.DotMacSyncManager 2.0.3 (446.9) <11FAEB92-AA44-CFA4-F2D3-73687984BAFD> /System/Library/PrivateFrameworks/DotMacSyncManager.framework/Versions/A/DotMac SyncManager
    0x9348b000 - 0x934a6ff7 libPng.dylib ??? (???) <E14178E0-B92D-94EA-DACB-04F346D7534C> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libPng.dylib
    0x934a7000 - 0x934c8fe7 com.apple.opencl 12.3 (12.3) <DEA600BF-4F54-66B5-DB2F-DC57FD518543> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
    0x934c9000 - 0x934c9ff7 com.apple.Cocoa 6.6 (???) <EA27B428-5904-B00B-397A-185588698BCC> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
    0x934ca000 - 0x934caff7 com.apple.CoreServices 44 (44) <51CFA89A-33DB-90ED-26A8-67D461718A4A> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
    0x934cb000 - 0x93523fe7 com.apple.datadetectorscore 2.0 (80.7) <A40AA74A-9D13-2A6C-5440-B50905923251> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDe tectorsCore
    0x93524000 - 0x93528ff7 libGFXShared.dylib ??? (???) <9E14BE2F-C863-40E9-41A6-1BE9045663A0> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.d ylib
    0x93529000 - 0x9353bff7 com.apple.syncservices.syncservicesui 5.2 (578.3) <D3B86149-3466-B202-DBC1-06C575D451EB> /System/Library/PrivateFrameworks/SyncServicesUI.framework/Versions/A/SyncServi cesUI
    0x9353c000 - 0x9357cfe7 com.apple.DAVKit 4.0.3 (732) <BE678EDA-B46C-6733-C0DD-447012450C9A> /System/Library/PrivateFrameworks/DAVKit.framework/Versions/A/DAVKit
    0x9357d000 - 0x935baff7 com.apple.CoreMedia 0.484.20 (484.20) <105DDB24-E45F-5473-99E1-B09FDEAE4500> /System/Library/PrivateFrameworks/CoreMedia.framework/Versions/A/CoreMedia
    0x935bb000 - 0x935beff7 libCGXType.A.dylib 545.0.0 (compatibility 64.0.0) <B624AACE-991B-0FFA-2482-E69970576CE1> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCGXType.A.dylib
    0x935bf000 - 0x936edfe7 com.apple.CoreData 102.1 (251) <E6A457F0-A0A3-32CD-6C69-6286E7C0F063> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
    0x936ee000 - 0x93703fff com.apple.ImageCapture 6.0.1 (6.0.1) <E7ED2AC1-834C-A44E-531E-EC05F0496DBF> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture. framework/Versions/A/ImageCapture
    0x937b9000 - 0x937beff7 com.apple.AOSNotification 1.1.0 (123.3) <0386E48C-4095-1D2A-629A-83B7711550F3> /System/Library/PrivateFrameworks/AOSNotification.framework/Versions/A/AOSNotif ication
    0x93935000 - 0x9393dff7 com.apple.DisplayServicesFW 2.3.0 (283) <48D94761-7340-D029-99E3-9BE0262FAF22> /System/Library/PrivateFrameworks/DisplayServices.framework/Versions/A/DisplayS ervices
    0x9393e000 - 0x93948fe7 com.apple.audio.SoundManager 3.9.3 (3.9.3) <5F494955-7290-2D91-DA94-44B590191771> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CarbonSound.f ramework/Versions/A/CarbonSound
    0x93949000 - 0x93b2bfff com.apple.imageKit 2.0.3 (1.0) <B4DB05F7-01C5-35EE-7AB9-41BD9D63F075> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/ImageKit.fram ework/Versions/A/ImageKit
    0x93b2c000 - 0x93b3aff7 com.apple.opengl 1.6.12 (1.6.12) <9F13B279-F289-18AC-5D86-DCD52BAF087D> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
    0x93b54000 - 0x93c30ff3 com.apple.DiscRecording 5.0.8 (5080.4.1) <C064D05B-5191-2AC9-43B4-42DF0A466250> /System/Library/Frameworks/DiscRecording.framework/Versions/A/DiscRecording
    0x93c31000 - 0x93e38feb com.apple.AddressBook.framework 5.0.3 (875) <759B660B-00F6-F08C-37CD-69468C774B5E> /System/Library/Frameworks/AddressBook.framework/Versions/A/AddressBook
    0x93e39000 - 0x93e39ff7 liblangid.dylib ??? (???) <B99607FC-5646-32C8-2C16-AFB5EA9097C2> /usr/lib/liblangid.dylib
    0x93e3a000 - 0x93eb4fff com.apple.audio.CoreAudio 3.2.6 (3.2.6) <F7C9B01D-45AD-948B-2D26-9736524C1A33> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
    0x93eb5000 - 0x93ef7fe7 com.apple.MediaKit 10.3 (485) <C97C899A-6A9A-784D-2BC2-0376536BB6FC> /System/Library/PrivateFrameworks/MediaKit.framework/Versions/A/MediaKit
    0x93ef8000 - 0x9403bfef com.apple.QTKit 7.6.6 (1756) <4D809734-4E1B-8E18-C825-86C5422FC3DC> /System/Library/Frameworks/QTKit.framework/Versions/A/QTKit
    0x9403c000 - 0x94063ff7 com.apple.quartzfilters 1.6.0 (1.6.0) <879A3B93-87A6-88FE-305D-DF1EAED04756> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzFilters .framework/Versions/A/QuartzFilters
    0x94084000 - 0x9437dfef com.apple.QuickTime 7.6.6 (1756) <F08B13B6-31D7-BD18-DA87-A0CDFCF13B8F> /System/Library/Frameworks/QuickTime.framework/Versions/A/QuickTime
    0x9437e000 - 0x94416fe7 edu.mit.Kerberos 6.5.10 (6.5.10) <8B83AFF3-C074-E47C-4BD0-4546EED0D1BC> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
    0x94417000 - 0x94427ff7 libsasl2.2.dylib 3.15.0 (compatibility 3.0.0) <C8744EA3-0AB7-CD03-E639-C4F2B910BE5D> /usr/lib/libsasl2.2.dylib
    0x94428000 - 0x94496ff7 com.apple.QuickLookUIFramework 2.3 (327.6) <74706A08-5399-24FE-00B2-4A702A6B83C1> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuickLookUI.f ramework/Versions/A/QuickLookUI
    0x94497000 - 0x944dbfe7 com.apple.Metadata 10.6.3 (507.15) <A23633F1-E913-66C2-A073-E2B174C09B18> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadat a.framework/Versions/A/Metadata
    0x944dc000 - 0x944e7ff7 com.apple.CrashReporterSupport 10.6.6 (256) <C8FFD4F5-5B5B-8ED4-AD82-E434A76ADC96> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/Cra shReporterSupport
    0x944e8000 - 0x944eefff com.apple.CommonPanels 1.2.4 (91) <2438AF5D-067B-B9FD-1248-2C9987F360BA> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels. framework/Versions/A/CommonPanels
    0x944ef000 - 0x944efff7 com.apple.Carbon 150 (152) <9252D5F2-462D-2C15-80F3-109644D6F704> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
    0x944f0000 - 0x944fdff7 com.apple.AppleFSCompression 24.4 (1.0) <6D696284-020B-7F5C-226D-B820F0E981D2> /System/Library/PrivateFrameworks/AppleFSCompression.framework/Versions/A/Apple FSCompression
    0x944fe000 - 0x945c8fef com.apple.CoreServices.OSServices 357 (357) <CF9530AD-F581-B831-09B6-16D9F9283BFA> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServi ces.framework/Versions/A/OSServices
    0x945c9000 - 0x94db8557 com.apple.CoreGraphics 1.545.0 (???) <1AB39678-00D5-FB88-3B41-93D78348E0DE> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/CoreGraphics
    0x94db9000 - 0x94f34fe7 com.apple.CoreFoundation 6.6.4 (550.42) <C78D5079-663E-9734-7AFA-6CE79A0539F1> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    0x94f35000 - 0x94f7cffb com.apple.CoreMediaIOServices 134.0 (1160) <D4F40A28-4E31-3210-7C2B-59D8A1903FB2> /System/Library/PrivateFrameworks/CoreMediaIOServices.framework/Versions/A/Core MediaIOServices
    0x94f7d000 - 0x94f84ff7 com.apple.KerberosHelper 2.1 (1.0) <2E28DB03-60AF-1C7B-28B0-2768DFBF44EB> /System/Library/PrivateFrameworks/KerberosHelper.framework/Versions/A/KerberosH elper
    0x9507a000 - 0x9507aff7 com.apple.Accelerate.vecLib 3.6 (vecLib 3.6) <1DEC639C-173D-F808-DE0D-4070CC6F5BC7> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/vecLib
    0x9507b000 - 0x95156feb com.apple.DesktopServices 1.5.9 (1.5.9) <CED00AC1-924B-0E45-7D5E-1CEA8929F5BE> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/Desk topServicesPriv
    0x95157000 - 0x9525dff3 com.apple.DiskImagesFramework 10.6.5 (289) <B4E1799A-21F0-3E06-0537-2CC86D15D78A> /System/Library/PrivateFrameworks/DiskImages.framework/Versions/A/DiskImages
    0x9525e000 - 0x952abfeb com.apple.DirectoryService.PasswordServerFramework 6.0 (6.0) <BF66BA5D-BBC8-78A5-DBE2-F9DE3DD1D775> /System/Library/PrivateFrameworks/PasswordServer.framework/Versions/A/PasswordS erver
    0x952f3000 - 0x95329fff libtidy.A.dylib ??? (???) <0FD72C68-4803-4C5B-3A63-05D7394BFD71> /usr/lib/libtidy.A.dylib
    0x9532a000 - 0x953c5ff7 com.apple.ApplicationServices.ATS 4.4 (???) <ECB16606-4DF8-4AFB-C91D-F7947C26040F> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/ATS
    0x953c6000 - 0x95435ff7 com.apple.ISSupport 1.9.4 (52) <FC1E0AB0-1056-1CAC-430E-82197FEB5E85> /System/Library/PrivateFrameworks/ISSupport.framework/Versions/A/ISSupport
    0x95436000 - 0x95487ff7 com.apple.HIServices 1.8.2 (???) <F6EAC2D1-902A-9374-FC4B-43B50E054416> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ HIServices.framework/Versions/A/HIServices
    0x95488000 - 0x954a4fe3 com.apple.openscripting 1.3.1 (???) <DA16DE48-59F4-C94B-EBE3-7FAF772211A2> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting .framework/Versions/A/OpenScripting
    0x954a5000 - 0x954e4ff7 com.apple.ImageCaptureCore 1.0.3 (1.0.3) <7E02D104-F31C-CF72-71B4-DA5DF7B48337> /System/Library/Frameworks/ImageCaptureCore.framework/Versions/A/ImageCaptureCo re
    0x954e5000 - 0x954e6ff7 com.apple.MonitorPanelFramework 1.3.0 (1.3.0) <0EC4EEFF-477E-908E-6F21-ED2C973846A4> /System/Library/PrivateFrameworks/MonitorPanel.framework/Versions/A/MonitorPane l
    0x954e7000 - 0x95522feb libFontRegistry.dylib ??? (???) <4FB144ED-8AF9-27CF-B315-DCE5575D5231> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libFontRegistry.dylib
    0x95523000 - 0x95566ff7 libGLU.dylib ??? (???) <BB66EDB2-D5FE-61C9-21BE-747F9862819C> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
    0x95567000 - 0x9560fffb com.apple.QD 3.36 (???) <FA2785A4-BB69-DCB4-3BA3-7C89A82CAB41> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ QD.framework/Versions/A/QD
    0x95610000 - 0x9561bff7 libGL.dylib ??? (???) <48405993-0AE9-292B-6705-C3525528682A> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
    0x9561c000 - 0x9563bff7 com.apple.CoreVideo 1.6.2 (45.6) <EB53CAA4-5EE2-C356-A954-5775F7DDD493> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
    0x9563c000 - 0x9567cff3 com.apple.securityinterface 4.0.1 (40418) <26D84A83-F5B9-93CF-71BB-0712698181EE> /System/Library/Frameworks/SecurityInterface.framework/Versions/A/SecurityInter face
    0x9567d000 - 0x95781fe7 libcrypto.0.9.8.dylib 0.9.8 (compatibility 0.9.8) <BDEFA030-5E75-7C47-2904-85AB16937F45> /usr/lib/libcrypto.0.9.8.dylib
    0x95782000 - 0x95785ffb com.apple.help 1.3.1 (41) <67F1F424-3983-7A2A-EC21-867BE838E90B> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framewor k/Versions/A/Help
    0x9578b000 - 0x957c3fe7 libcurl.4.dylib 6.1.0 (compatibility 6.0.0) <242954AD-3BE1-29E8-E2E0-08063201F105> /usr/lib/libcurl.4.dylib
    0x957d1000 - 0x957d5ff7 libGIF.dylib ??? (???) <DA5758A4-71B0-DD6E-7402-B7FB15387569> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libGIF.dylib
    0x95809000 - 0x958b9fe3 com.apple.QuickTimeImporters.component 7.6.6 (1756) <9276DEF5-B027-75CD-A0EB-69709F903196> /System/Library/QuickTime/QuickTimeImporters.component/Contents/MacOS/QuickTime Importers
    0x958d3000 - 0x958fdff7 com.apple.framework.Admin 4.5 (4.5) <46734171-C58A-6989-C76C-AF651B27D802> /System/Library/PrivateFrameworks/Admin.framework/Versions/A/Admin
    0x958fe000 - 0x9594eff7 com.apple.Symbolication 1.1 (67) <E0C94D8B-4F12-49E6-BAA5-3B00441A047B> /System/Library/PrivateFrameworks/Symbolication.framework/Versions/A/Symbolicat ion
    0x959a0000 - 0x95a17ff3 com.apple.backup.framework 1.2.2 (1.2.2) <FE4C6311-EA63-15F4-2CF7-04CF7734F434> /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup
    0x95a27000 - 0x95aa2fff com.apple.AppleVAFramework 4.10.12 (4.10.12) <89C4EBE2-FE27-3160-0BD1-D0C2ED5F3605> /System/Library/PrivateFrameworks/AppleVA.framework/Versions/A/AppleVA
    0x95aa3000 - 0x95aa6fe7 libmathCommon.A.dylib 315.0.0 (compatibility 1.0.0) <1622A54F-1A98-2CBE-B6A4-2122981A500E> /usr/lib/system/libmathCommon.A.dylib
    0x95aa7000 - 0x95ae8ff7 libRIP.A.dylib 545.0.0 (compatibility 64.0.0) <16DAE1A5-937A-1CA2-D98F-2AF958B62993> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
    0x95ae9000 - 0x95af3ff7 com.apple.NSServerNotificationCenter 2.2 (2.2) <2E32AAD4-6DD9-AE40-D757-6EAB64CC7758> /System/Library/Frameworks/ServerNotification.framework/Versions/A/ServerNotifi cation
    0x95b1e000 - 0x95b64ff7 libauto.dylib ??? (???) <29422A70-87CF-10E2-CE59-FEE1234CFAAE> /usr/lib/libauto.dylib
    0x95b65000 - 0x95b79ffb com.apple.speech.synthesis.framework 3.10.35 (3.10.35) <57DD5458-4F24-DA7D-0927-C3321A65D743> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ SpeechSynthesis.framework/Versions/A/SpeechSynthesis
    0x95b7a000 - 0x95c57ff7 com.apple.vImage 4.0 (4.0) <64597E4B-F144-DBB3-F428-0EC3D9A1219E> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.fr amework/Versions/A/vImage
    0x95cb5000 - 0x95d02ff7 com.apple.ExchangeWebServices 1.3 (61) <B3705083-4186-5A27-6003-58E7264CAA3E> /System/Library/PrivateFrameworks/ExchangeWebServices.framework/Versions/A/Exch angeWebServices
    0x95d03000 - 0x95d2dff7 com.apple.shortcut 1.1 (1.1) <B0514FA9-7CAE-AD94-93CA-7B2A2C5F7B8A> /System/Library/PrivateFrameworks/Shortcut.framework/Versions/A/Shortcut
    0x95d2e000 - 0x95d8ffe7 com.apple.CoreText 3.5.0 (???) <BB50C045-25F5-65B8-B1DB-8CDAEF45EB46> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreText.framework/Versions/A/CoreText
    0x95d90000 - 0x95da0ff7 com.apple.DSObjCWrappers.Framework 10.6 (134) <81A0B409-3906-A98F-CA9B-A49E75007495> /System/Library/PrivateFrameworks/DSObjCWrappers.framework/Versions/A/DSObjCWra ppers
    0x95da1000 - 0x95e0fff7 com.apple.WhitePagesFramework 10.6.0 (140.0) <132A7CF8-D073-0F35-E9A4-777E5EBAC1EE> /System/Library/PrivateFrameworks/WhitePages.framework/Versions/A/WhitePages
    0x95e29000 - 0x95ea6ff7 com.apple.iLifeMediaBrowser 2.5.4 (468.1.1) <3B7F5895-B48D-A2E0-D708-58EC58EB9514> /System/Library/PrivateFrameworks/iLifeMediaBrowser.framework/Versions/A/iLifeM ediaBrowser
    0x95ea7000 - 0x95f27feb com.apple.SearchKit 1.3.0 (1.3.0) <9E18AEA5-F4B4-8BE5-EEA9-818FC4F46FD9> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchK it.framework/Versions/A/SearchKit
    0x95f28000 - 0x95f66ff7 com.apple.QuickLookFramework 2.3 (327.6) <66955C29-0C99-D02C-DB18-4952AFB4E886> /System/Library/Frameworks/QuickLook.framework/Versions/A/QuickLook
    0x95f67000 - 0x95f6bff7 IOSurface ??? (???) <D849E1A5-6B0C-2A05-2765-850EC39BA2FF> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
    0x95f6c000 - 0x960a3ff7 com.apple.CoreAUC 6.04.04 (6.04.04) <050D9D16-AAE7-3460-4318-8449574F26C7> /System/Library/PrivateFrameworks/CoreAUC.framework/Versions/A/CoreAUC
    0x960a4000 - 0x9624bff7 libSystem.B.dylib 125.2.1 (compatibility 1.0.0) <62291026-D016-705D-DC1E-FC2B09D47DE5> /usr/lib/libSystem.B.dylib
    0x9624c000 - 0x96283fe7 libssl.0.9.8.dylib 0.9.8 (compatibility 0.9.8) <7DCB5938-3140-E71A-92BD-8C242F30C8F5> /usr/lib/libssl.0.9.8.dylib
    0x96284000 - 0x9628dff7 com.apple.DiskArbitration 2.3 (2.3) <E9C40767-DA6A-6CCB-8B00-2D5706753000> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
    0x9628e000 - 0x96501fe7 com.apple.Foundation 6.6.4 (751.42) <ACC0BAEB-C590-7052-3AB2-86C207C3D6D4> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
    0x96502000 - 0x96603fe7 libxml2.2.dylib 10.3.0 (compatibility 10.0.0) <B4C5CD68-405D-0F1B-59CA-5193D463D0EF> /usr/lib/libxml2.2.dylib
    0x96604000 - 0x96610ff7 libkxld.dylib ??? (???) <F0E915AD-6B32-0D5E-D24B-B188447FDD23> /usr/lib/system/libkxld.dylib
    0x96611000 - 0x96642ff7 libGLImage.dylib ??? (???) <E3EC8E92-4DDD-E7B8-3D38-C5A5160A4930> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dyl ib
    0x96643000 - 0x96654ff7 com.apple.LangAnalysis 1.6.6 (1.6.6) <97511CC7-FE23-5AC3-2EE2-B5479FAEB316> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ LangAnalysis.framework/Versions/A/LangAnalysis
    0x96655000 - 0x96692ff7 com.apple.SystemConfiguration 1.10.5 (1.10.2) <362DF639-6E5F-9371-9B99-81C581A8EE41> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfi guration
    0x96693000 - 0x966f7ffb com.apple.htmlrendering 72 (1.1.4) <4D451A35-FAB6-1288-71F6-F24A4B6E2371> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HTMLRendering .framework/Versions/A/HTMLRendering
    0x966f8000 - 0x96752fe7 com.apple.CorePDF 1.3 (1.3) <696ADD5F-C038-A63B-4732-82E4109379D7> /System/Library/PrivateFrameworks/CorePDF.framework/Versions/A/CorePDF
    0x96753000 - 0x96759fe7 com.apple.CommerceCore 1.0 (6) <41C2A87D-93D8-56C1-9292-0400699F23C1> /System/Library/PrivateFrameworks/CommerceKit.framework/Versions/A/Frameworks/C ommerceCore.framework/Versions/A/CommerceCore
    0x9679b000 - 0x969fefff com.apple.security 6.1.1 (37594) <B6F2A8BF-C1B7-A0E2-83FB-4FF265E9BDDC> /System/Library/Frameworks/Security.framework/Versions/A/Security
    0x96aa9000 - 0x96babfef com.apple.MeshKitIO 1.1 (49.2) <34322CDD-E67E-318A-F03A-A3DD05201046> /System/Library/PrivateFrameworks/MeshKit.framework/Versions/A/Frameworks/MeshK itIO.framework/Versions/A/MeshKitIO
    0x96c04000 - 0x96c06fe7 com.apple.ExceptionHandling 1.5 (10) <21F37A49-E63B-121E-D406-1BBC94BEC762> /System/Library/Frameworks/ExceptionHandling.framework/Versions/A/ExceptionHand ling
    0x96c07000 - 0x96cb4fe7 libobjc.A.dylib 227.0.0 (compatibility 1.0.0) <DF8E4CFA-3719-3415-0BF1-E8C5E561C3B1> /usr/lib/libobjc.A.dylib
    0x96cb7000 - 0x96cc1ff7 com.apple.dotMacLegacy 3.2 (266) <6F2588BA-E801-1664-E60C-5BEC2AF924D0> /System/Library/PrivateFrameworks/DotMacLegacy.framework/Versions/A/DotMacLegac y
    0x96cc2000 - 0x96d0afff com.apple.iCalendar 1.0.3 (54) <1FF7C991-491D-6708-51C2-08FF8916BD84> /System/Library/PrivateFrameworks/iCalendar.framework/Versions/A/iCalendar
    0x96d0b000 - 0x96e06ffb com.apple.PubSub 1.0.5 (65.20) <6DD34479-F0B6-7A41-7229-A22BF8BFCAB5> /System/Library/Frameworks/PubSub.framework/Versions/A/PubSub
    0x96e07000 - 0x96f36fe3 com.apple.audio.toolbox.AudioToolbox 1.6.5 (1.6.5) <0A0F68E5-4806-DB51-764B-D97554B801AD> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
    0x96f37000 - 0x973f0ffb com.apple.VideoToolbox 0.484.20 (484.20) <E7B9F015-2569-43D7-5268-375ED937ECA5> /System/Library/PrivateFrameworks/VideoToolbox.framework/Versions/A/VideoToolbo x
    0x973f1000 - 0x973fcff7 libCSync.A.dylib 545.0.0 (compatibility 64.0.0) <CB2510BD-A5B3-9D90-5917-C73F6ECAC913> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib
    0x97404000 - 0x97ce4ff7 com.apple.AppKit 6.6.7 (1038.35) <ABC7783C-E4D5-B848-BED6-99451D94D120> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
    0x97ce5000 - 0x97ce5ff7 com.apple.quartzframework 1.5 (1.5) <CEB78F00-C5B2-3B3F-BF70-DD6D578719C0> /System/Library/Frameworks/Quartz.framework/Versions/A/Quartz
    0x97ce6000 - 0x97d08fef com.apple.DirectoryService.Framework 3.6 (621.9) <F2EEE9D7-D4FB-14F3-E647-ABD32754F557> /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryServi ce
    0x97da9000 - 0x97df9ff7 com.apple.framework.familycontrols 2.0.2 (2020) <AF7F86F1-F7BF-CBA8-7A4A-D8F7A19F9601> /System/Library/PrivateFrameworks/FamilyControls.framework/Versions/A/FamilyCon trols
    0x97dfb000 - 0x97e09fe7 libz.1.dylib 1.2.3 (compatibility 1.0.0) <3CE8AA79-F077-F1B0-A039-9103A4A02E92> /usr/lib/libz.1.dylib
    0x97e0a000 - 0x97e14ffb com.apple.speech.recognition.framework 3.11.1 (3.11.1) <EC0E69C8-A121-70E8-43CF-E6FC4C7779EC> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecogni tion.framework/Versions/A/SpeechRecognition
    0x97e15000 - 0x97f21ff7 libGLProgrammability.dylib ??? (???) <A077BFEA-19C6-9F48-2F36-8E4E55376F49> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgramma bility.dylib
    0x97f22000 - 0x9896dff7 com.apple.WebCore 6533.19 (6533.19.4) <DFCF1BC1-8BF3-E13E-F11B-C98CB36560FD> /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore.frame work/Versions/A/WebCore
    0x9896e000 - 0x98a27fe7 libsqlite3.dylib 9.6.0 (compatibility 9.0.0) <52438E77-55D1-C231-1936-76F1369518E4> /usr/lib/libsqlite3.dylib
    0x98a28000 - 0x98a29ff7 com.apple.TrustEvaluationAgent 1.1 (1) <FEB55E8C-38A4-CFE9-A737-945F39761B4C> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/Tru stEvaluationAgent
    0x98a4c000 - 0x98a53ff3 com.apple.print.framework.Print 6.1 (237.1) <F5AAE53D-5530-9004-A9E3-2C1690C5328E> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framewo rk/Versions/A/Print
    0x98a54000 - 0x98abefe7 libstdc++.6.dylib 7.9.0 (compatibility 7.0.0) <411D87F4-B7E1-44EB-F201-F8B4F9227213> /usr/lib/libstdc++.6.dylib
    0x98abf000 - 0x98ceaff3 com.apple.QuartzComposer 4.2 ({156.28}) <08AF01DC-110D-9443-3916-699DBDED0149> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzCompose r.framework/Versions/A/QuartzComposer
    0x98ceb000 - 0x98cebff7 com.apple.ApplicationServices 38 (38) <8012B504-3D83-BFBB-DA65-065E061CFE03> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Application Services
    0x98cec000 - 0x99057ff7 com.apple.QuartzCore 1.6.3 (227.34) <CC1C1631-D8D1-D416-171E-A1683274E479> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
    0x99058000 - 0x9909cfff MetadataLib.dylib 3.4.1 (compatibility 2.2.1) <66A034B9-85D6-438D-E8A3-B7D3F522A1AD> /System/Library/CoreServices/RawCamera.bundle/Contents/Resources/MetadataLib.dy lib
    0x9909d000 - 0x9909dff7 com.apple.Accelerate 1.6 (Accelerate 1.6) <BC501C9F-7C20-961A-B135-0A457667D03C> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
    0x9909e000 - 0x9914cff3 com.apple.ink.framework 1.3.3 (107) <57B54F6F-CE35-D546-C7EC-DBC5FDC79938> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework /Versions/A/Ink
    0x9914d000 - 0x99191ff3 com.apple.coreui 2 (114) <29F8F1A4-1C96-6A0F-4CC2-9B85CF83209F> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
    0x99192000 - 0x991c5ff7 com.apple.AE 496.4 (496.4) <7F34EC47-8429-3077-8158-54F5EA908C66> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.fram ework/Versions/A/AE
    0x991c6000 - 0x99235ff7 libvMisc.dylib 268.0.1 (compatibility 1.0.0) <2FC2178F-FEF9-6E3F-3289-A6307B1A154C> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvMisc.dylib
    0x99236000 - 0x993effeb com.apple.ImageIO.framework 3.0.4 (3.0.4) <C145139E-24C4-5A3D-B17C-809D528354B2> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/ImageIO
    0x993f0000 - 0x99572fe7 libicucore.A.dylib 40.0.0 (compatibility 1.0.0) <35DB7644-0780-D2AB-F6A9-45F28D2D434A> /usr/lib/libicucore.A.dylib
    0x99586000 - 0x99587ff7 com.apple.audio.units.AudioUnit 1.6.5 (1.6.5) <BE4C2495-B758-AD22-DCC0-56A6791E948E> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
    0x99588000 - 0x996caff7 com.apple.syncservices 5.2 (578.3) <16A29689-1A80-3065-C4E7-AEC6A3C05C2E> /System/Library/Frameworks/SyncServices.framework/Versions/A/SyncServices
    0x996cb000 - 0x996ddff7 com.apple.MultitouchSupport.framework 207.10 (207.10) <E1A6F663-570B-CE54-0F8A-BBCCDECE3B42> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/Multit ouchSupport
    0x996de000 - 0x998bafe7 com.apple.CalendarStore 4.0.4 (997) <3945580D-9062-DA47-2260-80114FBA17CD> /System/Library/Frameworks/CalendarStore.framework/Versions/A/CalendarStore
    0x998cf000 - 0x998dcff7 com.apple.NetFS 3.2.1 (3.2.1) <5E61A00B-FA16-9D99-A064-47BDC5BC9A2B> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
    0x998dd000 - 0x99933ff7 com.apple.MeshKitRuntime 1.1 (49.2) <F1EAE9EC-2DA3-BAFD-0A8C-6A3FFC96D728> /System/Library/PrivateFrameworks/MeshKit.framework/Versions/A/Frameworks/MeshK itRuntime.framework/Versions/A/MeshKitRuntime
    0x99934000 - 0x999c6fe7 com.apple.print.framework.PrintCore 6.3 (312.7) <7410D1B2-655D-68DA-D4B9-2C65747B6817> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ PrintCore.framework/Versions/A/PrintCore
    0x999c7000 - 0x99a40ff7 com.apple.PDFKit 2.5.1 (2.5.1) <CEF13510-F08D-3177-7504-7F8853906DE6> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/PDFKit.framew ork/Versions/A/PDFKit
    0xffff0000 - 0xffff1fff libSystem.B.dylib ??? (???) <62291026-D016-705D-DC1E-FC2B09D47DE5> /usr/lib/libSystem.B.dylib
    Model: MacBook5,1, BootROM MB51.007D.B03, 2 processors, Intel Core 2 Duo, 2.4 GHz, 4 GB, SMC 1.32f8
    Graphics: NVIDIA GeForce 9400M, NVIDIA GeForce 9400M, PCI, 256 MB
    Memory Module: global_name
    AirPort: spairportwireless_card_type_airportextreme (0x14E4, 0x8D), Broadcom BCM43xx 1.0 (5.10.131.36.1)
    Bluetooth: Version 2.3.8f7, 2 service, 12 devices, 1 incoming serial ports
    Network Service: AirPort, AirPort, en1
    Serial ATA Device: WDC WD7500BPVT-22HXZT1, 698.64 GB
    Serial ATA Device: MATSHITADVD-R UJ-868
    USB Device: Built-in iSight, 0x05ac (Apple Inc.), 0x8507, 0x24400000
    USB Device: BRCM2046 Hub, 0x0a5c (Broadcom Corp.), 0x4500, 0x06100000
    USB Device: Bluetooth USB Host Controller, 0x05ac (Apple Inc.), 0x8213, 0x06110000
    USB Device: IR Receiver, 0x05ac (Apple Inc.), 0x8242, 0x04500000
    USB Device: Apple Internal Keyboard / Trackpad, 0x05ac (Apple Inc.), 0x0236, 0x04600000

  • Another "An error occurred when attempting to change modules" error

    Hello all:
    After using Adobe Photoshop Lightroom on Mac OSX trouble free for the past 6 months, I opened up Lightroom today and received the following error: "An error occurred when attempting to change modules." I had not made any changes in between when it worked normally and when the error started to occur. I beleive the last thing I did before this error occurred was to go into the Print Module.
    Other information--I keep all my RAW .NEF files on an external Firewire (800) 750 GB drive. This is on Mac OS X 10.5 running Adobe Photoshop Lightroom 1.3 and also with 1.4.1. I'm running an iMac 20" with dual-core 2.2 Ghz Intel processors and 4 GB of RAM. I have around 25k images total.
    When I noticed this problem, I was on Lightroom 1.3. I immediately upgraded to 1.4.1, which did not solve the problem. I have also tried many suggestions in the forums including uninstalling the application and removing the .plist file.
    I thought I had come up with a solution by creating a new catalog, then importing the former into it. While this seems to work immediately after the import process, as soon as I close it, the problem manifests itself again.
    More details that may or (likely) may not help:
    - Going to the Develop and Print Modules gives me no problems. However, when I click on Library, Slideshow, or Web, I see the error.
    - I upgraded my Mac to the latest patch level after observing this error to no avail.
    So it looks like my choices are to create a new file and reimport every single time, or lose all of the work I've done for the past 6 months on thousands of images.
    Can anyone please help???? I promise to post the solution when we fix this darn thing so others may benefit. I'd be happy to run through any troubleshooting that y'all would suggest outside of switching to a Canon.
    Thanks!!!!
    Matt

    I'd first check for the existence of a file ending in .lock, which should be present when LR is in use, but if it exists when LR is quit, it can cause problems, and should be deleted.
    Please post back your results.

Maybe you are looking for

  • Supported date formats for sorting

    Can someone point me to a document describing the supported date formats for sorting? I mean, how should I format a date column in an XML dataset in order to have this column correctly sorted using the Spry framework? Thank you and sorry if the quest

  • Clustering/HA for Content Server

    Hi. Is it possible to run ACS in clustered environment (providing for all nodes a shared database and storage)? I'd like to prepare a HA solution for ACS and would like to know if I can have two tomcats on two nodes running simultaneously, or in hot

  • What are third party alternatives to Ovi Suite

    I really like my Nokia E63 Smartphone, and Nokia PC Suite is usable, I'll say no more than that. Unfortunately its replacement Nokia Ovi Suite, really is a dire application, appearing to have a UI designed by a child, and the coding done by someone c

  • SOS style beeps on P.O.S.T.

    What do 3 short, 3 long, 3 short beeps, mean at POST, on a MA876LL, iMac7,1? It does nothing else! No light on display. I looked in the answers for decoding beeps, but the listseems to show only one beep to five beeps, not a series as this. Could be

  • How to set up custom ring tone for a specific contact?

    If someone can guide me how to set up custom ring tone already downloaded from iTunes of a specifice  contact? Thanks.