Calcualtion script optimization

hi,
I have the following script which i m trying to optimize:
FIX( &ActualsMonths,
     @LEVMBRS ("B", 0), B is sparse dimension
     @LEVMBRS ("E", 0) E is sparse dimension
     @LEVMBRS ("BU", 0) BU is sparse dimension
     &ActualsYear)
     FIX( @RELATIVE("Net Income",0), dense account dimension
     @RELATIVE("Statistical Accounts",0), dense account dimesion
     @RELATIVE("MT",0), MT sparse dimension
     "Working", -----version level 0
     "HD", ----Product Level 0
     "P99999" ) project Level 0
          FIX( IS600 )-----> Level 0 from sparse dimension
               &CBS_NextScenario = "Actual"->"ALL Product"->"Project"->"IS300";
          ENDFIX;     
The member "IS300" is dynamic calc member from sparse dimension remaining all members are stored (Actual , ALL Product & Project) and member I600 is level 0 stored member
When i run this script it dosent copy any data nd runs for more then 5 hrs . After completing also i dont see any data in the target scenario.
Please anybody can let me know a work around to this?
Thanks in advance :)
Edited by: user4958421 on Jul 29, 2009 10:51 AM

hi Jake / Alp,
Thanks for your input.
IS600 member is a descendant of IS300 member and there is no exclusive calculation that i m doing on it. IS300 member is level1 member having 5 descendants among them one of it is IS600. So in the next secnario i want to get the
aggregated data of IS300 member Actual TO IS600 stored member in next scenario.
Alp u say copydata IS300 TO IS300new. for this what would be the syntax we would be using as IS300 is dynamic calc member so we cant use DATACOPY. how can we achieve this???
I dont think so in this case i can store the data in any new member as every time i try to do it that dynamic calc member would be involved for DATACOPY so would have to use cross dim thing everytime and would not be able to use
DATACOPY command directly.
As said by Jake i made changes in the script and it looks something like this:
//ESS_LOCALE English_UnitedStates.Latin1@Binary
SET CACHE HIGH;
SET UPDATECALC OFF;
SET AGGMISSG ON;
SET MSG SUMMARY;
SET NOTICE DEFAULT;
FIX( &ActualsMonths,
     @LEVMBRS ("B", 0),
     @LEVMBRS ("E", 0)
     @LEVMBRS ("BU", 0)
     FIX( @RELATIVE("Net Income",0),
          @RELATIVE("Statistical Accounts",0),
          @RELATIVE("MT",0),
          &CurYr,
          "Working",
          "HD",
          "P99999" )
          FIX( "IS600" )
          SET CREATEBLOCKONEQ ON;
               &NextScenario = "Actual"->"Final"->"ALLP"->"Project"->"IS300";
          ENDFIX;     
     ENDFIX;     
     ENDFIX;     
This script runs for more then 2 hrs and dosent complete so i killed the script.
Any suggestion?
Thanks :)
Edited by: user4958421 on Jul 30, 2009 8:28 AM

Similar Messages

  • Regarding calculation script optimization

    Hi,
    I have a gone through the calculation optimization in dbag.
    I have a calc script that needs to be optimized.
    So are there any particular ways that can be followed to optimize an calc script inoder to reduce the time taken to run.
    Thanks,
    Ram

    Hi,
    1. When you say , it needs optimized. Is it taking more time , or whats the issue.
    2. In addition to the standard recommendations in DBAG, you need to look your calculation script and which line of your script is taking time ( with the help of logs).
    3. NOt every standard recommendation would work , thats why consultants come handy.
    Sandeep Reddy Enti
    HCC
    http://hyperionconsultancy.com/

  • Report script optimization

    We have the following report script. Its taking 2 hrs to run .... but if we hard code the 70 accounts we get output in 1 min...we used these 3 functions to extract the level 0 accounts //<DIMBOTTOM "Account" //<LINK(<LEV("Account",0)) //<LINK(<LEV("Account",0) AND <IDESC("Account")).........................for these 3 functions its taking more time...but if we hard code the 70 accounts we get output in 1 min
    // DATA FORMATTING
    <SPARSE
    <SUPSHARE
    <QUOTEMBRNAMES
    <SORTNONE
    <ACCON
    <SYM
    {TABDELIMIT}
    {ROWREPEAT}
    {SUPFEED}
    {SUPHEADING}
    {SUPEMPTYROWS}
    {SUPMISSINGROWS}
    {SUPBRACKETS}
    {SUPCOMMAS}
    {SUPPAGEHEADING}
    {MISSINGTEXT "#MISSING"}
    {ZEROTEXT "0.00"}
    {UNDERSCORECHAR " "}
    {DECIMAL 2}
    {NOINDENTGEN}
    // DATA LAYOUT
    //<PAGE ("Project","ProjectYear")
    <ROW("Scenario","Year","Project","Entity","FundingSource","CostCenter","Campus","ProjectYear","Fund","Account")
    <COLUMN("Period")
    // DATA SELECTION
    "Budget"
    "FY09"
    "Project"
    "Draft"
    "Input"
    "PY09"
    <LINK((<LEV("Entity",0)) AND (<IDESC("Entity")))
    <LINK((<LEV("FundingSource",0)) AND (<IDESC("FundingSource")))
    <LINK((<LEV("CostCenter",0)) AND (<IDESC("CostCenter")))
    <LINK((<LEV("Campus",0)) AND (<IDESC("Campus")))
    <LINK((<LEV("Fund",0)) AND (<IDESC("Fund")))
    //<DIMBOTTOM "Account"
    //<LINK(<LEV("Account",0))
    //<LINK(<LEV("Account",0) AND <IDESC("Account"))
    <LINK((<LEV("Period",0)) AND (<IDESC("YearTotal")))
    //&BudgetYear
    //&ProjBudgetYear
    // This substitution variable needs to be updated every Fiscal Year at the start of
    // the Budget Formulation process using the Essbase Administration Services client
    // EXECUTE THE REPORT
    !

    hi, i just read your post. i'm not sure youre optimizing the order of the dimensions. try doing a level 0 export. then, use that order of dimensions in your report script for the Row command. if you need a different order of the fields use the ORDER command. see my example. i found that my needed order of fields took 6x longer than when i used the export order...also, my link command took longer when i put the dimbottom part last. you really just have to play around alot : \
    {SUPEMPTYROWS}
    {SUPMISSINGROWS}
    {SUPZEROROWS}
    //suppresses the automatic insertion of a page break
    {SUPFEED}
    {SUPCOMMAS}
    {SUPBRACKETS}
    {SUPPAGEHEADING}
    {SUPHEADING}
    {MISSINGTEXT "0.00"}
    { ROWREPEAT }
    //{TABDELIMIT}
    {DECIMAL 2}
    {NOINDENTGEN}
    //suppresses the display of duplicate shared members when you use generation or level names to extract data for your report.
    <SUPSHARE
    //forces a symmetric report, regardless of the data selection. Use SYM to change the symmetry of a report that Hyperion Essbase would create as an asymmetric report.
    //<SYM
    // 0 1 2 3 4 5 6
    //export order
    <ROW ("Business Units", VERSIONS, Products,TIME,ACCOUNTS,Departments)
    <SORTASC
    //col 7
    {CALCULATE COLUMN "DATA 2" = 6 }
    {ORDER 0 1 4 5 2 3  6 7 fixcolumns 8}
    {width 18 6 7}
    //COL0
    //<DIMBOTTOM "BUSINESS UNITS"
    {RENAME "B33000"} "BU 33000"
    {RENAME "B33009"} "BU 33009"
    {RENAME "B33010"} "BU 33010"
    {RENAME "B33030"} "BU 33030"
    {RENAME "B33050"}"BU 33050"
    {width 7 0}
    //COL1
    {RENAME "BUDGET    BUDGET     "} "2012 PLAN"
    {WIDTH 21 1}
    //COL2
    // "600000"
    <LINK (<DIMBOTTOM (Accounts) and not <MATCH (Accounts, 6?????) and not <MATCH (Accounts, 9?????) )
    {width 7 4}
    //COL3
    <DIMBOTTOM DEPARTMENTS
    {width 11 5}
    //COL4
    <DIMBOTTOM PRODUCTS
    {RENAME ""} "BLANK PRODUCT"
    {width 40 2}
    //COL5
    <SORTNONE
    {RENAME "USD     2012 001"}"PER01"
    {RENAME "USD     2012 002"}"PER02"
    {RENAME "USD     2012 003"}"PER03"
    {RENAME "USD     2012 004"}"PER04"
    {RENAME "USD     2012 005"}"PER05"
    {RENAME "USD     2012 006"}"PER06"
    {RENAME "USD     2012 007"}"PER07"
    {RENAME "USD     2012 008"}"PER08"
    {RENAME "USD     2012 009"}"PER09"
    {RENAME "USD     2012 010"}"PER10"
    {RENAME "USD     2012 011"}"PER11"
    {RENAME "USD     2012 012"}"PER12"
    {width 17 3}
    !

  • Custom Calculation Script almost works...

    I'm trying to creaet a form that uses a dropdown box to select the proper text for a text field.  I have created the form and the Custom Calculation for my Text box works great (Thanks to these forums!).
    The problem I am experincing now is that I want to be able to use an Add Page button to spawn another blank copy of the form within the file.  The page spawns correctlly (Once again thanks to these forums!), but My text fields in all of the pages only have the calculated value based upon the last page added.
    Here is my script to spawn the page based upon a template called "Additional Information":
    var a = this.getTemplate("Additional Information");
    a.spawn();
    resetFieldsOnPage(pageNum++);
    resetFieldsOnPage() is a document level javascript that is used to clear the form when it spawns and also to clear and indvidual page with the use of a Clear Button:
    function resetFieldsOnPage(p)
    var fields = [];
        for (var i=0; i<this.numFields; i++) {
            var f = this.getField(this.getNthFieldName(i));
            if (f==null) continue;
            if (f.page==p)
                fields.push(f.name);
        this.resetForm(fields);
    My Text field with the custom calaculation script looks like this:
    //var v = this.getField("Dropdown2").value;
    var v;
    var p = "P";
    var pagecount = this.pageNum;
    var AI= ".Additional Information.";
    var drop = "Dropdown21";
    var Value1013A = "VALUEA";
    var Value1013B = "VALUEB";
    var Value1013C = "VALUEC";
    var Value1013D = "VALUED";
    var Value1013E = "VALUEE";
    var Value1013F = "VALUEF";
    var Value1013G = "VALUEG";
    var Value1013H = "VALUEH.";
    var Value1015A = "VALUE105A";
    if (pagecount == "0") v = this.getField(drop).value;
        else v = this.getField(p+pagecount+AI+drop).value;
    if (v=="101-3 subd.A") this.event.value = Value1013A;
         else if (v=="101-3 subd.B") this.event.value = Value1013B;
         else if (v=="101-3 subd.C") this.event.value = Value1013C;
         else if (v=="101-3 subd.D") this.event.value = Value1013D;
         else if (v=="101-3 subd.E") this.event.value = Value1013E;
         else if (v=="101-3 subd.F") this.event.value = Value1013F;
         else if (v=="101-3 subd.G") this.event.value = Value1013G;
         else if (v=="101-3 subd.H") this.event.value = Value1013H;
         else if (v=="101-5 subd.A") this.event.value = Value1015A;
         else this.event.value = " ";
    I can add pages succesfully with the ADD PAGE button and the additional forms are blank.  As soon as I select a Value in dropdown21 on the new page, All the text boxes that have the above custom calcualtion script change to the value on the last page.  The last page is correct, but all the pages before it have changed.
    I have made sure that the form is blank before creating the template.  I have even exported a copy of the orginal page with no data in it and then imported it as a new page.  After the import I have changed all of the form field to completelly different names and then modified the script of the imported page before creating the template.  I just can't see the problem.  Any help is appreciated.  Thanks

    Simple field notation: Field 1 / Field 2
    Custom script:
    var v1 = +this.getField("Field 1").value;
    var v2 = +this.getField("Field 2").value;
    if (v2==0) event.value = "";
    else event.value = (v1 / v2);

  • Calc script basic

    what is the difference b/w these two scripts....does any of the below scripts optimize the performance?
    Fix( &CurrYr,&CurrVer)
    Agg ( "Department","Location","Project")
    ENDFIX
    Fix( &CurrYr,&CurrVer)
    Agg ( "Department")
    Agg ("Location")
    Agg ("Project")
    ENDFIX

    yeah they are basically same. Although, You might wanna agg the dimension in the order they are in the outline. I've seen a substantial improvement in some cases.

  • Optimize calculation

    What are the ways to do Calculation script optimization?

    Alll your posts seem to follow the same idea, how to.... how to....
    Unfortunately you won't get much help with questions like that on here.
    You should spend some time reading the docs and formulating useful questions that will be worth answering.
    Cheers
    John
    http://john-goodwin.blogspot.com/

  • LaserJet CP2025dn - Tray 1 Jammed - RIGHT OUT OF THE BOX

    I just bought a LaserJet CP2025dn. I followed the set-up instructions through Step 7, and when I powered up the printer, the screen said "Tray 1 jammed, clear jam then press OK" EVEN THOUGH THE THING HAS NEVER BEEN USED. i followed the instructions for clearing a jam, to no avail.
    This is not a very promising introduction to HP products. In fact I'm mad as you-know-what.
    Any suggestions on how to clear a built-jammed Tray 1 on a printer that has never been used?

    Hey Adam,
    Just follow the instructions I provided in your other topic regarding this. Rad is right, as I said in my instructions, it is VERY important to calibrate the battery. Also, the program called Maintenance that I told you to download that, you need to be sure to check the boxes for: Repair Permissions, Execute Maintenance Scripts, Optimize the system - Complete Optimization, ALL of the cleaning boxes, and ALL of the reset boxes except for Reset Spotlight. You should run this application at least once a month.
    Be sure you keep the MacBook box and all of the packaging in case you need to return or exchange it for any reason. Once you have done this, and the other things that I suggested in the other topic, have fun! I'm sure you will love verything about your new MacBook, and I'm sure you will also have a lot of questions. I think you know where to come to get those answered
    Hope this helps.
    -MRCUR
    Oh yeah, I'm a freshmen in High School so I will be around here for a while to answer all of your questions...

  • IE8 portal login with URL

    HI,
    We have a login problem with IE and portal 7.0.
    When we open login window in IE with IP address,
    http://192.168.3.33:50100/irj/portal
    all works and is OK, but with URL by name as
    http://bitest.you.com:50100/irj/portal
    we got an yellow '! ' mark in left corner of the IE and after username/password nothing happens - on error message, just the same login window. When you insert wrong password, error message is displayed.
    Doubble click on yello '!' mark shows message:
    Webpage error details
    User Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.0; Trident/4.0; SLCC1; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729)
    Timestamp: Mon, 21 Nov 2011 08:16:24 UTC
    Message: Invalid argument.
    Line: 127
    Char: 1
    Code: 0
    URI: http://bitest.you.com:50100/irj/portalapps/com.sap.portal.epcf.loader/script/optimize/js13_epcf.js?7.01000050
    On Firefox login works with IP address and with URL .
    192.168.3.33 bitest.you.com
    has been written in to the C:WindowsSystem32driversetchosts file in local PC.
    Have already read SAP Note 1462523 and iexplore -nomerge doesn't help.
    Regards,
    Mart

    Hi,
    SAP Support solves this problem and their answer is:
    Please note that the issue is not related to Enterprise Portal but
    caused by Internet Explorer.
    The issue is with the number of dots in the url (<host>.xxx.xx works
    perfectly well), but only with urls with the
    specific format, where the domain and sub-domain have two characters (
    <host>.xx.xx does't work) in your case 'eklsapbitest.yo.ee'.
    Internet Explorer does not allow cookies to be set for such a domain -
    it treats it as a top-level domain. Microsoft has acknowledged that thisis a problem in IE (cf. Microsoft Knowledge Base Article 310676:
    http://support.microsoft.com/default.aspx?scid=kb;en-us;310676).
    Microsoft has also provided a fix for this issue (which involves
    applying a service pack and editing the registry). In addition to this
    fix, you can have the below two workarounds:
    1. Redirect requests for 'eklsapbitest.yo.ee' to 'eklsapbitest.XXX.ee'.
    2. Change the portal domain from 'yo.ee' to 'xxx.yo.ee'
    Regards,
    Mart
    Edited by: Mart Mattikas on Dec 5, 2011 11:14 AM

  • Bitmap..hash tables?

    Hi guys, just 2 questions:
    1. There are four types of compression (bitmap, run-length encoding (RLE), zlib, and index-value)which affect disk space differently. What is the effect of chosing 'bitmap' on calc script optimization?
    2. What are hash tables?
    Edited by: user3952257 on 29-Apr-2010 07:56

    If you select bitmap, in newer versions, it will select bitmap, or index value pair block by block depending on the contents of the block. If you select RLE it will select the best of the three. Because of that I'm not sure why RLE is not the default

  • Customizing time of DSM.Terminator pop-up window

    Hello,
    when doing a "log out" from the portal the pop-up window of the DSM Terminator Component appears.
    On help.sap.com I found the following under the topic "Session Release Agent":
    ...To close the sessions, a small additional window is generated in the browser outside the visible screen area. This window is automatically closed after two seconds if the Transmission command has been processed...
    BUT I did not find any parameters to change this beaviour.
    My question is now where can I customize this period of two seconds? Or is it hard coded?
    Or is it possible to place the pop-up window in the background, lets say "behind" the portal browser window?
    Any other possibilities or ideas?
    Thanks and best regards
    Steffen

    Hi Steffen,
    first, welcome (back) on SDN
    About your question: That was more or less a tough one But here comes the solution:
    The value is set through the following code:
    myForm.Autoclose.value = (this.Debug) ? "" : "1000";
    It's hardcoded within JS-Files, but this way you can edit it easily: To be found under \usr\sap\<ID>\j2ee\j2ee_00\cluster\server\services\servlet_jsp\work\jspTemp\irj\root\portalapps\com.sap.portal.epcf.loader\script\[optimize|standard]\js1[?]_epcf.js
    Hope it helps
    Detlev
    PS: And you already know the thank-you-point-system on SDN, don't you?!

  • Evt has no properties

    hello all,
    I got error when I put JSP file to portal component.  It works in Tomcat.
    The client side error is,
    evt has no properties
    http://localhost:50100/irj/portalapps/com.sap.portal.epcf.loader/script/optimize/js13_epcf.js?6.45000702   Line 1418
    Thanks!
    James

    FireFox only recognizes the evt from window, while IE only recognizes evt from document. I guess you are trying to do something with the <b>document</b> in your script which does not work in FireFox. Try changing it.
    Hope it Helps
    Sudhir
    Reward with points if useful.

  • IPhoto crashes when I attempt to import photos from Mail

    Suddenly when I try to import photos from Mail, or from a folder for that matter, iPhoto crashes.
    I have trashed iPhoto.plist and used OnyX to repair permissions, run maint. scripts, optimize system, etc. I have about 50% hard drive available. I did report the crash one time to Apple.
    I have not updated or added any software recently.
    Any suggestions? Thanks.
    iMac G5 1.8 GHz PowerPC, 1 GB RAM   Mac OS X (10.4.9)   iPhoto 6.0.4, OWC Mercury Elite Ext. drive
    iMac G5   Mac OS X (10.4.7)  

    Okay, I updated both Quicktime and iPhoto and took the additional step of again trashing iPhoto preference and it is still a no go neither directly from Mail or drag an drop. I still get a crash. BTW I have no problem importing photos from my Canon camera.
    Any more ideas?
    Below is the Crash Log from my most recent attempts.
    Thanks.
    TAC
    ===== Display starts at offset 197272 within file of length 328344. ====
    ===== Use File->Reload (Cmd-R) to display more. ====
    iPhoto.app/Contents/NetServices/Bundles/BookService.NetService/Contents/MacOS/Bo okService
    0x4ec9000 - 0x4ed2fff com.apple.CalendarsService 6.0 /Applications/iPhoto.app/Contents/NetServices/Bundles/CalendarsService.NetServi ce/Contents/MacOS/CalendarsService
    0x4ed9000 - 0x4ee2fff com.apple.CardsService 6.0 /Applications/iPhoto.app/Contents/NetServices/Bundles/CardsService.NetService/C ontents/MacOS/CardsService
    0x50cb000 - 0x50defff com.apple.HomePageService 6.0 /Applications/iPhoto.app/Contents/NetServices/Bundles/HomePageService.NetServic e/Contents/MacOS/HomePageService
    0x50ea000 - 0x50effff com.apple.NetSlidesService 6.0 /Applications/iPhoto.app/Contents/NetServices/Bundles/NetSlidesService.NetServi ce/Contents/MacOS/NetSlidesService
    0x5205000 - 0x520ffff com.apple.PrintsService 6.0 /Applications/iPhoto.app/Contents/NetServices/Bundles/PrintsService.NetService/ Contents/MacOS/PrintsService
    0x54fa000 - 0x54fcfff com.apple.textencoding.unicode 2.0 /System/Library/TextEncodings/Unicode Encodings.bundle/Contents/MacOS/Unicode Encodings
    0x39d60000 - 0x39dbdfff com.apple.NetServices.NetServices 6.0 /Applications/iPhoto.app/Contents/NetServices/Frameworks/NetServices.framework/ Versions/A/NetServices
    0x3e5c0000 - 0x3e5c3fff com.apple.NetServices.BDRuleEngine 1.0.2 /Applications/iPhoto.app/Contents/NetServices/Frameworks/BDRuleEngine.framework /Versions/A/BDRuleEngine
    0x3e5f0000 - 0x3e5f8fff com.apple.NetServices.BDControl 1.0.5 /Applications/iPhoto.app/Contents/NetServices/Frameworks/BDControl.framework/Ve rsions/A/BDControl
    0x3e660000 - 0x3e68efff com.apple.MediaBrowser 2.0.2 (98) /Applications/iPhoto.app/Contents/Frameworks/MediaBrowser.framework/Versions/A/ MediaBrowser
    0x3e6f0000 - 0x3e773fff com.apple.DotMacKit 21 (3.0.1L) /Applications/iPhoto.app/Contents/Frameworks/DotMacKit.framework/Versions/A/Dot MacKit
    0x8fe00000 - 0x8fe52fff dyld 46.12 /usr/lib/dyld
    0x90000000 - 0x901bdfff libSystem.B.dylib /usr/lib/libSystem.B.dylib
    0x90215000 - 0x9021afff libmathCommon.A.dylib /usr/lib/system/libmathCommon.A.dylib
    0x9021c000 - 0x90269fff com.apple.CoreText 1.0.3 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreText.framework/Versions/A/CoreText
    0x90294000 - 0x90345fff ATS /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/ATS
    0x90374000 - 0x9072ffff com.apple.CoreGraphics 1.258.61 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/CoreGraphics
    0x907bc000 - 0x90895fff com.apple.CoreFoundation 6.4.7 (368.28) /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    0x908de000 - 0x908defff com.apple.CoreServices 10.4 (???) /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
    0x908e0000 - 0x909e2fff libicucore.A.dylib /usr/lib/libicucore.A.dylib
    0x90a3c000 - 0x90ac0fff libobjc.A.dylib /usr/lib/libobjc.A.dylib
    0x90aea000 - 0x90b5afff com.apple.framework.IOKit 1.4 (???) /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
    0x90b70000 - 0x90b82fff libauto.dylib /usr/lib/libauto.dylib
    0x90b89000 - 0x90e60fff com.apple.CoreServices.CarbonCore 681.10 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonC ore.framework/Versions/A/CarbonCore
    0x90ec6000 - 0x90f46fff com.apple.CoreServices.OSServices 4.1 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServi ces.framework/Versions/A/OSServices
    0x90f90000 - 0x90fd1fff com.apple.CFNetwork 4.0 (129.20) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwo rk.framework/Versions/A/CFNetwork
    0x90fe6000 - 0x90ffefff com.apple.WebServices 1.1.2 (1.1.0) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/WebServ icesCore.framework/Versions/A/WebServicesCore
    0x9100e000 - 0x9108ffff com.apple.SearchKit 1.0.5 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchK it.framework/Versions/A/SearchKit
    0x910d5000 - 0x910fefff com.apple.Metadata 10.4.4 (121.36) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadat a.framework/Versions/A/Metadata
    0x9110f000 - 0x9111dfff libz.1.dylib /usr/lib/libz.1.dylib
    0x91120000 - 0x912dbfff com.apple.security 4.6 (29770) /System/Library/Frameworks/Security.framework/Versions/A/Security
    0x913da000 - 0x913e3fff com.apple.DiskArbitration 2.1 /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
    0x913ea000 - 0x913f2fff libbsm.dylib /usr/lib/libbsm.dylib
    0x913f6000 - 0x9141efff com.apple.SystemConfiguration 1.8.3 /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfi guration
    0x91431000 - 0x9143cfff libgcc_s.1.dylib /usr/lib/libgcc_s.1.dylib
    0x91441000 - 0x914bcfff com.apple.audio.CoreAudio 3.0.4 /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
    0x914f9000 - 0x914f9fff com.apple.ApplicationServices 10.4 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Application Services
    0x914fb000 - 0x91533fff com.apple.AE 1.5 (297) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ AE.framework/Versions/A/AE
    0x9154e000 - 0x91620fff com.apple.ColorSync 4.4.9 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ColorSync.framework/Versions/A/ColorSync
    0x91673000 - 0x91704fff com.apple.print.framework.PrintCore 4.6 (177.13) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ PrintCore.framework/Versions/A/PrintCore
    0x9174b000 - 0x91802fff com.apple.QD 3.10.24 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ QD.framework/Versions/A/QD
    0x9183f000 - 0x9189dfff com.apple.HIServices 1.5.3 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ HIServices.framework/Versions/A/HIServices
    0x918cc000 - 0x918edfff com.apple.LangAnalysis 1.6.1 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ LangAnalysis.framework/Versions/A/LangAnalysis
    0x91901000 - 0x91926fff com.apple.FindByContent 1.5 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ FindByContent.framework/Versions/A/FindByContent
    0x91939000 - 0x9197bfff com.apple.LaunchServices 182 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ LaunchServices.framework/Versions/A/LaunchServices
    0x91997000 - 0x919abfff com.apple.speech.synthesis.framework 3.3 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ SpeechSynthesis.framework/Versions/A/SpeechSynthesis
    0x919b9000 - 0x919fffff com.apple.ImageIO.framework 1.5.4 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/ImageIO
    0x91a16000 - 0x91addfff libcrypto.0.9.7.dylib /usr/lib/libcrypto.0.9.7.dylib
    0x91b2b000 - 0x91b40fff libcups.2.dylib /usr/lib/libcups.2.dylib
    0x91b45000 - 0x91b63fff libJPEG.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libJPEG.dylib
    0x91b69000 - 0x91c20fff libJP2.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libJP2.dylib
    0x91c6f000 - 0x91c73fff libGIF.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libGIF.dylib
    0x91c75000 - 0x91cddfff libRaw.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libRaw.dylib
    0x91ce2000 - 0x91d1ffff libTIFF.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libTIFF.dylib
    0x91d26000 - 0x91d3ffff libPng.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libPng.dylib
    0x91d44000 - 0x91d47fff libRadiance.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libRadiance.dylib
    0x91d49000 - 0x91e27fff libxml2.2.dylib /usr/lib/libxml2.2.dylib
    0x91e47000 - 0x91e47fff com.apple.Accelerate 1.2.2 (Accelerate 1.2.2) /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
    0x91e49000 - 0x91f2efff com.apple.vImage 2.4 /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.fr amework/Versions/A/vImage
    0x91f36000 - 0x91f55fff com.apple.Accelerate.vecLib 3.2.2 (vecLib 3.2.2) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/vecLib
    0x91fc1000 - 0x9202ffff libvMisc.dylib /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvMisc.dylib
    0x9203a000 - 0x920cffff libvDSP.dylib /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvDSP.dylib
    0x920e9000 - 0x92671fff libBLAS.dylib /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libBLAS.dylib
    0x926a4000 - 0x929cffff libLAPACK.dylib /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libLAPACK.dylib
    0x929ff000 - 0x92aedfff libiconv.2.dylib /usr/lib/libiconv.2.dylib
    0x92af0000 - 0x92b78fff com.apple.DesktopServices 1.3.6 /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/Desk topServicesPriv
    0x92bb9000 - 0x92de4fff com.apple.Foundation 6.4.8 (567.29) /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
    0x92f11000 - 0x92f2ffff libGL.dylib /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
    0x92f3a000 - 0x92f94fff libGLU.dylib /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
    0x92fb2000 - 0x92fb2fff com.apple.Carbon 10.4 (???) /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
    0x92fb4000 - 0x92fc8fff com.apple.ImageCapture 3.0 /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture. framework/Versions/A/ImageCapture
    0x92fe0000 - 0x92ff0fff com.apple.speech.recognition.framework 3.4 /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecogni tion.framework/Versions/A/SpeechRecognition
    0x92ffc000 - 0x93011fff com.apple.securityhi 2.0 (203) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.fr amework/Versions/A/SecurityHI
    0x93023000 - 0x930aafff com.apple.ink.framework 101.2 (69) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework /Versions/A/Ink
    0x930be000 - 0x930c9fff com.apple.help 1.0.3 (32) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framewor k/Versions/A/Help
    0x930d3000 - 0x93100fff com.apple.openscripting 1.2.5 (???) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting .framework/Versions/A/OpenScripting
    0x9311a000 - 0x93129fff com.apple.print.framework.Print 5.2 (192.4) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framewo rk/Versions/A/Print
    0x93135000 - 0x9319bfff com.apple.htmlrendering 1.1.2 /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HTMLRendering .framework/Versions/A/HTMLRendering
    0x931cc000 - 0x9321bfff com.apple.NavigationServices 3.4.4 (3.4.3) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/NavigationSer vices.framework/Versions/A/NavigationServices
    0x93249000 - 0x93266fff com.apple.audio.SoundManager 3.9 /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CarbonSound.f ramework/Versions/A/CarbonSound
    0x93278000 - 0x93285fff com.apple.CommonPanels 1.2.2 (73) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels. framework/Versions/A/CommonPanels
    0x9328e000 - 0x9359cfff com.apple.HIToolbox 1.4.9 (???) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.fra mework/Versions/A/HIToolbox
    0x936ec000 - 0x936f8fff com.apple.opengl 1.4.7 /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
    0x936fd000 - 0x9371dfff com.apple.DirectoryService.Framework 3.1 /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryServi ce
    0x93771000 - 0x93771fff com.apple.Cocoa 6.4 (???) /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
    0x93773000 - 0x93da6fff com.apple.AppKit 6.4.7 (824.41) /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
    0x94133000 - 0x941a5fff com.apple.CoreData 91 (92.1) /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
    0x941de000 - 0x942a2fff com.apple.audio.toolbox.AudioToolbox 1.4.5 /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
    0x942f4000 - 0x942f4fff com.apple.audio.units.AudioUnit 1.4 /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
    0x942f6000 - 0x944b6fff com.apple.QuartzCore 1.4.12 /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
    0x94500000 - 0x9453dfff libsqlite3.0.dylib /usr/lib/libsqlite3.0.dylib
    0x94545000 - 0x94595fff libGLImage.dylib /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dyl ib
    0x9459e000 - 0x945b2fff com.apple.CoreVideo 1.4 /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
    0x9475b000 - 0x9476afff libCGATS.A.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCGATS.A.dylib
    0x94772000 - 0x9477ffff libCSync.A.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib
    0x947c5000 - 0x947defff libRIP.A.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
    0x947e5000 - 0x94ab4fff com.apple.QuickTime 7.1.3 /System/Library/Frameworks/QuickTime.framework/Versions/A/QuickTime
    0x94b77000 - 0x94be8fff libstdc++.6.dylib /usr/lib/libstdc++.6.dylib
    0x94c5b000 - 0x94c7bfff libmx.A.dylib /usr/lib/libmx.A.dylib
    0x94d83000 - 0x94eb3fff com.apple.AddressBook.framework 4.0.4 (485.1) /System/Library/Frameworks/AddressBook.framework/Versions/A/AddressBook
    0x94f45000 - 0x94f54fff com.apple.DSObjCWrappers.Framework 1.1 /System/Library/PrivateFrameworks/DSObjCWrappers.framework/Versions/A/DSObjCWra ppers
    0x94f5c000 - 0x94f89fff com.apple.LDAPFramework 1.4.1 (69.0.1) /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP
    0x94f90000 - 0x94fa0fff libsasl2.2.dylib /usr/lib/libsasl2.2.dylib
    0x94fa4000 - 0x94fd3fff libssl.0.9.7.dylib /usr/lib/libssl.0.9.7.dylib
    0x94fe3000 - 0x95000fff libresolv.9.dylib /usr/lib/libresolv.9.dylib
    0x953f2000 - 0x953f2fff com.apple.DiscRecording 3.1.3 (???) /System/Library/Frameworks/DiscRecording.framework/Versions/A/DiscRecording
    0x953f4000 - 0x95477fff com.apple.DiscRecordingEngine 3.1.3 /System/Library/Frameworks/DiscRecording.framework/Versions/A/Frameworks/DiscRe cordingEngine.framework/Versions/A/DiscRecordingEngine
    0x954a4000 - 0x954eafff com.apple.DiscRecordingContent 3.1.3 /System/Library/Frameworks/DiscRecording.framework/Versions/A/Frameworks/DiscRe cordingContent.framework/Versions/A/DiscRecordingContent
    0x95fbb000 - 0x95fbdfff com.apple.ExceptionHandling 1.2 (???) /System/Library/Frameworks/ExceptionHandling.framework/Versions/A/ExceptionHand ling
    0x96f66000 - 0x96f85fff com.apple.vecLib 3.2.2 (vecLib 3.2.2) /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
    0x9778b000 - 0x97798fff com.apple.agl 2.5.6 (AGL-2.5.6) /System/Library/Frameworks/AGL.framework/Versions/A/AGL
    0x98383000 - 0x98383fff com.apple.AppleAppSupport 1.4 /System/Library/PrivateFrameworks/AppleAppSupport.framework/Versions/A/AppleApp Support
    0x984b2000 - 0x984d4fff com.apple.DiscRecordingUI 3.1.3 /System/Library/Frameworks/DiscRecordingUI.framework/Versions/A/DiscRecordingUI
    0x98bc2000 - 0x99579fff com.apple.QuickTimeComponents.component 7.1.3 /System/Library/QuickTime/QuickTimeComponents.component/Contents/MacOS/QuickTim eComponents
    Host Name: ashby-catheys-imac-g5
    Date/Time: 2007-05-11 14:42:10.066 -0400
    OS Version: 10.4.9 (Build 8P135)
    Report Version: 4
    Command: iPhoto
    Path: /Applications/iPhoto.app/Contents/MacOS/iPhoto
    Parent: WindowServer [56]
    Version: 6.0.4 (6.0.4)
    Build Version: 2
    Project Name: iPhotoProject
    Source Version: 3050000
    PID: 898
    Thread: 5
    Exception: EXCBADACCESS (0x0001)
    Codes: KERNPROTECTIONFAILURE (0x0002) at 0x0000000c
    Thread 0:
    0 libSystem.B.dylib 0x9000b6e8 machmsgtrap + 8
    1 libSystem.B.dylib 0x9000b63c mach_msg + 60
    2 com.apple.CoreFoundation 0x907deba8 __CFRunLoopRun + 832
    3 com.apple.CoreFoundation 0x907de4ac CFRunLoopRunSpecific + 268
    4 com.apple.HIToolbox 0x93296b20 RunCurrentEventLoopInMode + 264
    5 com.apple.HIToolbox 0x932961b4 ReceiveNextEventCommon + 380
    6 com.apple.HIToolbox 0x93296020 BlockUntilNextEventMatchingListInMode + 96
    7 com.apple.AppKit 0x9377bae4 _DPSNextEvent + 384
    8 com.apple.AppKit 0x9377b7a8 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 116
    9 com.apple.AppKit 0x93777cec -[NSApplication run] + 472
    10 com.apple.AppKit 0x9386887c NSApplicationMain + 452
    11 com.apple.iPhoto 0x0000b05c 0x1000 + 41052
    12 com.apple.iPhoto 0x0000af04 0x1000 + 40708
    Thread 1:
    0 libSystem.B.dylib 0x9004aa08 syscallthreadswitch + 8
    1 com.apple.Foundation 0x92bf75dc +[NSThread sleepUntilDate:] + 152
    2 com.apple.AppKit 0x93818a10 -[NSUIHeartBeat _heartBeatThread:] + 1100
    3 com.apple.Foundation 0x92bdf1a0 forkThreadForFunction + 108
    4 libSystem.B.dylib 0x9002c0a8 pthreadbody + 96
    Thread 2:
    0 libSystem.B.dylib 0x9002f42c kevent + 12
    1 com.apple.DesktopServices 0x92af2eb0 TFSNotificationTask::FSNotificationTaskProc(void*) + 56
    2 ...ple.CoreServices.CarbonCore 0x90bc4868 PrivateMPEntryPoint + 76
    3 libSystem.B.dylib 0x9002c0a8 pthreadbody + 96
    Thread 3:
    0 libSystem.B.dylib 0x9002c768 semaphorewait_signaltrap + 8
    1 libSystem.B.dylib 0x9003124c pthreadcondwait + 480
    2 ...ple.CoreServices.CarbonCore 0x90bc4a58 MPWaitOnQueue + 224
    3 com.apple.DesktopServices 0x92af352c TNodeSyncTask::SyncTaskProc(void*) + 116
    4 ...ple.CoreServices.CarbonCore 0x90bc4868 PrivateMPEntryPoint + 76
    5 libSystem.B.dylib 0x9002c0a8 pthreadbody + 96
    Thread 4:
    0 libSystem.B.dylib 0x9001fc2c select + 12
    1 com.apple.CoreFoundation 0x907f1434 __CFSocketManager + 472
    2 libSystem.B.dylib 0x9002c0a8 pthreadbody + 96
    Thread 5 Crashed:
    0 com.apple.ColorSync 0x91552cd4 CheckValidProfile + 16
    1 com.apple.ColorSync 0x91553b34 CMCloseProfile + 24
    2 com.apple.iPhoto 0x001a1c40 0x1000 + 1707072
    3 com.apple.iPhoto 0x001a20cc 0x1000 + 1708236
    4 com.apple.iPhoto 0x0012dbf0 0x1000 + 1231856
    5 com.apple.iPhoto 0x000cf850 0x1000 + 845904
    6 ...ple.CoreServices.CarbonCore 0x90bf95f4 InvokeDeferredTaskUPP + 24
    7 com.apple.iPhoto 0x0021afc4 0x1000 + 2203588
    8 libSystem.B.dylib 0x9002c0a8 pthreadbody + 96
    Thread 6:
    0 libSystem.B.dylib 0x90055648 semaphoretimedwait_signaltrap + 8
    1 libSystem.B.dylib 0x90071e88 pthreadcond_timedwait_relativenp + 556
    2 ...ple.CoreServices.CarbonCore 0x90bf74b8 TSWaitOnSemaphoreCommon + 176
    3 ...ickTimeComponents.component 0x98bd97c4 ReadSchedulerThreadEntryPoint + 5300
    4 libSystem.B.dylib 0x9002c0a8 pthreadbody + 96
    Thread 7:
    0 libSystem.B.dylib 0x90055648 semaphoretimedwait_signaltrap + 8
    1 libSystem.B.dylib 0x90071e88 pthreadcond_timedwait_relativenp + 556
    2 ...ple.CoreServices.CarbonCore 0x90bf74b8 TSWaitOnSemaphoreCommon + 176
    3 ...ple.CoreServices.CarbonCore 0x90c01f60 AIOFileThread(void*) + 520
    4 libSystem.B.dylib 0x9002c0a8 pthreadbody + 96
    Thread 5 crashed with PPC Thread State 64:
    srr0: 0x0000000091552cd4 srr1: 0x100000000200f030 vrsave: 0x0000000000000000
    cr: 0x22422242 xer: 0x0000000000000000 lr: 0x0000000091553b34 ctr: 0x0000000091553b1c
    r0: 0x0000000000000000 r1: 0x00000000f02138b0 r2: 0x00000000000000ec r3: 0x0000000000000004
    r4: 0x0000000000000048 r5: 0x000000000000009c r6: 0x00000000ffffffff r7: 0x0000000000000002
    r8: 0x0000000000000000 r9: 0x0000000000000001 r10: 0x00000000947e6970 r11: 0x0000000048422248
    r12: 0x0000000091553b1c r13: 0x0000000000000000 r14: 0x0000000000000000 r15: 0x0000000000000000
    r16: 0x0000000028420222 r17: 0x00000000004a0000 r18: 0x00000000004a0000 r19: 0x000000000524de50
    r20: 0x00000000052860f0 r21: 0x0000000005c124e0 r22: 0x0000000000000000 r23: 0x000000000524efb0
    r24: 0x000000000526d780 r25: 0x0000000006a13110 r26: 0x0000000000000006 r27: 0x0000000000000001
    r28: 0x0000000000000000 r29: 0x000000000072c184 r30: 0x0000000000000004 r31: 0x000000000072c1d4
    Binary Images Description:
    0x1000 - 0x464fff com.apple.iPhoto 6.0.4 /Applications/iPhoto.app/Contents/MacOS/iPhoto
    0x4d0b000 - 0x4d0cfff com.apple.framework.iPhoto.BlackAndWhiteEffect 6.0 /Applications/iPhoto.app/Contents/PlugIns/BlackAndWhiteEffect.IAPlugin/Contents /MacOS/BlackAndWhiteEffect
    0x4d10000 - 0x4d12fff com.apple.framework.iPhoto.CubeTransition 6.0 /Applications/iPhoto.app/Contents/PlugIns/CubeTransition.IAPlugin/Contents/MacO S/CubeTransition
    0x4d16000 - 0x4d17fff com.apple.framework.iPhoto.DissolveTransition 6.0 /Applications/iPhoto.app/Contents/PlugIns/DissolveTransition.IAPlugin/Contents/ MacOS/DissolveTransition
    0x4d1b000 - 0x4d1dfff com.apple.framework.iPhoto.DropletTransition 6.0 /Applications/iPhoto.app/Contents/PlugIns/DropletTransition.IAPlugin/Contents/M acOS/DropletTransition
    0x4d21000 - 0x4d22fff com.apple.framework.iPhoto.FadeThroughBlackTransition 6.0 /Applications/iPhoto.app/Contents/PlugIns/FadeThroughBlackTransition.IAPlugin/C ontents/MacOS/FadeThroughBlackTransition
    0x4d26000 - 0x4d27fff com.apple.framework.iPhoto.FlipTransition 6.0 /Applications/iPhoto.app/Contents/PlugIns/FlipTransition.IAPlugin/Contents/MacO S/FlipTransition
    0x4d2b000 - 0x4d2dfff com.apple.framework.iPhoto.MosaicFlipTransition 6.0 /Applications/iPhoto.app/Contents/PlugIns/MosaicFlipTransition.IAPlugin/Content s/MacOS/MosaicFlipTransition
    0x4d31000 - 0x4d33fff com.apple.framework.iPhoto.MosaicFlipTransitionSmall 6.0 /Applications/iPhoto.app/Contents/PlugIns/MosaicFlipTransitionSmall.IAPlugin/Co ntents/MacOS/MosaicFlipTransitionSmall
    0x4d37000 - 0x4d3bfff com.apple.framework.iPhoto.PageFlipTransition 6.0 /Applications/iPhoto.app/Contents/PlugIns/PageFlipTransition.IAPlugin/Contents/ MacOS/PageFlipTransition
    0x4d40000 - 0x4d41fff com.apple.framework.iPhoto.PushTransition 6.0 /Applications/iPhoto.app/Contents/PlugIns/PushTransition.IAPlugin/Contents/MacO S/PushTransition
    0x4d45000 - 0x4d46fff com.apple.framework.iPhoto.RevealTransition 6.0 /Applications/iPhoto.app/Contents/PlugIns/RevealTransition.IAPlugin/Contents/Ma cOS/RevealTransition
    0x4d4a000 - 0x4d4bfff com.apple.framework.iPhoto.SepiaEffect 6.0 /Applications/iPhoto.app/Contents/PlugIns/SepiaEffect.IAPlugin/Contents/MacOS/S epiaEffect
    0x4d4f000 - 0x4d51fff com.apple.framework.iPhoto.TwirlTransition 6.0 /Applications/iPhoto.app/Contents/PlugIns/TwirlTransition.IAPlugin/Contents/Mac OS/TwirlTransition
    0x4d55000 - 0x4d56fff com.apple.framework.iPhoto.WipeTransition 6.0 /Applications/iPhoto.app/Contents/PlugIns/WipeTransition.IAPlugin/Contents/MacO S/WipeTransition
    0x4fdb000 - 0x4fddfff com.apple.textencoding.unicode 2.0 /System/Library/TextEncodings/Unicode Encodings.bundle/Contents/MacOS/Unicode Encodings
    0x5633000 - 0x563dfff com.apple.BookService 6.0 /Applications/iPhoto.app/Contents/NetServices/Bundles/BookService.NetService/Co ntents/MacOS/BookService
    0x5644000 - 0x564dfff com.apple.CalendarsService 6.0 /Applications/iPhoto.app/Contents/NetServices/Bundles/CalendarsService.NetServi ce/Contents/MacOS/CalendarsService
    0x5654000 - 0x565dfff com.apple.CardsService 6.0 /Applications/iPhoto.app/Contents/NetServices/Bundles/CardsService.NetService/C ontents/MacOS/CardsService
    0x5664000 - 0x5677fff com.apple.HomePageService 6.0 /Applications/iPhoto.app/Contents/NetServices/Bundles/HomePageService.NetServic e/Contents/MacOS/HomePageService
    0x5683000 - 0x5688fff com.apple.NetSlidesService 6.0 /Applications/iPhoto.app/Contents/NetServices/Bundles/NetSlidesService.NetServi ce/Contents/MacOS/NetSlidesService
    0x568d000 - 0x5697fff com.apple.PrintsService 6.0 /Applications/iPhoto.app/Contents/NetServices/Bundles/PrintsService.NetService/ Contents/MacOS/PrintsService
    0x39d60000 - 0x39dbdfff com.apple.NetServices.NetServices 6.0 /Applications/iPhoto.app/Contents/NetServices/Frameworks/NetServices.framework/ Versions/A/NetServices
    0x3e5c0000 - 0x3e5c3fff com.apple.NetServices.BDRuleEngine 1.0.2 /Applications/iPhoto.app/Contents/NetServices/Frameworks/BDRuleEngine.framework /Versions/A/BDRuleEngine
    0x3e5f0000 - 0x3e5f8fff com.apple.NetServices.BDControl 1.0.5 /Applications/iPhoto.app/Contents/NetServices/Frameworks/BDControl.framework/Ve rsions/A/BDControl
    0x3e660000 - 0x3e68efff com.apple.MediaBrowser 2.0.2 (98) /Applications/iPhoto.app/Contents/Frameworks/MediaBrowser.framework/Versions/A/ MediaBrowser
    0x3e6f0000 - 0x3e773fff com.apple.DotMacKit 21 (3.0.1L) /Applications/iPhoto.app/Contents/Frameworks/DotMacKit.framework/Versions/A/Dot MacKit
    0x8fe00000 - 0x8fe52fff dyld 46.12 /usr/lib/dyld
    0x90000000 - 0x901bdfff libSystem.B.dylib /usr/lib/libSystem.B.dylib
    0x90215000 - 0x9021afff libmathCommon.A.dylib /usr/lib/system/libmathCommon.A.dylib
    0x9021c000 - 0x90269fff com.apple.CoreText 1.0.3 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreText.framework/Versions/A/CoreText
    0x90294000 - 0x90345fff ATS /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/ATS
    0x90374000 - 0x9072ffff com.apple.CoreGraphics 1.258.61 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/CoreGraphics
    0x907bc000 - 0x90895fff com.apple.CoreFoundation 6.4.7 (368.28) /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    0x908de000 - 0x908defff com.apple.CoreServices 10.4 (???) /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
    0x908e0000 - 0x909e2fff libicucore.A.dylib /usr/lib/libicucore.A.dylib
    0x90a3c000 - 0x90ac0fff libobjc.A.dylib /usr/lib/libobjc.A.dylib
    0x90aea000 - 0x90b5afff com.apple.framework.IOKit 1.4 (???) /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
    0x90b70000 - 0x90b82fff libauto.dylib /usr/lib/libauto.dylib
    0x90b89000 - 0x90e60fff com.apple.CoreServices.CarbonCore 681.10 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonC ore.framework/Versions/A/CarbonCore
    0x90ec6000 - 0x90f46fff com.apple.CoreServices.OSServices 4.1 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServi ces.framework/Versions/A/OSServices
    0x90f90000 - 0x90fd1fff com.apple.CFNetwork 4.0 (129.20) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwo rk.framework/Versions/A/CFNetwork
    0x90fe6000 - 0x90ffefff com.apple.WebServices 1.1.2 (1.1.0) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/WebServ icesCore.framework/Versions/A/WebServicesCore
    0x9100e000 - 0x9108ffff com.apple.SearchKit 1.0.5 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchK it.framework/Versions/A/SearchKit
    0x910d5000 - 0x910fefff com.apple.Metadata 10.4.4 (121.36) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadat a.framework/Versions/A/Metadata
    0x9110f000 - 0x9111dfff libz.1.dylib /usr/lib/libz.1.dylib
    0x91120000 - 0x912dbfff com.apple.security 4.6 (29770) /System/Library/Frameworks/Security.framework/Versions/A/Security
    0x913da000 - 0x913e3fff com.apple.DiskArbitration 2.1 /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
    0x913ea000 - 0x913f2fff libbsm.dylib /usr/lib/libbsm.dylib
    0x913f6000 - 0x9141efff com.apple.SystemConfiguration 1.8.3 /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfi guration
    0x91431000 - 0x9143cfff libgcc_s.1.dylib /usr/lib/libgcc_s.1.dylib
    0x91441000 - 0x914bcfff com.apple.audio.CoreAudio 3.0.4 /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
    0x914f9000 - 0x914f9fff com.apple.ApplicationServices 10.4 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Application Services
    0x914fb000 - 0x91533fff com.apple.AE 1.5 (297) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ AE.framework/Versions/A/AE
    0x9154e000 - 0x91620fff com.apple.ColorSync 4.4.9 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ColorSync.framework/Versions/A/ColorSync
    0x91673000 - 0x91704fff com.apple.print.framework.PrintCore 4.6 (177.13) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ PrintCore.framework/Versions/A/PrintCore
    0x9174b000 - 0x91802fff com.apple.QD 3.10.24 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ QD.framework/Versions/A/QD
    0x9183f000 - 0x9189dfff com.apple.HIServices 1.5.3 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ HIServices.framework/Versions/A/HIServices
    0x918cc000 - 0x918edfff com.apple.LangAnalysis 1.6.1 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ LangAnalysis.framework/Versions/A/LangAnalysis
    0x91901000 - 0x91926fff com.apple.FindByContent 1.5 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ FindByContent.framework/Versions/A/FindByContent
    0x91939000 - 0x9197bfff com.apple.LaunchServices 182 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ LaunchServices.framework/Versions/A/LaunchServices
    0x91997000 - 0x919abfff com.apple.speech.synthesis.framework 3.3 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ SpeechSynthesis.framework/Versions/A/SpeechSynthesis
    0x919b9000 - 0x919fffff com.apple.ImageIO.framework 1.5.4 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/ImageIO
    0x91a16000 - 0x91addfff libcrypto.0.9.7.dylib /usr/lib/libcrypto.0.9.7.dylib
    0x91b2b000 - 0x91b40fff libcups.2.dylib /usr/lib/libcups.2.dylib
    0x91b45000 - 0x91b63fff libJPEG.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libJPEG.dylib
    0x91b69000 - 0x91c20fff libJP2.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libJP2.dylib
    0x91c6f000 - 0x91c73fff libGIF.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libGIF.dylib
    0x91c75000 - 0x91cddfff libRaw.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libRaw.dylib
    0x91ce2000 - 0x91d1ffff libTIFF.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libTIFF.dylib
    0x91d26000 - 0x91d3ffff libPng.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libPng.dylib
    0x91d44000 - 0x91d47fff libRadiance.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libRadiance.dylib
    0x91d49000 - 0x91e27fff libxml2.2.dylib /usr/lib/libxml2.2.dylib
    0x91e47000 - 0x91e47fff com.apple.Accelerate 1.2.2 (Accelerate 1.2.2) /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
    0x91e49000 - 0x91f2efff com.apple.vImage 2.4 /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.fr amework/Versions/A/vImage
    0x91f36000 - 0x91f55fff com.apple.Accelerate.vecLib 3.2.2 (vecLib 3.2.2) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/vecLib
    0x91fc1000 - 0x9202ffff libvMisc.dylib /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvMisc.dylib
    0x9203a000 - 0x920cffff libvDSP.dylib /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvDSP.dylib
    0x920e9000 - 0x92671fff libBLAS.dylib /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libBLAS.dylib
    0x926a4000 - 0x929cffff libLAPACK.dylib /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libLAPACK.dylib
    0x929ff000 - 0x92aedfff libiconv.2.dylib /usr/lib/libiconv.2.dylib
    0x92af0000 - 0x92b78fff com.apple.DesktopServices 1.3.6 /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/Desk topServicesPriv
    0x92bb9000 - 0x92de4fff com.apple.Foundation 6.4.8 (567.29) /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
    0x92f11000 - 0x92f2ffff libGL.dylib /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
    0x92f3a000 - 0x92f94fff libGLU.dylib /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
    0x92fb2000 - 0x92fb2fff com.apple.Carbon 10.4 (???) /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
    0x92fb4000 - 0x92fc8fff com.apple.ImageCapture 3.0 /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture. framework/Versions/A/ImageCapture
    0x92fe0000 - 0x92ff0fff com.apple.speech.recognition.framework 3.4 /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecogni tion.framework/Versions/A/SpeechRecognition
    0x92ffc000 - 0x93011fff com.apple.securityhi 2.0 (203) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.fr amework/Versions/A/SecurityHI
    0x93023000 - 0x930aafff com.apple.ink.framework 101.2 (69) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework /Versions/A/Ink
    0x930be000 - 0x930c9fff com.apple.help 1.0.3 (32) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framewor k/Versions/A/Help
    0x930d3000 - 0x93100fff com.apple.openscripting 1.2.5 (???) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting .framework/Versions/A/OpenScripting
    0x9311a000 - 0x93129fff com.apple.print.framework.Print 5.2 (192.4) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framewo rk/Versions/A/Print
    0x93135000 - 0x9319bfff com.apple.htmlrendering 1.1.2 /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HTMLRendering .framework/Versions/A/HTMLRendering
    0x931cc000 - 0x9321bfff com.apple.NavigationServices 3.4.4 (3.4.3) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/NavigationSer vices.framework/Versions/A/NavigationServices
    0x93249000 - 0x93266fff com.apple.audio.SoundManager 3.9 /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CarbonSound.f ramework/Versions/A/CarbonSound
    0x93278000 - 0x93285fff com.apple.CommonPanels 1.2.2 (73) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels. framework/Versions/A/CommonPanels
    0x9328e000 - 0x9359cfff com.apple.HIToolbox 1.4.9 (???) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.fra mework/Versions/A/HIToolbox
    0x936ec000 - 0x936f8fff com.apple.opengl 1.4.7 /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
    0x936fd000 - 0x9371dfff com.apple.DirectoryService.Framework 3.1 /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryServi ce
    0x93771000 - 0x93771fff com.apple.Cocoa 6.4 (???) /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
    0x93773000 - 0x93da6fff com.apple.AppKit 6.4.7 (824.41) /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
    0x94133000 - 0x941a5fff com.apple.CoreData 91 (92.1) /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
    0x941de000 - 0x942a2fff com.apple.audio.toolbox.AudioToolbox 1.4.5 /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
    0x942f4000 - 0x942f4fff com.apple.audio.units.AudioUnit 1.4 /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
    0x942f6000 - 0x944b6fff com.apple.QuartzCore 1.4.12 /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
    0x94500000 - 0x9453dfff libsqlite3.0.dylib /usr/lib/libsqlite3.0.dylib
    0x94545000 - 0x94595fff libGLImage.dylib /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dyl ib
    0x9459e000 - 0x945b2fff com.apple.CoreVideo 1.4 /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
    0x9475b000 - 0x9476afff libCGATS.A.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCGATS.A.dylib
    0x94772000 - 0x9477ffff libCSync.A.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib
    0x947c5000 - 0x947defff libRIP.A.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
    0x947e5000 - 0x94ab4fff com.apple.QuickTime 7.1.3 /System/Library/Frameworks/QuickTime.framework/Versions/A/QuickTime
    0x94b77000 - 0x94be8fff libstdc++.6.dylib /usr/lib/libstdc++.6.dylib
    0x94c5b000 - 0x94c7bfff libmx.A.dylib /usr/lib/libmx.A.dylib
    0x94d83000 - 0x94eb3fff com.apple.AddressBook.framework 4.0.4 (485.1) /System/Library/Frameworks/AddressBook.framework/Versions/A/AddressBook
    0x94f45000 - 0x94f54fff com.apple.DSObjCWrappers.Framework 1.1 /System/Library/PrivateFrameworks/DSObjCWrappers.framework/Versions/A/DSObjCWra ppers
    0x94f5c000 - 0x94f89fff com.apple.LDAPFramework 1.4.1 (69.0.1) /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP
    0x94f90000 - 0x94fa0fff libsasl2.2.dylib /usr/lib/libsasl2.2.dylib
    0x94fa4000 - 0x94fd3fff libssl.0.9.7.dylib /usr/lib/libssl.0.9.7.dylib
    0x94fe3000 - 0x95000fff libresolv.9.dylib /usr/lib/libresolv.9.dylib
    0x953f2000 - 0x953f2fff com.apple.DiscRecording 3.1.3 (???) /System/Library/Frameworks/DiscRecording.framework/Versions/A/DiscRecording
    0x953f4000 - 0x95477fff com.apple.DiscRecordingEngine 3.1.3 /System/Library/Frameworks/DiscRecording.framework/Versions/A/Frameworks/DiscRe cordingEngine.framework/Versions/A/DiscRecordingEngine
    0x954a4000 - 0x954eafff com.apple.DiscRecordingContent 3.1.3 /System/Library/Frameworks/DiscRecording.framework/Versions/A/Frameworks/DiscRe cordingContent.framework/Versions/A/DiscRecordingContent
    0x95fbb000 - 0x95fbdfff com.apple.ExceptionHandling 1.2 (???) /System/Library/Frameworks/ExceptionHandling.framework/Versions/A/ExceptionHand ling
    0x96f66000 - 0x96f85fff com.apple.vecLib 3.2.2 (vecLib 3.2.2) /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
    0x9778b000 - 0x97798fff com.apple.agl 2.5.6 (AGL-2.5.6) /System/Library/Frameworks/AGL.framework/Versions/A/AGL
    0x98383000 - 0x98383fff com.apple.AppleAppSupport 1.4 /System/Library/PrivateFrameworks/AppleAppSupport.framework/Versions/A/AppleApp Support
    0x984b2000 - 0x984d4fff com.apple.DiscRecordingUI 3.1.3 /System/Library/Frameworks/DiscRecordingUI.framework/Versions/A/DiscRecordingUI
    0x98bc2000 - 0x99579fff com.apple.QuickTimeComponents.component 7.1.3 /System/Library/QuickTime/QuickTimeComponents.component/Contents/MacOS/QuickTim eComponents
    Host Name: ashby-catheys-imac-g5
    Date/Time: 2007-05-11 14:42:59.816 -0400
    OS Version: 10.4.9 (Build 8P135)
    Report Version: 4
    Command: iPhoto
    Path: /Applications/iPhoto.app/Contents/MacOS/iPhoto
    Parent: WindowServer [56]
    Version: 6.0.4 (6.0.4)
    Build Version: 2
    Project Name: iPhotoProject
    Source Version: 3050000
    PID: 902
    Thread: 3
    Exception: EXCBADACCESS (0x0001)
    Codes: KERNPROTECTIONFAILURE (0x0002) at 0x0000000c
    Thread 0:
    0 libSystem.B.dylib 0x9000b6e8 machmsgtrap + 8
    1 libSystem.B.dylib 0x9000b63c mach_msg + 60
    2 com.apple.CoreFoundation 0x907deba8 __CFRunLoopRun + 832
    3 com.apple.CoreFoundation 0x907de4ac CFRunLoopRunSpecific + 268
    4 com.apple.HIToolbox 0x93296b20 RunCurrentEventLoopInMode + 264
    5 com.apple.HIToolbox 0x932961b4 ReceiveNextEventCommon + 380
    6 com.apple.HIToolbox 0x93296020 BlockUntilNextEventMatchingListInMode + 96
    7 com.apple.AppKit 0x9377bae4 _DPSNextEvent + 384
    8 com.apple.AppKit 0x9377b7a8 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 116
    9 com.apple.AppKit 0x93777cec -[NSApplication run] + 472
    10 com.apple.AppKit 0x9386887c NSApplicationMain + 452
    11 com.apple.iPhoto 0x0000b05c 0x1000 + 41052
    12 com.apple.iPhoto 0x0000af04 0x1000 + 40708
    Thread 1:
    0 libSystem.B.dylib 0x9004aa08 syscallthreadswitch + 8
    1 com.apple.Foundation 0x92bf75dc +[NSThread sleepUntilDate:] + 152
    2 com.apple.AppKit 0x93818a10 -[NSUIHeartBeat _heartBeatThread:] + 1100
    3 com.apple.Foundation 0x92bdf1a0 forkThreadForFunction + 108
    4 libSystem.B.dylib 0x9002c0a8 pthreadbody + 96
    Thread 2:
    0 libSystem.B.dylib 0x9001fc2c select + 12
    1 com.apple.CoreFoundation 0x907f1434 __CFSocketManager + 472
    2 libSystem.B.dylib 0x9002c0a8 pthreadbody + 96
    Thread 3 Crashed:
    0 com.apple.ColorSync 0x91552cd4 CheckValidProfile + 16
    1 com.apple.ColorSync 0x91553b34 CMCloseProfile + 24
    2 com.apple.iPhoto 0x001a1c40 0x1000 + 1707072
    3 com.apple.iPhoto 0x001a20cc 0x1000 + 1708236
    4 com.apple.iPhoto 0x0012dbf0 0x1000 + 1231856
    5 com.apple.iPhoto 0x000cf850 0x1000 + 845904
    6 ...ple.CoreServices.CarbonCore 0x90bf95f4 InvokeDeferredTaskUPP + 24
    7 com.apple.iPhoto 0x0021afc4 0x1000 + 2203588
    8 libSystem.B.dylib 0x9002c0a8 pthreadbody + 96
    Thread 4:
    0 libSystem.B.dylib 0x90055648 semaphoretimedwait_signaltrap + 8
    1 libSystem.B.dylib 0x90071e88 pthreadcond_timedwait_relativenp + 556
    2 ...ple.CoreServices.CarbonCore 0x90bf74b8 TSWaitOnSemaphoreCommon + 176
    3 ...ickTimeComponents.component 0x98bd97c4 ReadSchedulerThreadEntryPoint + 5300
    4 libSystem.B.dylib 0x9002c0a8 pthreadbody + 96
    Thread 5:
    0 libSystem.B.dylib 0x90055648 semaphoretimedwait_signaltrap + 8
    1 libSystem.B.dylib 0x90071e88 pthreadcond_timedwait_relativenp + 556
    2 ...ple.CoreServices.CarbonCore 0x90bf74b8 TSWaitOnSemaphoreCommon + 176
    3 ...ple.CoreServices.CarbonCore 0x90c01f60 AIOFileThread(void*) + 520
    4 libSystem.B.dylib 0x9002c0a8 pthreadbody + 96
    Thread 3 crashed with PPC Thread State 64:
    srr0: 0x0000000091552cd4 srr1: 0x100000000200f030 vrsave: 0x0000000000000000
    cr: 0x22422242 xer: 0x0000000000000000 lr: 0x0000000091553b34 ctr: 0x0000000091553b1c
    r0: 0x0000000000000000 r1: 0x00000000f01118b0 r2: 0x00000000000000ed r3: 0x0000000000000004
    r4: 0x0000000000000048 r5: 0x0000000000000090 r6: 0x00000000ffffffff r7: 0x0000000000000002
    r8: 0x0000000000000000 r9: 0x0000000000000001 r10: 0x00000000947e6970 r11: 0x0000000048422248
    r12: 0x0000000091553b1c r13: 0x0000000000000000 r14: 0x0000000000000000 r15: 0x0000000000000000
    r16: 0x0000000022420222 r17: 0x00000000004a0000 r18: 0x00000000004a0000 r19: 0x0000000005119af0
    r20: 0x0000000005633160 r21: 0x00000000011df690 r22: 0x0000000000000000 r23: 0x000000000511a870
    r24: 0x000000000512bb80 r25: 0x0000000005133bd0 r26: 0x0000000000000006 r27: 0x0000000000000001
    r28: 0x0000000000000000 r29: 0x00000000010cd588 r30: 0x0000000000000004 r31: 0x00000000010cd5b0
    Binary Images Description:
    0x1000 - 0x464fff com.apple.iPhoto 6.0.4 /Applications/iPhoto.app/Contents/MacOS/iPhoto
    0x10fa000 - 0x10fcfff com.apple.textencoding.unicode 2.0 /System/Library/TextEncodings/Unicode Encodings.bundle/Contents/MacOS/Unicode Encodings
    0x4d0f000 - 0x4d10fff com.apple.framework.iPhoto.BlackAndWhiteEffect 6.0 /Applications/iPhoto.app/Contents/PlugIns/BlackAndWhiteEffect.IAPlugin/Contents /MacOS/BlackAndWhiteEffect
    0x4d14000 - 0x4d16fff com.apple.framework.iPhoto.CubeTransition 6.0 /Applications/iPhoto.app/Contents/PlugIns/CubeTransition.IAPlugin/Contents/MacO S/CubeTransition
    0x4d1a000 - 0x4d1bfff com.apple.framework.iPhoto.DissolveTransition 6.0 /Applications/iPhoto.app/Contents/PlugIns/DissolveTransition.IAPlugin/Contents/ MacOS/DissolveTransition
    0x4d1f000 - 0x4d21fff com.apple.framework.iPhoto.DropletTransition 6.0 /Applications/iPhoto.app/Contents/PlugIns/DropletTransition.IAPlugin/Contents/M acOS/DropletTransition
    0x4d25000 - 0x4d26fff com.apple.framework.iPhoto.FadeThroughBlackTransition 6.0 /Applications/iPhoto.app/Contents/PlugIns/FadeThroughBlackTransition.IAPlugin/C ontents/MacOS/FadeThroughBlackTransition
    0x4d2a000 - 0x4d2bfff com.apple.framework.iPhoto.FlipTransition 6.0 /Applications/iPhoto.app/Contents/PlugIns/FlipTransition.IAPlugin/Contents/MacO S/FlipTransition
    0x4d2f000 - 0x4d31fff com.apple.framework.iPhoto.MosaicFlipTransition 6.0 /Applications/iPhoto.app/Contents/PlugIns/MosaicFlipTransition.IAPlugin/Content s/MacOS/MosaicFlipTransition
    0x4d35000 - 0x4d37fff com.apple.framework.iPhoto.MosaicFlipTransitionSmall 6.0 /Applications/iPhoto.app/Contents/PlugIns/MosaicFlipTransitionSmall.IAPlugin/Co ntents/MacOS/MosaicFlipTransitionSmall
    0x4d3b000 - 0x4d3ffff com.apple.framework.iPhoto.PageFlipTransition 6.0 /Applications/iPhoto.app/Contents/PlugIns/PageFlipTransition.IAPlugin/Contents/ MacOS/PageFlipTransition
    0x4d44000 - 0x4d45fff com.apple.framework.iPhoto.PushTransition 6.0 /Applications/iPhoto.app/Contents/PlugIns/PushTransition.IAPlugin/Contents/MacO S/PushTransition
    0x4d49000 - 0x4d4afff com.apple.framework.iPhoto.RevealTransition 6.0 /Applications/iPhoto.app/Contents/PlugIns/RevealTransition.IAPlugin/Contents/Ma cOS/RevealTransition
    0x4d4e000 - 0x4d4ffff com.apple.framework.iPhoto.SepiaEffect 6.0 /Applications/iPhoto.app/Contents/PlugIns/SepiaEffect.IAPlugin/Contents/MacOS/S epiaEffect
    0x4d53000 - 0x4d55fff com.apple.framework.iPhoto.TwirlTransition 6.0 /Applications/iPhoto.app/Contents/PlugIns/TwirlTransition.IAPlugin/Contents/Mac OS/TwirlTransition
    0x4d59000 - 0x4d5afff com.apple.framework.iPhoto.WipeTransition 6.0 /Applications/iPhoto.app/Contents/PlugIns/WipeTransition.IAPlugin/Contents/MacO S/WipeTransition
    0x4ece000 - 0x4ed8fff com.apple.BookService 6.0 /Applications/iPhoto.app/Contents/NetServices/Bundles/BookService.NetService/Co ntents/MacOS/BookService
    0x4edf000 - 0x4ee4fff com.apple.NetSlidesService 6.0 /Applications/iPhoto.app/Contents/NetServices/Bundles/NetSlidesService.NetServi ce/Contents/MacOS/NetSlidesService
    0x50cb000 - 0x50d4fff com.apple.CalendarsService 6.0 /Applications/iPhoto.app/Contents/NetServices/Bundles/CalendarsService.NetServi ce/Contents/MacOS/CalendarsService
    0x50db000 - 0x50e4fff com.apple.CardsService 6.0 /Applications/iPhoto.app/Contents/NetServices/Bundles/CardsService.NetService/C ontents/MacOS/CardsService
    0x50eb000 - 0x50f5fff com.apple.PrintsService 6.0 /Applications/iPhoto.app/Contents/NetServices/Bundles/PrintsService.NetService/ Contents/MacOS/PrintsService
    0x5205000 - 0x5218fff com.apple.HomePageService 6.0 /Applications/iPhoto.app/Contents/NetServices/Bundles/HomePageService.NetServic e/Contents/MacOS/HomePageService
    0x39d60000 - 0x39dbdfff com.apple.NetServices.NetServices 6.0 /Applications/iPhoto.app/Contents/NetServices/Frameworks/NetServices.framework/ Versions/A/NetServices
    0x3e5c0000 - 0x3e5c3fff com.apple.NetServices.BDRuleEngine 1.0.2 /Applications/iPhoto.app/Contents/NetServices/Frameworks/BDRuleEngine.framework /Versions/A/BDRuleEngine
    0x3e5f0000 - 0x3e5f8fff com.apple.NetServices.BDControl 1.0.5 /Applications/iPhoto.app/Contents/NetServices/Frameworks/BDControl.framework/Ve rsions/A/BDControl
    0x3e660000 - 0x3e68efff com.apple.MediaBrowser 2.0.2 (98) /Applications/iPhoto.app/Contents/Frameworks/MediaBrowser.framework/Versions/A/ MediaBrowser
    0x3e6f0000 - 0x3e773fff com.apple.DotMacKit 21 (3.0.1L) /Applications/iPhoto.app/Contents/Frameworks/DotMacKit.framework/Versions/A/Dot MacKit
    0x8fe00000 - 0x8fe52fff dyld 46.12 /usr/lib/dyld
    0x90000000 - 0x901bdfff libSystem.B.dylib /usr/lib/libSystem.B.dylib
    0x90215000 - 0x9021afff libmathCommon.A.dylib /usr/lib/system/libmathCommon.A.dylib
    0x9021c000 - 0x90269fff com.apple.CoreText 1.0.3 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreText.framework/Versions/A/CoreText
    0x90294000 - 0x90345fff ATS /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/ATS
    0x90374000 - 0x9072ffff com.apple.CoreGraphics 1.258.61 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/CoreGraphics
    0x907bc000 - 0x90895fff com.apple.CoreFoundation 6.4.7 (368.28) /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    0x908de000 - 0x908defff com.apple.CoreServices 10.4 (???) /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
    0x908e0000 - 0x909e2fff libicucore.A.dylib /usr/lib/libicucore.A.dylib
    0x90a3c000 - 0x90ac0fff libobjc.A.dylib /usr/lib/libobjc.A.dylib
    0x90aea000 - 0x90b5afff com.apple.framework.IOKit 1.4 (???) /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
    0x90b70000 - 0x90b82fff libauto.dylib /usr/lib/libauto.dylib
    0x90b89000 - 0x90e60fff com.apple.CoreServices.CarbonCore 681.10 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonC ore.framework/Versions/A/CarbonCore
    0x90ec6000 - 0x90f46fff com.apple.CoreServices.OSServices 4.1 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServi ces.framework/Versions/A/OSServices
    0x90f90000 - 0x90fd1fff com.apple.CFNetwork 4.0 (129.20) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwo rk.framework/Versions/A/CFNetwork
    0x90fe6000 - 0x90ffefff com.apple.WebServices 1.1.2 (1.1.0) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/WebServ icesCore.framework/Versions/A/WebServicesCore
    0x9100e000 - 0x9108ffff com.apple.SearchKit 1.0.5 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchK it.framework/Versions/A/SearchKit
    0x910d5000 - 0x910fefff com.apple.Metadata 10.4.4 (121.36) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadat a.framework/Versions/A/Metadata
    0x9110f000 - 0x9111dfff libz.1.dylib /usr/lib/libz.1.dylib
    0x91120000 - 0x912dbfff com.apple.security 4.6 (29770) /System/Library/Frameworks/Security.framework/Versions/A/Security
    0x913da000 - 0x913e3fff com.apple.DiskArbitration 2.1 /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
    0x913ea000 - 0x913f2fff libbsm.dylib /usr/lib/libbsm.dylib
    0x913f6000 - 0x9141efff com.apple.SystemConfiguration 1.8.3 /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfi guration
    0x91431000 - 0x9143cfff libgcc_s.1.dylib /usr/lib/libgcc_s.1.dylib
    0x91441000 - 0x914bcfff com.apple.audio.CoreAudio 3.0.4 /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
    0x914f9000 - 0x914f9fff com.apple.ApplicationServices 10.4 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Application Services
    0x914fb000 - 0x91533fff com.apple.AE 1.5 (297) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ AE.framework/Versions/A/AE
    0x9154e000 - 0x91620fff com.apple.ColorSync 4.4.9 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ColorSync.framework/Versions/A/ColorSync
    0x91673000 - 0x91704fff com.apple.print.framework.PrintCore 4.6 (177.13) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ PrintCore.framework/Versions/A/PrintCore
    0x9174b000 - 0x91802fff com.apple.QD 3.10.24 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ QD.framework/Versions/A/QD
    0x9183f000 - 0x9189dfff com.apple.HIServices 1.5.3 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ HIServices.framework/Versions/A/HIServices
    0x918cc000 - 0x918edfff com.apple.LangAnalysis 1.6.1 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ LangAnalysis.framework/Versions/A/LangAnalysis
    0x91901000 - 0x91926fff com.apple.FindByContent 1.5 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ FindByContent.framework/Versions/A/FindByContent
    0x91939000 - 0x9197bfff com.apple.LaunchServices 182 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ LaunchServices.framework/Versions/A/LaunchServices
    0x91997000 - 0x919abfff com.apple.speech.synthesis.framework 3.3 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ SpeechSynthesis.framework/Versions/A/SpeechSynthesis
    0x919b9000 - 0x919fffff com.apple.ImageIO.framework 1.5.4 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/ImageIO
    0x91a16000 - 0x91addfff libcrypto.0.9.7.dylib /usr/lib/libcrypto.0.9.7.dylib
    0x91b2b000 - 0x91b40fff libcups.2.dylib /usr/lib/libcups.2.dylib
    0x91b45000 - 0x91b63fff libJPEG.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libJPEG.dylib
    0x91b69000 - 0x91c20fff libJP2.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libJP2.dylib
    0x91c6f000 - 0x91c73fff libGIF.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libGIF.dylib
    0x91c75000 - 0x91cddfff libRaw.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libRaw.dylib
    0x91ce2000 - 0x91d1ffff libTIFF.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libTIFF.dylib
    0x91d26000 - 0x91d3ffff libPng.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libPng.dylib
    0x91d44000 - 0x91d47fff libRadiance.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libRadiance.dylib
    0x91d49000 - 0x91e27fff libxml2.2.dylib /usr/lib/libxml2.2.dylib
    0x91e47000 - 0x91e47fff com.apple.Accelerate 1.2.2 (Accelerate 1.2.2) /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
    0x91e49000 - 0x91f2efff com.apple.vImage 2.4 /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.fr amework/Versions/A/vImage
    0x91f36000 - 0x91f55fff com.apple.Accelerate.vecLib 3.2.2 (vecLib 3.2.2) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/vecLib
    0x91fc1000 - 0x9202ffff libvMisc.dylib /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvMisc.dylib
    0x9203a000 - 0x920cffff libvDSP.dylib /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvDSP.dylib
    0x920e9000 - 0x92671fff libBLAS.dylib /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libBLAS.dylib
    0x926a4000 - 0x929cffff libLAPACK.dylib /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libLAPACK.dylib
    0x929ff000 - 0x92aedfff libiconv.2.dylib /usr/lib/libiconv.2.dylib
    0x92af0000 - 0x92b78fff com.apple.DesktopServices 1.3.6 /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/Desk topServicesPriv
    0x92bb9000 - 0x92de4fff com.apple.Foundation 6.4.8 (567.29) /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
    0x92f11000 - 0x92f2ffff libGL.dylib /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
    0x92f3a000 - 0x92f94fff libGLU.dylib /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
    0x92fb2000 - 0x92fb2fff com.apple.Carbon 10.4 (???) /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
    0x92fb4000 - 0x92fc8fff com.apple.ImageCapture 3.0 /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture. framework/Versions/A/ImageCapture
    0x92fe0000 - 0x92ff0fff com.apple.speech.recognition.framework 3.4 /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecogni tion.framework/Versions/A/SpeechRecognition
    0x92ffc000 - 0x93011fff com.apple.securityhi 2.0 (203) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.fr amework/Versions/A/SecurityHI
    0x93023000 - 0x930aafff com.apple.ink.framework 101.2 (69) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework /Versions/A/Ink
    0x930be000 - 0x930c9fff com.apple.help 1.0.3 (32) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framewor k/Versions/A/Help
    0x930d3000 - 0x93100fff com.apple.openscripting 1.2.5 (???) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting .framework/Versions/A/OpenScripting
    0x9311a000 - 0x93129fff com.apple.print.framework.Print 5.2 (192.4) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framewo rk/Versions/A/Print
    0x93135000 - 0x9319bfff com.apple.htmlrendering 1.1.2 /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HTMLRendering .framework/Versions/A/HTMLRendering
    0x931cc000 - 0x9321bfff com.apple.NavigationServices 3.4.4 (3.4.3) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/NavigationSer vices.framework/Versions/A/NavigationServices
    0x93249000 - 0x93266fff com.apple.audio.SoundManager 3.9 /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CarbonSound.f ramework/Versions/A/CarbonSound
    0x93278000 - 0x93285fff com.apple.CommonPanels 1.2.2 (73) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels. framework/Versions/A/CommonPanels
    0x9328e000 - 0x9359cfff com.apple.HIToolbox 1.4.9 (???) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.fra mework/Versions/A/HIToolbox
    0x936ec000 - 0x936f8fff com.apple.opengl 1.4.7 /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
    0x936fd000 - 0x9371dfff com.apple.DirectoryService.Framework 3.1 /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryServi ce
    0x93771000 - 0x93771fff com.apple.Cocoa 6.4 (???) /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
    0x93773000 - 0x93da6fff com.apple.AppKit 6.4.7 (824.41) /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
    0x94133000 - 0x941a5fff com.apple.CoreData 91 (92.1) /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
    0x941de000 - 0x942a2fff com.apple.audio.toolbox.AudioToolbox 1.4.5 /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
    0x942f4000 - 0x942f4fff com.apple.audio.units.AudioUnit 1.4 /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
    0x942f6000 - 0x944b6fff com.apple.QuartzCore 1.4.12 /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
    0x94500000 - 0x9453dfff libsqlite3.0.dylib /usr/lib/libsqlite3.0.dylib
    0x94545000 - 0x94595fff libGLImage.dylib /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dyl ib
    0x9459e000 - 0x945b2fff com.apple.CoreVideo 1.4 /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
    0x9475b000 - 0x9476afff libCGATS.A.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCGATS.A.dylib
    0x94772000 - 0x9477ffff libCSync.A.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib
    0x947c5000 - 0x947defff libRIP.A.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
    0x947e5000 - 0x94ab4fff com.apple.QuickTime 7.1.3 /System/Library/Frameworks/QuickTime.framework/Versions/A/QuickTime
    0x94b77000 - 0x94be8fff libstdc++.6.dylib /usr/lib/libstdc++.6.dylib
    0x94c5b000 - 0x94c7bfff libmx.A.dylib /usr/lib/libmx.A.dylib
    0x94d83000 - 0x94eb3fff com.apple.AddressBook.framework 4.0.4 (485.1) /System/Library/Frameworks/AddressBook.framework/Versions/A/AddressBook
    0x94f45000 - 0x94f54fff com.apple.DSObjCWrappers.Framework 1.1 /System/Library/PrivateFrameworks/DSObjCWrappers.framework/Versions/A/DSObjCWra ppers
    0x94f5c000 - 0x94f89fff com.apple.LDAPFramework 1.4.1 (69.0.1) /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP
    0x94f90000 - 0x94fa0fff libsasl2.2.dylib /usr/lib/libsasl2.2.dylib
    0x94fa4000 - 0x94fd3fff libssl.0.9.7.dylib /usr/lib/libssl.0.9.7.dylib
    0x94fe3000 - 0x95000fff libresolv.9.dylib /usr/lib/libresolv.9.dylib
    0x953f2000 - 0x953f2fff com.apple.DiscRecording 3.1.3 (???) /System/Library/Frameworks/DiscRecording.framework/Versions/A/DiscRecording
    0x953f4000 - 0x95477fff com.apple.DiscRecordingEngine 3.1.3 /System/Library/Frameworks/DiscRecording.framework/Versions/A/Frameworks/DiscRe cordingEngine.framework/Versions/A/DiscRecordingEngine
    0x954a4000 - 0x954eafff com.apple.DiscRecordingContent 3.1.3 /System/Library/Frameworks/DiscRecording.framework/Versions/A/Frameworks/DiscRe cordingContent.framework/Versions/A/DiscRecordingContent
    0x95fbb000 - 0x95fbdfff com.apple.ExceptionHandling 1.2 (???) /System/Library/Frameworks/ExceptionHandling.framework/Versions/A/ExceptionHand ling
    0x96f66000 - 0x96f85fff com.apple.vecLib 3.2.2 (vecLib 3.2.2) /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
    0x9778b000 - 0x97798fff com.apple.agl 2.5.6 (AGL-2.5.6) /System/Library/Frameworks/AGL.framework/Versions/A/AGL
    0x98383000 - 0x98383fff com.apple.AppleAppSupport 1.4 /System/Library/PrivateFrameworks/AppleAppSupport.framework/Versions/A/AppleApp Support
    0x984b2000 - 0x984d4fff com.apple.DiscRecordingUI 3.1.3 /System/Library/Frameworks/DiscRecordingUI.framework/Versions/A/DiscRecordingUI
    0x98bc2000 - 0x99579fff com.apple.QuickTimeComponents.component 7.1.3 /System/Library/QuickTime/QuickTimeComponents.component/Contents/MacOS/QuickTim eComponents
    Host Name: ashby-catheys-imac-g5
    Date/Time: 2007-05-12 17:56:07.074 -0400
    OS Version: 10.4.9 (Build 8P135)
    Report Version: 4
    Command: iPhoto
    Path: /Applications/iPhoto.app/Contents/MacOS/iPhoto
    Parent: WindowServer [56]
    Version: 6.0.4 (6.0.4)
    Build Version: 2
    Project Name: iPhotoProject
    Source Version: 3050000
    PID: 926
    Thread: 9
    Exception: EXCBADACCESS (0x0001)
    Codes: KERNPROTECTIONFAILURE (0x0002) at 0x0000000c
    Thread 0:
    0 libSystem.B.dylib 0x9000b6e8 machmsgtrap + 8
    1 libSystem.B.dylib 0x9000b63c mach_msg + 60
    2 com.apple.CoreFoundation 0x907deba8 __CFRunLoopRun + 832
    3 com.apple.CoreFoundation 0x907de4ac CFRunLoopRunSpecific + 268
    4 com.apple.HIToolbox 0x93296b20 RunCurrentEventLoopInMode + 264
    5 com.apple.HIToolbox 0x932961b4 ReceiveNextEventCommon + 380
    6 com.apple.HIToolbox 0x93296020 BlockUntilNextEventMatchingListInMode + 96
    7 com.apple.AppKit 0x9377bae4 _DPSNextEvent + 384

  • Using Batch in Bridge for Ad Ops (adding borders)

    Hi,
    I need to accomplish a pretty specialized task in Bridge.
    Some of my work is in banner ad trafficking. Frequently, we will receive creative from clients without borders and need to add them in order to get approved by the major exchanges.
    Since this is something I do over and over again, I'd like to automate it.
    So far, I've created an action that will effectively add the border. I use Bridge to open the client's creative asset folder, select all the images and select Batch under Photoshop in the tools menu. I'm able to overwrite the existing files (no matter what starting directory they are in) but hitting "Override Save as..." option.
    Here's where I am hitting snags.
    The action should create a new directory in the client's folder (this directory will be different everytime) named "Edited Creative", so the originals are preserved. The PSDs should be saved in this directory.
    The action should not only save the images (JPG) using Export (Save for Web...), I'd like to leverage the tool within this dialog that picks the appropriate optimization settings to get to a particular file size (by clicking the flyout in the Save for Web... dialog, you can choose "Optimize for File Size"). The creative needs to be less than 35kb, but I'd like to optimize each image as high as possible while staying within this file size. The JPGs should be within the "Edited Creative" folder in the client's folder
    Anyone have any ideas? I've gotten half way there, but can't figure out the last pieces....

    You should be able to create the 'Edited Creative' folder when you browse for the destination folder.
    As far as I know, no one has been able to script  "Optimize for File Size". It's not in the scripting DOM and scriptlistner( or action ) does not record the file size value only the setting used to get that one image to that size.
    "Optimize for File Size" is an often requested script feature. Others have tried to loop resaving the doc with different setting until the size is right but that is very slow and still often doesn't give the same file size.

  • Making an editable stamp

    I am trying to create a custom stamp that will allow me to edit fields.  Everytime I create a stamp, however, it is a single entity that won't allow editing of fields.  I tried creating the stamp in a form format, but again, once I turn it into a "stamp" it won't allow me to edit the fields.  Is there a way to create a custom stamp that will allow the user to edit fields within the stamp?

    Mark,
    You can use the 'app.response()' method in the custom calcualtion script.
    var cMsg = app.response(cAsk, cTitle);
      cMsg += " : " + util.printd("mm/dd/yyyy", new Date());
      event.value = cMsg;
      event.source.source.info.DocumentState = cMsg;
    See Dynamic Stamp Secrets by Thom Parker, http://www.acrobatusers.com/tutorials/2007/02/dynamic_stamp_secrets , for more information.
    George

  • Raise event from 3:d party application in iView

    Hi, I have two iViews that should communicate with each other, one is a Web Dynpro app, the other is a 3:d party application not at all related to SAP.
    The 3:d party app is hosted on a different server within the same domain as the portal.
    My question: Can I make the 3:d party app raise an event so that the portal can forward data to the Web Dynpro iView?
    The portal has the url:
    http://saputv02.company-out.local:51300/irj/portal
    And the 3:d party app:
    http://s5721.company-out.local:8080/
    I included this in a JSP page on the 3:d party app:
    <script src="http://saputv02.company-out.local:51300/irj/portalapps/com.sap.portal.epcf.loader/script/optimize/js13_epcf.js?6.45000804"></script>
    <script type="text/javascript">
              EPCM.raiseEvent( "urn:com.sap:BWEvents","BWiViewevent", "Raise this text", null );
    </script>
    But I get the javascript error message: Access Denied.
    Is this possible to achieve?
    Regards
    Emil Sandin
         </script>

    In other words, the 3:d party app sends an event like this:
    <script src="http://saputv02.company-out.local:51300/irj/portalapps/com.sap.portal.epcf.loader/script/optimize/js13_epcf.js?6.45000804"></script>
    <script type="text/javascript">
              document.domain = "company-out.local";
              EPCM.raiseEvent( "company-out.local","myEventName", "a text");
         </script>

Maybe you are looking for

  • Ipad2: line in the screen

    I bought Ipad2 and after the connection with itunes and updated the new sfw  I have in the ipad screen a visible line at 3/4 to the screen. Someone could help me ? Thanks

  • Old contract + new contract = double payment?

    Hi,  Basically I greed a new cheaper deal on the 14-15th sept for 12m and I paid £120 upfront for line saver and got 3 m free on the extra/add on's which are £4.70 pm. So, My next bill will show £0.00 owed??? Now my father paid his last bill on the 9

  • Missing Mouse with new MP

    Has anyone else received there MP with a keyboard and no mouse? Not that I am a fan of the mini mouse but shouldn't it be in the top packaging or under the keyboard? Guess it's time to call apple care. Other wise the system is amazingly quite and fas

  • Why are the audio levels on a MBP so quiet?

    I'm a musician and the MBP's low audio output has been problematic. I've been using it as my main workstation at home in favor of my G5 desktop from 2003... and even as I'm running through my external audio hardware, my MBP's maximum volume is drasti

  • Issue - [Receiving Text]

    My aplogies if this has already been dealt with in a previous post. Since yesterday every text I receive from my girlfriend is incomplete and has [Receiving Text] either at the end or sometimes half way through a message (the rest of the message foll