Crash LabVIEW in one click

The buggiest LabVIEW ever (8.6.1f1) keeps on giving:
WARNING: will crash LabVIEW and you will lose any unsaved work. 
 Open the INFO CLUSTER ctl in the attached LLB (28kB).
(Yes, I know it's ugly, I'm trying to work on it)
Right-click on the table.
Watch LabVIEW die.
Arrrgh. 
Steve Bird
Culverson Software - Elegant software that is a pleasure to use.
Culverson.com
Blog for (mostly LabVIEW) programmers: Tips And Tricks
Attachments:
Crash-o-matic.llb ‏28 KB

Yes, I know about the overlap stuff.
Like I said, I was working on it and re-arranging stuff on the page when I discovered the bug.
Actually, I worked around it like this:
Copied the MCListBox to a blank VI.
Created a generic property node.
Linked the property node to the MCListBox.
Set the AUTOSIZE ROW height false
Set all the row heights to 23 instead of 25.
Pasted the copy in place of the original in the control I was working on. 
That's what I wanted to do via dialogs, but crashed instead.
Thanks for your offer, though. 
Steve Bird
Culverson Software - Elegant software that is a pleasure to use.
Culverson.com
Blog for (mostly LabVIEW) programmers: Tips And Tricks

Similar Messages

  • Right-clicking on sub-vi crashes LabView 7.0

    When I right-click on a sub-vi on the block diagram, LabView crashes completely without any error messages.
    I have uninstalled LabView and re-installed it and the device drivers, but it still happens. It doesn't matter which vi is open and which sub-vi is right-clicked on.
    It only started doing this last week.
    Brian Smith
    Advanced Light Source
    Lawrence Berkeley National Laboratory

    The failure log file is not written when LabView crashes after I right-click on a sub-vi or a control reference.
    I just sent email to [email protected] explaining what you told me and I got an automatic reply saying that I need to send them email via the "ask" web page. I'm afraid this will go in circles because I think this is where I started with the process.
    Here is the reply I got:
    Thank you for contacting National Instruments. Your technical support
    questions are important to us. In order to ensure a high level of service
    and fast resolution, we ask that all new electronic support requests be
    submitted through our web site. Please resubmit your new technical support
    question on our Ask an Eng
    ineer Page at http://www.ni.com/ask. Your
    original question is included below.
    Our Ask an Engineer page saves you time by remembering your system
    information and allowing us to ask important configuration questions up
    front. This eliminates the need for multiple clarification e-mails and
    makes the support process more efficient on both sides. After you have
    submitted your new request, subsequent correspondence for that request is
    handled through e-mail.
    If you do not have access to the Web, as an alternative you can contact us
    via phone. For contact details, please refer to your product or service
    agreement literature.
    If you believe you have received this message in error, please contact us
    at [email protected]
    Best Regards,
    National Instruments Support
    Brian Smith
    Advanced Light Source
    Lawrence Berkeley National Laboratory

  • IPad 1 Safari crashes frequently. I went to many Apple stores in different countries and each Apple staff member had their own different opinions with no help. I had upgraded my iOS to 5.1.1 and the Safari crashing started about one year

    IPad 1 Safari crashes frequently. I went to many Apple stores in different countries and each Apple staff member had their own different opinions with no help. I had upgraded my iOS to 5.1.1 and the Safari crashing started about one year after the upgrade and some Apple staff blame this- but this started one year later after the iOS upgrade. Recently at the Apple Store in Vancouver an Apple staff reset my computer (erased everything and sent to iCloud to reset the iPad) and I hoped this would fix the problem. IPad Safari still crashes. Short of booking an appointment for taking it for repair to Apple technicians which will cost me money can anyone help me to fix this Safari crashing.

    Hi,
    You might have a 3rd party plugin that isn't compatible with Safari 4.0.4. Go here for help...
    Safari add-ons can cause performance issues or other situations
    If you are using a USB hub, try disconnecting and restarting with just your keyboard and mouse connected.
    From the Safari Menu Bar, click Safari / Empty Cache. When you are done with that...
    from the Safari Menu Bar, click Safari / Reset Safari. Select the top 5 buttons and click Reset.
    Mac OS: Web Browser Quits Unexpectedly or Stops Responding
    Also, you could download and install the 10.5.8 combo update (PowerPC) available here.
    http://support.apple.com/downloads/MacOS_X_10_5_8_ComboUpdate
    It contains fixes that might help. Then repair disk permissions.
    Quit any open applications/programs. Launch Disk Utility. (Applications/Utilities) Select MacintoshHD in the panel on the left, select the FirstAid tab. Click: Repair Disk Permissions. When it's finished from the Menu Bar, Quit Disk Utility and restart your Mac. If you see a long list of "messages" in the permissions window, it's ok. That can be ignored. As long as you see, "Permissions Repair Complete" when it's finished... you're done. Quit Disk Utility and restart your Mac.
    Carolyn

  • Save for previous version 8.5 to 8.2 generates code that crashes Labview (uses classes)

    Hello,
    I'm working on some java style interfaces for labview for hot swapping of instrumentation for design patterns. When I try to port this code, developed on Labview 8.5 back to labview 8.2, the code it generates crashes labview (both 8.5 and 8.2).
    Included is a small snipet of the work that demonstrates this behavior.
    It includes to classes:
    untitledProject1 - the containing project (version 8.5)
    FunctionGeneratorI - Similar to a Java style interface (A class with all Dynamic VI's with no useful functionality)
    FunctionGenerator33220a - An intended implementation of Function generator (only a few functions implemented)
    and a folder "labview8_2Distribution"
    Which contains the port of the 8.5 code to 8.2.
    To recreate the error:
    A.
    1. Open "labview8_2Distribution\Users\Laptop\Desktop\objec​t\Untitled Project 1" (8.2 save)
    2. Verify it crashes labview 8.5 and labview 8.2.
    3. Watch labview crash?
    B.
    1. Open the "Untitled project 1" in the root directory. (Using labview 8.5)
    2. Save the project as a labview 8.2 type.
    3. Try to open the saved version with 8.5 and 8.2.
    4. Watch labview crash?
    Greg Sonnenfeld
    Attachments:
    error.zip ‏885 KB

    Hello Karunya,
    In regards to your questions:
    >Can you post your code? Have you tested this by creating another project?
    Do you have an xcontrols in your projects? Do you have typedefs? Do you
    have a LVOOP constant on your block diagram? Are you also using Classes?
    I cannot post the cost as it is way too big. Not really my code but a spaghetti code from a previous programmer. I think problems saving it to a previous version have to do with a few things:
    1) Memory - I have 1 GB of RAM and I am running XP. I notice the available RAM dropping quickly as it is saving and then it blow up.
    2) Long Filenames - The directory path of the original file is incorporated into the saved "previous version" of the code. While a good design, it does make the file/path a bit longer when saving
    3) One of teh things it saves is the drivers and their menus. This is due to the drivers being in a subdirectory of the original code and not in the c:\program files\national instruments\labview 8.5\instr.lib directory. I saw this when I tried to save the file as an LLB.
    4) If I work with smaller parts of the code without long paths, it saves fine.
    There probably are xcontrols, definitely typedefs, no LVOOP's or Classes. Hope you can do something with all this. It just seems that converting to a later version of the code should be reversable. Thanks.
    Michael

  • Passing control reference to subVI crashes labview

    Hi,
    using a image control (as indicator) provided by imaq Vision, I tried to pass the reference of the control to a subVI. On a computer it works and on a other (same labview version, same vision version, same os, same hardware and hardware drivers!), this crashes labview. I tried to close the control refnum at the end of the subVI, but that changed nothing to the issue. Now I use the reference as a global variable and it seems to work...nevertheless, I would like to understand what the issue and if I should remove any passing to subVI of control ref because this can potentially triggers an error. My correlated question is if this global passing is a "fake" workaround or have real chance of improving (this before going through the whole code for changing all passing of reference to subVI)
    thanks a lot

    Hi,
    thank CoastalMaineBird for your answer
    How do you know it's this issue which causes the crash?
    When I remove this parameter from and the only property node in the subVi that write to it, I have no longer any problem. Moreover, to ensure that's really the "passing", and made a global variable containing the reference to this control and use my original SubVi that do access the control through its reference number
    , and it works! In this last exemple, the only change is the way of transmitting the reference
    What LabVIEW version?
    8.0.1
    up to date according Measurement & Automation update tool
    Given that one computer works OK, and another crashes, I would say that
    you are seeing the effect of something else, not the cause. If passing
    a control ref via terminals was fatal, it would be fatal all the time.
    You have some other sort of issue, perhaps timing of the different
    machines triggers the bug, perhaps running out of memory, perhaps
    LabVIEW is corrupted on one machine.... But I don't think changing all
    your code to use globals would solve the real problem. Actually, saying that I wonder about problem of synchronisation. I know from Visual C++ that this kind of error happens if two process try to access the same control at the same time. This is typically an error changing from a computer to an other, and mutex or semaphore are the way to deal nicely with that. But does labview contains already such a securisation? If so, the global variable point on a single object and can "fell" the semaphore/mutex. But passing make a copy that will likely have two different semaphore/mutex but will point to a single control! Do someone know if I'm wrong in this idea or not?
    Thanks

  • XYGraph Cursor legend bug instantly crashes LabView 2012

    Hi!
    I am just facing a very annoying bug.
    Please find my example VI attached, I would like to know wheather you can confirm the bug? Run the VI if you wish to see some curve (actually the bug appears even if you do not put any data on the graph, if you do, just the same) and after that try to click on the cursor legend vertical scrollbar to scroll up or down to see the cursor names.
    It instantly crashes my LabView 2012 Full version:  12.0.1f2 (32-bit). This XYGraph always crashes LabView... I cannot go on with my project, now I will just try to bypass the error, I will try to delete the cursors, and add them again...
    Anyhow, very strange and annoying behaviour...
    Anyone could repeat the same bug?
    Thanks for support!
    Solved!
    Go to Solution.
    Attachments:
    XYGraph_bug_test1.vi ‏149 KB

    hello,
    please find attached my example VI, where I would like to programmatically set the label position of a cursor. Why my code does create at every run a new cursor with the same name?
    thanks!
    Attachments:
    cursor_offset_label_via_propertynode.vi ‏12 KB

  • Internet Toolkit for G5.0 crashes Labview 8.2 during Mass Compile

    I have just received my Labview 8.2 update and installed it my system along with all my toolkits. When I tried to Mass Compile Labview 8.2 directory I found that it would crash labview consistantly as shown in the attached image.
    I traced this to the vi's supplied with the Internet Toolkit for G5.0.
    The workaround is ...
    1. Re-installed the Internet Toolkit for G5.0 into Labview 8.2
    2. Mass Compiled ...\project\_config\authcfg.llb using Labview 8.0
    3. Mass Compiled ...\project\_config\authcfg.llb using Labview 8.2
    and there wasn't any more Labview 8.2 crashes during mass compile. As Labview 8.0 was able to mass compile the internet toolkit vi's without crashing I am suspicious that Labview 8.2 might not be completely compatible with Labview 5.0.
    I posted this just in case anyone else sees a similiar issue.
    David
    Attachments:
    Labview 8.2 Mass Compile Crash with Internet Toolkit.png ‏34 KB

    David,
    I was able to reproduce the crash mass compiling authcfg.llb or just trying to open the VI named 'Directory Configuration'.  That code is saved in LabVIEW 5.0.1 and must have something that LabVIEW 8.2 chokes on, I'll have to get someone to investigate it.  Your workaround of saving that .llb or even that one VI in 8.0 first (or probably even 7.x) is the only way I see around it with 8.2.
    I do want to mention that in Q1 2004 we released version 6.0 of the Internet Toolkit and it does not exhibit this behavior.  So the official solution for this crash is to upgrade to the latest Internet Toolkit.
    Kennon

  • IPhoto 7.1.5 Crashing when thumbnail double-clicked

    Aloha,
    iPhoto has recently begun crashing when I double-click a thumbnail. I've deleted the preference list and rebuilt the library, but still the same thing. Error report below. System Preferences also crashing on launch.
    Mahalo for your help...
    Process: iPhoto [11778]
    Path: /Applications/iPhoto.app/Contents/MacOS/iPhoto
    Identifier: com.apple.iPhoto
    Version: 7.1.5 (7.1.5)
    Build Info: iPhotoProject-3780000~2
    Code Type: X86 (Native)
    Parent Process: launchd [127]
    Date/Time: 2009-05-14 21:36:12.431 -1000
    OS Version: Mac OS X 10.5.6 (9G55)
    Report Version: 6
    Exception Type: EXCBADINSTRUCTION (SIGILL)
    Exception Codes: 0x0000000000000001, 0x0000000000000000
    Crashed Thread: 0
    Thread 0 Crashed:
    0 libGLProgrammability.dylib 0x94ddd189 llvm::TypeMap<llvm::StructValType, llvm::StructType>::RefineAbstractType(llvm::StructType*, llvm::DerivedType const*, llvm::Type const*) + 537
    1 libGLProgrammability.dylib 0x94ddcefa llvm::StructType::refineAbstractType(llvm::DerivedType const*, llvm::Type const*) + 58
    2 libGLProgrammability.dylib 0x94dd8a69 llvm::DerivedType::refineAbstractTypeTo(llvm::Type const*) + 217
    3 libGLProgrammability.dylib 0x94dd71b0 llvm::BitcodeReader::ParseTypeTable() + 528
    4 libGLProgrammability.dylib 0x94dd024b llvm::BitcodeReader::ParseModule(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) + 2923
    5 libGLProgrammability.dylib 0x94dcf62e llvm::BitcodeReader::ParseBitcode() + 2318
    6 libGLProgrammability.dylib 0x94dcea71 llvm::getBitcodeModuleProvider(llvm::MemoryBuffer*, std::basic_string<char, std::char_traits<char>, std::allocator<char> >*) + 49
    7 libGLProgrammability.dylib 0x94dcdecd glvmInitializeLLVM() + 77
    8 libGLProgrammability.dylib 0x94dcdbbe glvmPreInit + 830
    9 GLEngine 0x1577f62e glepPluginConnectAll + 1470
    10 GLEngine 0x1577eed6 gliGetVersion + 86
    11 com.apple.opengl 0x93668688 glcValidatePlugin + 216
    12 com.apple.opengl 0x9366850f glcPluginConnect + 143
    13 com.apple.opengl 0x93668281 glcPluginChoosePixelFormat + 385
    14 com.apple.opengl 0x93665f87 cglChoosePixelFormat + 919
    15 com.apple.opengl 0x93665083 CGLChoosePixelFormat + 131
    16 com.apple.AppKit 0x94361a19 createPixelFormat + 62
    17 com.apple.AppKit 0x943619b4 -[NSOpenGLPixelFormat initWithAttributes:] + 68
    18 com.apple.iPhoto 0x004cab23 0x1000 + 5020451
    19 com.apple.AppKit 0x944d1793 -[NSOpenGLView openGLContext] + 153
    20 com.apple.iPhoto 0x004cafb3 0x1000 + 5021619
    21 com.apple.iPhoto 0x004bd8ba 0x1000 + 4966586
    22 com.apple.iPhoto 0x004c0668 0x1000 + 4978280
    23 com.apple.iPhoto 0x004c0ead 0x1000 + 4980397
    24 com.apple.iPhoto 0x000906ae 0x1000 + 587438
    25 com.apple.iPhoto 0x001bf369 0x1000 + 1827689
    26 com.apple.iPhoto 0x001d2b39 0x1000 + 1907513
    27 com.apple.AppKit 0x942581a3 -[NSWindow sendEvent:] + 5381
    28 com.apple.AppKit 0x94224d49 -[NSApplication sendEvent:] + 2941
    29 com.apple.iPhoto 0x00212b8a 0x1000 + 2169738
    30 com.apple.AppKit 0x9418269f -[NSApplication run] + 847
    31 com.apple.AppKit 0x9414f8a4 NSApplicationMain + 574
    32 com.apple.iPhoto 0x00002ce6 0x1000 + 7398
    33 com.apple.iPhoto 0x00002c0d 0x1000 + 7181
    Thread 1:
    0 libSystem.B.dylib 0x9250f226 semaphoretimedwait_signaltrap + 10
    1 libSystem.B.dylib 0x925411ef pthread_condwait + 1244
    2 libSystem.B.dylib 0x92542a73 pthreadcond_timedwait_relativenp + 47
    3 com.apple.Foundation 0x9542575c -[NSCondition waitUntilDate:] + 236
    4 com.apple.Foundation 0x95425570 -[NSConditionLock lockWhenCondition:beforeDate:] + 144
    5 com.apple.Foundation 0x954254d5 -[NSConditionLock lockWhenCondition:] + 69
    6 com.apple.AppKit 0x941efd90 -[NSUIHeartBeat _heartBeatThread:] + 753
    7 com.apple.Foundation 0x953df7ed -[NSThread main] + 45
    8 com.apple.Foundation 0x953df394 _NSThread__main_ + 308
    9 libSystem.B.dylib 0x92540095 pthreadstart + 321
    10 libSystem.B.dylib 0x9253ff52 thread_start + 34
    Thread 2:
    0 libSystem.B.dylib 0x925163ae _semwaitsignal + 10
    1 libSystem.B.dylib 0x92540d0d pthreadcondwait$UNIX2003 + 73
    2 com.apple.QuartzCore 0x939d1ab9 fefragmentthread + 54
    3 libSystem.B.dylib 0x92540095 pthreadstart + 321
    4 libSystem.B.dylib 0x9253ff52 thread_start + 34
    Thread 3:
    0 libSystem.B.dylib 0x9250f226 semaphoretimedwait_signaltrap + 10
    1 libSystem.B.dylib 0x925411ef pthread_condwait + 1244
    2 libSystem.B.dylib 0x92542a73 pthreadcond_timedwait_relativenp + 47
    3 ...ple.CoreServices.CarbonCore 0x93ca4dd2 TSWaitOnConditionTimedRelative + 246
    4 ...ple.CoreServices.CarbonCore 0x93ca4bb2 TSWaitOnSemaphoreCommon + 422
    5 ...ickTimeComponents.component 0x90bf3bee ReadSchedulerThreadEntryPoint + 4724
    6 libSystem.B.dylib 0x92540095 pthreadstart + 321
    7 libSystem.B.dylib 0x9253ff52 thread_start + 34
    Thread 4:
    0 libSystem.B.dylib 0x9250f20e semaphorewait_signaltrap + 10
    1 libSystem.B.dylib 0x92541206 pthread_condwait + 1267
    2 libSystem.B.dylib 0x92586539 pthreadcondwait + 48
    3 ...ickTimeComponents.component 0x90d6809f jpegdecompress_MPLoop + 79
    4 libSystem.B.dylib 0x92540095 pthreadstart + 321
    5 libSystem.B.dylib 0x9253ff52 thread_start + 34
    Thread 5:
    0 libSystem.B.dylib 0x9250f1c6 machmsgtrap + 10
    1 libSystem.B.dylib 0x925169bc mach_msg + 72
    2 com.apple.CoreFoundation 0x91ebe0ae CFRunLoopRunSpecific + 1790
    3 com.apple.CoreFoundation 0x91ebecd8 CFRunLoopRunInMode + 88
    4 com.apple.audio.CoreAudio 0x904355dc HALRunLoop::OwnThread(void*) + 160
    5 com.apple.audio.CoreAudio 0x90435464 CAPThread::Entry(CAPThread*) + 96
    6 libSystem.B.dylib 0x92540095 pthreadstart + 321
    7 libSystem.B.dylib 0x9253ff52 thread_start + 34
    Thread 6:
    0 libSystem.B.dylib 0x9255e6f2 select$DARWIN_EXTSN + 10
    1 libSystem.B.dylib 0x92540095 pthreadstart + 321
    2 libSystem.B.dylib 0x9253ff52 thread_start + 34
    Thread 7:
    0 com.apple.CoreGraphics 0x95e874e5 sse64CGSFill8by1 + 421
    1 com.apple.QD 0x9566320b PBSolidPatCopy + 305
    2 com.apple.QD 0x9565ef41 DevRect + 509
    3 com.apple.QD 0x9565e8b2 StdRectWithPort + 280
    4 com.apple.QD 0x9565e783 CallRect + 53
    5 com.apple.QD 0x9565e74c EraseRect + 46
    6 com.apple.QuickTime 0x94a5b275 GetNewGWorld + 952
    7 com.apple.QuickTime 0x94a5a793 AllocateCodecImageBuffer + 637
    8 com.apple.QuickTime 0x94a58913 ICMSequenceBuildChain + 803
    9 com.apple.QuickTime 0x94a45294 DoBandedDecompress + 5665
    10 com.apple.QuickTime 0x94a4386e ICMAction + 650
    11 com.apple.QuickTime 0x94a4252e ICMDeviceLoop + 557
    12 com.apple.QuickTime 0x94a4d33a DecompressSequenceFrameWhen + 843
    13 com.apple.QuickTime 0x94a9c315 DecompressSequenceFrameS + 61
    14 ...uickTimeImporters.component 0x92db9618 importGraphicDrawInternal + 1437
    15 ...uickTimeImporters.component 0x92dbb429 importGraphicDrawOrDecide + 1020
    16 ...uickTimeImporters.component 0x92db905a ImportGraphicComponentDispatch + 118
    17 ...ple.CoreServices.CarbonCore 0x93cada05 CallComponentDispatch + 29
    18 com.apple.QuickTime 0x94a9c091 GraphicsImportDraw + 37
    19 com.apple.iPhoto 0x0022b545 0x1000 + 2270533
    20 com.apple.iPhoto 0x0022750a 0x1000 + 2254090
    21 com.apple.iPhoto 0x0018ce4a 0x1000 + 1621578
    22 com.apple.iPhoto 0x00188b62 0x1000 + 1604450
    23 com.apple.iPhoto 0x00188ebe 0x1000 + 1605310
    24 com.apple.iPhoto 0x0038f84f 0x1000 + 3729487
    25 libSystem.B.dylib 0x92540095 pthreadstart + 321
    26 libSystem.B.dylib 0x9253ff52 thread_start + 34
    Thread 8:
    0 libSystem.B.dylib 0x9250f20e semaphorewait_signaltrap + 10
    1 libSystem.B.dylib 0x92541206 pthread_condwait + 1267
    2 libSystem.B.dylib 0x92586539 pthreadcondwait + 48
    3 com.apple.iPhoto 0x0038db96 0x1000 + 3722134
    4 com.apple.Foundation 0x953df7ed -[NSThread main] + 45
    5 com.apple.Foundation 0x953df394 _NSThread__main_ + 308
    6 libSystem.B.dylib 0x92540095 pthreadstart + 321
    7 libSystem.B.dylib 0x9253ff52 thread_start + 34
    Thread 9:
    0 libSystem.B.dylib 0x9250f226 semaphoretimedwait_signaltrap + 10
    1 libSystem.B.dylib 0x925411ef pthread_condwait + 1244
    2 libSystem.B.dylib 0x92542a73 pthreadcond_timedwait_relativenp + 47
    3 ...ple.CoreServices.CarbonCore 0x93ca4dd2 TSWaitOnConditionTimedRelative + 246
    4 ...ple.CoreServices.CarbonCore 0x93ca4bb2 TSWaitOnSemaphoreCommon + 422
    5 ...ple.CoreServices.CarbonCore 0x93ccd220 AIOFileThread(void*) + 1056
    6 libSystem.B.dylib 0x92540095 pthreadstart + 321
    7 libSystem.B.dylib 0x9253ff52 thread_start + 34
    Thread 0 crashed with X86 Thread State (32-bit):
    eax: 0x1a567810 ebx: 0x94ddcec9 ecx: 0x00000000 edx: 0x00000000
    edi: 0x1a567810 esi: 0x00000030 ebp: 0xbfffd398 esp: 0xbfffd2b4
    ss: 0x0000001f efl: 0x00010286 eip: 0x94ddd189 cs: 0x00000017
    ds: 0x0000001f es: 0x0000001f fs: 0x00000000 gs: 0x00000037
    cr2: 0x1b59a000
    Binary Images:
    0x1000 - 0x6b1fca com.apple.iPhoto 7.1.5 (7.1.5) <9a17152ff5624588b711d1744f4b9fc7> /Applications/iPhoto.app/Contents/MacOS/iPhoto
    0x79e000 - 0x867ff5 com.apple.DiscRecording 4.0.3 (4030.4.3) <f985693413a9d58893068d35568de054> /System/Library/Frameworks/DiscRecording.framework/Versions/A/DiscRecording
    0x8d2000 - 0x8fdff7 com.apple.DiscRecordingUI 4.0.3 (4030.4.3) <928f6b8b22105e8303206e98fd3b4ad6> /System/Library/Frameworks/DiscRecordingUI.framework/Versions/A/DiscRecordingUI
    0x91b000 - 0x91dfff com.apple.ExceptionHandling 1.5 (10) /System/Library/Frameworks/ExceptionHandling.framework/Versions/A/ExceptionHand ling
    0x924000 - 0x92efff com.apple.UpgradeChecker 1.0 (1.0) /Applications/iPhoto.app/Contents/Frameworks/UpgradeChecker.framework/Versions/ A/UpgradeChecker
    0x936000 - 0x9d5fff com.apple.DotMacKit 50 (3.0.2L) /Applications/iPhoto.app/Contents/Frameworks/DotMacKit.framework/Versions/A/Dot MacKit
    0xa43000 - 0xc9affb com.apple.MessageFramework 3.5 (930.3) <548c39b875ebdc054eed49e9dd5238f3> /System/Library/Frameworks/Message.framework/Versions/B/Message
    0xdf0000 - 0xdf0ffd com.apple.AppleAppSupport 1.5 (1.5) /System/Library/PrivateFrameworks/AppleAppSupport.framework/Versions/A/AppleApp Support
    0xdf4000 - 0xe18fe7 com.apple.speech.LatentSemanticMappingFramework 2.6.4 (2.6.4) <1591e65449707141112554274c637e5a> /System/Library/Frameworks/LatentSemanticMapping.framework/Versions/A/LatentSem anticMapping
    0xe38000 - 0xe3afff +net.culater.SIMBL 0.8.2 (8) /Library/InputManagers/SIMBL/SIMBL.bundle/Contents/MacOS/SIMBL
    0x133e5000 - 0x133e6ff3 ATSHI.dylib ??? (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/ATSHI.dylib
    0x14ef3000 - 0x150ebfff com.apple.RawCamera.bundle 2.0.13 (435) <083354ccec68bf7c9fc99523a5838f92> /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera
    0x1577e000 - 0x15901fe3 GLEngine ??? (???) <bfbd7ce69ea896a6b38d6232b01cdeda> /System/Library/Frameworks/OpenGL.framework/Resources/GLEngine.bundle/GLEngine
    0x1592f000 - 0x15988ff7 com.apple.driver.AppleIntelGMA950GLDriver 1.5.36 (5.3.6) <5f0420ab48f5d0f1b419c2ba4a89b7eb> /System/Library/Extensions/AppleIntelGMA950GLDriver.bundle/Contents/MacOS/Apple IntelGMA950GLDriver
    0x15990000 - 0x159acff7 GLRendererFloat ??? (???) <dcdc2e0de7fb9a52d99e529c3688f26d> /System/Library/Frameworks/OpenGL.framework/Versions/A/Resources/GLRendererFloa t.bundle/GLRendererFloat
    0x15f6a000 - 0x15f6bfe1 com.apple.textencoding.unicode 2.2 (2.2) <542f2b8930d6bdf16c318ffea541acab> /System/Library/TextEncodings/Unicode Encodings.bundle/Contents/MacOS/Unicode Encodings
    0x15f72000 - 0x15f72ffd libmx.A.dylib ??? (???) /usr/lib/libmx.A.dylib
    0x166f0000 - 0x166fbfff com.apple.BookService 6.0 (6.0) /Applications/iPhoto.app/Contents/NetServices/Bundles/BookService.NetService/Co ntents/MacOS/BookService
    0x16705000 - 0x16785ffb com.apple.NetServices.NetServices 6.0 (6.0) /Applications/iPhoto.app/Contents/NetServices/Frameworks/NetServices.framework/ Versions/A/NetServices
    0x167dd000 - 0x167e4fe7 com.apple.NetServices.BDControl 1.0.5 (1.0.5) /Applications/iPhoto.app/Contents/NetServices/Frameworks/BDControl.framework/Ve rsions/A/BDControl
    0x167ee000 - 0x167f1fff com.apple.NetServices.BDRuleEngine 1.0.2 (1.0.2) /Applications/iPhoto.app/Contents/NetServices/Frameworks/BDRuleEngine.framework /Versions/A/BDRuleEngine
    0x167f8000 - 0x16802fff com.apple.CalendarsService 6.0 (6.0) /Applications/iPhoto.app/Contents/NetServices/Bundles/CalendarsService.NetServi ce/Contents/MacOS/CalendarsService
    0x1680c000 - 0x16816fff com.apple.CardsService 6.0 (6.0) /Applications/iPhoto.app/Contents/NetServices/Bundles/CardsService.NetService/C ontents/MacOS/CardsService
    0x16820000 - 0x16825ff7 com.apple.NetSlidesService 6.0 (6.0) /Applications/iPhoto.app/Contents/NetServices/Bundles/NetSlidesService.NetServi ce/Contents/MacOS/NetSlidesService
    0x1682d000 - 0x16838fff com.apple.PrintsService 6.0 (6.0) /Applications/iPhoto.app/Contents/NetServices/Bundles/PrintsService.NetService/ Contents/MacOS/PrintsService
    0x16983000 - 0x16989fff com.apple.iLMBAperturePlugin 2.0.2 (94) <ef8ad0737e0bfe0212bf481687932efd> /Library/Application Support/iLifeMediaBrowser/Plug-Ins/iLMBAperturePlugin.ilmbplugin/Contents/MacOS /iLMBAperturePlugin
    0x16991000 - 0x16992fff com.apple.iLMBAppDefPlugin 2.0.2 (94) /Library/Application Support/iLifeMediaBrowser/Plug-Ins/iLMBAppDefPlugin.ilmbplugin/Contents/MacOS/i LMBAppDefPlugin
    0x16998000 - 0x16999fff com.apple.iLMBFolderPlugin 2.0.2 (94) /Library/Application Support/iLifeMediaBrowser/Plug-Ins/iLMBFolderPlugin.ilmbplugin/Contents/MacOS/i LMBFolderPlugin
    0x1699f000 - 0x169a3fff com.apple.iLMBGarageBandPlugin 2.0.2 (94.1) /Library/Application Support/iLifeMediaBrowser/Plug-Ins/iLMBGarageBandPlugin.ilmbplugin/Contents/Mac OS/iLMBGarageBandPlugin
    0x169c0000 - 0x169cbfff com.apple.iLMBiMoviePlugin 2.0.2 (94) /Library/Application Support/iLifeMediaBrowser/Plug-Ins/iLMBiMoviePlugin.ilmbplugin/Contents/MacOS/i LMBiMoviePlugin
    0x16acb000 - 0x16ad0ff3 libCGXCoreImage.A.dylib ??? (???) <375e0cdb64b043378dbf637992bbfeb0> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCGXCoreImage.A.dylib
    0x16db2000 - 0x16db4ffb com.apple.PDFImporter 1.7 (???) <490de796fe9a6b3b8a9844a1630d38e2> /System/Library/Components/PDFImporter.component/Contents/MacOS/PDFImporter
    0x16e10000 - 0x16e6001f +com.DivXInc.DivXDecoder 6.0.5 (6.0.5) /Library/QuickTime/DivX 6 Decoder.component/Contents/MacOS/DivX 6 Decoder
    0x16e7a000 - 0x16e7dfff com.apple.audio.AudioIPCPlugIn 1.0.5 (1.0.5) <e7424df9b53076d04045fb2e0132b2d0> /System/Library/Extensions/AudioIPCDriver.kext/Contents/Resources/AudioIPCPlugI n.bundle/Contents/MacOS/AudioIPCPlugIn
    0x16e83000 - 0x16e88fff com.apple.audio.AppleHDAHALPlugIn 1.6.2 (1.6.2a37) /System/Library/Extensions/AppleHDA.kext/Contents/PlugIns/AppleHDAHALPlugIn.bun dle/Contents/MacOS/AppleHDAHALPlugIn
    0x16ec7000 - 0x16ec9fff com.apple.iLMBMoviesFolderPlugin 2.0.2 (94) <cbfc693badcbc6b464766a8363dd8f57> /Library/Application Support/iLifeMediaBrowser/Plug-Ins/iLMBMoviesFolderPlugin.ilmbplugin/Contents/M acOS/iLMBMoviesFolderPlugin
    0x16ee4000 - 0x16ee9ffb com.apple.AppleMPEG2Codec 1.0.1 (220) /Library/QuickTime/AppleMPEG2Codec.component/Contents/MacOS/AppleMPEG2Codec
    0x16f8a000 - 0x16fadfe7 com.apple.AppleProResDecoder 1.0.1 (53) /System/Library/QuickTime/AppleProResDecoder.component/Contents/MacOS/AppleProR esDecoder
    0x16fdf000 - 0x16ff9fc3 com.apple.AppleIntermediateCodec 1.2 (145) /Library/QuickTime/AppleIntermediateCodec.component/Contents/MacOS/AppleInterme diateCodec
    0x17200000 - 0x173f6ff3 +net.telestream.wmv.import 2.1.3.10 (2.1.3.10) /Library/QuickTime/Flip4Mac WMV Import.component/Contents/MacOS/Flip4Mac WMV Import
    0x17427000 - 0x175d8fce +net.telestream.wmv.advanced 2.1.3.10 (2.1.3.10) /Library/QuickTime/Flip4Mac WMV Advanced.component/Contents/MacOS/Flip4Mac WMV Advanced
    0x1761b000 - 0x17680fef com.apple.AppleVAH264HW.component 1.0 (1.0) <49e6103f4d0f364517a5c37bd29b08d7> /System/Library/QuickTime/AppleVAH264HW.component/Contents/MacOS/AppleVAH264HW
    0x1773b000 - 0x17776fff com.apple.QuickTimeFireWireDV.component 7.6 (1290) /System/Library/QuickTime/QuickTimeFireWireDV.component/Contents/MacOS/QuickTim eFireWireDV
    0x17783000 - 0x177cffe3 com.apple.AppleVAFramework 4.1.14 (4.1.14) /System/Library/PrivateFrameworks/AppleVA.framework/Versions/A/AppleVA
    0x177d8000 - 0x177f1ff3 com.apple.applepixletvideo 1.2.18 (1.2d18) <b0e7bf7f2d8c5ffc4e57dd7137192299> /System/Library/QuickTime/ApplePixletVideo.component/Contents/MacOS/ApplePixlet Video
    0x177f6000 - 0x17807fff com.apple.iLMBiPhoto8Plugin 2.0.2 (94) /Library/Application Support/iLifeMediaBrowser/Plug-Ins/iLMBiPhoto8Plugin.ilmbplugin/Contents/MacOS/ iLMBiPhoto8Plugin
    0x17810000 - 0x17812fff com.apple.iLMBPhotoBoothPlugin 2.0.2 (94) <a6dbe217570d12c173ee7cf5134d0c8b> /Library/Application Support/iLifeMediaBrowser/Plug-Ins/iLMBPhotoBoothPlugin.ilmbplugin/Contents/Mac OS/iLMBPhotoBoothPlugin
    0x17889000 - 0x17891fff com.apple.iLMBiPhotoPlugin 2.0.2 (94) /Library/Application Support/iLifeMediaBrowser/Plug-Ins/iLMBiPhotoPlugin.ilmbplugin/Contents/MacOS/i LMBiPhotoPlugin
    0x17899000 - 0x178a1fff com.apple.iLMBiTunesPlugin 2.0.2 (94) /Library/Application Support/iLifeMediaBrowser/Plug-Ins/iLMBiTunesPlugin.ilmbplugin/Contents/MacOS/i LMBiTunesPlugin
    0x18d01000 - 0x18dbbfff com.apple.iTunesAccess 8.1.1 (8.1.1) <67baa90c9d0757862448edb02fefe7fe> /System/Library/PrivateFrameworks/iTunesAccess.framework/iTunesAccess
    0x70000000 - 0x700e6ff2 com.apple.audio.units.Components 1.5.2 (1.5.2) /System/Library/Components/CoreAudio.component/Contents/MacOS/CoreAudio
    0x8fe00000 - 0x8fe2db43 dyld 97.1 (???) <100d362e03410f181a34e04e94189ae5> /usr/lib/dyld
    0x90003000 - 0x90008fff com.apple.DisplayServicesFW 2.0.2 (2.0.2) <97878a73074e7da4fe31ea010a5d5ae1> /System/Library/PrivateFrameworks/DisplayServices.framework/Versions/A/DisplayS ervices
    0x90009000 - 0x90189fef com.apple.CoreAUC 3.02.0 (3.02.0) <e9c0220542fac5c62ef3b79aa791252f> /System/Library/PrivateFrameworks/CoreAUC.framework/Versions/A/CoreAUC
    0x9018a000 - 0x90192fff com.apple.DiskArbitration 2.2.1 (2.2.1) <75b0c8d8940a8a27816961dddcac8e0f> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
    0x90193000 - 0x902d9ff7 com.apple.ImageIO.framework 2.0.4 (2.0.4) <6a6623d3d1a7292b5c3763dcd108b55f> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/ImageIO
    0x902da000 - 0x9031efeb com.apple.DirectoryService.PasswordServerFramework 3.0.3 (3.0.3) <29109fed9f54cbe3d3faea0603362719> /System/Library/PrivateFrameworks/PasswordServer.framework/Versions/A/PasswordS erver
    0x9031f000 - 0x9033dfff libresolv.9.dylib ??? (???) <a8018c42930596593ddf27f7c20fe7af> /usr/lib/libresolv.9.dylib
    0x9033e000 - 0x90342fff com.apple.OpenDirectory 10.5 (10.5) <e7e4507f5ecd8c8cdcdb2fc0675da0b4> /System/Library/PrivateFrameworks/OpenDirectory.framework/Versions/A/OpenDirect ory
    0x90343000 - 0x90349fff com.apple.print.framework.Print 218.0.2 (220.1) <8bf7ef71216376d12fcd5ec17e43742c> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framewo rk/Versions/A/Print
    0x9034a000 - 0x9034affd com.apple.vecLib 3.4.2 (vecLib 3.4.2) /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
    0x9034b000 - 0x90366ffb libPng.dylib ??? (???) <4780e979d35aa5ec2cea22678836cea5> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libPng.dylib
    0x90367000 - 0x90417fff edu.mit.Kerberos 6.0.12 (6.0.12) <685cc018c133668d0d3ac6a1cb63cff9> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
    0x90418000 - 0x90495feb com.apple.audio.CoreAudio 3.1.1 (3.1.1) <f35477a5e23db0fa43233c37da01ae1c> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
    0x90496000 - 0x9049ffff com.apple.speech.recognition.framework 3.7.24 (3.7.24) <d3180f9edbd9a5e6f283d6156aa3c602> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecogni tion.framework/Versions/A/SpeechRecognition
    0x904a0000 - 0x904a0ffa com.apple.CoreServices 32 (32) <2fcc8f3bd5bbfc000b476cad8e6a3dd2> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
    0x904a1000 - 0x90520ff5 com.apple.SearchKit 1.2.1 (1.2.1) <3140a605db2abf56b237fa156a08b28b> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchK it.framework/Versions/A/SearchKit
    0x90521000 - 0x914fcff6 com.apple.QuickTimeComponents.component 7.6 (1290) /System/Library/QuickTime/QuickTimeComponents.component/Contents/MacOS/QuickTim eComponents
    0x914fd000 - 0x91504fff com.apple.agl 3.0.9 (AGL-3.0.9) <2f39c480cfcee9358a23d61b20a6aa56> /System/Library/Frameworks/AGL.framework/Versions/A/AGL
    0x91505000 - 0x915bcff3 com.apple.QTKit 7.6 (1290) /System/Library/Frameworks/QTKit.framework/Versions/A/QTKit
    0x915bd000 - 0x915eafeb libvDSP.dylib ??? (???) <b232c018ddd040ec4e2c2af632dd497f> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvDSP.dylib
    0x915eb000 - 0x916a5fe3 com.apple.CoreServices.OSServices 226.5 (226.5) <2a135d4fb16f4954290f7b72b4111aa3> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServi ces.framework/Versions/A/OSServices
    0x916a6000 - 0x91758ffb libcrypto.0.9.7.dylib ??? (???) <69bc2457aa23f12fa7d052601d48fa29> /usr/lib/libcrypto.0.9.7.dylib
    0x91759000 - 0x91771fff com.apple.openscripting 1.2.8 (???) <572c7452d7e740e8948a5ad07a99602b> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting .framework/Versions/A/OpenScripting
    0x91772000 - 0x917b3fe7 libRIP.A.dylib ??? (???) <5d0b5af7992e14de017f9a9c7cb05960> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
    0x917b4000 - 0x917c0ffe libGL.dylib ??? (???) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
    0x917c1000 - 0x917d1ffc com.apple.LangAnalysis 1.6.4 (1.6.4) <8b7831b5f74a950a56cf2d22a2d436f6> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ LangAnalysis.framework/Versions/A/LangAnalysis
    0x91a3b000 - 0x91a42fe9 libgcc_s.1.dylib ??? (???) <f53c808e87d1184c0f9df63aef53ce0b> /usr/lib/libgcc_s.1.dylib
    0x91a43000 - 0x91a8cfef com.apple.Metadata 10.5.2 (398.25) <e0572f20350523116f23000676122a8d> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadat a.framework/Versions/A/Metadata
    0x91a8d000 - 0x91a94ffe libbsm.dylib ??? (???) <d25c63378a5029648ffd4b4669be31bf> /usr/lib/libbsm.dylib
    0x91a95000 - 0x91ad4fff com.apple.CoreMediaIOServicesPrivate 15.0 (15.0) /System/Library/PrivateFrameworks/CoreMediaIOServicesPrivate.framework/Versions /A/CoreMediaIOServicesPrivate
    0x91ad5000 - 0x91adcff7 libCGATS.A.dylib ??? (???) <386dce4b28448fb86e33e06ac466f4d8> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCGATS.A.dylib
    0x91add000 - 0x91c3eff2 com.apple.CalendarStore 3.0.6 (847) /System/Library/Frameworks/CalendarStore.framework/Versions/A/CalendarStore
    0x91c3f000 - 0x91cc9fe3 com.apple.DesktopServices 1.4.7 (1.4.7) <d16642ba22c32f67be793ebfbe67ca3a> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/Desk topServicesPriv
    0x91cca000 - 0x91e49fff com.apple.AddressBook.framework 4.1.1 (699) <60ddae72a1df8ddbc5c53df92f372b76> /System/Library/Frameworks/AddressBook.framework/Versions/A/AddressBook
    0x91e4a000 - 0x91e4affd com.apple.Accelerate 1.4.2 (Accelerate 1.4.2) /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
    0x91e4b000 - 0x91f7efff com.apple.CoreFoundation 6.5.5 (476.17) <4a70c8dbb582118e31412c53dc1f407f> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    0x91f97000 - 0x9229ffff com.apple.HIToolbox 1.5.4 (???) <3747086ba21ee419708a5cab946c8ba6> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.fra mework/Versions/A/HIToolbox
    0x922a0000 - 0x922c4fff libxslt.1.dylib ??? (???) <0a9778d6368ae668826f446878deb99b> /usr/lib/libxslt.1.dylib
    0x922c5000 - 0x922c7ff5 libRadiance.dylib ??? (???) <8a844202fcd65662bb9ab25f08c45a62> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libRadiance.dylib
    0x922c8000 - 0x92345fef libvMisc.dylib ??? (???) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvMisc.dylib
    0x92346000 - 0x92384ff7 libGLImage.dylib ??? (???) <1123b8a48bcbe9cc7aa8dd8e1a214a66> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dyl ib
    0x92385000 - 0x923f2ffb com.apple.WhitePagesFramework 1.2 (122.0) /System/Library/PrivateFrameworks/WhitePages.framework/Versions/A/WhitePages
    0x923f3000 - 0x92425ff7 com.apple.DotMacSyncManager 1.2.3 (305) <76f2a03fbb91d701cd8c1d1dde21b531> /System/Library/PrivateFrameworks/DotMacSyncManager.framework/Versions/A/DotMac SyncManager
    0x92426000 - 0x9242bfff com.apple.CommonPanels 1.2.4 (85) <ea0665f57cd267609466ed8b2b20e893> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels. framework/Versions/A/CommonPanels
    0x9242c000 - 0x9250dff7 libxml2.2.dylib ??? (???) <d69560099d9eb32ba7f8a17baa65a28d> /usr/lib/libxml2.2.dylib
    0x9250e000 - 0x92675ff3 libSystem.B.dylib ??? (???) <d68880dfb1f8becdbdac6928db1510fb> /usr/lib/libSystem.B.dylib
    0x92676000 - 0x926b0fe7 com.apple.coreui 1.2 (62) /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
    0x926b1000 - 0x926b3fff com.apple.securityhi 3.0 (30817) <2b2854123fed609d1820d2779e2e0963> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.fr amework/Versions/A/SecurityHI
    0x926b4000 - 0x92711ffb libstdc++.6.dylib ??? (???) <04b812dcec670daa8b7d2852ab14be60> /usr/lib/libstdc++.6.dylib
    0x92712000 - 0x92722fff com.apple.speech.synthesis.framework 3.7.1 (3.7.1) <06d8fc0307314f8ffc16f206ad3dbf44> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ SpeechSynthesis.framework/Versions/A/SpeechSynthesis
    0x92723000 - 0x9279dff8 com.apple.print.framework.PrintCore 5.5.3 (245.3) <222dade7b33b99708b8c09d1303f93fc> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ PrintCore.framework/Versions/A/PrintCore
    0x9279e000 - 0x9279effc com.apple.audio.units.AudioUnit 1.5 (1.5) /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
    0x9279f000 - 0x927a3fff com.apple.CoreMediaAuthoringPrivate 1.6 (1.6) /System/Library/PrivateFrameworks/CoreMediaAuthoringPrivate.framework/Versions/ A/CoreMediaAuthoringPrivate
    0x927a4000 - 0x927e3fef libTIFF.dylib ??? (???) <3589442575ac77746ae99ecf724f5f87> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libTIFF.dylib
    0x927e4000 - 0x927f3fff libsasl2.2.dylib ??? (???) <bb7971ca2f609c070f87786a93d1041e> /usr/lib/libsasl2.2.dylib
    0x927f4000 - 0x92812ff3 com.apple.DirectoryService.Framework 3.5.5 (3.5.5) <f8931f64103c8a86b82e9714352f4323> /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryServi ce
    0x92813000 - 0x92914fe7 com.apple.PubSub 1.0.3 (65.1.2) /System/Library/Frameworks/PubSub.framework/Versions/A/PubSub
    0x92915000 - 0x92951fff com.apple.DAVKit 3.0.6 (653) /System/Library/PrivateFrameworks/DAVKit.framework/Versions/A/DAVKit
    0x92952000 - 0x92952ffe com.apple.quartzframework 1.5 (1.5) <4b8f505e32e4f2d67967a276401f9aaf> /System/Library/Frameworks/Quartz.framework/Versions/A/Quartz
    0x92953000 - 0x9297efe7 libauto.dylib ??? (???) <42d8422dc23a18071869fdf7b5d8fab5> /usr/lib/libauto.dylib
    0x9297f000 - 0x929a7fff libcups.2.dylib ??? (???) <16bec7c6a004f744804e2281a1b1c094> /usr/lib/libcups.2.dylib
    0x929a8000 - 0x929b4fff libbz2.1.0.dylib ??? (???) <9ea4fe135c9e52bd0590eec12c738e82> /usr/lib/libbz2.1.0.dylib
    0x929b5000 - 0x92a40fff com.apple.framework.IOKit 1.5.1 (???) <f9f5f0d070e197a832d86751e1d44545> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
    0x92a41000 - 0x92a78fff com.apple.SystemConfiguration 1.9.2 (1.9.2) <8b26ebf26a009a098484f1ed01ec499c> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfi guration
    0x92a79000 - 0x92aebfff com.apple.PDFKit 2.1.2 (2.1.2) /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/PDFKit.framew ork/Versions/A/PDFKit
    0x92aec000 - 0x92aecffd 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
    0x92aed000 - 0x92b03fff com.apple.DictionaryServices 1.0.0 (1.0.0) <ad0aa0252e3323d182e17f50defe56fc> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Diction aryServices.framework/Versions/A/DictionaryServices
    0x92b04000 - 0x92b97ff3 com.apple.ApplicationServices.ATS 3.4 (???) <8c51de0ec3deaef416578cd59df38754> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/ATS
    0x92b98000 - 0x92b98ffb com.apple.installserver.framework 1.0 (8) /System/Library/PrivateFrameworks/InstallServer.framework/Versions/A/InstallSer ver
    0x92b99000 - 0x92bcffef libtidy.A.dylib ??? (???) <5351215b54226cc47eb1cd4b011cc2f3> /usr/lib/libtidy.A.dylib
    0x92bd0000 - 0x92c1ffff com.apple.QuickLookUIFramework 1.3.1 (170.9) /System/Library/PrivateFrameworks/QuickLookUI.framework/Versions/A/QuickLookUI
    0x92c20000 - 0x92c51ffb com.apple.quartzfilters 1.5.0 (1.5.0) <22581f8fe9dd2cb261f97a897407ec3e> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzFilters .framework/Versions/A/QuartzFilters
    0x92c52000 - 0x92c6efff com.apple.IMFramework 4.0.5 (583) <a1890d82d681840490025bb50bf97cf8> /System/Library/Frameworks/InstantMessage.framework/Versions/A/InstantMessage
    0x92c6f000 - 0x92d38fef com.apple.QuickTimeMPEG4.component 7.6 (1290) /System/Library/QuickTime/QuickTimeMPEG4.component/Contents/MacOS/QuickTimeMPEG 4
    0x92d39000 - 0x92d56ff7 com.apple.QuickLookFramework 1.3.1 (170.9) /System/Library/Frameworks/QuickLook.framework/Versions/A/QuickLook
    0x92d57000 - 0x92d6fff7 com.apple.CoreVideo 1.6.0 (20.0) <c0d869876af51283a160cd2224a23abf> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
    0x92d70000 - 0x92e13ff3 com.apple.QuickTimeImporters.component 7.6 (1290) /System/Library/QuickTime/QuickTimeImporters.component/Contents/MacOS/QuickTime Importers
    0x92e14000 - 0x92e3dfff com.apple.CoreMediaPrivate 15.0 (15.0) /System/Library/PrivateFrameworks/CoreMediaPrivate.framework/Versions/A/CoreMed iaPrivate
    0x92e3e000 - 0x92e78ffe com.apple.securityfoundation 3.0.1 (35844) <2fbb6a1177ef98350b8aefc60737ba0e> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoun dation
    0x92e79000 - 0x92ed2ff7 libGLU.dylib ??? (???) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
    0x92ed3000 - 0x92f2dff7 com.apple.CoreText 2.0.4 (???) <f9a90116ae34a2b0d84e87734766fb3a> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreText.framework/Versions/A/CoreText
    0x92f2e000 - 0x92f70fef com.apple.NavigationServices 3.5.2 (163) <91844980804067b07a0b6124310d3f31> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/NavigationSer vices.framework/Versions/A/NavigationServices
    0x92f74000 - 0x93332fea libLAPACK.dylib ??? (???) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libLAPACK.dylib
    0x93333000 - 0x93384feb com.apple.framework.familycontrols 1.0.3 (1.0.3) <52c7ec091f6d3dc99ec42e1e185c38a7> /System/Library/PrivateFrameworks/FamilyControls.framework/Versions/A/FamilyCon trols
    0x93385000 - 0x93418fff com.apple.ink.framework 101.3 (86) <bf3fa8927b4b8baae92381a976fd2079> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework /Versions/A/Ink
    0x93419000 - 0x93419fff com.apple.Carbon 136 (136) <98a5e3bc0c4fa44bbb09713bb88707fe> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
    0x9341a000 - 0x9342dfff com.apple.IMUtils 4.0.5 (583) <b54c55fea76255e789f607b78592c468> /System/Library/Frameworks/InstantMessage.framework/Frameworks/IMUtils.framewor k/Versions/A/IMUtils
    0x9342e000 - 0x935fcff3 com.apple.security 5.0.4 (34102) <55dda7486df4e8e1d61505be16f83a1c> /System/Library/Frameworks/Security.framework/Versions/A/Security
    0x935fd000 - 0x93663ffb com.apple.ISSupport 1.7 (38.2) /System/Library/PrivateFrameworks/ISSupport.framework/Versions/A/ISSupport
    0x93664000 - 0x93671fe7 com.apple.opengl 1.5.9 (1.5.9) <7e5048a2677b41098c84045305f42f7f> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
    0x93672000 - 0x9367cfeb com.apple.audio.SoundManager 3.9.2 (3.9.2) <0f2ba6e891d3761212cf5a5e6134d683> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CarbonSound.f ramework/Versions/A/CarbonSound
    0x9367d000 - 0x9367dff8 com.apple.Cocoa 6.5 (???) <e064f94d969ce25cb7de3cfb980c3249> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
    0x9367e000 - 0x93681fff com.apple.help 1.1 (36) <b507b08e484cb89033e9cf23062d77de> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framewor k/Versions/A/Help
    0x93682000 - 0x93682ffe com.apple.MonitorPanelFramework 1.2.0 (1.2.0) <a2b462be6c51187eddf7d097ef0e0a04> /System/Library/PrivateFrameworks/MonitorPanel.framework/Versions/A/MonitorPane l
    0x93683000 - 0x93687fff libGIF.dylib ??? (???) <572a32e46e33be1ec041c5ef5b0341ae> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libGIF.dylib
    0x93688000 - 0x936bafff com.apple.LDAPFramework 1.4.5 (110) <cc04500cf7b6edccc75bb3fe2973f72c> /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP
    0x936bb000 - 0x936d0ffb com.apple.ImageCapture 5.0.1 (5.0.1) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture. framework/Versions/A/ImageCapture
    0x936d1000 - 0x937b2fff com.apple.syncservices 3.1 (389.12) <e0c2241379300f52b12b479e53797016> /System/Library/Frameworks/SyncServices.framework/Versions/A/SyncServices
    0x937b3000 - 0x937e7fef com.apple.bom 9.0.1 (136.1.1) <e1f64b0dae30d560a1204c69c14751a0> /System/Library/PrivateFrameworks/Bom.framework/Versions/A/Bom
    0x938dd000 - 0x93c7afef com.apple.QuartzCore 1.5.7 (1.5.7) <2fed2dd7565c84a0f0c608d41d4d172c> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
    0x93c7b000 - 0x93f55ff3 com.apple.CoreServices.CarbonCore 786.11 (786.11) <f06fe5d92d56ac5aa52d1ba182745924> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonC ore.framework/Versions/A/CarbonCore
    0x93f56000 - 0x93f7afeb libssl.0.9.7.dylib ??? (???) <c7359b7ab32b5f8574520746e10a41cc> /usr/lib/libssl.0.9.7.dylib
    0x93f7b000 - 0x94042ff2 com.apple.vImage 3.0 (3.0) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.fr amework/Versions/A/vImage
    0x94043000 - 0x94047fff libmathCommon.A.dylib ??? (???) /usr/lib/system/libmathCommon.A.dylib
    0x94078000 - 0x94083fe7 libCSync.A.dylib ??? (???) <e6aceed359bd228f42bc1246af5919c9> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib
    0x94084000 - 0x94142fff com.apple.WebKit 5525.27 (5525.27.1) <a15e548666c9a463d61be1f114b2fa27> /System/Library/Frameworks/WebKit.framework/Versions/A/WebKit
    0x94143000 - 0x94148ffc com.apple.KerberosHelper 1.1 (1.0) <86b1b4589baa557d067d07efc01890d2> /System/Library/PrivateFrameworks/KerberosHelper.framework/Versions/A/KerberosH elper
    0x94149000 - 0x94947fef com.apple.AppKit 6.5.6 (949.43) <a3a300499bbe4f1dfebf71d752d01916> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
    0x94948000 - 0x9494cffd com.apple.AOSNotification 1.0.0 (68.10) <38239776860eed3c5265d4ae3c21dd73> /System/Library/PrivateFrameworks/AOSNotification.framework/Versions/A/AOSNotif ication
    0x9494d000 - 0x94959ff9 com.apple.helpdata 1.0.1 (14.2) /System/Library/PrivateFrameworks/HelpData.framework/Versions/A/HelpData
    0x9495a000 - 0x94c7ffe2 com.apple.QuickTime 7.6.0 (1290) <bc0920abbbaad03f5513ac7ffbd30633> /System/Library/Frameworks/QuickTime.framework/Versions/A/QuickTime
    0x94c80000 - 0x94cdcff7 com.apple.htmlrendering 68 (1.1.3) <fe87a9dede38db00e6c8949942c6bd4f> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HTMLRendering .framework/Versions/A/HTMLRendering
    0x94cdd000 - 0x94dbdfff libobjc.A.dylib ??? (???) <7b92613fdf804fd9a0a3733a0674c30b> /usr/lib/libobjc.A.dylib
    0x94dbe000 - 0x94dc9fff com.apple.dotMacLegacy 3.1 (246) <d335114af509bf38a7ead5274a93dfb1> /System/Library/PrivateFrameworks/DotMacLegacy.framework/Versions/A/DotMacLegac y
    0x94dca000 - 0x9529bf3e libGLProgrammability.dylib ??? (???) <5d283543ac844e7c6fa3440ac56cd265> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgramma bility.dylib
    0x9529c000 - 0x953d4fe7 com.apple.imageKit 1.0.2 (1.0) <2e354566521df8b1e3a78e9aeab5e6b4> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/ImageKit.fram ework/Versions/A/ImageKit
    0x953d5000 - 0x95650fe7 com.apple.Foundation 6.5.7 (677.22) <8fe77b5d15ecdae1240b4cb604fc6d0b> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
    0x95651000 - 0x95651ff8 com.apple.ApplicationServices 34 (34) <8f910fa65f01d401ad8d04cc933cf887> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Application Services
    0x95652000 - 0x956f9feb com.apple.QD 3.11.54 (???) <b743398c24c38e581a86e91744a2ba6e> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ QD.framework/Versions/A/QD
    0x956fa000 - 0x956fcff1 com.apple.QuickTimeH264.component 7.6 (1290) /System/Library/QuickTime/QuickTimeH264.component/Contents/MacOS/QuickTimeH264
    0x956fd000 - 0x9576dff7 com.apple.iLifeMediaBrowser 2.0.2 (321) <096200840dfe3556d984bed9e9e1e4bc> /System/Library/PrivateFrameworks/iLifeMediaBrowser.framework/Versions/A/iLifeM ediaBrowser
    0x9576e000 - 0x95796ff7 com.apple.shortcut 1 (1.0) <057783867138902b52bc0941fedb74d1> /System/Library/PrivateFrameworks/Shortcut.framework/Versions/A/Shortcut
    0x95797000 - 0x957a6ffe com.apple.DSObjCWrappers.Framework 1.3 (1.3) <09deb9e32d0d09dfb95ae569bdd2b7a4> /System/Library/PrivateFrameworks/DSObjCWrappers.framework/Versions/A/DSObjCWra ppers
    0x957a7000 - 0x95872fff com.apple.ColorSync 4.5.1 (4.5.1) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ColorSync.framework/Versions/A/ColorSync
    0x95873000 - 0x959c5ff3 com.apple.audio.toolbox.AudioToolbox 1.5.2 (1.5.2) /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
    0x959c6000 - 0x959f5fe3 com.apple.AE 402.3 (402.3) <4cb9ef65cf116d6dd424f0ce98c2d015> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.fram ework/Versions/A/AE
    0x959f6000 - 0x95a7dff7 libsqlite3.0.dylib ??? (???) <6978bbcca4277d6ae9f042beff643f7d> /usr/lib/libsqlite3.0.dylib
    0x95a7e000 - 0x95a8cffd libz.1.dylib ??? (???) <5ddd8539ae2ebfd8e7cc1c57525385c7> /usr/lib/libz.1.dylib
    0x95a8d000 - 0x95c49ff3 com.apple.QuartzComposer 2.1 (106.13) <40f034e8c8fd31c9081f5283dcf22b78> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzCompose r.framework/Versions/A/QuartzComposer
    0x95c4a000 - 0x95c94fe1 com.apple.securityinterface 3.0.1 (35183) <f855cb06d2541ce544d9bcdf998b991c> /System/Library/Frameworks/SecurityInterface.framework/Versions/A/SecurityInter face
    0x95c95000 - 0x95c9afff com.apple.backup.framework 1.0 (1.0) /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup
    0x95c9b000 - 0x95cacffe com.apple.CFOpenDirectory 10.5 (10.5) <6a7f55108d77db7384d0e2219d07e9f8> /System/Library/PrivateFrameworks/OpenDirectory.framework/Versions/A/Frameworks /CFOpenDirectory.framework/Versions/A/CFOpenDirectory
    0x95cad000 - 0x95d39ff7 com.apple.LaunchServices 290.3 (290.3) <6f9629f4ed1ba3bb313548e6838b2888> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchS ervices.framework/Versions/A/LaunchServices
    0x95d3a000 - 0x95d8bff7 com.apple.HIServices 1.7.0 (???) <01b690d1f376e400ac873105533e39eb> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ HIServices.framework/Versions/A/HIServices
    0x95d8c000 - 0x9642cfff com.apple.CoreGraphics 1.407.2 (???) <3a91d1037afde01d1d8acdf9cd1caa14> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/CoreGraphics
    0x9647c000 - 0x96561ff3 com.apple.CoreData 100.1 (186) <8e28162ef2288692615b52acc01f8b54> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
    0x96562000 - 0x96581ffa libJPEG.dylib ??? (???) <e7eb56555109e23144924cd64aa8daec> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libJPEG.dylib
    0x9658c000 - 0x9699cfef libBLAS.dylib ??? (???) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libBLAS.dylib
    0x9699d000 - 0x9699effc libffi.dylib ??? (???) <a3b573eb950ca583290f7b2b4c486d09> /usr/lib/libffi.dylib
    0x9699f000 - 0x96ff0fff com.apple.WebCore 5525.26 (5525.26.6) <8676962ab93f003cf9b10748725c1bc2> /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore.frame work/Versions/A/WebCore
    0x96ff1000 - 0x9708efe4 com.apple.CFNetwork 422.15.2 (422.15.2) <80851410a5592b7c3b149b2ff849bcc1> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwo rk.framework/Versions/A/CFNetwork
    0x9708f000 - 0x9715dff3 com.apple.JavaScriptCore 5525.26 (5525.26.2) <69e219e81bc886a94c4d4b310d393ab9> /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore
    0x9715e000 - 0x97296ff7 libicucore.A.dylib ??? (???) <18098dcf431603fe47ee027a60006c85> /usr/lib/libicucore.A.dylib
    0xba900000 - 0xba916fff libJapaneseConverter.dylib ??? (???) <7b0248c392848338f5d6ed093313eeef> /System/Library/CoreServices/Encodings/libJapaneseConverter.dylib
    0xfffe8000 - 0xfffebfff libobjc.A.dylib ??? (???) /usr/lib/libobjc.A.dylib
    0xffff0000 - 0xffff1780 libSystem.B.dylib ??? (???) /usr/lib/libSystem.B.dylib

    This crash seems caused by a damaged support library.
    ibGLProgrammability.dylib
    The question is whether this is an iPhoto element or an OS element.
    To test for this:
    Re-Install iPhoto:
    To re-install iPhoto
    1. Put the iPhoto.app in the trash (Drag it from your Applcations Folder to the trash)
    2. Go to HD/Library/Receipts and remove any pkg file there with iPhoto in the name
    3. Re-install.
    If you purchased an iLife Disk, then iPhoto is on it.
    If iPhoto was installed on your Mac when you go it then it’s on the System Restore disks that came with your Mac. Insert the first one and opt to ‘Install Bundled Applications Only...’
    See if iPhoto launches correctly. If not, post back.
    Regards
    TD

  • Mail one click downloads

    Hi all, this problem first started in Mavericks but persists in Yosemite. (Yes it’s a first world problem I know but would appreciate your inout anyway).
    When I am sent an attachement in Mail. I can move the mouse cursor to an area in the message where I am given the reply/share options as per below;
    Sometimes I can click exactly on the paperclip and mail will save straight to my nominated downloads folder but significantly more often than not I will get a dropdown window that opens, (to my nominated downloads folder). How do I consistently get mail to save to downloads with just one click please?

    Hi,
    This is not something that I have done myself.
    I tend to right click the actual Pic or File and chose from the options there.
    As far as the mouse over icons in your Pic I can only get a Menu to Save or to send to iPhoto.
    Realistically I know much more about Messages then I do about Mail.
    I have switched mine to Classic view as I don't like the newer layout.
    8:29 pm      Monday; March 16, 2015
    ​  iMac 2.5Ghz i5 2011 (Mavericks 10.9)
     G4/1GhzDual MDD (Leopard 10.5.8)
     MacBookPro 2Gb (Snow Leopard 10.6.8)
     Mac OS X (10.6.8),
     Couple of iPhones and an iPad

  • IPhoto library Gone! (replaced in just one click w/o ever dragging 2 Trash)

    iPhoto library gone / replaced in just one click (w/ o ever dragging anything to the trash)!
    I currently own multiple PowerMacs all sharing the same high speed local network. All of them run the latest / Mac OS X.4.9 and have multiple HD’s (both internal and external) as well as iLife’ 06. And all of them also have iChatAV3 and are able to video chat one with the other at will while on the same local high speed network.
    This is my very first iPhoto library nightmare since I’ve owned a mac. and yes I’ve always been conditioned to backup everything one wishes to keep. This particular scenario is no different. (altho my back up HD for one of the three G4 computers involved was a bit dated by at least 6 months).
    This was essentially triggered via two separate iLife ‘06 apps , namely iPhoto and iChatAV3 (combined with at least an ounce of stupidity on my part). That combined with 2 people not communicating properly / being on the same page (or rather the same Folder) when working on the very same task. Hey... I do NOT claim to be an expert at this particular application even though I have used macs since apple first introduced the Apple IIe decades ago. So this does not stem from lack of experience but rather not thinking things thru entirely in terms of all the possible consequences of simple, yet catastrophic actions when it comes to replacing or authenticating one particular folder containing the entire iPhoto Library simply titled “pictures”.
    Starts like this, ichatav is open on 2 of three macs and my teenage daughter asks me to send her a roll of pictures she downloaded into my computer (since it’s twice as fast as her own) from her digital still camera. Now she wants all 12 photos on her computer as well. So I drag all 12 photos to my desktop and place them in a folder titled “Jackies pics”. I drag this folder to her icon on my buddy list and ichat AV simply refuses to allow sending the entire folder and ask me to send them one at a time. That should have been my first clue. Strange I thought. Always worked well in the past. Why not now? So I tell her over ichatav that the app simply won’t allow me to send her the entire folder and that I’ll have to send them one at a time. Please make a new folder on your HD called Jackie’s pics. She agrees and creates a folder on her end called .... (you guessed it) ...... “pictures”...... to which she drags each of the 12 images I sent over our local network.
    Little did she realize this newly created folder has the makings of an atomic bomb when it comes to importing the entire folder into iPhoto’s library on her own mac. A dialog box quickly materializes asking that she “authenticate” or hit cancel. So she ask me what to do. I said that’s fine, hit authenticate (assuming she titled it Jackies pics). BIG mistake! She hits authenticate and now she has the 12 images I sent her in iPhoto....BUT .... the 1600 or so originals in the entire iPhoto library quickly vanishes. Her entire iphoto library is now wiped out or rather replaced with this new folder. She asks me, what happened? And in less than 30 seconds she in complete tears. Over 2-3 years of her photos (all 1600 images) gone in the click of a mouse.
    Today is father’s day .... and I remembered that I have a complete backup of her HD (even though it is a bit dated). So together, we managed to recover about 90% of the lost images. If anyone reading this knows how I can possibly recover the final 10% (most current photos) then please help us.
    Bottom line: We were fortunate. This Father’s Day iPhoto Nightmare ended happily....
    TIA
    (3) G4 PM's/(3) S-Drives/Sony TRV900/Nikons/6FWHD's/PS7/iLife06/FCPHD/DVDSP/etc. Mac OS X (10.4.8)

    Just another update .... Today, my daughter was multitasking on her G4 powermac working within iPhoto as well as email account and last but not least the latest iTunes. As she opened this final app (and I mean "final").... her entire hard drive bit the dust after she saw the spinning beachball and hence attempted to force quit. (I should also point out we are having a heat wave in San Diego today ...which also may have contributed to this hardware issue mainly).
    This time, I had a complete updated copy of her HD and simply cloned it to a new hard drive. Took me a few hours to troubleshoot, clone and install a new drive in its place. But all is working normally again (sure hope it stays that way this time).
    Friendly reminder to those who read this post .....
    BACKUP, BACKUP, BACKUP .... ESPECIALLY IN IPHOTO & ITUNES!

  • I have a 990XA-GD55 With One Click Bios II-Am I alone?uefi?

    I created a post not to long ago asking for help with a situation. I bought a new Board 1 week ago. Board was Brand new, never opened...
    """This Board Is Not suppose to Have A Uefi Bios.....This Board is Not suppose to have One Click Bios II........"""""""""
    The only reason I bought the board---The company I went to purchase, Had a deal on another board with a Pile-driver Processor. I am the type that will read and read, till I know everything about an item before I purchase..Found out that most of the time, you can purchase a combo and find out that the bios has not been updated for the cpu. Only way to fix, buy an older or cheaper cpu and update. I talked to the salesman and come to find out ,the combos they were offering had the same issue..This board had the uefi Bios...I did not want to go threw the head ache, so I opted for a different board..I was told it had no uefi Bios...and I was fine with that, It was a better Board. But than I found out that it too, was not ready for the pile driver...But it was ready for the bulldozer. I have owned the same cpu before. So I purchase The bulldozer and this board-990xa-GD55....
    Brought it home-read up on it.....Read it did not have uefi bios...and that was fine...Built the unit top to btm.....Booted it up or hit the power button.....For some reason it took about 30-60 sec to come on. But once it did...I hit delete too get to bios..Guess what I seen--One Click Bios 2..That was weird but ok...download windows 7 all my drivers, all my updates...But I could not find the download for one click bios on the site or on the cd....and everywhere I read claimed that this board was not to have this bios. I even wrote a post here asking about the download...What I was told---This board does not have uefi Bios....So I responded with a pic of my bios and I have not heard back..
    I would like to hear from users just like me on this subject..Do you have the same Bios I have? It says One Click Bios II...I am not complaining...This board runs awesome and does everything I need it to do. I am very pleased. I wish I could get the download to have one click on my desktop..Like my other-boards...I am not a newbie to building, and I have had this bios on a few different computers. I would just like to hear, if you might have the same bios...and any issues you had when updating...I am scared to update the bios..I probably will not do it..I would hate to lose this feature.
    Thanks for reading and sorry about my Grammar and spelling....
    Update--I have been beating my head over this...I know MSI says we are not suppose to have this bios....But if you look up this in Google..
    Can't change CPU voltage on MSI 990xa-GD55 Mobo
    Look at the screenshot....That guy is using one Click Bios 2----tooo........
    I have a feeling that alot of people that buy these boards are new to this bios feature, and just don't know better...This is suppose to have the older version of Bios....Not one Click 2...Guy in this post as the same bios as me.....Maybe if enough of use tell these guys we have it--They will include a download for it on Windows...On my other boards...I have one click bios on the board and can access it in Windows with a simple download....Thanks MSI for this feature...But please hook us up with the download too.......I would use the download from another board-But I know better...so I can wait till MSI offers....

    If you are reading this and you are like me. You came here for answers. From what the guys here are telling me and from what I have read. These boards are not advertised as having the bios. When I purchased this board I was told that this did not have it. Than in my other post I was told this did not have it. But after a long winded Post. The Msi Tech said these boards come with it and that this model does not support the One Click Bios 2, in windows, Like there other boards. To me that really makes no scene, But I don't make the boards. I am sure these guys can write a program to take advantage of this awesome feature. I did some more hunting and amd has nothing to do with it, so i am assuming it is just this chip-set. To me this really make no scene. But having this bios was Bonus. If you read online or any review-either the person writing the review really never used the board, or maybe he never tried the bios. But I found numerous reviews claiming this board was missing this uefi and it only came with traditional Bios. 'Makes You wonder".........But I am over it....If your wondering these board do come with the uefi Bios but not advertised..advertised as having the older traditional Bios. Hope they will come out with an update for the one click Bios feature in Windows soon.....works out nice when you need to dbl check setting with out resetting your computer..
    As for Ram--I asked about using 2133....One the many Msi Boards I have used in the past. There boards have a feature That allows you to just tick what frequency you want to use and than it will set the timing for you. I understand that Your memory controller is in the chip...But this program is in the bios. On This board the Highest is 1866...But when pressing 1866, it will not run it stable. sometimes it wont even post. The ram I am using is g.skill 2133 and i have used it in tons of there other boards with no issues. I have even used it in another bulldozer set up at 2133, Different board....Ran well. This board Can use 2133 easy, but in order to do it you have to go in and set the timing and voltage...Not a big deal for those people that do it all the time. But I like the one click and go. Even though one of the ticks is 1866, this board will need adjustment...so anything over 1600 will need to be done manually. My original question was this board says it can take 2133oc...I am one of the few that know nothing about setting timing and voltage, But with this board I am learning...if any of you have this board and this ram.....f3-17000cl11-4gbxl........Let me know what you set yours on to run at 2133....I have already tried----
    11-11-11-31-41"1t and 2t" voltage 1.6.......and it does not run stable.....Maybe I just lucked on on my other board, but I do not own it no more to compare...I would like to hear how you got yours to run stable.......I don't need it.....I just want to do it...
    Thanks for reading and sorry about my spelling and grammar.....
    Google----990xa-gd55 Uefi Bios review--------

  • Open and Save downloaded files at the same time (in one click)

    OVERALL GOAL: To click on PDF links online, save the files to my Downloads folder, AND open them in Acrobat Pro, all in one click.
    Does anyone have a suggestion for how I would tell Firefox to both Save and Open my downloads? I'm using OS X, if it helps/matters.

    That happens automatically with both my Macs. I have one using 10.4 and another using 10.6. I use PDFView rather than Adobe, but I doubt that makes much difference. You are using Adobe as a helper application, not a plugin, right?

  • Is there a one click save all edits to copies of photos option?

    HI,
        Assuming... I have this correct... is there a way to export and merge all your "edits" with your photos and save them as copies with one click rather than individually / one at a time? 
    Why?  Ultimately so I can save my resulting good photos... thousands... as copies that I can use with other apps... or NO apps.
    But why?   OK, I am new and uncomfortable with the file system in lightroom.  The way I understand it is you create a catalog, basically thumbnails of your images on your drive.  Then any edits you do become part of a metafile, which is a large database of all your edits for all your photos in one file.  When you pull up an image from a "catalog" (assuming you have not moved it) LR pulls up the image and combines it with the edits you made from the "metafile" to show you your edited photo.
    OK, but why?   Because I use other software and AFTER my year is up, I may not renew. 
    The file system seems geared to make you dependent on Adobe and frankly, if that is so, it bothers me greatly.  (Wait till SharePoint catches up to us.)
    1) do not want my modified images locked up or my edits inaccessible.
    2) I would like to try and learn it Adobe's way, and not have multiple copies all over the place.
    3) but I am going to have to give up my hierarchy and easy way to find and save pics to do it Adobe's way  (which I still do not completely understand.)
    4) There are some things I do very easily with Photoshop and Cannot use Adobe until I figure them out... if at all possible.
    SO before I commit to a years purchase.   Can someone answer my rather direct question as stated in the first two lines.
    Thank you,
    Kevin
    I am old school, been using computers since before the 286's and the catalogs and this proprietary stuff is confusing because I have not found an explanation that helps me ask the right questions or explains it the way I need it.  So, aside from the intro training videos... if anyone knows a information source that is useful, direct, to the point (that does not make you sit in your chair going ... My God, I have other things to do today, get to the point... Please share.  I will consider every link.  (I am used to being the Go To guy and this is frustrating.)

    Because I use other software and AFTER my year is up, I may not renew.
    In which case, all parts of Lightroom except develop and map are still available to you, indefinitely, which allows you to export your edited photos from Lightroom after you stop paying the subscription.
    Is there a one-click way to save every edited photo? No, but you can do it with multiple clicks (Select All Photos, File->Export, set the desired options, click on Export), and even given all of your misgivings about Lightroom (which many people share and many people don't share), that seems to me like overkill. Worst case scenario: you stop paying your subscription and then you can still perform this export at that time.

  • In the bookmark panel, how can I close all bookmarks files with one click?

    Every time I want to have just the files on the panel I have to close them on by one to have a genéral view of my bookmarks organisation. It would be so nice to have a feature to close everything with one click. But so fa I have been unable to find a solution. Thanks if you can help!

    Maybe Autoclose Bookmark&History Folders: http://www.sephiroth-j.de/1/mozilla/#ac-btf

  • Is there a way to open desktop icons on macbook pro osx with one click

    Is there a way to open desktop icons on macbook pro osx 10.8 with one click?

    You might look for third-party software for that, but there is no such option in OS X itself unless you drag the icon into the Dock.

Maybe you are looking for

  • White Screen with ? in folder

    I have a 2010 MBPro running Yosemite- when in sleep mode, I get white screen with folder blinking.  There is no screen control, no way to shut down other than holding the power button down.  I am using an external monitor with the MB cover down.  Thi

  • TS4147 I have iphone4s Ineed copy my all contacts to sim or any other memmory.Is it possible an you help me

    Dear sir,           I have iphone 4.Ineed to copy my contacts to sim or any other memmory (flash drive ,memmory card etc).Is it possible Can you help me

  • Multi DUT test with shared instrument​s

    Hello, I have a 6 DUT Testand application, using parallel model. All the measurement equipment in shared by each test instance. I'm using VISA functions, to initialize and perform measurements. For a single DUT application with sequential model, I wo

  • Serious App Store Bug involving Time Machine

    Here's the deal as far as I can figure out. SOMEHOW, Mountain Lion has it in it's head that - even though I only bought my machine a month ago new and no one else has ever signed in, touched it or even so much as blinked at it or my apple ID - it thi

  • COST BREAK UP FOR FINISHED GOODS

    Hello mates My client wants to have a "Z" report wherein he wants to see the Cost Break up (like Raw material cost,Labour,Prod. Overhead & Packing Material cost etc) for each Finished Good Material. Can u provide me the relevant tables to do the Z re