Aperture 3 library performance tip after upgrading

This tip may be helpful for anyone experiencing slow project/album loading and beachballing even with no background processes running in aperture 3.
I was having some major issues with performance in aperture 3 with all library/project/album and book loading operations. It was very odd because Adjustment performance is very good.
All my imported aperture 2 books would beach ball for about 50 seconds to load, and then each page would take 10 seconds to load after clicking on it. In comparison my aperture 2 library was near instantaneous.
After exporting the project as a separate library, rebuilding the library, repairing permissions, nothing was working.
As a last ditch effort before opening up Shark - I decided to open up the library in the finder, and manually delete all of the original previews. I then opened up the library in aperture and manually updated all the previews by highlighting all the thumbnails and right clicking -> update previews.
Once this process completed I quit aperture and restarted to see if I was still getting any slowdowns and the problem is now gone! Library loading and project switching operations are speedy as ever now, and the book navigation is faster than aperture 2 now.
Hope this helps anyone with performance issues.

Speak up if anyone has problems migrating because of previews or is successful in migrating without previews. I suspect this is my problem. I get to:
Upgrading Library 7% complete (updating master metadata - 5,068 remaining)
After restoring from a file vault with Aperture 2, I get to the same spot, with or without previews. Although this is a slightly different issue, I tried deleting previews within Aperture and reimporting. I got to the same exact spot as before. The computer becomes nearly unresponsive, and I have to force quit Aperture after hours of sitting at 5,068 remaining.

Similar Messages

  • IPhoto on my MacBookPro does not open - shows a box "Aperture library needs to be upgraded". I do not have Aperture installed and I am not interested to do so.

    On my MacBookPro - After updating iPhoto 11 to version 9.3.1, it does not open and shows a box "Aperture library needs to be upgraded" with choices to update or Quit. If I quit it closes iPhoto - if I try to update it goes to the App Store and requires a purchase of Aperture - I do not want to purchase Aperture.

    If you tried the First Aid Tools without success, make a backup of the iPhoto Library and rebuild with iPhoto Library Manager as described by Terence Devlin:
    uprgraded to yosemite all good but iphoto crashes every time I attempt to upgrade the photo library
    Download iPhoto Library Manager and use its rebuild function. (In early versions of Library Manager it's the File -> Rebuild command. In later versions it's under the Library menu.)
    This will create an entirely new library. It will then copy (or try to) your photos and all the associated metadata and versions to this new Library, and arrange it as close as it can to what you had in the damaged Library. It does this based on information it finds in the iPhoto sharing mechanism - but that means that things not shared won't be there, so no slideshows, books or calendars, for instance - but it should get all your events, albums and keywords, faces and places back.
    Because this process creates an entirely new library and leaves your old one untouched, it is non-destructive, and if you're not happy with the results you can simply return to your old one.
    Download iPhoto Library Manager here:  http://www.fatcatsoftware.com/iplm/

  • Performance issue after Upgrade from 4.7 to ECC 6.0 with a select query

    Hi All,
    There is a Performance issue after Upgrade from 4.7 to ECC 6.0 with a select query in a report painter.
    This query is working fine when executed in 4.7 system where as it is running for more time in ECC6.0.
    Select query is on the table COSP.
    SELECT (FIELD_LIST)
            INTO CORRESPONDING FIELDS OF TABLE I_COSP PACKAGE SIZE 1000
            FROM  COSP CLIENT SPECIFIED
            WHERE GJAHR IN SELR_GJAHR
              AND KSTAR IN SELR_KSTAR
              AND LEDNR EQ '00'
              AND OBJNR IN SELR_OBJNR
              AND PERBL IN SELR_PERBL
              AND VERSN IN SELR_VERSN
              AND WRTTP IN SELR_WRTTP
              AND MANDT IN MANDTTAB
            GROUP BY (GROUP_LIST).
       LOOP AT I_COSP      .
         COSP                           = I_COSP      .
         PERFORM PCOSP       USING I_COSP-_COUNTER.
         CLEAR: $RWTAB, COSP                          .
         CLEAR CCR1S                         .
       ENDLOOP.
    ENDSELECT.
    I have checked with the table indexes, they were same as in 4.7 system.
    What can be the reson for the difference in execution time. How can this be reduced without adjusting the select query.
    Thanks in advance for the responses.
    Regards,
    Dedeepya.

    Hi,
    ohhhhh....... lots of problems in select query......this is not the way you should write it.
    Some generic comments:
    1. never use SELECT
                       endselect.
       SELECT
      into table
       for all entries in table
      where.
       use perform statment after this selection.
    2. Do not use into corresponding fields. use exact structure type.
    3. use proper sequence of fields in the where condition so that it helps table go according to indexes.
        e.g in your case
              sequence should be
    LEDNR
    OBJNR
    GJAHR
    WRTTP
    VERSN
    KSTAR
    HRKFT
    VRGNG
    VBUND
    PARGB
    BEKNZ
    TWAER
    PERBL
    sequence should be same as defined in table.
    Always keep select query as simple as possible and perform all other calculations etc. afterwords.
    I hope it helps.
    Regards,
    Pranaya

  • Performance issues after upgrading to 11g

    hello,
    We are facing a performance issue after upgrading from 10g to 11g.
    as you can see, the tables named APPLSYS.FND_ENV_CONTEXT has grown to 15544880 records,
    and oracle is using TABLE ACCESS FULL on it:
    DELETE FND_ENV_CONTEXT E
    WHERE NOT EXISTS
    (SELECT 'X'
    FROM FND_CONCURRENT_PROCESSES P
    WHERE P.CONCURRENT_PROCESS_ID = E.CONCURRENT_PROCESS_ID)
    AND ROWNUM < 10000;
    Plan:
    DELETE STATEMENT ALL_ROWSCost: 74,345                     
         5 DELETE APPLSYS.FND_ENV_CONTEXT                
              4 COUNT STOPKEY           
                   3 HASH JOIN RIGHT ANTI Cost: 74,345 Bytes: 3,108,980 Cardinality: 155,449      
                        1 INDEX FULL SCAN INDEX (UNIQUE) APPLSYS.FND_CONCURRENT_PROCESSES_U1 Cost: 166 Bytes: 315,450 Cardinality: 63,090
                        2 TABLE ACCESS FULL TABLE APPLSYS.FND_ENV_CONTEXT Cost: 69,124 Bytes: 233,173,200 Cardinality: 15,544,880
    select num_rows,last_analyzed from dba_tables where table_name='FND_ENV_CONTEXT'
    15544880 07/07/2011 12:08:55
    please advice.
    Ofer

    Please see these docs.
    Table Fnd_env_context Growing Very Fast [ID 419990.1]
    FND Related Tablespaces Growing at Rapid and Excessive Rate [ID 189800.1]
    FNDCPPUR Request Does Not Always Delete Files From The File System, Many Files Will Be Denoted As "deletion failed" [ID 1335304.1]
    Concurrent Processing - Best Practices for Performance for Concurrent Managers in E-Business Suite [ID 1057802.1]
    Concurrent Processing - Purge Concurrent Request and/or Manager Data Program (FNDCPPUR) [ID 104282.1]
    Thanks,
    Hussein

  • HT204478 How do I migrate? My Photos library is empty after upgrade.

    How do I migrate? My Photos library is empty after upgrade.

    I read here that I need to start while holding Option Key to select my iPhoto library. Seems to be "Preparing Library"
    photos won't import from iPhoto to photos app

  • Performance degradation after upgrading to yosemite

    I'm experiencing performance degradation on MacBook Pro 15  including
    number of spinning wheels,
    instance of dark screen, 
    overheating after upgrading to Yosemite
    diminished battery life
    Is Yosemite the cause of this and other issues

    I can't believe Apple have made this software available to the masses when it's clearly not ready. Since "upgrading" my Mac mini has been pretty useless. Programs take a substantially increased time to open compared to Mavericks, and then performance is poor at best. Opening files in Photoshop, for example, is painfully slow and I get the colour wheel almost all of the time - something which definitely didn't happen with Mavericks.
    Aside from this, I've experienced a number of frustrating bugs today. When I open a new program on my left screen the right screen is changed to a fresh desktop. Why? When I turn my Mac on I get the login screen on the left monitor (as it always used to) but then the primary desktop is set to the right and I've been unable to keep the correct setting so far (it forgets that I've changed it following a reboot). The background of the top bar keeps disappearing so all of the icons, time, etc. just sit on top of the desktop background.
    I hope Apple can release a fix, and quickly.

  • Aperture won't start after upgrade to 2.1.1 and 10.5.5

    Help!
    I cannot access aperture library at all. It crashes straight away on booting up. Worked fine before a recent upgrade to 2.1.1 and system to 10.5.5.
    Tried reinstalling aperture, same problem.
    I have my library in an external firewire 800 mounted drive. If I switch the drive off it boots ok, once creating a new empty library. But as soon as I point it to the library it crashes seconds into booting up whilst trying to generate previews.
    Help please!
    Below is the crash report:
    Process: Aperture [1650]
    Path: /Applications/Aperture.app/Contents/MacOS/Aperture
    Identifier: com.apple.Aperture
    Version: 2.1.1 (2.1.1)
    Build Info: Aperture-807080200~17
    Code Type: PPC (Native)
    Parent Process: launchd [96]
    Date/Time: 2008-09-29 15:49:12.206 +0200
    OS Version: Mac OS X 10.5.5 (9F33)
    Report Version: 6
    Exception Type: EXCBADACCESS (SIGBUS)
    Exception Codes: KERNPROTECTIONFAILURE at 0x000000000f51f000
    Crashed Thread: 21
    Thread 0:
    0 libSystem.B.dylib 0x94a8c438 machmsgtrap + 8
    1 libSystem.B.dylib 0x94a9335c mach_msg + 56
    2 com.apple.CoreFoundation 0x93fbd568 CFRunLoopRunSpecific + 1812
    3 com.apple.HIToolbox 0x9632bd44 RunCurrentEventLoopInMode + 264
    4 com.apple.HIToolbox 0x9632bb68 ReceiveNextEventCommon + 412
    5 com.apple.HIToolbox 0x9632b9a8 BlockUntilNextEventMatchingListInMode + 84
    6 com.apple.AppKit 0x925ffe18 _DPSNextEvent + 596
    7 com.apple.AppKit 0x925ff7d0 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 112
    8 com.apple.Aperture 0x003857b0 0x1000 + 3688368
    9 com.apple.AppKit 0x925f948c -[NSApplication run] + 736
    10 com.apple.prokit 0x009b0b7c NSProApplicationMain + 292
    11 com.apple.Aperture 0x00003948 0x1000 + 10568
    12 com.apple.Aperture 0x0000364c 0x1000 + 9804
    Thread 1:
    0 libSystem.B.dylib 0x94a92e4c _semwaitsignal + 12
    1 libSystem.B.dylib 0x94acfa00 pthread_condwait + 1580
    2 com.apple.ColorSync 0x934610b4 pthreadSemaphoreWait(t_pthreadSemaphore*) + 36
    3 com.apple.ColorSync 0x93474bf0 CMMConvTask(void*) + 48
    4 libSystem.B.dylib 0x94ace658 pthreadstart + 316
    Thread 2:
    0 libSystem.B.dylib 0x94a8c4b8 semaphoretimedwait_signaltrap + 8
    1 libSystem.B.dylib 0x94acf8fc pthread_condwait + 1320
    2 com.apple.Foundation 0x94722f38 -[NSCondition waitUntilDate:] + 384
    3 com.apple.Foundation 0x94722d64 -[NSConditionLock lockWhenCondition:beforeDate:] + 268
    4 com.apple.proxtcore 0x0093ed80 describeMsgCode + 6672
    5 com.apple.proxtcore 0x0092d1a8 threadSuspendedCountDiff + 6936
    6 com.apple.Foundation 0x946e5b78 _NSThread__main_ + 1004
    7 libSystem.B.dylib 0x94ace658 pthreadstart + 316
    Thread 3:
    0 libSystem.B.dylib 0x94a92e4c _semwaitsignal + 12
    1 libSystem.B.dylib 0x94acfa00 pthread_condwait + 1580
    2 libGLProgrammability.dylib 0x92ddcbc8 glvmDoWork + 120
    3 libSystem.B.dylib 0x94ace658 pthreadstart + 316
    Thread 4:
    0 libSystem.B.dylib 0x94a8c438 machmsgtrap + 8
    1 libSystem.B.dylib 0x94a9335c mach_msg + 56
    2 com.apple.CoreFoundation 0x93fbd568 CFRunLoopRunSpecific + 1812
    3 com.apple.Foundation 0x947137d0 -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 168
    4 com.apple.Foundation 0x9471e0c4 -[NSRunLoop(NSRunLoop) run] + 72
    5 com.apple.proxtcore 0x0092e358 threadSuspendedCountDiff + 11464
    6 com.apple.Foundation 0x946e5b78 _NSThread__main_ + 1004
    7 libSystem.B.dylib 0x94ace658 pthreadstart + 316
    Thread 5:
    0 libSystem.B.dylib 0x94a8c4b8 semaphoretimedwait_signaltrap + 8
    1 libSystem.B.dylib 0x94acf8fc pthread_condwait + 1320
    2 com.apple.Foundation 0x94722f38 -[NSCondition waitUntilDate:] + 384
    3 com.apple.Foundation 0x94722d64 -[NSConditionLock lockWhenCondition:beforeDate:] + 268
    4 com.apple.proxtcore 0x0093ed80 describeMsgCode + 6672
    5 com.apple.proxtcore 0x0092d1a8 threadSuspendedCountDiff + 6936
    6 com.apple.Foundation 0x946e5b78 _NSThread__main_ + 1004
    7 libSystem.B.dylib 0x94ace658 pthreadstart + 316
    Thread 6:
    0 libSystem.B.dylib 0x94a8c4b8 semaphoretimedwait_signaltrap + 8
    1 libSystem.B.dylib 0x94acf8fc pthread_condwait + 1320
    2 com.apple.Foundation 0x94722f38 -[NSCondition waitUntilDate:] + 384
    3 com.apple.Foundation 0x94722d64 -[NSConditionLock lockWhenCondition:beforeDate:] + 268
    4 com.apple.proxtcore 0x0093ed80 describeMsgCode + 6672
    5 com.apple.proxtcore 0x0092d1a8 threadSuspendedCountDiff + 6936
    6 com.apple.Foundation 0x946e5b78 _NSThread__main_ + 1004
    7 libSystem.B.dylib 0x94ace658 pthreadstart + 316
    Thread 7:
    0 libSystem.B.dylib 0x94a8c4b8 semaphoretimedwait_signaltrap + 8
    1 libSystem.B.dylib 0x94acf8fc pthread_condwait + 1320
    2 com.apple.Foundation 0x94722f38 -[NSCondition waitUntilDate:] + 384
    3 com.apple.Foundation 0x94722d64 -[NSConditionLock lockWhenCondition:beforeDate:] + 268
    4 com.apple.proxtcore 0x0093ed80 describeMsgCode + 6672
    5 com.apple.proxtcore 0x0092d1a8 threadSuspendedCountDiff + 6936
    6 com.apple.Foundation 0x946e5b78 _NSThread__main_ + 1004
    7 libSystem.B.dylib 0x94ace658 pthreadstart + 316
    Thread 8:
    0 libSystem.B.dylib 0x94a8c4b8 semaphoretimedwait_signaltrap + 8
    1 libSystem.B.dylib 0x94acf8fc pthread_condwait + 1320
    2 com.apple.Foundation 0x94722f38 -[NSCondition waitUntilDate:] + 384
    3 com.apple.Foundation 0x94722d64 -[NSConditionLock lockWhenCondition:beforeDate:] + 268
    4 com.apple.proxtcore 0x0093ed80 describeMsgCode + 6672
    5 com.apple.proxtcore 0x0092d1a8 threadSuspendedCountDiff + 6936
    6 com.apple.Foundation 0x946e5b78 _NSThread__main_ + 1004
    7 libSystem.B.dylib 0x94ace658 pthreadstart + 316
    Thread 9:
    0 libSystem.B.dylib 0x94a8c4b8 semaphoretimedwait_signaltrap + 8
    1 libSystem.B.dylib 0x94acf8fc pthread_condwait + 1320
    2 com.apple.Foundation 0x94722f38 -[NSCondition waitUntilDate:] + 384
    3 com.apple.Foundation 0x94722d64 -[NSConditionLock lockWhenCondition:beforeDate:] + 268
    4 com.apple.proxtcore 0x0093ed80 describeMsgCode + 6672
    5 com.apple.proxtcore 0x0092d1a8 threadSuspendedCountDiff + 6936
    6 com.apple.Foundation 0x946e5b78 _NSThread__main_ + 1004
    7 libSystem.B.dylib 0x94ace658 pthreadstart + 316
    Thread 10:
    0 libSystem.B.dylib 0x94a8c4b8 semaphoretimedwait_signaltrap + 8
    1 libSystem.B.dylib 0x94acf8fc pthread_condwait + 1320
    2 com.apple.Foundation 0x94722f38 -[NSCondition waitUntilDate:] + 384
    3 com.apple.Foundation 0x94722d64 -[NSConditionLock lockWhenCondition:beforeDate:] + 268
    4 com.apple.proxtcore 0x0093ed80 describeMsgCode + 6672
    5 com.apple.proxtcore 0x0092d1a8 threadSuspendedCountDiff + 6936
    6 com.apple.Foundation 0x946e5b78 _NSThread__main_ + 1004
    7 libSystem.B.dylib 0x94ace658 pthreadstart + 316
    Thread 11:
    0 libSystem.B.dylib 0x94a8c4b8 semaphoretimedwait_signaltrap + 8
    1 libSystem.B.dylib 0x94acf8fc pthread_condwait + 1320
    2 com.apple.Foundation 0x94722f38 -[NSCondition waitUntilDate:] + 384
    3 com.apple.Foundation 0x94722d64 -[NSConditionLock lockWhenCondition:beforeDate:] + 268
    4 com.apple.proxtcore 0x0093ed80 describeMsgCode + 6672
    5 com.apple.proxtcore 0x0092d1a8 threadSuspendedCountDiff + 6936
    6 com.apple.Foundation 0x946e5b78 _NSThread__main_ + 1004
    7 libSystem.B.dylib 0x94ace658 pthreadstart + 316
    Thread 12:
    0 libSystem.B.dylib 0x94a8c4b8 semaphoretimedwait_signaltrap + 8
    1 libSystem.B.dylib 0x94acf8fc pthread_condwait + 1320
    2 com.apple.Foundation 0x94722f38 -[NSCondition waitUntilDate:] + 384
    3 com.apple.Foundation 0x94722d64 -[NSConditionLock lockWhenCondition:beforeDate:] + 268
    4 com.apple.proxtcore 0x0093ed80 describeMsgCode + 6672
    5 com.apple.proxtcore 0x0092d1a8 threadSuspendedCountDiff + 6936
    6 com.apple.Foundation 0x946e5b78 _NSThread__main_ + 1004
    7 libSystem.B.dylib 0x94ace658 pthreadstart + 316
    Thread 13:
    0 libSystem.B.dylib 0x94a8c4b8 semaphoretimedwait_signaltrap + 8
    1 libSystem.B.dylib 0x94acf8fc pthread_condwait + 1320
    2 com.apple.Foundation 0x94722f38 -[NSCondition waitUntilDate:] + 384
    3 com.apple.Foundation 0x94722d64 -[NSConditionLock lockWhenCondition:beforeDate:] + 268
    4 com.apple.proxtcore 0x0093ed80 describeMsgCode + 6672
    5 com.apple.proxtcore 0x0092d1a8 threadSuspendedCountDiff + 6936
    6 com.apple.Foundation 0x946e5b78 _NSThread__main_ + 1004
    7 libSystem.B.dylib 0x94ace658 pthreadstart + 316
    Thread 14:
    0 libSystem.B.dylib 0x94a8c4b8 semaphoretimedwait_signaltrap + 8
    1 libSystem.B.dylib 0x94acf8fc pthread_condwait + 1320
    2 com.apple.Foundation 0x94722f38 -[NSCondition waitUntilDate:] + 384
    3 com.apple.Foundation 0x94722d64 -[NSConditionLock lockWhenCondition:beforeDate:] + 268
    4 com.apple.proxtcore 0x0093ed80 describeMsgCode + 6672
    5 com.apple.proxtcore 0x0092d1a8 threadSuspendedCountDiff + 6936
    6 com.apple.Foundation 0x946e5b78 _NSThread__main_ + 1004
    7 libSystem.B.dylib 0x94ace658 pthreadstart + 316
    Thread 15:
    0 libSystem.B.dylib 0x94a8c4b8 semaphoretimedwait_signaltrap + 8
    1 libSystem.B.dylib 0x94acf8fc pthread_condwait + 1320
    2 com.apple.Foundation 0x94722f38 -[NSCondition waitUntilDate:] + 384
    3 com.apple.Foundation 0x94722d64 -[NSConditionLock lockWhenCondition:beforeDate:] + 268
    4 com.apple.proxtcore 0x0093ed80 describeMsgCode + 6672
    5 com.apple.proxtcore 0x0092d1a8 threadSuspendedCountDiff + 6936
    6 com.apple.Foundation 0x946e5b78 _NSThread__main_ + 1004
    7 libSystem.B.dylib 0x94ace658 pthreadstart + 316
    Thread 16:
    0 libSystem.B.dylib 0x94a8c4b8 semaphoretimedwait_signaltrap + 8
    1 libSystem.B.dylib 0x94acf8fc pthread_condwait + 1320
    2 com.apple.Foundation 0x94722f38 -[NSCondition waitUntilDate:] + 384
    3 com.apple.Foundation 0x94722d64 -[NSConditionLock lockWhenCondition:beforeDate:] + 268
    4 com.apple.proxtcore 0x0093ed80 describeMsgCode + 6672
    5 com.apple.proxtcore 0x0092d1a8 threadSuspendedCountDiff + 6936
    6 com.apple.Foundation 0x946e5b78 _NSThread__main_ + 1004
    7 libSystem.B.dylib 0x94ace658 pthreadstart + 316
    Thread 17:
    0 libSystem.B.dylib 0x94a8c4b8 semaphoretimedwait_signaltrap + 8
    1 libSystem.B.dylib 0x94acf8fc pthread_condwait + 1320
    2 com.apple.Foundation 0x94722f38 -[NSCondition waitUntilDate:] + 384
    3 com.apple.Foundation 0x94722d64 -[NSConditionLock lockWhenCondition:beforeDate:] + 268
    4 com.apple.proxtcore 0x0093ed80 describeMsgCode + 6672
    5 com.apple.proxtcore 0x0092d1a8 threadSuspendedCountDiff + 6936
    6 com.apple.Foundation 0x946e5b78 _NSThread__main_ + 1004
    7 libSystem.B.dylib 0x94ace658 pthreadstart + 316
    Thread 18:
    0 libSystem.B.dylib 0x94a8c4b8 semaphoretimedwait_signaltrap + 8
    1 libSystem.B.dylib 0x94acf8fc pthread_condwait + 1320
    2 com.apple.Foundation 0x94722f38 -[NSCondition waitUntilDate:] + 384
    3 com.apple.Foundation 0x94722d64 -[NSConditionLock lockWhenCondition:beforeDate:] + 268
    4 com.apple.proxtcore 0x0093ed80 describeMsgCode + 6672
    5 com.apple.proxtcore 0x0092d1a8 threadSuspendedCountDiff + 6936
    6 com.apple.Foundation 0x946e5b78 _NSThread__main_ + 1004
    7 libSystem.B.dylib 0x94ace658 pthreadstart + 316
    Thread 19:
    0 libSystem.B.dylib 0x94a8c4b8 semaphoretimedwait_signaltrap + 8
    1 libSystem.B.dylib 0x94acf8fc pthread_condwait + 1320
    2 com.apple.Foundation 0x94722f38 -[NSCondition waitUntilDate:] + 384
    3 com.apple.Foundation 0x94722d64 -[NSConditionLock lockWhenCondition:beforeDate:] + 268
    4 com.apple.proxtcore 0x0093ed80 describeMsgCode + 6672
    5 com.apple.proxtcore 0x0092d1a8 threadSuspendedCountDiff + 6936
    6 com.apple.Foundation 0x946e5b78 _NSThread__main_ + 1004
    7 libSystem.B.dylib 0x94ace658 pthreadstart + 316
    Thread 20:
    0 libSystem.B.dylib 0x94a8c4b8 semaphoretimedwait_signaltrap + 8
    1 libSystem.B.dylib 0x94acf8fc pthread_condwait + 1320
    2 com.apple.Foundation 0x94722f38 -[NSCondition waitUntilDate:] + 384
    3 com.apple.Foundation 0x94722d64 -[NSConditionLock lockWhenCondition:beforeDate:] + 268
    4 com.apple.Aperture 0x00072ec4 0x1000 + 466628
    5 com.apple.proxtcore 0x00928940 XTCoreInit + 7664
    6 com.apple.proxtcore 0x0093b0b8 setFreePerfTokenFunction + 23064
    7 com.apple.proxtcore 0x0092d4f0 threadSuspendedCountDiff + 7776
    8 com.apple.proxtcore 0x0092d1bc threadSuspendedCountDiff + 6956
    9 com.apple.Foundation 0x946e5b78 _NSThread__main_ + 1004
    10 libSystem.B.dylib 0x94ace658 pthreadstart + 316
    Thread 21 Crashed:
    0 com.apple.RawCamera.bundle 0x0ab97050 RCCopyMethodsArrayForIdentifier + 83652
    1 com.apple.RawCamera.bundle 0x0ab96d64 RCCopyMethodsArrayForIdentifier + 82904
    2 com.apple.RawCamera.bundle 0x0ab942d4 RCCopyMethodsArrayForIdentifier + 72008
    3 com.apple.RawCamera.bundle 0x0ab68d2c GetRawPluginsInfo + 72572
    4 com.apple.RawCamera.bundle 0x0ab68d84 GetRawPluginsInfo + 72660
    5 com.apple.RawCamera.bundle 0x0ab68e40 GetRawPluginsInfo + 72848
    6 com.apple.RawCamera.bundle 0x0abbc2d0 RCCopyMethodsArrayForIdentifier + 235844
    7 com.apple.RawCamera.bundle 0x0abbc580 RCCopyMethodsArrayForIdentifier + 236532
    8 com.apple.RawCamera.bundle 0x0abba090 RCCopyMethodsArrayForIdentifier + 227076
    9 com.apple.RawCamera.bundle 0x0abbab8c RCCopyMethodsArrayForIdentifier + 229888
    10 com.apple.RawCamera.bundle 0x0ab7c48c GetRawPluginsInfo + 152284
    11 com.apple.RawCamera.bundle 0x0ab822a0 GetRawPluginsInfo + 176368
    12 com.apple.ImageIO.framework 0x9011f530 makeImagePlus + 500
    13 com.apple.ImageIO.framework 0x9011ee7c CGImageSourceCreateImageAtIndex + 132
    14 com.apple.Aperture 0x00407f70 0x1000 + 4222832
    15 com.apple.Aperture 0x00262118 0x1000 + 2494744
    16 com.apple.Aperture 0x00262c3c 0x1000 + 2497596
    17 com.apple.proxtcore 0x0092e960 threadSuspendedCountDiff + 13008
    18 com.apple.proxtcore 0x0093b098 setFreePerfTokenFunction + 23032
    19 com.apple.proxtcore 0x0092d4f0 threadSuspendedCountDiff + 7776
    20 com.apple.proxtcore 0x0092d1bc threadSuspendedCountDiff + 6956
    21 com.apple.Foundation 0x946e5b78 _NSThread__main_ + 1004
    22 libSystem.B.dylib 0x94ace658 pthreadstart + 316
    Thread 22:
    0 libSystem.B.dylib 0x94a8c4b8 semaphoretimedwait_signaltrap + 8
    1 libSystem.B.dylib 0x94acf8fc pthread_condwait + 1320
    2 com.apple.Foundation 0x94722f38 -[NSCondition waitUntilDate:] + 384
    3 com.apple.Foundation 0x94722d64 -[NSConditionLock lockWhenCondition:beforeDate:] + 268
    4 com.apple.Aperture 0x005c7030 0x1000 + 6053936
    5 com.apple.Aperture 0x00459b00 0x1000 + 4557568
    6 com.apple.proxtcore 0x0092e940 threadSuspendedCountDiff + 12976
    7 com.apple.proxtcore 0x0093b098 setFreePerfTokenFunction + 23032
    8 com.apple.proxtcore 0x0092d4f0 threadSuspendedCountDiff + 7776
    9 com.apple.proxtcore 0x0092d1bc threadSuspendedCountDiff + 6956
    10 com.apple.Foundation 0x946e5b78 _NSThread__main_ + 1004
    11 libSystem.B.dylib 0x94ace658 pthreadstart + 316
    Thread 23:
    0 libSystem.B.dylib 0x94a8c4b8 semaphoretimedwait_signaltrap + 8
    1 libSystem.B.dylib 0x94acf8fc pthread_condwait + 1320
    2 com.apple.Foundation 0x94722f38 -[NSCondition waitUntilDate:] + 384
    3 com.apple.Foundation 0x94722d64 -[NSConditionLock lockWhenCondition:beforeDate:] + 268
    4 com.apple.Aperture 0x005c7030 0x1000 + 6053936
    5 com.apple.Aperture 0x00459bc8 0x1000 + 4557768
    6 com.apple.proxtcore 0x0092e940 threadSuspendedCountDiff + 12976
    7 com.apple.proxtcore 0x0093b098 setFreePerfTokenFunction + 23032
    8 com.apple.proxtcore 0x0092d4f0 threadSuspendedCountDiff + 7776
    9 com.apple.proxtcore 0x0092d1bc threadSuspendedCountDiff + 6956
    10 com.apple.Foundation 0x946e5b78 _NSThread__main_ + 1004
    11 libSystem.B.dylib 0x94ace658 pthreadstart + 316
    Thread 24:
    0 libSystem.B.dylib 0x94a8c5b8 machwaituntil + 8
    1 libSystem.B.dylib 0x94b183ec nanosleep + 324
    2 libSystem.B.dylib 0x94b2f7bc sleep + 72
    3 com.apple.Aperture 0x0006c884 0x1000 + 440452
    4 com.apple.Foundation 0x946e5b78 _NSThread__main_ + 1004
    5 libSystem.B.dylib 0x94ace658 pthreadstart + 316
    Thread 25:
    0 libSystem.B.dylib 0x94a8c4b8 semaphoretimedwait_signaltrap + 8
    1 libSystem.B.dylib 0x94acf8fc pthread_condwait + 1320
    2 com.apple.Foundation 0x94722f38 -[NSCondition waitUntilDate:] + 384
    3 com.apple.Foundation 0x94722d64 -[NSConditionLock lockWhenCondition:beforeDate:] + 268
    4 com.apple.proxtcore 0x0093ed80 describeMsgCode + 6672
    5 com.apple.proxtcore 0x0092d1a8 threadSuspendedCountDiff + 6936
    6 com.apple.Foundation 0x946e5b78 _NSThread__main_ + 1004
    7 libSystem.B.dylib 0x94ace658 pthreadstart + 316
    Thread 26:
    0 libSystem.B.dylib 0x94a8c4b8 semaphoretimedwait_signaltrap + 8
    1 libSystem.B.dylib 0x94acf8fc pthread_condwait + 1320
    2 com.apple.Foundation 0x94722f38 -[NSCondition waitUntilDate:] + 384
    3 com.apple.Foundation 0x94722d64 -[NSConditionLock lockWhenCondition:beforeDate:] + 268
    4 com.apple.proxtcore 0x0093ed80 describeMsgCode + 6672
    5 com.apple.proxtcore 0x0092d1a8 threadSuspendedCountDiff + 6936
    6 com.apple.Foundation 0x946e5b78 _NSThread__main_ + 1004
    7 libSystem.B.dylib 0x94ace658 pthreadstart + 316
    Thread 27:
    0 libSystem.B.dylib 0x94a92e48 _semwaitsignal + 8
    1 libSystem.B.dylib 0x94a92c5c nanosleep$UNIX2003 + 188
    2 libSystem.B.dylib 0x94a92b8c usleep$UNIX2003 + 68
    3 com.apple.AppKit 0x9265b9c4 -[NSUIHeartBeat _heartBeatThread:] + 1840
    4 com.apple.Foundation 0x946e5b78 _NSThread__main_ + 1004
    5 libSystem.B.dylib 0x94ace658 pthreadstart + 316
    Thread 21 crashed with PPC Thread State 32:
    srr0: 0x0ab97050 srr1: 0x0000d030 dar: 0x0f51f000 dsisr: 0x40000000
    r0: 0x00008000 r1: 0xf0b087b0 r2: 0x00000006 r3: 0xffffc55c
    r4: 0xffffb775 r5: 0x00000000 r6: 0x00000000 r7: 0x0f51f000
    r8: 0x0000000e r9: 0x000098f1 r10: 0xfffffff1 r11: 0x00000000
    r12: 0x94a96af4 r13: 0x0ea00000 r14: 0x00001bf6 r15: 0x00000f90
    r16: 0x0a981000 r17: 0x00007c80 r18: 0xf0b08804 r19: 0x00000a3b
    r20: 0xf0b087e8 r21: 0xf0b08874 r22: 0x00000404 r23: 0xf0b09074
    r24: 0x00000b8e r25: 0x00000000 r26: 0x0b9834a0 r27: 0x0dde5538
    r28: 0x00000000 r29: 0x00000014 r30: 0x0f51f000 r31: 0x0ab96784
    cr: 0x44004204 xer: 0x20000000 lr: 0x0ab96d68 ctr: 0x94a96af4
    vrsave: 0x00000000
    Binary Images:
    0x1000 - 0x789feb com.apple.Aperture 2.1.1 (2.1.1) <4653d73c91bd4d68bf35edf5e81e8864> /Applications/Aperture.app/Contents/MacOS/Aperture
    0x8b4000 - 0x8c4fdf com.apple.AERegistration 1.2 (72) /Applications/Aperture.app/Contents/Frameworks/AERegistration.framework/Version s/A/AERegistration
    0x8d7000 - 0x8dffd7 com.apple.AEProfiling 1.2 (18) /Applications/Aperture.app/Contents/Frameworks/AEProfiling.framework/Versions/A /AEProfiling
    0x8e8000 - 0x912fdf com.apple.ProUtils 1.0 (1.0) /Applications/Aperture.app/Contents/Frameworks/ProUtils.framework/Versions/A/Pr oUtils
    0x925000 - 0x968fd3 com.apple.proxtcore 1.0.0 (1.0.0) /Applications/Aperture.app/Contents/Frameworks/ProXTCore.framework/Versions/A/P roXTCore
    0x990000 - 0xb09fff com.apple.prokit 4.5 (722) <0a569e9a281a8a321ad499df65fd3370> /System/Library/PrivateFrameworks/ProKit.framework/Versions/A/ProKit
    0xbdf000 - 0xcadff5 com.apple.DiscRecording 4.0.1 (4010.4.5) <39676334cab4e89e081bd8fc0cd00957> /System/Library/Frameworks/DiscRecording.framework/Versions/A/DiscRecording
    0xd14000 - 0xd3effb com.apple.DiscRecordingUI 4.0.1 (4010.4.5) <5bdb58ce021bde4f5d36e232443acc94> /System/Library/Frameworks/DiscRecordingUI.framework/Versions/A/DiscRecordingUI
    0xd5b000 - 0xd63fe7 com.apple.NetServices.BDControl 1.0.4 (1.0.4) /Applications/Aperture.app/Contents/NetServices/Frameworks/BDControl.framework/ Versions/A/BDControl
    0xd6c000 - 0xd6ffd7 com.apple.NetServices.BDRuleEngine 1.0.1 (1.0.1) /Applications/Aperture.app/Contents/NetServices/Frameworks/BDRuleEngine.framewo rk/Versions/A/BDRuleEngine
    0xd76000 - 0xdd6ff7 com.apple.NetServices.NetServices 6.0 (6.0) /Applications/Aperture.app/Contents/NetServices/Frameworks/NetServices.framewor k/Versions/A/NetServices
    0xe24000 - 0xec5ff7 com.apple.DotMacKit 47 (3.0.2L) /Applications/Aperture.app/Contents/Frameworks/DotMacKit.framework/Versions/A/D otMacKit
    0xf35000 - 0xf40fdf com.apple.PluginManager 1.7.3 (34) /Library/Frameworks/PluginManager.framework/Versions/B/PluginManager
    0xf4b000 - 0xfb4ffd com.apple.BrowserKit 1.5 (124) <192ec143a3a043811c138f992129ef7b> /System/Library/PrivateFrameworks/BrowserKit.framework/Versions/A/BrowserKit
    0xfe5000 - 0x1006ff1 libmx.A.dylib ??? (???) /usr/lib/libmx.A.dylib
    0x100e000 - 0x1052fff com.apple.vmutils 4.1 (104) <ea4bd764588ed4625099564b5e253eb1> /System/Library/PrivateFrameworks/vmutils.framework/Versions/A/vmutils
    0x1073000 - 0x109afff com.apple.framework.Admin 3.5 (3.5) <3d85bdc3142673f76e63f2f58c1864d6> /System/Library/PrivateFrameworks/Admin.framework/Versions/A/Admin
    0x10bb000 - 0x10c0ffd com.apple.SetupAssistant.International 1.5 (1.5) <c4ae639f80bbc68de5c01aa344ca4a85> /System/Library/PrivateFrameworks/International.framework/Versions/A/Internatio nal
    0x10c8000 - 0x11caffd com.apple.DiskImagesFramework 10.5.3 (195) <8936a2e277aeeec05ea4c0c7d8b402e5> /System/Library/PrivateFrameworks/DiskImages.framework/Versions/A/DiskImages
    0x122d000 - 0x1260ffb com.apple.MediaKit 9.1 (396) <848fe31d13f65a08215960eebd9cf163> /System/Library/PrivateFrameworks/MediaKit.framework/Versions/A/MediaKit
    0x1270000 - 0x129dffb libcurl.4.dylib ??? (???) <bd94f6417b93e0174fa282255dd6d6d1> /usr/lib/libcurl.4.dylib
    0x12a7000 - 0x12c0fff com.apple.frameworks.preferencepanes 12.1 (12.1) <d1d5621f96c38d42dd5e32d4e95e15b9> /System/Library/Frameworks/PreferencePanes.framework/Versions/A/PreferencePanes
    0x1459000 - 0x1475fff GLRendererFloat ??? (???) <24a8b15d4d87b6caa1cabdb73453c416> /System/Library/Frameworks/OpenGL.framework/Versions/A/Resources/GLRendererFloa t.bundle/GLRendererFloat
    0x147a000 - 0x149afff com.apple.prokit.LeopardPanels 4.5 (722) <e2688a64c32121db509c6af941d17b8d> /System/Library/PrivateFrameworks/ProKit.framework/Versions/A/Resources/Leopard Panels.bundle/Contents/MacOS/LeopardPanels
    0x14d7000 - 0x14dafc7 com.apple.Aperture.TaskView 1.0 (1.0) /Applications/Aperture.app/Contents/PlugIns/TaskView.bundle/Contents/MacOS/Task View
    0x1600000 - 0x1777ffb GLEngine ??? (???) <6ee4c83c4d1bb994849f941c70609cfe> /System/Library/Frameworks/OpenGL.framework/Resources/GLEngine.bundle/GLEngine
    0x29c3000 - 0x2c33ff1 com.apple.ATIRadeon9700GLDriver 1.5.30 (5.3.0) <3215c048c4ce3d89715c3666458a182a> /System/Library/Extensions/ATIRadeon9700GLDriver.bundle/Contents/MacOS/ATIRadeo n9700GLDriver
    0xa9b6000 - 0xa9bdfff com.apple.proapps.mrcheckpro 1.4 (203.5) /Applications/Aperture.app/Contents/Resources/MRCheckPro.bundle/Contents/MacOS/ MRCheckPro
    0xab56000 - 0xad07ff7 com.apple.RawCamera.bundle 2.0.9 (2.0.9) <63815f3bec4dc642a4cc74bab35e6240> /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera
    0x8fe00000 - 0x8fe30b23 dyld 96.2 (???) <49af061b557801944d2207b1673af094> /usr/lib/dyld
    0x90003000 - 0x9001affb com.apple.ImageCapture 4.0 (5.0.0) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture. framework/Versions/A/ImageCapture
    0x9001b000 - 0x900a2ffb com.apple.audio.CoreAudio 3.1.0 (3.1) <880a5a35ef1c5158271ee4b305b35626> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
    0x900a3000 - 0x900a6fff com.apple.help 1.1 (36) <7106d6e074a3b9835ebf1e6cc6c822ce> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framewor k/Versions/A/Help
    0x900a7000 - 0x900e9fff com.apple.CoreMediaIOServicesPrivate 12.0 (12.0) /System/Library/PrivateFrameworks/CoreMediaIOServicesPrivate.framework/Versions /A/CoreMediaIOServicesPrivate
    0x900ea000 - 0x90113ffb com.apple.shortcut 1 (1.0) <032016a45147a2f3f191ce70187587c9> /System/Library/PrivateFrameworks/Shortcut.framework/Versions/A/Shortcut
    0x90114000 - 0x9011bffb com.apple.print.framework.Print 218.0.2 (220.1) <c7e0e618d5867ae227403ae385aacd82> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framewo rk/Versions/A/Print
    0x9011c000 - 0x90266ffb com.apple.ImageIO.framework 2.0.4 (2.0.4) <cbe744146e1f0e77cca0edce92bea0f7> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/ImageIO
    0x90267000 - 0x902a0fff com.apple.SystemConfiguration 1.9.2 (1.9.2) <1a39075165bf7447fe8be1e93db49346> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfi guration
    0x902a1000 - 0x902c0fff com.apple.vecLib 3.4.2 (vecLib 3.4.2) /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
    0x902c1000 - 0x90321fff com.apple.CoreText 2.0.3 (???) <4ce8460abbfca7c9bd655ae0173976df> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreText.framework/Versions/A/CoreText
    0x90370000 - 0x903a5ffb com.apple.LDAPFramework 1.4.5 (110) <d0de37a2c23c1ab7dfd4af1882db9893> /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP
    0x903a6000 - 0x90512ff9 com.apple.AddressBook.framework 4.1.1 (696) <d060674db5664f6db586985a12742f1c> /System/Library/Frameworks/AddressBook.framework/Versions/A/AddressBook
    0x905e6000 - 0x9062dfff com.apple.NavigationServices 3.5.2 (163) <cb063c95a55ba12994a64c7e47f5706a> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/NavigationSer vices.framework/Versions/A/NavigationServices
    0x9062e000 - 0x90715fff com.apple.JavaScriptCore 5525.18 (5525.18) <d94ee2a4a7aa244335a4a2a49a5aaeec> /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore
    0x9077c000 - 0x90798ffb com.apple.openscripting 1.2.8 (???) <eb961ce3c1b1e564c2eefe3682ee0555> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting .framework/Versions/A/OpenScripting
    0x90799000 - 0x90d10ff3 com.apple.CoreGraphics 1.351.33 (???) <83d4f302053d3fe5f69c8e20b3a0c34f> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/CoreGraphics
    0x90d11000 - 0x90d1fffb com.apple.opengl 1.5.7 (1.5.7) <0f5ac86573f9bb828dfa1864d85a4162> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
    0x90d20000 - 0x90dceffb com.apple.QTKit 7.5.5 (990.7) /System/Library/Frameworks/QTKit.framework/Versions/A/QTKit
    0x90dcf000 - 0x90e15ff9 com.apple.securityinterface 3.0 (32532) <82a438eff282dd1dc1f803dfd91b5f38> /System/Library/Frameworks/SecurityInterface.framework/Versions/A/SecurityInter face
    0x90e16000 - 0x90e31ff3 com.apple.DirectoryService.Framework 3.5.5 (3.5.5) <60afb4ad8bd64c8539f50f7edef1f759> /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryServi ce
    0x90e32000 - 0x90e45ffb com.apple.speech.synthesis.framework 3.7.1 (3.7.1) <dc8dac074f4d19175c5613b35aa529b3> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ SpeechSynthesis.framework/Versions/A/SpeechSynthesis
    0x90e51000 - 0x90ff1ff7 com.apple.QuartzComposer 2.1 (106.5) <695f355ae3f8a5bc99851affe5a47fca> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzCompose r.framework/Versions/A/QuartzComposer
    0x90ff2000 - 0x912f3ffb com.apple.CoreServices.CarbonCore 786.6 (786.6) <94736308a0b44830c732ebb1bebd78f8> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonC ore.framework/Versions/A/CarbonCore
    0x912f4000 - 0x91335ffb libTIFF.dylib ??? (???) <4c1422124af245485d6ceee207f4d735> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libTIFF.dylib
    0x91336000 - 0x913cafff com.apple.framework.IOKit 1.5.1 (???) <9bd6b9e0f0a9a25c3a1d379da04dd8be> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
    0x913cb000 - 0x913d8fff libbz2.1.0.dylib ??? (???) <ff3050272228dbda09852641458eaaa4> /usr/lib/libbz2.1.0.dylib
    0x91419000 - 0x91446fff libGL.dylib ??? (???) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
    0x91447000 - 0x9162dffb com.apple.security 5.0.4 (34102) <2954de63dbda688b09f2d75b834c89fa> /System/Library/Frameworks/Security.framework/Versions/A/Security
    0x9162e000 - 0x9166bffe com.apple.securityfoundation 3.0 (32989) <d629b36fcfea256ec309420b99dccabf> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoun dation
    0x9166c000 - 0x9166cfff com.apple.Carbon 136 (136) <6a6a209ec9179368db7ead8382b8ee63> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
    0x9166d000 - 0x9171dfff com.apple.QD 3.11.54 (???) <cd7bef6f156b82851cfb164ccd9f3986> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ QD.framework/Versions/A/QD
    0x9171e000 - 0x917f1fff com.apple.CoreServices.OSServices 226.5 (226.5) <e50f547a3d8d316885b424e282bd80fe> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServi ces.framework/Versions/A/OSServices
    0x917f2000 - 0x917f2fff com.apple.Accelerate 1.4.2 (Accelerate 1.4.2) /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
    0x917f3000 - 0x91828fff com.apple.AE 402.2 (402.2) <0b15a08da8ec38b74fb9dd6e579ed25f> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.fram ework/Versions/A/AE
    0x91829000 - 0x91834ffb libgcc_s.1.dylib ??? (???) <ea47fd375407f162c76d14d64ba246cd> /usr/lib/libgcc_s.1.dylib
    0x925b6000 - 0x925c3fff libCSync.A.dylib ??? (???) <e0395a40546c6c8b244962512e74c35e> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib
    0x925c4000 - 0x92d39fff com.apple.AppKit 6.5.3 (949.34) <5a94250c410980eb9047e9a5f0f9b558> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
    0x92d3a000 - 0x92d42fff libbsm.dylib ??? (???) <c1fca3cbe3b1c21e9b31bc89b920f34c> /usr/lib/libbsm.dylib
    0x92d54000 - 0x92db6ffb com.apple.htmlrendering 68 (1.1.3) <e852db1c007de975fae2f0c2769c88ef> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HTMLRendering .framework/Versions/A/HTMLRendering
    0x92db7000 - 0x931e5ffa libGLProgrammability.dylib ??? (???) <603a9704539c585a35801c2452930cb2> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgramma bility.dylib
    0x931e6000 - 0x93235fff com.apple.Metadata 10.5.2 (398.22) <7063f883d9d901fea72151597ccd4e6a> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadat a.framework/Versions/A/Metadata
    0x93236000 - 0x9323affe libGIF.dylib ??? (???) <491b205a6b8bb0c0c6ee6aaeea19a671> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libGIF.dylib
    0x93241000 - 0x9329dffb com.apple.HIServices 1.7.0 (???) <48d200891cc9dd795ee547d526c6a45b> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ HIServices.framework/Versions/A/HIServices
    0x9329e000 - 0x9329effc com.apple.MonitorPanelFramework 1.2.0 (1.2.0) <91aadd6dccda219dd50a6ce06aad5b54> /System/Library/PrivateFrameworks/MonitorPanel.framework/Versions/A/MonitorPane l
    0x9329f000 - 0x932e1fff com.apple.quartzfilters 1.5.0 (1.5.0) <3f2dc01a646cd5b5ea55d510583ba4d5> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzFilters .framework/Versions/A/QuartzFilters
    0x93311000 - 0x9338cfff com.apple.SearchKit 1.2.1 (1.2.1) <23c2c93a7ec832505d5c7b67fee89a6d> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchK it.framework/Versions/A/SearchKit
    0x9338d000 - 0x9339bfff libz.1.dylib ??? (???) <1a70dd3594a8c5ad39d785af5da23237> /usr/lib/libz.1.dylib
    0x9339c000 - 0x9342bffb com.apple.DesktopServices 1.4.7 (1.4.7) <5792e9dc03f76544c71dedd802a1fa36> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/Desk topServicesPriv
    0x9342c000 - 0x934fbfff com.apple.ColorSync 4.5.0 (4.5.0) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ColorSync.framework/Versions/A/ColorSync
    0x934fc000 - 0x93bddff3 com.apple.WebCore 5525.18.1 (5525.18.1) <c339884f32c81b029105d8a0243db0ff> /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore.frame work/Versions/A/WebCore
    0x93bde000 - 0x93c74fff com.apple.LaunchServices 290 (290) <fd3ffed6d3e33d356610d5eac6c7088a> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchS ervices.framework/Versions/A/LaunchServices
    0x93c75000 - 0x93d58fff libobjc.A.dylib ??? (???) <39035ba996e55c617e20595dcd89c063> /usr/lib/libobjc.A.dylib
    0x93d59000 - 0x93e77ff7 com.apple.audio.toolbox.AudioToolbox 1.5.1 (1.5.1) /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
    0x93e78000 - 0x93e88fff libsasl2.2.dylib ??? (???) <18935d5e775962f4728b91189b092d45> /usr/lib/libsasl2.2.dylib
    0x93e89000 - 0x93e8bffd libRadiance.dylib ??? (???) <34cc3c24f4be3a4372275400b6e05b85> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libRadiance.dylib
    0x93ea2000 - 0x93f28ff9 com.apple.CFNetwork 339.5 (339.5) <b401902ddbf0d923e7b584e579ce0b4c> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwo rk.framework/Versions/A/CFNetwork
    0x93f29000 - 0x93f53ff7 libssl.0.9.7.dylib ??? (???) <1c571a24294df1af3428e31d464029fc> /usr/lib/libssl.0.9.7.dylib
    0x93f54000 - 0x94079ffb com.apple.CoreFoundation 6.5.4 (476.15) <cad7eb450d1f930417aeeca9eb00dbcd> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    0x940e3000 - 0x9469dfff libBLAS.dylib ??? (???) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libBLAS.dylib
    0x9469e000 - 0x946dbfff libRIP.A.dylib ??? (???) <2a8fc4eb2a2120c341c15b54f807041d> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
    0x946dc000 - 0x94921ffb com.apple.Foundation 6.5.6 (677.21) <8350383f1c44d18e471451ce92a1572c> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
    0x94922000 - 0x94922ffe com.apple.quartzframework 1.5 (1.5) <1477ba992c53f43087c7527c4782fd54> /System/Library/Frameworks/Quartz.framework/Versions/A/Quartz
    0x94923000 - 0x94a37ffa com.apple.vImage 3.0 (3.0) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.fr amework/Versions/A/vImage
    0x94a7d000 - 0x94a7dff8 com.apple.Cocoa 6.5 (???) <e9a4f1c636d00893db0494c4040176ba> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
    0x94a7e000 - 0x94a8aff3 com.apple.audio.SoundManager 3.9.2 (3.9.2) <79588842bcaf6c747a95b2120304397a> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CarbonSound.f ramework/Versions/A/CarbonSound
    0x94a8b000 - 0x94c24fe3 libSystem.B.dylib ??? (???) <2ecfb9e8a8f2f72021bf1ee8f4c8e3fb> /usr/lib/libSystem.B.dylib
    0x94e14000 - 0x94ed9ffb com.apple.CoreData 100.1 (186) <9cf54cb19b18e53ee22edb7ababa6e6c> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
    0x94eda000 - 0x94ef8fff com.apple.QuickLookFramework 1.3 (170.7) /System/Library/Frameworks/QuickLook.framework/Versions/A/QuickLook
    0x94ef9000 - 0x94f7afff com.apple.print.framework.PrintCore 5.5.3 (245.3) <032f772f8169945c1d1b524d96edcef6> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ PrintCore.framework/Versions/A/PrintCore
    0x94f7b000 - 0x94f96ffb libPng.dylib ??? (???) <248297ff5b022c274d5dcfa0de3b37b2> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libPng.dylib
    0x94f97000 - 0x94fafffb com.apple.DictionaryServices 1.0.0 (1.0.0) <fe37191e732eeb66189185cd000a210b> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Diction aryServices.framework/Versions/A/DictionaryServices
    0x94fb0000 - 0x94fe1fff com.apple.coreui 1.2 (62) /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
    0x94fe2000 - 0x94fe5ffb com.apple.securityhi 3.0 (30817) <e50c0cac9048f8923b95797753d50b5c> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.fr amework/Versions/A/SecurityHI
    0x94fe6000 - 0x94fffffb com.apple.CoreVideo 1.5.1 (1.5.1) <7568a5b07a0ccb4ee76a9b997fa3e5d9> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
    0x95000000 - 0x95027fff libxslt.1.dylib ??? (???) <3700d04090629deddb436aa2d516c56d> /usr/lib/libxslt.1.dylib
    0x95028000 - 0x950adfff libsqlite3.0.dylib ??? (???) <f2a33fe2663eab9c7f4806d2cf05b4ee> /usr/lib/libsqlite3.0.dylib
    0x950ae000 - 0x950b7fff com.apple.DiskArbitration 2.2.1 (2.2.1) <a389b4c2badce39540f24402f7df35e7> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
    0x950b8000 - 0x95140fff com.apple.ink.framework 101.3 (86) <66a99ad6bc695390a66dd24789e23dcc> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework /Versions/A/Ink
    0x95141000 - 0x95142ff8 com.apple.ApplicationServices 34 (34) <6aa5ee485bb2e656531b3505932b845f> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Application Services
    0x95143000 - 0x9514eff9 com.apple.helpdata 1.0.1 (14.2) /System/Library/PrivateFrameworks/HelpData.framework/Versions/A/HelpData
    0x9514f000 - 0x95157ffb libCGATS.A.dylib ??? (???) <3c50a1f1f03470a8baadd22a17a4b547> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCGATS.A.dylib
    0x95158000 - 0x9515effb com.apple.backup.framework 1.0 (1.0) /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup
    0x95165000 - 0x95197fff com.apple.bom 9.0 (136) <cb560109ea507cdfb6c77349845e6b2a> /System/Library/PrivateFrameworks/Bom.framework/Versions/A/Bom
    0x95198000 - 0x954c6ff7 com.apple.QuickTime 7.5.5 (990.7) <f530ad007afd28b3dc938a41e0a3f1e8> /System/Library/Frameworks/QuickTime.framework/Versions/A/QuickTime
    0x954c7000 - 0x955ecffb com.apple.imageKit 1.0.2 (1.0) <86dec1a5970c6e713cc9b3f532098b19> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/ImageKit.fram ework/Versions/A/ImageKit
    0x955ed000 - 0x95916fe7 libLAPACK.dylib ??? (???) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libLAPACK.dylib
    0x95917000 - 0x95936fff com.apple.Accelerate.vecLib 3.4.2 (vecLib 3.4.2) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/vecLib
    0x95937000 - 0x9593cff6 libmathCommon.A.dylib ??? (???) /usr/lib/system/libmathCommon.A.dylib
    0x9593d000 - 0x9595dff7 libJPEG.dylib ??? (???) <f92878fdf02ffb1474b8bc60c47bb72d> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libJPEG.dylib
    0x9595e000 - 0x95971fff com.apple.LangAnalysis 1.6.4 (1.6.4) <f12db38b92cbf96b024206698434d14d> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ LangAnalysis.framework/Versions/A/LangAnalysis
    0x95972000 - 0x959bcfff com.apple.QuickLookUIFramework 1.3 (170.7) /System/Library/PrivateFrameworks/QuickLookUI.framework/Versions/A/QuickLookUI
    0x959d3000 - 0x95a29fff libGLU.dylib ??? (???) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
    0x95a2a000 - 0x95a2afff com.apple.audio.units.AudioUnit 1.5 (1.5) /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
    0x95a2b000 - 0x95a2bffa com.apple.CoreServices 32 (32) <42b6dda539f7411606187335d9eae0c5> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
    0x95a2c000 - 0x95aeefff com.apple.WebKit 5525.18 (5525.18) <465f23fde0c38d87fd0e0103a3393772> /System/Library/Frameworks/WebKit.framework/Versions/A/WebKit
    0x95aef000 - 0x95ba9fff libcrypto.0.9.7.dylib ??? (???) <335916b82e302fec637432caf7c9e8e5> /usr/lib/libcrypto.0.9.7.dylib
    0x95baa000 - 0x95c14fff com.apple.PDFKit 2.1.1 (2.1.1) /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/PDFKit.framew ork/Versions/A/PDFKit
    0x95c29000 - 0x95c4ffff libcups.2.dylib ??? (???) <736d13399582e2216dfd58a61868d39c> /usr/lib/libcups.2.dylib
    0x95c50000 - 0x95c5ffff com.apple.DSObjCWrappers.Framework 1.3 (1.3) <897487778bd1c0429fcd88c99c293583> /System/Library/PrivateFrameworks/DSObjCWrappers.framework/Versions/A/DSObjCWra ppers
    0x95c60000 - 0x95c8bff7 libauto.dylib ??? (???) <b3a3a4b0f09653bd6d58f1847922b533> /usr/lib/libauto.dylib
    0x95dd3000 - 0x95e5dfff libvMisc.dylib ??? (???) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvMisc.dylib
    0x95e5e000 - 0x95e69fff com.apple.speech.recognition.framework 3.7.24 (3.7.24) <ae3dc890a43a9269388301f6b59d3091> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecogni tion.framework/Versions/A/SpeechRecognition
    0x95e6a000 - 0x95eb9fff libGLImage.dylib ??? (???) <274f96cdf247e29c74dc476d166928ca> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dyl ib
    0x95eba000 - 0x95f53fc3 libvDSP.dylib ??? (???) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvDSP.dylib
    0x961e1000 - 0x96249fff com.apple.iLifeMediaBrowser 1.0.9 (212.0.1) /System/Library/PrivateFrameworks/iLifeMediaBrowser.framework/Versions/A/iLifeM ediaBrowser
    0x9624a000 - 0x962fafff edu.mit.Kerberos 6.0.12 (6.0.12) <c72d937eebc3e56ea636d332e2bb18cf> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
    0x962fb000 - 0x96634feb com.apple.HIToolbox 1.5.4 (???) <ffe389390ecc05cf8770c81db6511bd1> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.fra mework/Versions/A/HIToolbox
    0x9667a000 - 0x967c2ffb libicucore.A.dylib ??? (???) <2d1f8cb81754c6b68809a4aa6c7b94a3> /usr/lib/libicucore.A.dylib
    0x967c3000 - 0x967c3ffb com.apple.installserver.framework 1.0 (8) /System/Library/PrivateFrameworks/InstallServer.framework/Versions/A/InstallSer ver
    0x967c4000 - 0x96b29ff2 com.apple.QuartzCore 1.5.5 (1.5.5) <e5fa65979d5e0bb75ec19aea053ce83d> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
    0x96b2a000 - 0x96b56fff com.apple.CoreMediaPrivate 11.0 (11.0) <5c3e0852cafaace76f92a112921a8ff0> /System/Library/PrivateFrameworks/CoreMediaPrivate.framework/Versions/A/CoreMed iaPrivate
    0x96b57000 - 0x96b5efff com.apple.CommonPanels 1.2.4 (85) <0d1256175c5512c911ede094d767acfe> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels. framework/Versions/A/CommonPanels
    0x96b5f000 - 0x96b7efff libresolv.9.dylib ??? (???) <d4538f370cadea5d74d3ac86c610e570> /usr/lib/libresolv.9.dylib
    0x96b7f000 - 0x96b80fff libffi.dylib ??? (???) <11b77dbce4aa0f0b66d40014230abd1d> /usr/lib/libffi.dylib
    0x96b81000 - 0x96be8ffb libstdc++.6.dylib ??? (???) <a4e9b10268b3ffac26d0296499b24e8e> /usr/lib/libstdc++.6.dylib
    0x96be9000 - 0x96cd2fff libxml2.2.dylib ??? (???) <6bf1a24e68615e0edf843988f5a0a1f4> /usr/lib/libxml2.2.dylib
    0x96dff000 - 0x96e05ffb com.apple.DisplayServicesFW 2.0 (2.0) <fb3b6779bc6c167bc163798b6d20a866> /System/Library/PrivateFrameworks/DisplayServices.framework/Versions/A/DisplayS ervices
    0x96e06000 - 0x96ea0ff7 com.apple.ApplicationServices.ATS 3.4 (???) <77bbf58ddc32846bdfdea2bd30ab6fb9> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/ATS
    0xfffec000 - 0xfffeffff libobjc.A.dylib ??? (???) /usr/lib/libobjc.A.dylib
    0xffff8000 - 0xffff9703 libSystem.B.dylib ??? (???) /usr/lib/libSystem.B.dylib

    rocketlobster wrote:
    Help!
    I cannot access aperture library at all. It crashes straight away on booting up. Worked fine before a recent upgrade to 2.1.1 and system to 10.5.5.
    Tried reinstalling aperture, same problem.
    I have my library in an external firewire 800 mounted drive. If I switch the drive off it boots ok, once creating a new empty library. But as soon as I point it to the library it crashes seconds into booting up whilst trying to generate previews.
    can you access anything else on that external drive?
    does Disk Utility find anything when you verify disk?
    before you reinstalled aperture did you remove the
    com.apple.Aperture.plist in Preferences?
    and assorted files related to aperture's first install?
    victor

  • Can't open Aperture 3.2.4 after upgrade from 10.6.8 to 10.9

    I just upgraded from Snow Leopard to Mavericks and everything looks fine, except for the fact that I can't open Aperture anymore. The dock icon is crossed out and when I click on it, I get the message "You can't open the application "Aperture" because it is not supported on this type of Mac.
    I am running Aperture 3.2.4 which was the latest supported version under Snow Leopard 10.6.8. I was under the impression that I could upgrade to the latest version of Aperture under the new operating system....
    --> What does that mean? My Mac was able to upgrade to the latest operating system but the applications are not??
    Any help is greatly appreciated, thanks!

    I tested this:
    Reinstalled Aperture 3.1 from the Trial Installer.
    In some way it seems to be working. But the whole thing is a scary Chimera.
    It can create an Aperture library. I can import and edit images, even in Graphic Converter ias an external editor.
    But the Media Browser does not show the aperture Library that I created.
    The versioning is inconsistent. The library appears as an Aperture 3.4 library in the Finder.  Aperture 3.5 seems to be able to read this library and to upgrade it to 3.5
    The Applications folder is showing the application as version 3.4 and as compatible. Spotlight is showing it as illegal.
    When opening the chimera Aperture, I see plenty of warnings in the Console window:
    An Aperture "Hang" report
    xpcproxy assertion failed
    com.apple.IconServiceAgent: main failed to composite image
    quicklookd: Warning
    and more ... the hang was critical. I had to force quit Aperture more than once.
    So be careful. I would not trust any important Aperture library to this patched application, without testing thoroughly. Be careful with your  precious photos.

  • Aperture 3, Border Fx after upgrade to MacOS X 10.9.2

    Are there any Aperture users out there who also use the plug in Border Fx?  If you, have you noticed any changes in using Border Fx after upgrading to OS X 10.9.2?  After I upgraded to 10.9.2, I've noticed the presets I had in Border Fx gave different results. In addition it appears that the plug-in is behaving differently and I can't reproduce borders I once used.  I've written to the maker of Border Fx and will report any findings here.  I'm just wondering if anyone has experienced this behavior. 
    Ed

    Ok, I'll try to see if I can explain a little of what I see.  Here is a picture exported from Aperture using the Border Fx plug-in.  The date of the export is Feb 25.  Note that there is a white border around the image, although it might be hard to see here, but with a soft inner edge to the border
    I updated to Mas OS X on Feb 26.  Here's another picture exported using Border Fx, with the same preset is used on the first picture  This picture was exported on Feb 27, and as far as I know, I made no adjustments to Border Fx, just using the same default preset that I used in the first picture.
    Note that in this image, the border still has the soft inner edge, but now it appears grey and not white.  I've tried to get the white border back in Border Fx, but whenever I select the soft edge option, the border turns grey.  There's nothing I can do within Border Fx to bring the border back to white.  I haven't tried any of my other presets to see if they still work as before or not.  I've tried to delete this preset and recreate it, but I can't do that either.  It's not that big of a deal, but I think something has changed.  I guess I could go back using Time Machine and re-set OS X back to 10.9.1, but I don't really want to do that just on account of this.  I also feel that Border Fx is not handling multiple borders the way it used to, but I can't be sure of that.  Thanks for replying to my question.
    Ed

  • Aperture Library size different after restore from TM and rebuild Thumbnails

    I have just completed an erase-install-migrate from Time Machine using Setup Assistant.
    The size of the managed Aperture Library originally was 397.8Gb
    After completion of the migrate back in I opened Aperture and as expected it rebuilt the thumbnails (TM does not backup the Thumbnails).
    After doing this I tested the Library as far as possible and all seems well, and the number of photos is exactly the same as before (49,883).
    However, the size of the library is now 357.8 Gb.
    The only logical explanation (to me) is that the restore process has eliminated previews and thumbnails from photos which I have deleted over the years.
    I still have a backup of the original (397.8Gb) version which I could put back with the Finder, but if the restored library has cleared years of redundant previews and thumbnails I would prefer to stay with that.
    All done with Mavericks and Aperture 3.5.
    Any insights very welcome.
    Thanks

    Just had the idea of looking at sizes in the Library package contents, and the explanation for the change in size is due to three things:
    Thumbnails old: 44.95 Gb
    Thumbnails new: 15.13 Gb
    There is also an iPod photocache of 14.6 Gb which is not yet present in the new.
    However Previews old was 27.95 Gb and Previews new is 33.18 Gb, so I assume some previews were smaller in the original Library.
    Masters is 304.3 Gb in the original and new libraries.
    I am beginning to feel more confident about the new library.

  • SharePoint 2007 performance issue after upgrading the operating system

    We upgraded the operating system of our SharePoint Server 2007 from 2003 to 2008 R2. After upgrade we rebuilt the SharePoint using content DBs we backed up before upgrade. All settings is same except that we moved the DBs to new SQL servers. Now users are
    reporting performance issue with sites. I experienced it myself some of the pages takes 9-30 seconds to load. Also our SharePoint server is single server. I monitored the SharePoint Server and it is fine. I did fiddler trace and here are the result. I see
    lots of 401 (login failed) errors then 302 (redirect) then 200 (OK). Do you know why we are getting 401 errors?
    Result
    Protocol
    Host
    URL
    Body
    Caching
    Content-Type
    Process
    184
    401
    HTTP
    sp07.ourcompany.com
    /bif/EUROPE-AMA
    341
    text/html; charset=us-ascii
    iexplore:15344
    185
    302
    HTTP
    sp07.ourcompany.com
    /bif/EUROPE-AMA
    196
    text/html; charset=UTF-8
    iexplore:15344
    186
    401
    HTTP
    sp07.ourcompany.com
    /bif/EUROPE-AMA/default.aspx
    341
    text/html; charset=us-ascii
    iexplore:15344
    187
    200
    HTTP
    sp07.ourcompany.com
    /bif/EUROPE-AMA/default.aspx
    105,487
    private, max-age=0; Expires: Mon, 22 Dec 2014 21:37:48 GMT
    text/html; charset=utf-8
    iexplore:15344
    188
    401
    HTTP
    sp07.ourcompany.com
    /_layouts/1033/styles/calendar.css?rev=BrbrIU86qTG2EHx1ZUuFBQ%3D%3D
    341
    text/html; charset=us-ascii
    iexplore:15344
    189
    200
    HTTP
    sp07.ourcompany.com
    /_layouts/images/prevbuttonltr.gif
    76
    max-age=31536000
    image/gif
    iexplore:15344
    190
    200
    HTTP
    sp07.ourcompany.com
    /_layouts/images/nextbuttonltr.gif
    78
    max-age=31536000
    image/gif
    iexplore:15344
    191
    200
    HTTP
    sp07.ourcompany.com
    /_layouts/images/day.gif
    1,051
    max-age=31536000
    image/gif
    iexplore:15344
    192
    200
    HTTP
    sp07.ourcompany.com
    /_layouts/images/month.gif
    1,068
    max-age=31536000
    image/gif
    iexplore:15344
    193
    200
    HTTP
    sp07.ourcompany.com
    /_layouts/1033/styles/calendar.css?rev=BrbrIU86qTG2EHx1ZUuFBQ%3D%3D
    28,814
    max-age=31536000
    text/css
    iexplore:15344
    194
    200
    HTTP
    sp07.ourcompany.com
    /_layouts/images/week.gif
    1,057
    max-age=31536000
    image/gif
    iexplore:15344
    195
    200
    HTTP
    sp07.ourcompany.com
    /_layouts/images/weekbox.gif
    149
    max-age=31536000
    image/gif
    iexplore:15344
    196
    200
    HTTP
    sp07.ourcompany.com
    /_layouts/images/alldayDefault.gif
    157
    max-age=31536000
    image/gif
    iexplore:15344
    197
    200
    HTTP
    sp07.ourcompany.com
    /_layouts/images/calnumBttntoday.gif
    146
    max-age=31536000
    image/gif
    iexplore:15344
    198
    200
    HTTP
    sp07.ourcompany.com
    /_layouts/images/calnumBttn.gif
    95
    max-age=31536000
    image/gif
    iexplore:15344

    Hi
    when you request a  Site collection (http://domain/) or a Site (http://domain/foo/) of your Publishing Site you get redirected to the http://domain/Pages/<WelcomePage>.aspx. SharePoint 2007 uses the 302 header (location temporarily moved) for
    this purpose. Surprisingly even WSS uses the 302 header to redirect a root url to the default.aspx. In comparison ASP.NET uses an internal redirect to render the default page when the root url requested: there is no redirect in this situation.
    Check the link which can give more input
    http://blog.mastykarz.nl/sharepoint-2007-redirect-solved-using-301-instead-of-302-redirects/
    for error 401 you can check this link
    http://discussions.citrix.com/topic/97027-no-resources-401-unauthorized/d
    and check SharePoint ULS logs and event viewer for any exceptions.
    Please mark the Answer and Vote me if you think that it will help you to resolved your issue

  • Library showing empty after upgrade to iPhoto 11

    Hi all,
    Yesterday I decided to upgrade to iPhoto 11, basically because I eventually want to go to Aperture. Although I have been reading about all the problems around iPhoto 11, I decided to give it a try. For one of my libraries the upgrade caused a lot of problems, but I got it working at the end. The second library, though, will not upgrade at all. Instead it is showing an empty library, as if you are using iPhoto for the first time. The library isn't empty, though, because I can still access it with iPhoto9.
    So there must be something preventing iPhoto11 from doing its thing, but I haven't the foggiest. I have tried all sorts of things I came across in fora (except rebuilding the whole library) but to no avail.
    Does any of you have a brilliant idea as to what I could do to get iPhoto11 working ?

    Since you still can open the library in question in iPhoto '09, iPhoto '11 cannot have opened the library at all. Once a library has been opened in iPhoto '11, no earlier version will be able to open it.  The empty library you are seeing when trying to open that library in iPhoto '11, must be a new default library, that iPhoto '11 is creating, since it cannot open that library.
    I suggested to try to launch iPhoto in Library First Aid Mode, to force ito open that library. Quite often does this trick iPhoto into opening a library, that it will not open otherwise.
    This is a general issue: it does not seem to be possible to set a standard program to open a certain filetype.
    Have you tried to use the "Change all" button? Then all ".photolibrary" libraries will be opened in iPhoto '11.

  • My aperture library is empty after photos merge

    After my update to photos, my aperture library is empty.  I understand I am still supposed to see all my photos in aperture.
    Have tried to restore library to no avail.  Also having problems uploading from my canon d40  With aperture it was fast and easy with photos it takes forever and has troubles uploading the pictures.
    Any ideas?

    I had this problem post-Photos as well. When I opened Aperture, there were no photos. Going to File -> Switch to Library, I noticed that there were two libraries labelled "Aperture Library". In the Pictures folder in Finder, I noticed that the newer library is 7.9 MB, but the older is 148.21 GB. I made sure to select the older library. Aperture had to repair the library database, it took a while, then it opened up as usual. Maybe this will help you, too.
    The Photos app is not going to work for me - too little editing options, no NIK support, etc. It's nowhere near a professional alternative, but I guess that was Apple's intention with the app. Oh well, I have a little while to keep using it before shifting to Lightroom or Capture One.

  • Any performance gains after upgrade to Oracle 10 ?

    Hello,
    we have been using EBS 11.5.9 (with Oracle 9). Does anybody see any improvements from performance point of view after upgrade to Oracle 10r2 (but without upgrade of EBS to R12) ?
    Regards

    Somethings have been faster for us and somethings have been slower. In general it seems the same or better. When we get a chance to look at the jobs that are performing poorly I'm sure we will be able to make them perform. Make sure you find and apply all of the performance patches for the modules you have implemented, we are missing one right now and it is hurting our Configurator developers instance. I have actually set the the optimizer_features_enable back to 9i. This is something I would not recommend doing in a production environment, and we are only doing it until we can get the patch that fixes the optimizer in 10g applied.
    One surprise for us was the increase in memory required, in our test and development instances we have found a 1GB SGA is as small as you can go with 10g and still have reasonable performance. We had a number of 9i ebus databases around 300-400MB SGA that performed just fine. This limited the number of environments we could squeeze on a single server (not really a bid deal if you only have a few dev, test and training environments).
    In our production environment in order to have the same size datacache more memory was consumed. Were we could get away with a shared pool of 4GB under 9i, it grows to over 6GB in 10g. Looks like more PGA is also being used. 10g along with RUP5 and upgrading the java from 1.3 to 1.5 has increased our memory consumption. We increased memory from 64GB to 96GB and we are using a large portion of the additional 32GB. We were right at the limit with 64GB in our 9i production instance but we had never experienced the paging that we did with 10g. Now at 96GB we nolonger see any paging.

  • No sharing library Mac-ATV after upgrade :(

    I updated itunes to version 10.2.1. After the update, my mac (mini 09
    snow) does not resume from standby when I try to query the library from
    apple tv .. I am forced to wake it up manually and do a restart of itunes ...
    Can anyone tell me a solution? with the version 10.2 does not happen. i also aupdate the Apple TV with last ios revision (4.2).
    I also updated the Apple TV to the latest version of IOS, the 4.2. Now I do not know if the problem is the IOS or iTunes.
    Message was edited by: admersc
    Message was edited by: admersc

    For a better understanding I try a re-explain my situation :
    This is my scenario :
    Access Point : Air Port Extreme
    Video Server : Mac mini (10.6.6) connected to network (airport extreme) via copper ethernet (wifi disable) (iTunes 10.2.1)
    macbook : I use laptop to manage the mini via wifi
    Apple TV 2G : I see my dvd library collection streaming from mac mini.
    Mac Mini is configured for going to stop after 20 minutes of inactivity, and waking up from network.
    After upgrade IOS from 4.1 to 4.2, the Mini don't waking up. I think that ATV don't forward the wake up packet to mini. When this occur, I try manage the Mini from my macbook, and Mini respond correctly. So I think that problem reside in the last IOS 4.2..
    Thanks for any advice!!

Maybe you are looking for