Gcc & glibc & ABI compatibility - latest update

Hi,
I am contemplating building the rhel5 version of our application using the SunStudio 12 compiler. We have a very large C/C++ application and the catch is that we don't have the source for a number of big 3rd commercial C++ libraries that we need to link against. These libs are built on rhel4 using gcc.
What is the story with g++ and SunStudio 12 ABI compatibility ?
August last year there was a thread that discussed this and the recommendation was not to even try as the ABI was not compatible at the C++ level (C was OK). Ref : http://forum.java.sun.com/thread.jspa?forumID=855&threadID=5105358
Of course I could just suck it and see, but I would like to know if it is even worth trying.
Thanks for any info.
- Mark

I am the person who knows better :-) We are working on g++ ABI implementation. Unfortunately I cannot give any estimations when this work will finished. Currently we have almost full (~80-90%) implementation of class layout (except virtual base classes), mangler, RTTI, simple virtual function cases. Uncovered parts - virtual base classes, exceptions, some part if runtime support.
Probably I will drop notes about progress in my blog http://blogs.sun.com/roller/page/sga.

Similar Messages

  • Trouble with iPhoto after latest update for compatibility with RAW-files

    Hi all, I'm having serious trouble with iPhoto since the latest update for compatibility with RAW-files for digital fotocamera's (version 2.4).
    After connection with the camera iphoto starts up as usual and i can start importing my pictures. So far all goes well. After having imported my pictures (visual with thumbs and so one) and having created an event iPhoto isn't able to show any pictures. Stopping and restarting Iphoto gives a message that there are a number of photo's available that havent been imported yet (!!???). I can choose to import or ignore. Whatever i choose i'm not capable of visualising the photo's.
    Anyone with a similar problem and the solution? Can i remove the update?
    I've tried several camera's all with the same problem.
    thx for any replies
    niki001

    Hi Terence, thanks for the reply (i'll wait with the downgrade for now ;-p).
    I made a small step by step report of my findings:
    1. Attach camera to imac
    2. iPhoto starts up with previews of the pictures (so far so good)
    3. Give event-name and start import ( so far so good)
    4. 'Latest Import'-report all fine, previews ok, check with event : previews fine. All seems well
    5. disconnect camera, stop iPhoto. As far as now all seems normal.
    6. Restart iPhoto : Message 'iPhoto Library contains photo's which havent been imported. Import Y/N?'.!!!???
    7. Option Y : IPhoto imports photo's imported in step 3 in a new event box (shown as a 'black box' on screen). Last made event (step 3) shows up as a black square in overview all events. Double click on event gives empty squares where previews should appear. Double click on photo preview gives large explanationmark on screen.
    8. Drag event-box over screen shows thumbs within square, release event returns to 'black box'.
    9. Shut down iPhoto.
    10. Restart iPhoto jumps back to step 6 as long as i keep answering Y.(Each time creating a new extra 'black box event').
    11. When i now look within iPhoto Library i can find a map Import in which i can find back the last imported photo's from step 3.
    12. Dragging these pictures to my desktop (preview gives no problem at all) and from there back in to iPhoto simply recreats a new 'black box event'.
    13. In step 6 option N gives a message 'creat iphoto Library recovered'. In iPhoto Library map Import has disapeared.
    14.When looking into map 'iphoto Library recovered' i can find my originally iported photo's. However same problem as in step 12.
    I used aperture (trial version) to see wether the problem could be photo-related, but here al goes well.
    So, any idea's???
    thx

  • Using 3rd party library on linux (ABI Compatibility ?)

    Hi all !
    I am facing a problem while developing an application that uses a 3rd party library. This 3rd party library is an OCR Engine.
    Actually I am able to use this OCR from Java via JNI under windows. Now I try to do the same thing under Linux.
    I created a C++ wrapper shared library linking the OCR Engine shared library.
    I wrote 3 JNI functions for :
    - loading the engine
    - closing the engine
    - setting the engine language support
    Using my wrapper from any C/C++ program works fine. But when I use a JNI interface to these method, it ends randomly with a segmentation fault.
    Consider this simple program :
    engine.nativeLoadEngine();
    for(int i = 0; i < 500; i++)
    bq. engine.nativeSetTextLanguage( "French" );
    engine.nativeCloseEngine();
    Sometimes the segmentation fault appears before the nativeLoadEngine(), sometimes after nativeCloseEngine(), sometimes at iteration N etc.
    It cannot be a matter of my JNI code because... take a look at my functions bodies :
    * Class: com_XXX_ocr_OCREngine
    * Method: initEngine
    * Signature: ()V
    JNIEXPORT void JNICALL Java_com_XXX_ocr_OCREngine_initEngine( JNIEnv* env, jobject thisObj )
    * Class: com_XXX_ocr_OCREngine
    * Method: closeEngine
    * Signature: ()V
    JNIEXPORT void JNICALL Java_com_XXX_ocr_OCREngine_closeEngine( JNIEnv* env, jobject thisObj )
    * Class: com_XXX_ocr_OCREngine
    * Method: setTextLanguage
    * Signature: (Ljava/lang/String;)V
    JNIEXPORT void JNICALL
    Java_com_XXX_ocr_OCREngine_setTextLanguage( JNIEnv* env, jobject thisObj, jstring textLang )
    Even if I do "nothing" in the bodies, I face segmentation faults. If I don't link the OCR library, it is self-evident that there is no problem.
    I even used JNA (https://jna.dev.java.net/) to access a shared library exposing my three functions and linking to my 3rd party .so. I reproduced the same issue.
    Config :
    Ubuntu 2.6.20-16
    gcc 4.1.2
    libstc++6
    jdk1.5.0_11
    My wrapper and OCR Engine are both linking to :
    libc.so.6
    libstdc++.so.6
    My libjvm.so is linking to :
    libc.so.6
    I tried both g++ and gcc to compile my wrapper.
    Am I facing a kind of ABI compatibility issue between libjvm.so and my OCR engine 3rd party library ?
    I tried some compile command tweaking but it was pointless. It really seems hopeless to me...
    Thanks for any help.

    I believe I built Boost using the complete option. I have several files for each library, for example, I have the following in the boost_1_47_0\stage\lib\  folder:
    libboost_regex-vc100-mt-1_47.lib
    libboost_regex-vc100-mt-gd-1_47.lib
    libboost_regex-vc100-mt-s-1_47.lib
    libboost_regex-vc100-mt-sgd-1_47.lib
    libboost_regex-vc100-s-1_47.lib
    libboost_regex-vc100-sgd-1_47,lib
    boost_regex-vc100-mt-1_47.dll
    boost_regex-vc100-mt-1_47.lib
    boost_regex-vc100-mt-gd-1_47.dll
    boost_regex-vc100-mt-gd-1_47.dll
    I think the ones that have the -s- in the filename are the static versions of the library.
    I've tried changing the Project Properties->C/C++->Code Generation->Runtime Library settings without luck. And I'm not sure if there are other settings that I need to change.

  • What is the latest update available for Mac OSX 10.5.8 that will allow me to get the latest update for iTunes.  I really need to update my iPhone and CAN'T!!  GRRRR!!!

    What is the latest update available for Mac OSX 10.5.8 that will allow me to get the latest update for iTunes.  I really need to update my iPhone and CAN'T!!  GRRRR!!!

    Minimally you need Snow Leopard or greater:
    Upgrade Paths to Snow Leopard, Lion, and/or Mountain Lion
    You can upgrade to Mountain Lion from Lion or directly from Snow Leopard. Mountain Lion can be downloaded from the Mac App Store for $19.99. To access the App Store you must have Snow Leopard 10.6.6 or later installed.
    Upgrading to Snow Leopard
    You can purchase Snow Leopard through the Apple Store: Mac OS X 10.6 Snow Leopard — Apple Store (U.S.). The price is $19.99 plus tax. You will be sent physical media by mail after placing your order.
    After you install Snow Leopard you will have to download and install the Mac OS X 10.6.8 Update Combo v1.1 to update Snow Leopard to 10.6.8 and give you access to the App Store. Access to the App Store enables you to download Mountain Lion if your computer meets the requirements.
         Snow Leopard General Requirements
           1. Mac computer with an Intel processor
           2. 1GB of memory
           3. 5GB of available disk space
           4. DVD drive for installation
           5. Some features require a compatible Internet service provider;
               fees may apply.
           6. Some features require Apple’s iCloud services; fees and
               terms apply.
    Upgrading to Lion
    If your computer does not meet the requirements to install Mountain Lion, it may still meet the requirements to install Lion.
    You can purchase Lion by contacting Customer Service: Contacting Apple for support and service — this includes international calling numbers. The cost is $19.99 (as it was before) plus tax.  It's a download. You will get an email containing a redemption code that you then use at the Mac App Store to download Lion. Save a copy of that installer to your Downloads folder because the installer deletes itself at the end of the installation.
         Lion System Requirements
           1. Mac computer with an Intel Core 2 Duo, Core i3, Core i5, Core i7,
               or Xeon processor
           2. 2GB of memory
           3. OS X v10.6.6 or later (v10.6.8 recommended)
           4. 7GB of available space
           5. Some features require an Apple ID; terms apply.
    Upgrading to Mountain Lion
    To upgrade to Mountain Lion you must have Snow Leopard 10.6.8 or Lion installed. Purchase and download Mountain Lion from the App Store. Sign in using your Apple ID. Mountain Lion is $19.99 plus tax. The file is quite large, over 4 GBs, so allow some time to download. It would be preferable to use Ethernet because it is nearly four times faster than wireless.
         OS X Mountain Lion — System Requirements
           Macs that can be upgraded to OS X Mountain Lion
             1. iMac (Mid 2007 or newer) — Model Identifier 7,1 or later
             2. MacBook (Late 2008 Aluminum, or Early 2009 or newer) —
                 Model Identifier 5,1 or later
             3. MacBook Pro (Mid/Late 2007 or newer) — Model Identifier 3,1 or later
             4. MacBook Air (Late 2008 or newer) — Model Identifier 2,1 or later
             5. Mac mini (Early 2009 or newer) — Model Identifier 3,1 or later
             6. Mac Pro (Early 2008 or newer) — Model Identifier 3,1 or later
             7. Xserve (Early 2009) — Model Identifier 3,1 or later
    To find the model identifier open System Profiler in the Utilities folder. It's displayed in the panel on the right.
    Are my applications compatible?
             See App Compatibility Table — RoaringApps.
         For a complete How-To introduction from Apple see Upgrade to OS X Mountain Lion.

  • ITunes won't sync my latest update of instagram.

    It gives me an error message saying I need the latest iphone software, but I checked, and that software is updated (4.2.1 for iphone 3). Ideas?

    I think your version of IOS is incompatible with the latest update. From the Instagram website
    http://help.instagram.com/customer/portal/articles/884477-ios-version-3-2-device -feature-compatibility
    iOS Version 3.2 Device Feature Compatibility
    Minimum iOS 4.3
    Improved camera roll viewer: requires iOS 6 and an iPhone 4S or 5, the most recent iPod Touch, or iPad 2, 3, 4, and Mini. (Earlier iPhone and iPod models will use a version of the old camera roll viewer.)
    Improved scale & crop screen: iPhone 3GS & iPhone 4 running iOS 4.3 or later

  • The latest update has caused a runtime error and cannot use i tunes

    i have just tried to put the latest update on my laptop and it has caused a runtime error and now cannot install i tunes at all.

    have you use latest version of nvidia driver, you have a compatibility issue here. 

  • : I am unable to download the latest update last attempt. 10-02-11. This malware was detected in my system when I first downloaded Firefox: Trojan-Downloader.JS.DarDuk.g

    Cannot download latest update.
    Fear Trojan is infecting my system preventing this task.

    Well...... I am good and ticked....after being FRUSTRATED for many hours and days.... trying to get my player working with XP Pro....nothing tricky....just wanted the original software loaded for transferring my CD's to my ZEN Xtra.
    I got so p----d I hunted down my original disc......go figure everything works fine aqain....
    What a crock going to the Creative web site and attempting their downloads.......why do they not have this disc loaded and ready to download....!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
    Gee maybe if enough people screw up with doing FIRMWARE updates they can create another revenue stream....by the way firmware should be the last thing to attempt and only then if all else has failed....if it DON"T HURT DON"T FIX !!!!
    Just the fact that there are so many forum issues tell me that I may have been wrong in my advice to friends to seek Creative unit vs an iPod.
    This is simple technology and should not be so difficult or so convoluted (decepti've?) in compatability issues with new software releases, new computer purchases etc...... there seems to be a serious lack of commitment to being a 'value ad' type of company. My original disc works fine !!
    Why is this not available if you can provide proof of purchase or if the product was registered originally.
    Hmmmmm.......

  • Iphoto shuts down since latest update of 22 March 2012

    I just did the latest update on my Macbook Pro OXS and now I can't import photos from my digital camera to iphoto. It shuts down unexpectedly. I'm not computer savvy, but did read I could do a "repair disk permissions". Didn't help. T
    Any other suggestions would be much appreciated. But please be as detailed as possible.
    Thank you!
    DJ

    plz help me out
    Process:         iPhoto [707]
    Path:            /Applications/iPhoto.app/Contents/MacOS/iPhoto
    Identifier:      com.apple.iPhoto
    Version:         9.1.1 (9.1.1)
    Build Info:      iPhotoProject-5270000~13
    Code Type:       X86 (Native)
    Parent Process:  launchd [132]
    Date/Time:       2012-06-12 05:03:25.449 +0530
    OS Version:      Mac OS X 10.6.8 (10K549)
    Report Version:  6
    Sleep/Wake UUID: 6DF9807B-9DBA-411A-9CD6-0ABADD08F6D7
    Interval Since Last Report:          3230 sec
    Crashes Since Last Report:           3
    Per-App Interval Since Last Report:  1054 sec
    Per-App Crashes Since Last Report:   2
    Anonymous UUID:                      BB7E27B6-19AE-47D0-B352-D7CF5AB45200
    Exception Type:  EXC_BAD_ACCESS (SIGBUS)
    Exception Codes: KERN_PROTECTION_FAILURE at 0x000000000000000c
    Crashed Thread:  0  Dispatch queue: com.apple.main-thread
    Thread 0 Crashed:  Dispatch queue: com.apple.main-thread
    0   com.apple.iPhoto                        0x00043cb6 0x1000 + 273590
    1   com.apple.iPhoto                        0x00915dc1 0x1000 + 9522625
    2   com.apple.AppKit                        0x9415ca26 -[NSApplication sendAction:to:from:] + 112
    3   com.apple.AppKit                        0x9423c255 -[NSControl sendAction:to:] + 108
    4   com.apple.AppKit                        0x94237d02 -[NSCell _sendActionFrom:] + 169
    5   com.apple.AppKit                        0x94236ff9 -[NSCell trackMouse:inRect:ofView:untilMouseUp:] + 1808
    6   com.apple.AppKit                        0x9428c6ed -[NSButtonCell trackMouse:inRect:ofView:untilMouseUp:] + 524
    7   com.apple.prokit                        0x017f821e -[NSProButtonCell trackMouse:inRect:ofView:untilMouseUp:] + 539
    8   com.apple.AppKit                        0x94235a4f -[NSControl mouseDown:] + 812
    9   com.apple.iLifeKit                      0x017092b2 -[IPKButton mouseDown:] + 194
    10  com.apple.AppKit                        0x94233a58 -[NSWindow sendEvent:] + 5549
    11  com.apple.AppKit                        0x9414c60b -[NSApplication sendEvent:] + 6431
    12  com.apple.iLifeKit                      0x017300eb -[iLifeKit sendEvent:] + 59
    13  com.apple.iPhoto                        0x00083813 0x1000 + 534547
    14  com.apple.AppKit                        0x940e0253 -[NSApplication run] + 917
    15  com.apple.AppKit                        0x940d8289 NSApplicationMain + 574
    16  com.apple.iPhoto                        0x00003749 0x1000 + 10057
    17  com.apple.iPhoto                        0x000032a5 0x1000 + 8869
    Thread 1:  Dispatch queue: com.apple.libdispatch-manager
    0   libSystem.B.dylib                       0x93dda382 kevent + 10
    1   libSystem.B.dylib                       0x93ddaa9c _dispatch_mgr_invoke + 215
    2   libSystem.B.dylib                       0x93dd9f59 _dispatch_queue_invoke + 163
    3   libSystem.B.dylib                       0x93dd9cfe _dispatch_worker_thread2 + 240
    4   libSystem.B.dylib                       0x93dd9781 _pthread_wqthread + 390
    5   libSystem.B.dylib                       0x93dd95c6 start_wqthread + 30
    Thread 2:
    0   libSystem.B.dylib                       0x93dd9412 __workq_kernreturn + 10
    1   libSystem.B.dylib                       0x93dd99a8 _pthread_wqthread + 941
    2   libSystem.B.dylib                       0x93dd95c6 start_wqthread + 30
    Thread 3:
    0   libSystem.B.dylib                       0x93db3b5a semaphore_timedwait_signal_trap + 10
    1   libSystem.B.dylib                       0x93de16e1 _pthread_cond_wait + 1066
    2   libSystem.B.dylib                       0x93e105a8 pthread_cond_timedwait_relative_np + 47
    3   com.apple.Foundation                    0x94a5095c -[NSCondition waitUntilDate:] + 453
    4   com.apple.Foundation                    0x94a09451 -[NSConditionLock lockWhenCondition:beforeDate:] + 279
    5   com.apple.Foundation                    0x94a09334 -[NSConditionLock lockWhenCondition:] + 69
    6   com.apple.proxtcore                     0x8f66814f -[XTMsgQueue waitForMessage] + 47
    7   com.apple.proxtcore                     0x8f666f30 -[XTThread run:] + 400
    8   com.apple.Foundation                    0x94a14564 -[NSThread main] + 45
    9   com.apple.Foundation                    0x94a14514 __NSThread__main__ + 1499
    10  libSystem.B.dylib                       0x93de1259 _pthread_start + 345
    11  libSystem.B.dylib                       0x93de10de thread_start + 34
    Thread 4:
    0   libSystem.B.dylib                       0x93db3afa mach_msg_trap + 10
    1   libSystem.B.dylib                       0x93db4267 mach_msg + 68
    2   com.apple.CoreFoundation                0x955d230f __CFRunLoopRun + 2079
    3   com.apple.CoreFoundation                0x955d13f4 CFRunLoopRunSpecific + 452
    4   com.apple.CoreFoundation                0x955d1221 CFRunLoopRunInMode + 97
    5   com.apple.Foundation                    0x94a4e227 -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 279
    6   com.apple.proxtcore                     0x8f6693c5 -[XTRunLoopThread run:] + 453
    7   com.apple.Foundation                    0x94a14564 -[NSThread main] + 45
    8   com.apple.Foundation                    0x94a14514 __NSThread__main__ + 1499
    9   libSystem.B.dylib                       0x93de1259 _pthread_start + 345
    10  libSystem.B.dylib                       0x93de10de thread_start + 34
    Thread 5:
    0   libSystem.B.dylib                       0x93db3afa mach_msg_trap + 10
    1   libSystem.B.dylib                       0x93db4267 mach_msg + 68
    2   com.apple.CoreFoundation                0x955d230f __CFRunLoopRun + 2079
    3   com.apple.CoreFoundation                0x955d13f4 CFRunLoopRunSpecific + 452
    4   com.apple.CoreFoundation                0x955d1221 CFRunLoopRunInMode + 97
    5   com.apple.Foundation                    0x94a4e227 -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 279
    6   com.apple.proxtcore                     0x8f6693c5 -[XTRunLoopThread run:] + 453
    7   com.apple.Foundation                    0x94a14564 -[NSThread main] + 45
    8   com.apple.Foundation                    0x94a14514 __NSThread__main__ + 1499
    9   libSystem.B.dylib                       0x93de1259 _pthread_start + 345
    10  libSystem.B.dylib                       0x93de10de thread_start + 34
    Thread 6:
    0   libSystem.B.dylib                       0x93dd9412 __workq_kernreturn + 10
    1   libSystem.B.dylib                       0x93dd99a8 _pthread_wqthread + 941
    2   libSystem.B.dylib                       0x93dd95c6 start_wqthread + 30
    Thread 7:
    0   libSystem.B.dylib                       0x93dd9412 __workq_kernreturn + 10
    1   libSystem.B.dylib                       0x93dd99a8 _pthread_wqthread + 941
    2   libSystem.B.dylib                       0x93dd95c6 start_wqthread + 30
    Thread 8:
    0   libSystem.B.dylib                       0x93de1aa2 __semwait_signal + 10
    1   libSystem.B.dylib                       0x93e0d9c5 nanosleep$UNIX2003 + 188
    2   libSystem.B.dylib                       0x93e0d903 usleep$UNIX2003 + 61
    3   com.apple.AppKit                        0x94287e2d -[NSUIHeartBeat _heartBeatThread:] + 2039
    4   com.apple.Foundation                    0x94a14564 -[NSThread main] + 45
    5   com.apple.Foundation                    0x94a14514 __NSThread__main__ + 1499
    6   libSystem.B.dylib                       0x93de1259 _pthread_start + 345
    7   libSystem.B.dylib                       0x93de10de thread_start + 34
    Thread 9:
    0   libSystem.B.dylib                       0x93db3b5a semaphore_timedwait_signal_trap + 10
    1   libSystem.B.dylib                       0x93de16e1 _pthread_cond_wait + 1066
    2   libSystem.B.dylib                       0x93e105a8 pthread_cond_timedwait_relative_np + 47
    3   com.apple.Foundation                    0x94a5095c -[NSCondition waitUntilDate:] + 453
    4   com.apple.Foundation                    0x94a09451 -[NSConditionLock lockWhenCondition:beforeDate:] + 279
    5   com.apple.Foundation                    0x94a09334 -[NSConditionLock lockWhenCondition:] + 69
    6   com.apple.proxtcore                     0x8f66814f -[XTMsgQueue waitForMessage] + 47
    7   com.apple.proxtcore                     0x8f666f30 -[XTThread run:] + 400
    8   com.apple.Foundation                    0x94a14564 -[NSThread main] + 45
    9   com.apple.Foundation                    0x94a14514 __NSThread__main__ + 1499
    10  libSystem.B.dylib                       0x93de1259 _pthread_start + 345
    11  libSystem.B.dylib                       0x93de10de thread_start + 34
    Thread 10:
    0   libSystem.B.dylib                       0x93db3b5a semaphore_timedwait_signal_trap + 10
    1   libSystem.B.dylib                       0x93de16e1 _pthread_cond_wait + 1066
    2   libSystem.B.dylib                       0x93e105a8 pthread_cond_timedwait_relative_np + 47
    3   com.apple.Foundation                    0x94a5095c -[NSCondition waitUntilDate:] + 453
    4   com.apple.Foundation                    0x94a09451 -[NSConditionLock lockWhenCondition:beforeDate:] + 279
    5   com.apple.Foundation                    0x94a09334 -[NSConditionLock lockWhenCondition:] + 69
    6   com.apple.proxtcore                     0x8f66814f -[XTMsgQueue waitForMessage] + 47
    7   com.apple.proxtcore                     0x8f666f30 -[XTThread run:] + 400
    8   com.apple.Foundation                    0x94a14564 -[NSThread main] + 45
    9   com.apple.Foundation                    0x94a14514 __NSThread__main__ + 1499
    10  libSystem.B.dylib                       0x93de1259 _pthread_start + 345
    11  libSystem.B.dylib                       0x93de10de thread_start + 34
    Thread 11:
    0   libSystem.B.dylib                       0x93db3b5a semaphore_timedwait_signal_trap + 10
    1   libSystem.B.dylib                       0x93de16e1 _pthread_cond_wait + 1066
    2   libSystem.B.dylib                       0x93e105a8 pthread_cond_timedwait_relative_np + 47
    3   com.apple.Foundation                    0x94a5095c -[NSCondition waitUntilDate:] + 453
    4   com.apple.Foundation                    0x94a09451 -[NSConditionLock lockWhenCondition:beforeDate:] + 279
    5   com.apple.Foundation                    0x94a09334 -[NSConditionLock lockWhenCondition:] + 69
    6   com.apple.proxtcore                     0x8f66814f -[XTMsgQueue waitForMessage] + 47
    7   com.apple.proxtcore                     0x8f666f30 -[XTThread run:] + 400
    8   com.apple.Foundation                    0x94a14564 -[NSThread main] + 45
    9   com.apple.Foundation                    0x94a14514 __NSThread__main__ + 1499
    10  libSystem.B.dylib                       0x93de1259 _pthread_start + 345
    11  libSystem.B.dylib                       0x93de10de thread_start + 34
    Thread 12:
    0   libSystem.B.dylib                       0x93db3b5a semaphore_timedwait_signal_trap + 10
    1   libSystem.B.dylib                       0x93de16e1 _pthread_cond_wait + 1066
    2   libSystem.B.dylib                       0x93e105a8 pthread_cond_timedwait_relative_np + 47
    3   com.apple.Foundation                    0x94a5095c -[NSCondition waitUntilDate:] + 453
    4   com.apple.Foundation                    0x94a09451 -[NSConditionLock lockWhenCondition:beforeDate:] + 279
    5   com.apple.Foundation                    0x94a09334 -[NSConditionLock lockWhenCondition:] + 69
    6   com.apple.proxtcore                     0x8f66814f -[XTMsgQueue waitForMessage] + 47
    7   com.apple.proxtcore                     0x8f666f30 -[XTThread run:] + 400
    8   com.apple.Foundation                    0x94a14564 -[NSThread main] + 45
    9   com.apple.Foundation                    0x94a14514 __NSThread__main__ + 1499
    10  libSystem.B.dylib                       0x93de1259 _pthread_start + 345
    11  libSystem.B.dylib                       0x93de10de thread_start + 34
    Thread 13:
    0   libSystem.B.dylib                       0x93db3afa mach_msg_trap + 10
    1   libSystem.B.dylib                       0x93db4267 mach_msg + 68
    2   com.apple.CoreFoundation                0x955d230f __CFRunLoopRun + 2079
    3   com.apple.CoreFoundation                0x955d13f4 CFRunLoopRunSpecific + 452
    4   com.apple.CoreFoundation                0x955d1221 CFRunLoopRunInMode + 97
    5   com.apple.Foundation                    0x94a4e227 -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 279
    6   com.apple.proxtcore                     0x8f6693c5 -[XTRunLoopThread run:] + 453
    7   com.apple.Foundation                    0x94a14564 -[NSThread main] + 45
    8   com.apple.Foundation                    0x94a14514 __NSThread__main__ + 1499
    9   libSystem.B.dylib                       0x93de1259 _pthread_start + 345
    10  libSystem.B.dylib                       0x93de10de thread_start + 34
    Thread 14:
    0   libSystem.B.dylib                       0x93db3b5a semaphore_timedwait_signal_trap + 10
    1   libSystem.B.dylib                       0x93de16e1 _pthread_cond_wait + 1066
    2   libSystem.B.dylib                       0x93e105a8 pthread_cond_timedwait_relative_np + 47
    3   com.apple.Foundation                    0x94a5095c -[NSCondition waitUntilDate:] + 453
    4   com.apple.Foundation                    0x94a09451 -[NSConditionLock lockWhenCondition:beforeDate:] + 279
    5   com.apple.Foundation                    0x94a09334 -[NSConditionLock lockWhenCondition:] + 69
    6   com.apple.proxtcore                     0x8f66814f -[XTMsgQueue waitForMessage] + 47
    7   com.apple.proxtcore                     0x8f666f30 -[XTThread run:] + 400
    8   com.apple.Foundation                    0x94a14564 -[NSThread main] + 45
    9   com.apple.Foundation                    0x94a14514 __NSThread__main__ + 1499
    10  libSystem.B.dylib                       0x93de1259 _pthread_start + 345
    11  libSystem.B.dylib                       0x93de10de thread_start + 34
    Thread 15:
    0   libSystem.B.dylib                       0x93db3b5a semaphore_timedwait_signal_trap + 10
    1   libSystem.B.dylib                       0x93de16e1 _pthread_cond_wait + 1066
    2   libSystem.B.dylib                       0x93e105a8 pthread_cond_timedwait_relative_np + 47
    3   com.apple.Foundation                    0x94a5095c -[NSCondition waitUntilDate:] + 453
    4   com.apple.Foundation                    0x94a09451 -[NSConditionLock lockWhenCondition:beforeDate:] + 279
    5   com.apple.Foundation                    0x94a09334 -[NSConditionLock lockWhenCondition:] + 69
    6   com.apple.proxtcore                     0x8f66814f -[XTMsgQueue waitForMessage] + 47
    7   com.apple.proxtcore                     0x8f666f30 -[XTThread run:] + 400
    8   com.apple.Foundation                    0x94a14564 -[NSThread main] + 45
    9   com.apple.Foundation                    0x94a14514 __NSThread__main__ + 1499
    10  libSystem.B.dylib                       0x93de1259 _pthread_start + 345
    11  libSystem.B.dylib                       0x93de10de thread_start + 34
    Thread 16:
    0   libSystem.B.dylib                       0x93db3b5a semaphore_timedwait_signal_trap + 10
    1   libSystem.B.dylib                       0x93de16e1 _pthread_cond_wait + 1066
    2   libSystem.B.dylib                       0x93e105a8 pthread_cond_timedwait_relative_np + 47
    3   com.apple.Foundation                    0x94a5095c -[NSCondition waitUntilDate:] + 453
    4   com.apple.Foundation                    0x94a09451 -[NSConditionLock lockWhenCondition:beforeDate:] + 279
    5   com.apple.Foundation                    0x94a09334 -[NSConditionLock lockWhenCondition:] + 69
    6   com.apple.proxtcore                     0x8f66814f -[XTMsgQueue waitForMessage] + 47
    7   com.apple.proxtcore                     0x8f666f30 -[XTThread run:] + 400
    8   com.apple.Foundation                    0x94a14564 -[NSThread main] + 45
    9   com.apple.Foundation                    0x94a14514 __NSThread__main__ + 1499
    10  libSystem.B.dylib                       0x93de1259 _pthread_start + 345
    11  libSystem.B.dylib                       0x93de10de thread_start + 34
    Thread 17:
    0   libSystem.B.dylib                       0x93db3b5a semaphore_timedwait_signal_trap + 10
    1   libSystem.B.dylib                       0x93de16e1 _pthread_cond_wait + 1066
    2   libSystem.B.dylib                       0x93e105a8 pthread_cond_timedwait_relative_np + 47
    3   com.apple.Foundation                    0x94a5095c -[NSCondition waitUntilDate:] + 453
    4   com.apple.Foundation                    0x94a09451 -[NSConditionLock lockWhenCondition:beforeDate:] + 279
    5   com.apple.Foundation                    0x94a09334 -[NSConditionLock lockWhenCondition:] + 69
    6   com.apple.proxtcore                     0x8f66814f -[XTMsgQueue waitForMessage] + 47
    7   com.apple.proxtcore                     0x8f666f30 -[XTThread run:] + 400
    8   com.apple.Foundation                    0x94a14564 -[NSThread main] + 45
    9   com.apple.Foundation                    0x94a14514 __NSThread__main__ + 1499
    10  libSystem.B.dylib                       0x93de1259 _pthread_start + 345
    11  libSystem.B.dylib                       0x93de10de thread_start + 34
    Thread 18:
    0   libSystem.B.dylib                       0x93db3b5a semaphore_timedwait_signal_trap + 10
    1   libSystem.B.dylib                       0x93de16e1 _pthread_cond_wait + 1066
    2   libSystem.B.dylib                       0x93e105a8 pthread_cond_timedwait_relative_np + 47
    3   com.apple.Foundation                    0x94a5095c -[NSCondition waitUntilDate:] + 453
    4   com.apple.Foundation                    0x94a09451 -[NSConditionLock lockWhenCondition:beforeDate:] + 279
    5   com.apple.Foundation                    0x94a09334 -[NSConditionLock lockWhenCondition:] + 69
    6   com.apple.proxtcore                     0x8f66814f -[XTMsgQueue waitForMessage] + 47
    7   com.apple.proxtcore                     0x8f666f30 -[XTThread run:] + 400
    8   com.apple.Foundation                    0x94a14564 -[NSThread main] + 45
    9   com.apple.Foundation                    0x94a14514 __NSThread__main__ + 1499
    10  libSystem.B.dylib                       0x93de1259 _pthread_start + 345
    11  libSystem.B.dylib                       0x93de10de thread_start + 34
    Thread 19:
    0   libSystem.B.dylib                       0x93db3b5a semaphore_timedwait_signal_trap + 10
    1   libSystem.B.dylib                       0x93de16e1 _pthread_cond_wait + 1066
    2   libSystem.B.dylib                       0x93e105a8 pthread_cond_timedwait_relative_np + 47
    3   com.apple.Foundation                    0x94a5095c -[NSCondition waitUntilDate:] + 453
    4   com.apple.Foundation                    0x94a09451 -[NSConditionLock lockWhenCondition:beforeDate:] + 279
    5   com.apple.Foundation                    0x94a09334 -[NSConditionLock lockWhenCondition:] + 69
    6   com.apple.proxtcore                     0x8f66814f -[XTMsgQueue waitForMessage] + 47
    7   com.apple.proxtcore                     0x8f666f30 -[XTThread run:] + 400
    8   com.apple.Foundation                    0x94a14564 -[NSThread main] + 45
    9   com.apple.Foundation                    0x94a14514 __NSThread__main__ + 1499
    10  libSystem.B.dylib                       0x93de1259 _pthread_start + 345
    11  libSystem.B.dylib                       0x93de10de thread_start + 34
    Thread 20:
    0   libSystem.B.dylib                       0x93db3b5a semaphore_timedwait_signal_trap + 10
    1   libSystem.B.dylib                       0x93de16e1 _pthread_cond_wait + 1066
    2   libSystem.B.dylib                       0x93e105a8 pthread_cond_timedwait_relative_np + 47
    3   com.apple.Foundation                    0x94a5095c -[NSCondition waitUntilDate:] + 453
    4   com.apple.Foundation                    0x94a09451 -[NSConditionLock lockWhenCondition:beforeDate:] + 279
    5   com.apple.Foundation                    0x94a09334 -[NSConditionLock lockWhenCondition:] + 69
    6   com.apple.proxtcore                     0x8f66814f -[XTMsgQueue waitForMessage] + 47
    7   com.apple.proxtcore                     0x8f666f30 -[XTThread run:] + 400
    8   com.apple.Foundation                    0x94a14564 -[NSThread main] + 45
    9   com.apple.Foundation                    0x94a14514 __NSThread__main__ + 1499
    10  libSystem.B.dylib                       0x93de1259 _pthread_start + 345
    11  libSystem.B.dylib                       0x93de10de thread_start + 34
    Thread 21:
    0   libSystem.B.dylib                       0x93db3b5a semaphore_timedwait_signal_trap + 10
    1   libSystem.B.dylib                       0x93de16e1 _pthread_cond_wait + 1066
    2   libSystem.B.dylib                       0x93e105a8 pthread_cond_timedwait_relative_np + 47
    3   com.apple.Foundation                    0x94a5095c -[NSCondition waitUntilDate:] + 453
    4   com.apple.Foundation                    0x94a09451 -[NSConditionLock lockWhenCondition:beforeDate:] + 279
    5   com.apple.Foundation                    0x94a09334 -[NSConditionLock lockWhenCondition:] + 69
    6   com.apple.proxtcore                     0x8f66814f -[XTMsgQueue waitForMessage] + 47
    7   com.apple.proxtcore                     0x8f666f30 -[XTThread run:] + 400
    8   com.apple.Foundation                    0x94a14564 -[NSThread main] + 45
    9   com.apple.Foundation                    0x94a14514 __NSThread__main__ + 1499
    10  libSystem.B.dylib                       0x93de1259 _pthread_start + 345
    11  libSystem.B.dylib                       0x93de10de thread_start + 34
    Thread 22:
    0   libSystem.B.dylib                       0x93db3b5a semaphore_timedwait_signal_trap + 10
    1   libSystem.B.dylib                       0x93de16e1 _pthread_cond_wait + 1066
    2   libSystem.B.dylib                       0x93e105a8 pthread_cond_timedwait_relative_np + 47
    3   com.apple.Foundation                    0x94a5095c -[NSCondition waitUntilDate:] + 453
    4   com.apple.Foundation                    0x94a09451 -[NSConditionLock lockWhenCondition:beforeDate:] + 279
    5   com.apple.Foundation                    0x94a09334 -[NSConditionLock lockWhenCondition:] + 69
    6   com.apple.proxtcore                     0x8f66814f -[XTMsgQueue waitForMessage] + 47
    7   com.apple.proxtcore                     0x8f666f30 -[XTThread run:] + 400
    8   com.apple.Foundation                    0x94a14564 -[NSThread main] + 45
    9   com.apple.Foundation                    0x94a14514 __NSThread__main__ + 1499
    10  libSystem.B.dylib                       0x93de1259 _pthread_start + 345
    11  libSystem.B.dylib                       0x93de10de thread_start + 34
    Thread 23:
    0   libSystem.B.dylib                       0x93db3b5a semaphore_timedwait_signal_trap + 10
    1   libSystem.B.dylib                       0x93de16e1 _pthread_cond_wait + 1066
    2   libSystem.B.dylib                       0x93e105a8 pthread_cond_timedwait_relative_np + 47
    3   com.apple.Foundation                    0x94a5095c -[NSCondition waitUntilDate:] + 453
    4   com.apple.Foundation                    0x94a09451 -[NSConditionLock lockWhenCondition:beforeDate:] + 279
    5   com.apple.Foundation                    0x94a09334 -[NSConditionLock lockWhenCondition:] + 69
    6   com.apple.proxtcore                     0x8f66814f -[XTMsgQueue waitForMessage] + 47
    7   com.apple.proxtcore                     0x8f666f30 -[XTThread run:] + 400
    8   com.apple.Foundation                    0x94a14564 -[NSThread main] + 45
    9   com.apple.Foundation                    0x94a14514 __NSThread__main__ + 1499
    10  libSystem.B.dylib                       0x93de1259 _pthread_start + 345
    11  libSystem.B.dylib                       0x93de10de thread_start + 34
    Thread 24:
    0   libSystem.B.dylib                       0x93db3b5a semaphore_timedwait_signal_trap + 10
    1   libSystem.B.dylib                       0x93de16e1 _pthread_cond_wait + 1066
    2   libSystem.B.dylib                       0x93e105a8 pthread_cond_timedwait_relative_np + 47
    3   com.apple.Foundation                    0x94a5095c -[NSCondition waitUntilDate:] + 453
    4   com.apple.Foundation                    0x94a09451 -[NSConditionLock lockWhenCondition:beforeDate:] + 279
    5   com.apple.Foundation                    0x94a09334 -[NSConditionLock lockWhenCondition:] + 69
    6   com.apple.proxtcore                     0x8f66814f -[XTMsgQueue waitForMessage] + 47
    7   com.apple.proxtcore                     0x8f666f30 -[XTThread run:] + 400
    8   com.apple.Foundation                    0x94a14564 -[NSThread main] + 45
    9   com.apple.Foundation                    0x94a14514 __NSThread__main__ + 1499
    10  libSystem.B.dylib                       0x93de1259 _pthread_start + 345
    11  libSystem.B.dylib                       0x93de10de thread_start + 34
    Thread 25:
    0   libSystem.B.dylib                       0x93db3b5a semaphore_timedwait_signal_trap + 10
    1   libSystem.B.dylib                       0x93de16e1 _pthread_cond_wait + 1066
    2   libSystem.B.dylib                       0x93e105a8 pthread_cond_timedwait_relative_np + 47
    3   com.apple.Foundation                    0x94a5095c -[NSCondition waitUntilDate:] + 453
    4   com.apple.Foundation                    0x94a09451 -[NSConditionLock lockWhenCondition:beforeDate:] + 279
    5   com.apple.Foundation                    0x94a09334 -[NSConditionLock lockWhenCondition:] + 69
    6   com.apple.proxtcore                     0x8f66814f -[XTMsgQueue waitForMessage] + 47
    7   com.apple.proxtcore                     0x8f666f30 -[XTThread run:] + 400
    8   com.apple.Foundation                    0x94a14564 -[NSThread main] + 45
    9   com.apple.Foundation                    0x94a14514 __NSThread__main__ + 1499
    10  libSystem.B.dylib                       0x93de1259 _pthread_start + 345
    11  libSystem.B.dylib                       0x93de10de thread_start + 34
    Thread 0 crashed with X86 Thread State (32-bit):
      eax: 0x00000000  ebx: 0x00000000  ecx: 0x00ca7744  edx: 0x00000000
      edi: 0x02c72c80  esi: 0x02c541e0  ebp: 0xbffff108  esp: 0xbffff108
       ss: 0x00000023  efl: 0x00010286  eip: 0x00043cb6   cs: 0x0000001b
       ds: 0x00000023   es: 0x00000023   fs: 0x00000000   gs: 0x0000000f
      cr2: 0x0000000c
    Binary Images:
        0x1000 -   0xf11ff7  com.apple.iPhoto 9.1.1 (9.1.1) <4D03C8FF-BA05-D344-E3C1-A5471FE9CB09> /Applications/iPhoto.app/Contents/MacOS/iPhoto
    0x108b000 -  0x10b2ff7  com.apple.iPhoto.Tellus 1.1 (37) <E344FEA4-029C-074F-C980-F939AD6DAF04> /Applications/iPhoto.app/Contents/Frameworks/Tellus.framework/Versions/A/Tellus
    0x10d1000 -  0x10e8ff7  com.apple.iLifeFaceRecognition 1.0 (21) <AD53D7A2-F0B2-FF76-5C6D-C23B234AB50E> /Library/Frameworks/iLifeFaceRecognition.framework/Versions/A/iLifeFaceRecognit ion
    0x10f7000 -  0x1122fff  com.apple.DiscRecordingUI 5.0.9 (5090.4.2) <3E6CC284-2F1B-9EDB-0B56-872F962669A2> /System/Library/Frameworks/DiscRecordingUI.framework/Versions/A/DiscRecordingUI
    0x113a000 -  0x1146ff3  com.apple.UpgradeChecker 1.0 (1.1) <D3B95E56-67AB-A529-7886-09DDEF3610DA> /Applications/iPhoto.app/Contents/Frameworks/UpgradeChecker.framework/Versions/ A/UpgradeChecker
    0x114e000 -  0x114eff7  com.apple.iLifeSlideshow 2.1.1 (814) <D88EAB69-49ED-9E07-01F3-4E87CC90DF47> /Library/Frameworks/iLifeSlideshow.framework/Versions/A/iLifeSlideshow
    0x1152000 -  0x1239fef  org.python.python 2.6.1 (2.6.1) <DD8ECAA6-48FE-C6D2-330E-32946A5F5827> /System/Library/Frameworks/Python.framework/Versions/2.6/Python
    0x1284000 -  0x14e6fe7  com.apple.iLifePageLayout 1.0 (97) <3A58D3FE-FA23-9089-E8FB-8F0DEC5E3CC0> /Library/Frameworks/iLifePageLayout.framework/Versions/A/iLifePageLayout
    0x15a7000 -  0x166bff7  com.apple.iLifeSQLAccess 1.1 (10) <007287E2-0366-7F08-CE00-C73AA3A3A348> /Library/Frameworks/iLifeSQLAccess.framework/Versions/A/iLifeSQLAccess
    0x16ac000 -  0x16dafe7  com.apple.ProUtils 1.0 (107) <CDE57121-223E-B708-9609-AB8A9E3B68AA> /Applications/iPhoto.app/Contents/Frameworks/ProUtils.framework/Versions/A/ProU tils
    0x16f7000 -  0x174cff7  com.apple.iLifeKit 1.0 (67) <5AC55F9B-FE1E-D3E2-2918-4D6EEF3511EE> /Library/Frameworks/iLifeKit.framework/Versions/A/iLifeKit
    0x1792000 -  0x19cafff  com.apple.prokit 7.0.1 (1331.1) <327AFA15-E955-02EF-3E57-E2558B645698> /System/Library/PrivateFrameworks/ProKit.framework/Versions/A/ProKit
    0x1ad2000 -  0x1f0bfff  com.apple.RedRock 1.2.1 (211) <501B6642-04E4-81D2-8E2D-E8C706FAC250> /Applications/iPhoto.app/Contents/Frameworks/RedRock.framework/Versions/A/RedRo ck
    0x213c000 -  0x22ceff3  com.apple.geode 1.1 (123) <A180FB86-8E60-39E2-3E53-1DFF4949CEA5> /Applications/iPhoto.app/Contents/Frameworks/Geode.framework/Versions/A/Geode
    0x2368000 -  0x236fff7  com.apple.MediaSync 1.0 (103) <07439836-CD5C-6840-92E3-31A19922FBFF> /Applications/iPhoto.app/Contents/Frameworks/MediaSync.framework/Versions/A/Med iaSync
    0x2377000 -  0x242cfe7  libcrypto.0.9.7.dylib 0.9.7 (compatibility 0.9.7) <78B6EEB6-50D9-4479-D1A5-B4C381A07E4D> /usr/lib/libcrypto.0.9.7.dylib
    0x2472000 -  0x2473fff +eOkaoCom.dylib ??? (???) <2DE16B47-23E7-73DB-1297-C928E40DFC31> /Library/Frameworks/iLifeFaceRecognition.framework/Versions/A/Resources/eOkaoCo m.dylib
    0x2477000 -  0x249cff2 +eOkaoPt.dylib ??? (???) <831D49D0-43A0-21A0-2662-2207E3BE0FF6> /Library/Frameworks/iLifeFaceRecognition.framework/Versions/A/Resources/eOkaoPt .dylib
    0x24a3000 -  0x24d7fe7 +eOkaoDt.dylib ??? (???) <5693A28E-8C94-0F5F-150E-3B17CF753F64> /Library/Frameworks/iLifeFaceRecognition.framework/Versions/A/Resources/eOkaoDt .dylib
    0x24dd000 -  0x2644fff +eOkaoFr.dylib ??? (???) <E355FB47-C5EF-50CF-621A-9B17A50E2850> /Library/Frameworks/iLifeFaceRecognition.framework/Versions/A/Resources/eOkaoFr .dylib
    0x2648000 -  0x2672ff7  com.apple.iLifeSlideshowCore 2.0 (225) <CE68A566-3AD0-54A4-7292-9F339678D735> /Library/Frameworks/iLifeSlideshow.framework/Versions/A/Frameworks/iLifeSlidesh owCore.framework/Versions/A/iLifeSlideshowCore
    0x268d000 -  0x2799fe3  com.apple.iLifeSlideshowProducer 2.1.1 (596) <4478E3A0-02FC-4981-7C5A-6E540FA7793F> /Library/Frameworks/iLifeSlideshow.framework/Versions/A/Frameworks/iLifeSlidesh owProducer.framework/Versions/A/iLifeSlideshowProducer
    0x2804000 -  0x296dff3  com.apple.iLifeSlideshowRenderer 2.1.1 (650) <895884A9-5DC0-6204-9F82-52AE36FF7354> /Library/Frameworks/iLifeSlideshow.framework/Versions/A/Frameworks/iLifeSlidesh owRenderer.framework/Versions/A/iLifeSlideshowRenderer
    0x29eb000 -  0x29f6ff7  com.apple.iLifeSlideshowExporter 2.0 (233) <536B35D0-3002-E692-5FE9-C63A80DFEE37> /Library/Frameworks/iLifeSlideshow.framework/Versions/A/Frameworks/iLifeSlidesh owExporter.framework/Versions/A/iLifeSlideshowExporter
    0x2a00000 -  0x2a29fe3  com.apple.audio.CoreAudioKit 1.6.1 (1.6.1) <8D4AA22A-D5E6-588D-7528-6BE4028C8F85> /System/Library/Frameworks/CoreAudioKit.framework/Versions/A/CoreAudioKit
    0x2a3a000 -  0x2abbff7  com.apple.NyxAudioAnalysis 12.2 (12.2) <5D0C5E87-D4D7-C6F9-DCC9-B1918186BF5A> /Library/Frameworks/NyxAudioAnalysis.framework/Versions/A/NyxAudioAnalysis
    0x2ada000 -  0x2b04fe7  com.apple.ExpressCheckout 1.0 (1.0) <56EA4648-E554-6DAC-1484-AB75DD0E263E> /Library/Frameworks/iLifePageLayout.framework/Versions/A/Frameworks/ExpressChec kout.framework/Versions/A/ExpressCheckout
    0x2b28000 -  0x2b63ffb  com.apple.iLifeImageAnalysis 1.0 (2) <44A4E4CF-545D-C31F-1C8B-F44FB36F48CC> /Library/Frameworks/iLifePageLayout.framework/Versions/A/Frameworks/iLifeImageA nalysis.framework/Versions/A/iLifeImageAnalysis
    0x4d26000 -  0x4d2aff7  libcldcpuengine.dylib 1.5.6 (compatibility 1.0.0) <367E159F-CB10-33C1-0075-40E876B20293> /System/Library/Frameworks/OpenCL.framework/Libraries/libcldcpuengine.dylib
    0x4fd8000 -  0x4fdaff7  libclparser.dylib ??? (???) <5EDE25F7-177A-0109-EA9F-7F0103BB536A> /System/Library/Frameworks/OpenCL.framework/Libraries/libclparser.dylib
    0x1f1b0000 - 0x1f1d4fe7  GLRendererFloat ??? (???) <AD081A9B-1424-1F17-3C68-9803EBA37E8D> /System/Library/Frameworks/OpenGL.framework/Resources/GLRendererFloat.bundle/GL RendererFloat
    0x1f210000 - 0x1f389ff7  GLEngine ??? (???) <64C74F67-44B5-7DEF-CCA6-C8A9FF9BB60A> /System/Library/Frameworks/OpenGL.framework/Resources/GLEngine.bundle/GLEngine
    0x1f3bb000 - 0x1feacfff  com.apple.driver.AppleIntelHDGraphicsGLDriver 1.6.36 (6.3.6) <E5776D7C-4999-5409-387B-C844C26D658A> /System/Library/Extensions/AppleIntelHDGraphicsGLDriver.bundle/Contents/MacOS/A ppleIntelHDGraphicsGLDriver
    0x8f2d5000 - 0x8f2dfff7  com.apple.iphoto.AccountConfigurationPlugin 1.1 (1) <1B962C66-FFB8-A844-E664-3B1CE57A6CCD> /Applications/iPhoto.app/Contents/Frameworks/AccountConfigurationPlugin.framewo rk/Versions/A/AccountConfigurationPlugin
    0x8f521000 - 0x8f5c0ff3  com.apple.MobileMe 11 (1.0.3) <8E95CD1B-525E-748C-743A-EB0E369B05F6> /Applications/iPhoto.app/Contents/Frameworks/MobileMe.framework/Versions/A/Mobi leMe
    0x8f663000 - 0x8f6befe7  com.apple.proxtcore 1.1 (128) <3C430595-814D-2E8F-0C68-742B512ED597> /Applications/iPhoto.app/Contents/Frameworks/ProXTCore.framework/Versions/A/Pro XTCore
    0x8fdae000 - 0x8fdd7fff  com.apple.iPhoto.Tessera 1.1 (37) <4706F5C2-0720-1557-4B68-3FAF8B24F845> /Applications/iPhoto.app/Contents/Frameworks/Tessera.framework/Versions/A/Tesse ra
    0x8fe00000 - 0x8fe4162b  dyld 132.1 (???) <283EE026-C0FE-1FF9-DB81-BFB155793157> /usr/lib/dyld
    0x90003000 - 0x90005ff7  libRadiance.dylib ??? (???) <5920EB69-8D7F-5EFD-70AD-590FCB5C9E6C> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libRadiance.dylib
    0x90006000 - 0x90046fe7  com.apple.DAVKit 4.0.3 (732.2) <08B0F54D-3DA3-2E3A-B73B-0E96C5E9C761> /System/Library/PrivateFrameworks/DAVKit.framework/Versions/A/DAVKit
    0x90047000 - 0x9005cff7  com.apple.iChat.InstantMessage 5.0.5 (747) <E236296B-DC1A-E3E9-1E03-4E4BB56F36CA> /System/Library/Frameworks/InstantMessage.framework/Versions/A/InstantMessage
    0x9005d000 - 0x9005dff7  com.apple.CoreServices 44 (44) <B9461120-F72A-D28F-D0CF-5647958BD3F9> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
    0x900b0000 - 0x900e3fff  libTrueTypeScaler.dylib ??? (???) <0F04DAC3-829A-FA1B-E9D0-1E9505713C5C> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libTrueTypeScaler.dylib
    0x900e4000 - 0x90152ff7  com.apple.QuickLookUIFramework 2.3 (327.6) <0A8CF0E7-9ED7-31F2-B6CC-7EE5A5F2EEC9> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuickLookUI.f ramework/Versions/A/QuickLookUI
    0x90153000 - 0x90163ff7  com.apple.DSObjCWrappers.Framework 10.6 (134) <95DC4010-ECC4-3A75-5DEE-11BB2AE895EE> /System/Library/PrivateFrameworks/DSObjCWrappers.framework/Versions/A/DSObjCWra ppers
    0x90164000 - 0x90179fff  com.apple.ImageCapture 6.1 (6.1) <B909459A-EAC9-A7C8-F2A9-CD757CDB59E8> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture. framework/Versions/A/ImageCapture
    0x9017a000 - 0x901bafe7  com.apple.IMCore 5.0.5 (747) <46E9EBA2-4704-8511-C325-9FBEF7824823> /System/Library/Frameworks/IMCore.framework/Versions/A/IMCore
    0x901ce000 - 0x901d5ff7  com.apple.iChat.IMUtils 5.0.5 (747) <CBCE03FE-5B70-D499-3FF5-673CA95ABE65> /System/Library/Frameworks/IMCore.framework/Frameworks/IMUtils.framework/Versio ns/A/IMUtils
    0x901d6000 - 0x901d6ff7  com.apple.Accelerate.vecLib 3.6 (vecLib 3.6) <ABF97DA4-3BDF-6FFD-6239-B023CA1F7974> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/vecLib
    0x901d7000 - 0x901e0ff7  com.apple.DiskArbitration 2.3.1 (2.3.1) <AAE0185D-4A47-1833-27A3-03FDF734A3BA> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
    0x901e1000 - 0x901fdfe3  com.apple.openscripting 1.3.1 (???) <0E6B81D1-C1BD-1B5F-836F-256E6701B5DE> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting .framework/Versions/A/OpenScripting
    0x901fe000 - 0x903fcff7  com.apple.JavaScriptCore 6533.20 (6533.20.20) <40FE2DA2-B92C-91E0-2D23-C0A9D923B58B> /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore
    0x903fd000 - 0x90604feb  com.apple.AddressBook.framework 5.0.4 (883) <DAC9BD84-85CA-BE07-6874-43829E3BE702> /System/Library/Frameworks/AddressBook.framework/Versions/A/AddressBook
    0x9063a000 - 0x9067efe7  com.apple.Metadata 10.6.3 (507.15) <460BEF23-B89F-6F4C-4940-45556C0671B5> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadat a.framework/Versions/A/Metadata
    0x9067f000 - 0x9068cff7  com.apple.NetFS 3.2.2 (3.2.2) <0A53CD10-DBC7-2BE8-34F7-354BE201F6FB> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
    0x9068d000 - 0x9068ffe7  com.apple.ExceptionHandling 1.5 (10) <03218275-EBEC-39AA-895A-BA72A5FDBB7A> /System/Library/Frameworks/ExceptionHandling.framework/Versions/A/ExceptionHand ling
    0x90690000 - 0x910e3ff7  com.apple.WebCore 6533.21 (6533.21.1) <04C66A67-4CF2-5F4B-4EA3-00E67B0F9411> /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore.frame work/Versions/A/WebCore
    0x910e4000 - 0x91404ff3  com.apple.CoreServices.CarbonCore 861.39 (861.39) <5C59805C-AF39-9010-B8B5-D673C9C38538> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonC ore.framework/Versions/A/CarbonCore
    0x91405000 - 0x91424ff7  com.apple.CoreVideo 1.6.2 (45.6) <F9E52A13-E181-D302-3B0E-0799ED6D6130> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
    0x91425000 - 0x9144bfe3  com.apple.speech.LatentSemanticMappingFramework 2.7.2 (2.7.2) <6D930D3F-3262-E937-0829-8C97748A527A> /System/Library/Frameworks/LatentSemanticMapping.framework/Versions/A/LatentSem anticMapping
    0x9144c000 - 0x91494fff  com.apple.iCalendar 1.0.3 (54) <3808B2A8-A03C-81CE-5B79-EA8A353A804C> /System/Library/PrivateFrameworks/iCalendar.framework/Versions/A/iCalendar
    0x914ce000 - 0x91576ffb  com.apple.QD 3.36 (???) <5A93B258-3853-636F-DB26-223642DA2779> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ QD.framework/Versions/A/QD
    0x91577000 - 0x9158bffb  com.apple.speech.synthesis.framework 3.10.35 (3.10.35) <9F5CE4F7-D05C-8C14-4B76-E43D07A8A680> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ SpeechSynthesis.framework/Versions/A/SpeechSynthesis
    0x9158c000 - 0x9158cff7  com.apple.Cocoa 6.6 (???) <5A785062-1ABB-2A54-BAAC-8FEF95275E05> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
    0x915d3000 - 0x91610ff7  com.apple.CoreMedia 0.484.52 (484.52) <62B0C876-A931-372F-8947-7CBA0379F427> /System/Library/PrivateFrameworks/CoreMedia.framework/Versions/A/CoreMedia
    0x91611000 - 0x91720fe7  com.apple.WebKit 6533.21 (6533.21.1) <87AFEE12-270F-2D84-1B93-81DF1DA47A7F> /System/Library/Frameworks/WebKit.framework/Versions/A/WebKit
    0x91721000 - 0x91731ff7  libsasl2.2.dylib 3.15.0 (compatibility 3.0.0) <E276514D-394B-2FDD-6264-07A444AA6A4E> /usr/lib/libsasl2.2.dylib
    0x91732000 - 0x91743ff7  com.apple.LangAnalysis 1.6.6 (1.6.6) <B59157A1-8796-CE8F-2508-EB96F093F6A7> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ LangAnalysis.framework/Versions/A/LangAnalysis
    0x91744000 - 0x9177cff7  com.apple.LDAPFramework 2.0 (120.1) <FDBA63D6-E765-407A-AD1F-858116AECE8C> /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP
    0x9177d000 - 0x9177dff7  com.apple.vecLib 3.6 (vecLib 3.6) <FF4DC8B6-0AB0-DEE8-ADA8-7B57645A1F36> /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
    0x9177e000 - 0x917ecff7  com.apple.WhitePagesFramework 10.6.0 (140.0) <EC319E7E-6035-CAAE-8135-C3FCFA4CD4A0> /System/Library/PrivateFrameworks/WhitePages.framework/Versions/A/WhitePages
    0x91844000 - 0x918c1ff7  com.apple.iLifeMediaBrowser 2.5.5 (468.2.2) <459C8983-EAC4-7067-3355-5299D111D339> /System/Library/PrivateFrameworks/iLifeMediaBrowser.framework/Versions/A/iLifeM ediaBrowser
    0x918c2000 - 0x9197efff  com.apple.ColorSync 4.6.6 (4.6.6) <7CD8B191-039A-02C3-EA5E-4194EC59995B> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ColorSync.framework/Versions/A/ColorSync
    0x9197f000 - 0x919f9fff  com.apple.audio.CoreAudio 3.2.6 (3.2.6) <156A532C-0B60-55B0-EE27-D02B82AA6217> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
    0x919fa000 - 0x91a18ff7  com.apple.iChat.IMFoundation 5.0.5 (747) <90D50DC6-9671-D0A3-736A-B9EC508837ED> /System/Library/Frameworks/IMCore.framework/Frameworks/IMFoundation.framework/V ersions/A/IMFoundation
    0x91a19000 - 0x91a54feb  libFontRegistry.dylib ??? (???) <AD45365E-A3EA-62B8-A288-1E13DBA22B1B> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libFontRegistry.dylib
    0x91a55000 - 0x91aadfe7  com.apple.datadetectorscore 2.0 (80.7) <A0156615-4F46-90B3-0807-0AE5F0939DB1> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDe tectorsCore
    0x91aae000 - 0x92a00ff7  com.apple.QuickTimeComponents.component 7.6.6 (1783) /System/Library/QuickTime/QuickTimeComponents.component/Contents/MacOS/QuickTim eComponents
    0x92a01000 - 0x92a7aff7  com.apple.PDFKit 2.5.1 (2.5.1) <4C374867-71B8-B202-ADDA-9985B4379470> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/PDFKit.framew ork/Versions/A/PDFKit
    0x92a7b000 - 0x92b18fe3  com.apple.LaunchServices 362.3 (362.3) <15B47388-16C8-97DA-EEBB-1709E136169E> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchS ervices.framework/Versions/A/LaunchServices
    0x92b19000 - 0x92c46ffb  com.apple.MediaToolbox 0.484.52 (484.52) <C9035045-D1B4-1B1F-7354-B00D1094D804> /System/Library/PrivateFrameworks/MediaToolbox.framework/Versions/A/MediaToolbo x
    0x92c47000 - 0x92c5bfe7  libbsm.0.dylib ??? (???) <B328FA0A-899C-4FC4-F2AC-2FDC08819CD2> /usr/lib/libbsm.0.dylib
    0x92c5c000 - 0x92c68ff7  libkxld.dylib ??? (???) <9A441C48-2D18-E716-5F38-CBEAE6A0BB3E> /usr/lib/system/libkxld.dylib
    0x92c69000 - 0x92d46fe3  com.apple.DiscRecording 5.0.9 (5090.4.2) <92C85A16-5C80-9F35-13BE-2B312956AA9A> /System/Library/Frameworks/DiscRecording.framework/Versions/A/DiscRecording
    0x92d47000 - 0x92d7aff7  com.apple.AE 496.5 (496.5) <BF9673D5-2419-7120-26A3-83D264C75222> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.fram ework/Versions/A/AE
    0x92d7b000 - 0x92d9dfef  com.apple.DirectoryService.Framework 3.6 (621.11) <401E67B3-96DF-287B-2892-210C3A2EE9A6> /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryServi ce
    0x92d9e000 - 0x92dfbff7  com.apple.framework.IOKit 2.0 (???) <3DABAB9C-4949-F441-B077-0498F8E47A35> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
    0x92dfc000 - 0x92e09fe7  libbz2.1.0.dylib 1.0.5 (compatibility 1.0.0) <10941589-34FC-3BB5-FB7E-2B2F1F14A8AD> /usr/lib/libbz2.1.0.dylib
    0x92e23000 - 0x92f03fe7  com.apple.vImage 4.1 (4.1) <AEF800AE-65DA-5E79-5B01-165AF51BAAF6> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.fr amework/Versions/A/vImage
    0x92f04000 - 0x92f3eff7  libcups.2.dylib 2.8.0 (compatibility 2.0.0) <6875335E-0993-0D77-4E80-41763A8477CF> /usr/lib/libcups.2.dylib
    0x93046000 - 0x9305eff7  com.apple.CFOpenDirectory 10.6 (10.6) <6D726EA4-67D2-E534-13A3-E3767BA59786> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpen Directory.framework/Versions/A/CFOpenDirectory
    0x9305f000 - 0x93063ff7  libGFXShared.dylib ??? (???) <801B2C2C-1692-475A-BAD6-99F85B6E7C25> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.d ylib
    0x93064000 - 0x930cefe7  libstdc++.6.dylib 7.9.0 (compatibility 7.0.0) <411D87F4-B7E1-44EB-F201-F8B4F9227213> /usr/lib/libstdc++.6.dylib
    0x930cf000 - 0x93151ffb  SecurityFoundation ??? (???) <C3126552-3B6B-C96A-E7E7-5876AA35D19D> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoun dation
    0x93152000 - 0x934bdff7  com.apple.QuartzCore 1.6.3 (227.37) <E323A5CC-499E-CA9E-9BC3-537231449CAA> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
    0x934be000 - 0x934d9ff7  libPng.dylib ??? (???) <25DF2360-BFD3-0165-51AC-0BDAF7899DEC> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libPng.dylib
    0x934da000 - 0x937d4fef  com.apple.QuickTime 7.6.6 (1783) <1EC8DC5E-12E3-1DB8-1F7D-44C6EF193C58> /System/Library/Frameworks/QuickTime.framework/Versions/A/QuickTime
    0x937d5000 - 0x937ddff7  com.apple.DisplayServicesFW 2.3.3 (289) <828084B0-9197-14DD-F66A-D634250A212E> /System/Library/PrivateFrameworks/DisplayServices.framework/Versions/A/DisplayS ervices
    0x937de000 - 0x937e3ff7  com.apple.AOSNotification 1.2.0 (124) <DBC4EB0A-6EC2-BA10-C202-5609AE679425> /System/Library/PrivateFrameworks/AOSNotification.framework/Versions/A/AOSNotif ication
    0x937e4000 - 0x93892ff3  com.apple.ink.framework 1.3.3 (107) <E215794C-F3E9-C067-8882-9054796DDA8A> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework /Versions/A/Ink
    0x938b8000 - 0x938c2ffb  com.apple.speech.recognition.framework 3.11.1 (3.11.1) <90C38107-AEE7-AE55-5C51-28D129B19BCD> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecogni tion.framework/Versions/A/SpeechRecognition
    0x938c3000 - 0x93916ff7  com.apple.HIServices 1.8.3 (???) <1D3C4587-6318-C339-BD0F-1988F246BE2E> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ HIServices.framework/Versions/A/HIServices
    0x93923000 - 0x93960ff7  com.apple.SystemConfiguration 1.10.8 (1.10.2) <50E4D49B-4F61-446F-1C21-1B2BA814713D> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfi guration
    0x93961000 - 0x93db2fef  com.apple.RawCamera.bundle 3.7.1 (570) <AF94D180-5E0F-10DF-0CB2-FD8EDB110FA2> /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera
    0x93db3000 - 0x93f5aff7  libSystem.B.dylib 125.2.11 (compatibility 1.0.0) <2DCD13E3-1BD1-6F25-119A-3863A3848B90> /usr/lib/libSystem.B.dylib
    0x93f5b000 - 0x93f5dff7  com.apple.securityhi 4.0 (36638) <EC36A223-0B54-FB80-7F6A-90FB0A1AA746> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.fr amework/Versions/A/SecurityHI
    0x93f5e000 - 0x93fa5ffb  com.apple.CoreMediaIOServices 140.0 (1496) <DA152F1C-8EF4-4F5E-6D60-82B1DC72EF47> /System/Library/PrivateFrameworks/CoreMediaIOServices.framework/Versions/A/Core MediaIOServices
    0x93fd9000 - 0x93fdaff7  com.apple.MonitorPanelFramework 1.3.0 (1.3.0) <1DD14B2E-E466-1A45-5CF7-947766F0ECD9> /System/Library/PrivateFrameworks/MonitorPanel.framework/Versions/A/MonitorPane l
    0x93fdb000 - 0x94028ff7  com.apple.ExchangeWebServices 1.3 (61) <31E51CEB-194D-EC0B-F06C-D9593DEA7D07> /System/Library/PrivateFrameworks/ExchangeWebServices.framework/Versions/A/Exch angeWebServices
    0x94030000 - 0x94033ff7  libCGXType.A.dylib 545.0.0 (compatibility 64.0.0) <4D766435-EB76-C384-0127-1D20ACD74076> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCGXType.A.dylib
    0x94034000 - 0x9403bff7  com.apple.agl 3.0.12 (AGL-3.0.12) <2F55EF92-4D25-56FD-8623-A3231F32F49C> /System/Library/Frameworks/AGL.framework/Versions/A/AGL
    0x940ae000 - 0x940d5ff7  com.apple.quartzfilters 1.6.0 (1.6.0) <F45520B0-6B27-CD57-54B1-203FE32120DA> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzFilters .framework/Versions/A/QuartzFilters
    0x940d6000 - 0x949b9ff7  com.apple.AppKit 6.6.8 (1038.36) <A353465E-CFC9-CB75-949D-786F6F7732F6> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
    0x949ba000 - 0x949fdff7  libGLU.dylib ??? (???) <FB26DD53-03F4-A7D7-8804-EBC5B3B37FA3> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
    0x949fe000 - 0x94c6ffef  com.apple.Foundation 6.6.7 (751.62) <5C995C7F-2EA9-50DC-9F2A-30237CDB31B1> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
    0x94c70000 - 0x94d20fe3  com.apple.QuickTimeImporters.component 7.6.6 (1783) <E0BF3843-1044-F371-AB6F-423C5E9E417B> /System/Library/QuickTime/QuickTimeImporters.component/Contents/MacOS/QuickTime Importers
    0x94d21000 - 0x94d2cff7  com.apple.CrashReporterSupport 10.6.7 (258) <8F3E7415-1FFF-0C20-2EAB-6A23B9728728> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/Cra shReporterSupport
    0x94d2d000 - 0x94d8efe7  com.apple.CoreText 151.10 (???) <5C2DEFBE-D54B-4DC7-D456-9ED02880BE98> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreText.framework/Versions/A/CoreText
    0x94d8f000 - 0x94dcdff7  com.apple.QuickLookFramework 2.3 (327.6) <FCA83173-6DBF-615C-699A-529A7FD821ED> /System/Library/Frameworks/QuickLook.framework/Versions/A/QuickLook
    0x94dce000 - 0x94e86feb  libFontParser.dylib ??? (???) <D57D3834-9395-FD58-092A-49B3708E8C89> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libFontParser.dylib
    0x94e87000 - 0x94fc4fe7  com.apple.audio.toolbox.AudioToolbox 1.6.7 (1.6.7) <2D31CC6F-32CC-72FF-34EC-AB40CEE496A7> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
    0x94fc5000 - 0x95029fff  com.apple.htmlrendering 72 (1.1.4) <0D22B190-513B-7FF6-39FC-9D336285DE08> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HTMLRendering .framework/Versions/A/HTMLRendering
    0x9502a000 - 0x9502eff7  libGIF.dylib ??? (???) <2123645B-AC89-C4E2-8757-85834CAE3DD2> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libGIF.dylib
    0x9502f000 - 0x95032fe7  libmathCommon.A.dylib 315.0.0 (compatibility 1.0.0) <1622A54F-1A98-2CBE-B6A4-2122981A500E> /usr/lib/system/libmathCommon.A.dylib
    0x95236000 - 0x9525eff7  libxslt.1.dylib 3.24.0 (compatibility 3.0.0) <315D97C2-4E1F-A95F-A759-4A3FA5639E75> /usr/lib/libxslt.1.dylib
    0x9525f000 - 0x9525fff7  com.apple.Carbon 150 (152) <CB9860F2-3246-4E16-49DF-2EDE81A5551F> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
    0x95260000 - 0x95281fe7  com.apple.opencl 12.3.6 (12.3.6) <B774CF2D-C067-DFFE-3EE6-90A036E36E06> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
    0x952d4000 - 0x953d0ff3  com.apple.PubSub 1.0.5 (65.21) <628DD46E-EE31-2FBC-41FD-479D81BFC1D7> /System/Library/Frameworks/PubSub.framework/Versions/A/PubSub
    0x953d1000 - 0x95411ff3  com.apple.securityinterface 4.0.1 (40418) <A57E6534-6731-864D-114C-78BF958F6F4D> /System/Library/Frameworks/SecurityInterface.framework/Versions/A/SecurityInter face
    0x95412000 - 0x95594fe7  libicucore.A.dylib 40.0.0 (compatibility 1.0.0) <D5980817-6D19-9636-51C3-E82BAE26776B> /usr/lib/libicucore.A.dylib
    0x95595000 - 0x95710fe7  com.apple.CoreFoundation 6.6.5 (550.43) <10B8470A-88B7-FC74-1C2F-E5CBD966C051> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    0x95938000 - 0x95a03fef  com.apple.CoreServices.OSServices 359.2 (359.2) <7C16D9C8-6F41-5754-17F7-2659D9DD9579> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServi ces.framework/Versions/A/OSServices
    0x95a04000 - 0x95a3efe7  libssl.0.9.8.dylib 0.9.8 (compatibility 0.9.8) <C62A7753-99A2-6782-92E7-6628A6190A90> /usr/lib/libssl.0.9.8.dylib
    0x95a3f000 - 0x95adafe7  com.apple.ApplicationServices.ATS 275.16 (???) <873C8B8A-B563-50F7-7628-524EE9E8DF0F> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/ATS
    0x95adb000 - 0x95cbdfff  com.apple.imageKit 2.0.3 (1.0) <6E557757-26F7-7941-8AE7-046EC1871F50> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/ImageKit.fram ework/Versions/A/ImageKit
    0x95cbe000 - 0x95d07fe7  libTIFF.dylib ??? (???) <579DC328-567D-A74C-4BCE-1D1C729E3F6D> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libTIFF.dylib
    0x95d08000 - 0x95d13ff7  libCSync.A.dylib 545.0.0 (compatibility 64.0.0) <287DECA3-7821-32B6-724D-AE03A9A350F9> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib
    0x95df3000 - 0x95e00ff7  com.apple.AppleFSCompression 24.4 (1.0) <B0C1288C-92B3-682D-FD99-AE3D205C30F0

  • Fly out tool menus are not working after latest update-help?!

    Attempting to click/hold click is not expanding the tool fly out menus in Illustrator after the latest update. I did discover that alt + left click will rotate tools, but I would still like to be able to access the fly out menus. Any help would be appreciated!

    ''tenderprey [[#answer-668426|said]]''
    <blockquote>
    So, it sounds like there's a compatibility problem. I didn't realize that Firefox accesses Silverlight in a whole different way. Do you think Firefox needs to be updated/patched to be able to work with the Silverlight plugin again, or does the plugin need to be updated to be compatible with the latest version of Firefox?
    </blockquote>
    First of all, I´m not a IT guy...just a fan of "firefox".
    Regarding your question, since this issue started with the 34.0.5
    version of "firefox" it´s my opinion that it´s "firefox" the one that
    should be updated/patched to work again with "netflix".
    to fix such issue.

  • With thye latest update my stratpage (google mail) vanished and I do not see how I can reinstall my original startpage

    There ere some spellings errors: "With the latest update, my startpage (google mail) vanished and I do not see how I can reinstall my original startpage.

    stumbleupon is compatible as the version you have may just be old.
    https://addons.mozilla.org/en-US/firefox/addon/stumbleupon/
    Norton has actually tried to get a update patch out for Firefox 5.0 back on Tuesday (versus taking some six weeks) when Firefox 5.0 was released. However I think some say the toolbar may not work if patch was installed before Firefox 5.0 and not after.
    http://community.norton.com/t5/Norton-Internet-Security-Norton/Update-Available-Firefox-5-0-Compatibility-Release-for-Norton/td-p/478160
    http://community.norton.com/t5/Norton-Internet-Security-Norton/Norton-Toolbar-for-Firefox-5/m-p/488664#M163730
    Long thread if you want to discuss about any problems with toolbar.
    As for Google toolbar well Google still has not cared to get a new release out yet when they were aware for weeks.

  • With the latest update of iTunes the download quits and gives me and error code of 2324

    With the latest update of iTunes the download quits and gives me and error code of 2324. what do I do now? As iTunes wont open up.

    For general advice see Troubleshooting issues with iTunes for Windows updates.
    The steps in the second box are a guide to removing everything related to iTunes and then rebuilding it which is often a good starting point unless the symptoms indicate a more specific approach. Review the other boxes and the list of support documents further down the page in case one of them applies.
    The further information area has direct links to the current and recent builds in case you have problems downloading, need to revert to an older version or want to try the iTunes for Windows (64-bit - for older video cards) release as a workaround for installation or performance issues, or compatibility with QuickTime or third party software.
    Your library should be unaffected by these steps but there are also links to backup and recovery advice should it be needed.
    tt2

  • Office 2013 latest update broke new profile creation on all network computers

    Hi,
    Reporting a bug here!
    Setup details:
    We're using samba 3 as our backend and all workstation are Windows 7 Pro x64.
    Office 2013 Home and Business Retail (en-us) Click 2 Run version
    Context:
    Deployed to the whole network of one of our client using the Office Deployement Tool.
    We update their base update (no updates) to the latest update 15.0.4569.1508
    Everything was working alright after initial Office 2013 installation with no updates. After updating the all the PCs to the latest version as of 31/03/2014, the user profile creation broke for newly created user.
    Symptoms and causes:
    Trying to log on as a new user on the machine would give the following error on Logon before automatically loging off because it cannot copy the following file to the new user profile:
    D:\Users\Default\AppData\Local\Microsoft\Windows Live\Bici\_00.sqm
    D:\Users\Default\AppData\Local\Microsoft\Windows Live\Bici\_01.sqm
    D:\Users\Default\AppData\Local\Microsoft\Windows Live\Bici\_02.sqm
    The Bici folder has Read and Execute permissions for everyone but the _XX.sqm files inside only have permissions (Full Control) for SYSTEM and Administrators and LOCAL SERVICE with the all permissions EXCEPT:
    - FULL CONTROL
    - TRAVERSE FOLDERS/EXECUTE FILES
    - CHANGE PERMISSIONS
    - TAKE OWNERSHIP
    Solution:
    I gave "everyone" Read and Execute permission on those files and the new user could log in and his profile got created alright.
    The files with broken permissions time stamp shows they've been modified during the Office 2013 update and Bici seems to be a OneDrive related service. This bug should get fixed ASAP.
    Event log error:
    Windows cannot copy file \\?\D:\Users\Default\AppData\Local\Microsoft\Windows Live\Bici\_01.sqm to location \\?\D:\Users\TEMP\AppData\Local\Microsoft\Windows Live\Bici\_01.sqm. This error may be caused by network problems or insufficient security rights.
     DETAIL - Access is denied.
    - <Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
    - <System>
      <Provider Name="Microsoft-Windows-User Profiles General" Guid="{DB00DFB6-29F9-4A9C-9B3B-1F4F9E7D9770}" />
      <EventID>1509</EventID>
      <Version>0</Version>
      <Level>3</Level>
      <Task>0</Task>
      <Opcode>0</Opcode>
      <Keywords>0x8000000000000000</Keywords>
      <TimeCreated SystemTime="2014-04-04T07:15:51.922563800Z" />
      <EventRecordID>9615</EventRecordID>
      <Correlation />
      <Execution ProcessID="940" ThreadID="1764" />
      <Channel>Application</Channel>
      <Computer>F00241D1DAAAD</Computer>
      <Security UserID="S-1-5-21-1582357797-4105456612-768596941-1206" />
      </System>
    - <EventData Name="EVENT_COPYERROR">
      <Data Name="Source">\\?\D:\Users\Default\AppData\Local\Microsoft\Windows Live\Bici\_01.sqm</Data>
      <Data Name="Target">\\?\D:\Users\TEMP\AppData\Local\Microsoft\Windows Live\Bici\_01.sqm</Data>
      <Data Name="Error">Access is denied.</Data>
      </EventData>
      </Event>

    Hi dude,
    I appreciate that your sharing your experience and solution here. And, I would report it through our internal channel. Thanks again. 
    Tony Chen
    TechNet Community Support

  • TS1741 Remote no longer connects to iTunes - since latest updates.

    Was working just fine before latest updates.  All devices (iPhone 4 & iPad) have Home Sharing enabled as well as iTunes. Windows 8.
    Anyone else?
    Are we waiting for a fix?
    Thank you.

    OK IT IS WORKING FOR ME NOW.
    I am not sure if this is what fixed it, but it wasn't working, I did the following and now it works. It's worth trying...
    - In iTunes preferences under "sharing" I un-checked "share my library on my local network" and hit OK.
    - In iTunes "advanced" menu bar, clicked "Turn Off Home Sharing" and then turned it back on.
    - Re-checked "share my library on my local network" under preferences.
    - Quit and re-start iTunes.
    Again, I don't know which of these steps fixed the issue (if any) but now both my remote app (iPhone4) and AppleTV (2nd gen) connect fine to my iTunes 10.1.2 library.
    Good luck!

  • I downloaded the latest update for my ipad and now it won't open.  the screen shows the itunes icon and a pic of the usb cable

    I downloaded the latest update for my ipad and now it won't open.  the screen shows the itunes icon and a pic of the usb cable

    That message means that you have to restore the iOS software because something went wrong. Follow the instructions here. I hope that you have a backup.
    iTunes: Restoring iOS software - Support - Apple

  • I got the MSCVR80.ddl message after I tried to do the latest update on Itunes.  I went in and deleted all the related programs and reinstalled, but I keep getting a message during installation that "Service 'Apple Mobile Device' failed to start. Help!

    I was trying to do the latest update on my desktop for my Itunes.  I got MSVCR80.dll is missing.  I saw a post about deleting all the apple itunes programs, restarting and reinstalling.  I tried that.  As it was installing a message came up about "Service'Apple Mobile Device' failed to start. Verify that you have sufficient privileges to start systems services.  I did a retry, got the same message, then hit ignore.  It went on.  Then a message popped up saying "Itunes not installed correctly"  Error 7 (Windows error 126)
    Now my Itunes program will not open at all.  What gives?  This is very frustrating and I am not very computer literate to begin with.

    Hi Iss9243,
    Welcome to the Support Communities!
    You've already tried some great troubleshooting steps, but the article below gives you quite a few more for this issue.  Hope it helps ....
    iTunes 11.1.4 for Windows: Unable to install or open
    http://support.apple.com/kb/TS5376
    Cheers,
    - Judy

Maybe you are looking for

  • IMac (Late 2006) Stalls with EFI 1.2 and Leopard

    A few days ago, I installed both the iMac 1.2 EFI Firmware update and Leopard on my late 2006 20" iMac. Since then, I've seen random momentary stalls throughout the system. It sometimes happens while scrolling a web page, displaying a sheet, opening

  • How to Start and Stop the SAP System

    Hi, I have installed "Sneak Preview"; Searched for start and stop scripts but there are more than one script which has named start.bat and stop.bat. Moreover, I searched the documents which comes with Sneak Preview but could find useful instruction t

  • Preview Mode and conflicting property values

    In this design mode, the red boxes have a border-weight: 0, border-color: none; background opacity: 47%. Gray boxes: border-weight: 1; border-color: none; background-opacity: 27%. In the preview mode, the gray boxes will show the border-weight that i

  • Flash player with windows 8

    I recently purchased a computer with windows 8, I tried playing some games and it said my flash player was out of date and took me to the adobe website which said flashplayer is integrated into windows 8 so I do not need to update,there are a couple

  • Feedback on EP SAP Note 1331353

    Hi, I'd like to suggest feedback on sap note 1331353 - Session Release Agent - Pop-Up Blockers.  Many customers use SAP Portal for Employee Self-Service (benefit enrollment) and big issue I've seen across the board is that users must have there pop-u