Setting NStatusItem alt image resulting in application crashing....

I'm trying to insert a dark image into the status meno of my application and a white as the alt. For some reason when I script in the alt attribute shown below in the code my application crashes.
-(void)awakeFromNib{
statusItem = [[[NSStatusBar systemStatusBar] statusItemWithLength:NSVariableStatusItemLength] retain];
[statusItem setMenu:statusMenu];
[statusItem setImage: [NSImage imageNamed:@"hat-bar.png"]];
[statusItem alternateImage: [NSImage imageNamed:@"hat-bar-light.png"]];
[statusItem setTitle:@""];
[statusItem setHighlightMode:YES];

Try this:
[statusItem setAlternateImage: [NSImage imageNamed:@"hat-bar-light.png"]];

Similar Messages

  • How to set a background image in Web dynpro for Java?

    Hi,
    Experts,
    As i  want to set a background image in my application can u please suggest how to get background image. send any sample scenarios.
    Thanks in advance,
    Shabeer ahmed

    Hi,
    I don't  think it can be done in WDJ.
    Maybe something can be done on the portal end.
    Refer to http://help.sap.com/saphelp_nw70/helpdata/en/79/affe402a5ff223e10000000a155106/frameset.htm
    Changing the theme can help maybe but I do not know how to go about that
    Regards,
    Himanshu

  • Application crashes when camera mode 7 is set

    Hi, I have written a small application that grabs images from the camera. The application also allows user to change the video modes and the ROI But I have a problem. Whenever I try to set mode 7 the application crashes. I am also handling the exception but it doesn;t go there. It simply crash. So can anybody help! I
    Thanks Farhat
    Attachments:
    Camera ROI Config.zip ‏5 KB

    Hi Farhat,
      ok - I've sorted what was going on now with the crashing.
    you need to set the format, the mode and the framerate when you change the setup each time.
    I've put the ROI stuff back in - you might want to parse the setup to make sure that when you set the ROI it's not larger than you would normally expect (so a 320x200  max if that's the format you've chosen.
    Thanks
    Sacha Emery
    National Instruments (UK)
    // it takes almost no time to rate an answer
    Attachments:
    Camera ROI Config.zip ‏16 KB

  • How to set a background image to fill the entire screen on any device in a spark mobile application

    Hi,
    I started developing a mobile application with Flex.
    I'm trying to set a background image to fill the whole screen. I've been stucked at this point for days now. I tried everything and no solution seems to work for me.
    I'm using a TabbedViewNavigatorApplication and i need to set some background images on views.
    I need my image to fill the entire screen on any device. i don't need to mantain image aspect ratio,  just need it to be fullscreen. This seemed to work when setting a custom skin on the TabbedViewNavigatorApplication, however this blocked all my views for some reason and all components contained in view became invisible.
    Can you please tell me how can i achieve this?
    Kind regards,
    Dan

    Basically you need a larger image which can accommodate any device. The trick is to show only what each device can display, so therefore some clipping will occur based on device. Have something centered and towards margins have a  gradient or just plane colors that way the stuff in the middle will be visible on every device while nobody will care if you are clipping from the color fill.
    C

  • I installed Mavericks yesterday and have now got problems with QuarkXpress 9. Every time I click on an image and try to move it the application crashes. Anyone had similar problems or got any suggestions?

    I installed Mavericks yesterday and have now got problems with QuarkXpress 9. Every time I click on an image and try to move it the application crashes. Anyone had similar problems or got any suggestions?

    Hi Guys
    Updated my 2 imacs to Maverick yesterday. Schoolboy error on my part not checking if there were problems with any programmes before I did.
    Quark is now a nightmare with no short term answer on the way. As a Quark user for over 20 years this is just another reason to hold your hands up and say OK Indesign you win I will have to learn how to use you and Quark will be a distant memory.
    I am told there will probably be no solution to getting quak 9 running on Maverick and that you will need to update to 10 in about 2-3 weeks to get back to normal. Having spent a few bob on 2 versions of 9.5 only in Feb this year i didn't really want to upgrade yet.
    So its cough up to carry on using Quark or learn Indesign.
    I have lost faith in Quark as they are quick to send me e-mails asking me to upgrade to this and that version, why didn't they send one out saying do not upgrade to Maverick. Perhaps they know there loyal follwing will uograde to 10 and will generate a nice little bonus before Xmas.
    Lots to do today and will now take 10 times longer to do it. Is this 2013 or 1974!!!!!
    If anyone hears of a solution please post ASAP

  • Applications crash after re-install from image

    As I posted in another thread I had to reformat my iMac's HDD and last nite used disk utility to install a SuperDuper backup from an external drive onto my main system drive.
    When I booted up this morning almost every application was crashing with error report messages all over the place. I didn't have time to post anything from home (and probably couldn't anyway because Safari was one of broken apps) but in the error message it seemed to say that the image for the application was missing.
    Any ideas how I go about fixing this problem? I imagine for the OSX apps that aren't working I could just re-install 10.6 on the current install and hopefully that will fix things like safari and mail that aren't working. Am I also going to have to download and re-install every 3rd party app as well.
    If I can get a browser up and running when I get home I will try and post the error messages but hoping someone has some ideas before then.
    Thanks

    Actually I did try and boot from the external disk and didn't sem to work too well. I thought it may have been cause I was booting via USB rather than Firewire.
    I'll run both drives through Disk Utility when I get home and then maybe contact Shirt Pocket.
    Thanks

  • Powerbuilder application crashes after upgrade to 12.5.2 (build 5006)

    I have already seen few similar posts on this forum for similar issue. However, I feel mine is different from those and could be some basic steps am missing. Thanks in advance for any comments.
    We are evaluating the effort and benefits of migrating our PB 10.2.1 (build 9731) application to  PB 12.5 Classic. After downloading the trial version from the SAP site, I could migrate the application easily with only a handful of warnings. However, while running the application either from build (EXE) or from IDE, it crashes (windows application failure) frequently. In addition to that, few of our application screens opens as blank screen (doesn’t display anything in the DW attached).
    My operating system is Windows 7 (32 bit) Service Pack 1. The application has many calls external DLLs (both windows standard and custom), as samples at the bottom. I believe that the correct (from PB 12.5) DLLs are copied to Powerbuilder home directory (C:\Software\Sybase\PowerBuilder 12.5 & C:\Software\Sybase\Shared\PowerBuilder) and the source code directory in my attempt to ensure that there are no issues with DLLs. However, initially I had installed powerbuilder 12.5 also under the same root as Power builder 10.0, but as I read few posts that DLLs from different version residing in same place can cause issues, uninstalled and installed PB 12.5 on different location.
    Our PB application also interact with the .Net modules of the application by communicating through a custom DLL. However, that seems still working and I am able to open the .Net screens from the migrated application.
    Below are the main scenarios in which the application crashes and every time I get a DLL error as given below.
    1. While running the application from IDE and selecting ‘Exit’ from the main window. This will close any instantiated objects and close the mutex by calling the windows API.
    function ulong CreateMutexA(ulong lpMutexAttributes, boolean bInitialOwner, ref string lpName) library "kernel32.dll" alias for "CreateMutexW" function ulong GetLastError() library "kernel32.dll" alias for "GetLastError;Ansi"
    function ulong CloseHandle(ulong hMutex) library  "kernel32.dll" alias for "CloseHandle;Ansi"
    This will result in the below crash.
    Faulting application name: PB125.EXE, version: 12.5.2.5006, time stamp: 0x50f93412
    Faulting module name: kernel32.dll, version: 6.1.7601.17932, time stamp: 0x503275b9
    Exception code: 0xc0000005 Fault offset: 0x0004c372
    Faulting process id: 0x2bdc
    Faulting application start time: 0x01cf3e72371227c9
    Faulting application path: C:\Software\Sybase\PowerBuilder 12.5\PB125.EXE
    Faulting module path: C:\Windows\system32\kernel32.dll
    Report Id: 8feef8fc-aa65-11e3-8049-f500274aecdc
    2. Opening of certain windows results in the below crash. If I try to debug the code and move mouse over the line of code being executed, then also I get the same crash. I don’t do the mouse move then I can proceed with the same line, however it will crash at a later line calling ‘classname’.
    Problem Event Name: APPCRASH
    Application Name: PB125.EXE
    Application Version: 12.5.2.5006
    Application Timestamp: 50f93412
    Fault Module Name: PBVM125.dll
    Fault Module Version: 12.5.2.5006
    Fault Module Timestamp: 50f93437
    Exception Code: c0000005
    Exception Offset: 00175357
    OS Version: 6.1.7601.2.1.0.256.48
    Locale ID: 3081
    Additional Information 1: 38ca
    Additional Information 2: 38ca6ad0537dbd0555785bd862b8e94f
    Additional Information 3: 0cd5
    Additional Information 4: 0cd54a5b6672f15bf2ca366539d89c12
    3. Few of the application screen opens but doesn’t display the datawindow attached to it.

    ... many calls external DLLs (both windows standard and custom),
    You have a very complex application and it is unlikely that you will receive much help in this type of setting.  As Chris has already pointed out, previous efforts appear to have been done in a sloppy manner; something indicated by the ANSI qualifiers on API functions that are not needed or relevant.  In addition, the PB alias of CreateMutexA for the API function CreateMutexW is also suggestive.
    I believe that the correct (from PB 12.5) DLLs are copied to Powerbuilder home directory (C:\Software\Sybase\PowerBuilder 12.5 & C:\Software\Sybase\Shared\PowerBuilder)
    You should be very very careful about doing things like this.  One should not simply scatter DLLs across directories without very good reasons as it often leads to strange problems.  On a machine with the IDE installed, you should allow PB to install everything where it wants them.  Copying or moving files is something done as a last resort - it is certainly something that you need to document in case you need to undo it or redo it at a later time.
    Lastly, you might reconsider attempting this with the trial version.  I don't how "current" the trial version is but I suspect it might be a bit buggier than the most current maintenance build.  I'm guessing that you will have to do a bit more than recompiling to get the functionality related to "opening .Net screens" working.  It might help to try creating a new application and put in some basic functionality to interact with all of these external processes, screens, dlls, etc since I suspect this is where the bulk of your problems exist.

  • Application crash @ libXm.so.4 in Solaris 10_x86 after migrating from SPARC

    my application which worked well in the SPARC architechture, after
    migrating to Solaris 10_x86 - facing lot of crashes originating at
    Motif Xm/Xt libraries like libXm.so.4, */usr/X11_LINK/lib/libXt.so.4*.
    Did anyone face this kinda issue before?..Pls help me solving the issue...
    Is there any patch+ that I need to install or do you have any other suggetions...?

    You may be facing a lot of crashes when migrating form SPARC to x86 systems, if memory leaks are not taken care properly, especially when you are using Motif.
    Memory leaks can cause serious problems with X Toolkit programs. Since event driven programs often call the same resource handling code repeatedly, even small leaks can result in large problems.
    Memory leaks errors are common when getting and setting resources. When setting a resource, you must decide if the widget copied the value so that you can free (or modify) your copy. When getting a resource, you must decide if the widget returned you a copy that you must free.
    Somehow, the solution for the Application crash. It was because of memory leak/improper memory deallocation/allocation.

  • Attempting to set Screen Saver causes System Preferences to crash

    EVERY time I go to the System Preferences and try to set the Screen Saver, System Preferences crashes
    I moved the .../user/library/preferences/com.apple.systempreferences.plist.saved and com.apple.systempreferences.plist files out of the directory to my desktop and the problem still happens.
    What can I do? Is there a way to remove the screen savers one by one and see if one of them is the cause? Or is there perhaps some other problem?
    I get crashes in iPhoto, iWeb, Mail, iCal, Address Book, and Safari, too, but much less often. Is it just bad hardware?

    Ferd II -
    From your articles I found a reference to Yasu for Mac OS 10.4. (I tried about 5 other things first to no avail...)
    Running Yasu in it's default configuration fixed my problem, made my system boot faster after that first reboot, and seems to have given my entire MacBook a nice theraputic massage.
    Some items that seemed slower at first after running Yasu are:
    image caches in applications
    well, lo and behold! caching of anything in applications. Which is what SHOULD happen since Yasu wipes out caches. With that understanding, I can say that running Yasu is going to be the first thing I do whenever I am trying randonm fix-its on weird problems.
    Thank you, Dr. Smoke!
    Thank YOU Ferd II!
    And YASU, THANK YOU MOST OF ALL!

  • Applications crashing after 10.8.4 update

    I've had multiple applications crashing either immediately on opening or within a few seconds. Apps include Mail, Safari, Chrome, Numbers, Pages and others. This seems to coincide roughly with updating to 10.8.4.
    I've restored from Time Machine Backups 3 times, re-installed Mountain Lion (and 10.8.4) from scratch at least once, ran Disk Repair and Repair Permissions from the recovory parition multiple times. After a restore or re-install, the problem appears to go away for couple of days but then rears it's head again. I've ran a full scan of the HD using Drive Genius and it seems fine (hard drive is not original, 750 GB Seagate Momentus XT, the "hybrid" version). I've also downloaded the free version of Norton AV and scans fine as well.
    I have and use Drive Genius but I've no way to test hardware such as RAM and such. Just wondering if there's any *free* hardware utilities that can fully test the CPU, RAM, etc. Need to get to the bottom of this....this 13" MacBook Pro is not even a year old. Needing to know if I've got a failing HD or if it goes deeper than that.
    Terry

    Please read this whole message before doing anything.
    This procedure is a diagnostic test. It’s unlikely to solve your problem. Don’t be disappointed when you find that nothing has changed after you complete it.
    The purpose of the test is to determine whether the problem is caused by third-party software that loads automatically at startup or login, or by a peripheral device. 
    Disconnect all wired peripherals except those needed for the test, and remove all aftermarket expansion cards. Boot in safe mode and log in to the account with the problem. Note: If FileVault is enabled, or if a firmware password is set, or if the boot volume is a software RAID, you can’t do this. Ask for further instructions.
    Safe mode is much slower to boot and run than normal, and some things won’t work at all, including Wi-Fi on certain iMacs. The next normal boot may also be somewhat slow.
    The login screen appears even if you usually log in automatically. You must know your login password in order to log in. If you’ve forgotten the password, you will need to reset it before you begin. Test while in safe mode. Same problem? After testing, reboot as usual (i.e., not in safe mode) and verify that you still have the problem. Post the results of the test.

  • Applications crashing all the time with EXC_BAD_ACCESS (SIGBUS)

    Help!  Out of the blue my wife's MacBook has become extremely slow and virtually every application crashes on start up.  At random the MacBook will just freeze with the spinning beachball and never recover.  Starting up in safe mode seems to end the crashing but not the random slowness and if we open in another user account the problems are back.  Disk Utility came up with nothing and I ran extended testing on the Apple Hardware Test with similar results.  Below is a sample of what we are seeing:
    Process:         iTunes [518]
    Path:            /Applications/iTunes.app/Contents/MacOS/iTunes
    Identifier:      com.apple.iTunes
    Version:         10.0 (10.0)
    Build Info:      iTunes-10006701~1
    Code Type:       X86 (Native)
    Parent Process:  launchd [345]
    Date/Time:       2013-03-20 22:32:57.177 -0700
    OS Version:      Mac OS X 10.6.4 (10F569)
    Report Version:  6
    Interval Since Last Report:          1365 sec
    Crashes Since Last Report:           3
    Per-App Crashes Since Last Report:   1
    Anonymous UUID:                      E02D9575-EDBD-4B65-868A-7A6721E8A185
    Exception Type:  EXC_BAD_ACCESS (SIGBUS)
    Exception Codes: 0x000000000000000a, 0x000000009550e47c
    Crashed Thread:  0  Dispatch queue: com.apple.main-thread
    Thread 0 Crashed:  Dispatch queue: com.apple.main-thread
    0   libobjc.A.dylib                         0x91326ba2 lookupNamedMethodInMethodList + 48
    1   libobjc.A.dylib                         0x9132697f _class_getLoadMethod_nocheck + 74
    2   libobjc.A.dylib                         0x9132692a _class_hasLoadMethod + 29
    3   libobjc.A.dylib                         0x913259fb _read_images + 427
    4   libobjc.A.dylib                         0x9133b933 map_images_nolock + 1545
    5   libobjc.A.dylib                         0x913250d9 map_images + 72
    6   dyld                                    0x8fe03ecc dyld::notifyBatchPartial(dyld_image_states, bool, char const* (*)(dyld_image_states, unsigned int, dyld_image_info const*)) + 698
    7   dyld                                    0x8fe04359 dyld::registerImageStateBatchChangeHandler(dyld_image_states, char const* (*)(dyld_image_states, unsigned int, dyld_image_info const*)) + 452
    8   libSystem.B.dylib                       0x97347692 dyld_register_image_state_change_handler + 98
    9   libobjc.A.dylib                         0x9132506d _objc_init + 77
    10  dyld                                    0x8fe0ed6d ImageLoaderMachO::doModInitFunctions(ImageLoader::LinkContext const&) + 235
    11  dyld                                    0x8fe0d31e ImageLoader::recursiveInitialization(ImageLoader::LinkContext const&, unsigned int) + 246
    12  dyld                                    0x8fe0d2c2 ImageLoader::recursiveInitialization(ImageLoader::LinkContext const&, unsigned int) + 154
    13  dyld                                    0x8fe0d2c2 ImageLoader::recursiveInitialization(ImageLoader::LinkContext const&, unsigned int) + 154
    14  dyld                                    0x8fe0d3d1 ImageLoader::runInitializers(ImageLoader::LinkContext const&) + 61
    15  dyld                                    0x8fe024a9 dyld::initializeMainExecutable() + 134
    16  dyld                                    0x8fe07950 dyld::_main(macho_header const*, unsigned long, int, char const**, char const**, char const**) + 4189
    17  dyld                                    0x8fe018b1 dyldbootstrap::start(macho_header const*, int, char const**, long) + 779
    18  dyld                                    0x8fe01057 _dyld_start + 39
    Thread 0 crashed with X86 Thread State (32-bit):
      eax: 0xa050f1f0  ebx: 0xa050f1f8  ecx: 0xa050f1f0  edx: 0x9550e47c
      edi: 0x00000012  esi: 0x00000000  ebp: 0xbfffc8c8  esp: 0xbfffc8a0
       ss: 0x0000001f  efl: 0x00010287  eip: 0x91326ba2   cs: 0x00000017
       ds: 0x0000001f   es: 0x0000001f   fs: 0x00000000   gs: 0x00000037
      cr2: 0x9550e47c
    Binary Images:
        0x1000 -   0xc8afef  com.apple.iTunes 10.0 (10.0) <C092D501-3383-0C8D-7242-28E5EF356B39> /Applications/iTunes.app/Contents/MacOS/iTunes
      0xe90000 -   0xe95ff7  com.apple.iPod 1.6 (17) <4CCD2720-D270-C0D2-1E14-1374779C2401> /System/Library/PrivateFrameworks/iPod.framework/Versions/A/iPod
      0xe9b000 -   0xf24fe7  com.apple.iTunes.iPodUpdater 9.2 (9.2) <E86BC753-1CD8-FA93-84D3-B06B8D3637BC> /Applications/iTunes.app/Contents/Frameworks/iPodUpdater.framework/Versions/A/i PodUpdater
      0xf71000 -   0xf8eff7 +libgnsdk_musicid.1.7.1.dylib 1.7.1 (compatibility 1.7.1) /Applications/iTunes.app/Contents/MacOS/libgnsdk_musicid.1.7.1.dylib
      0xf9b000 -  0x1058feb +libgnsdk_sdkmanager.1.7.1.dylib 1.7.1 (compatibility 1.7.1) /Applications/iTunes.app/Contents/MacOS/libgnsdk_sdkmanager.1.7.1.dylib
    0x106c000 -  0x10a6fff +libgnsdk_submit.1.7.1.dylib 1.7.1 (compatibility 1.7.1) /Applications/iTunes.app/Contents/MacOS/libgnsdk_submit.1.7.1.dylib
    0x10ab000 -  0x10ebff7  com.apple.vmutils 4.2 (106) <2CE65D11-BA31-6884-0249-B503A337CD4D> /System/Library/PrivateFrameworks/vmutils.framework/Versions/A/vmutils
    0x8fe00000 - 0x8fe4162b  dyld 132.1 (???) <A4F6ADCC-6448-37B4-ED6C-ABB2CD06F448> /usr/lib/dyld
    0x90003000 - 0x900a0fe3  com.apple.LaunchServices 362.1 (362.1) <885D8567-9E40-0105-20BC-42C7FF657583> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchS ervices.framework/Versions/A/LaunchServices
    0x900a1000 - 0x900bdfe3  com.apple.openscripting 1.3.1 (???) <DA16DE48-59F4-C94B-EBE3-7FAF772211A2> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting .framework/Versions/A/OpenScripting
    0x900be000 - 0x900beff7  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
    0x900bf000 - 0x900daff7  libPng.dylib ??? (???) <36A3D75E-5178-4358-7F02-444E276D61AD> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libPng.dylib
    0x900db000 - 0x9010eff7  com.apple.AE 496.4 (496.4) <7F34EC47-8429-3077-8158-54F5EA908C66> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.fram ework/Versions/A/AE
    0x9010f000 - 0x90315feb  com.apple.AddressBook.framework 5.0.2 (870) <3E9D6CF3-6C41-245D-5343-941A185C8384> /System/Library/Frameworks/AddressBook.framework/Versions/A/AddressBook
    0x90316000 - 0x903f2ff3  com.apple.DiscRecording 5.0.5 (5050.4.3) <7BFF81A5-BBFA-5D2F-FFEE-65BEA7697134> /System/Library/Frameworks/DiscRecording.framework/Versions/A/DiscRecording
    0x906ea000 - 0x906fcff7  com.apple.MultitouchSupport.framework 204.13 (204.13) <F91A4E32-01AA-49DB-2205-3DBE1FEFFC43> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/Multit ouchSupport
    0x907df000 - 0x90877fe7  edu.mit.Kerberos 6.5.10 (6.5.10) <8B83AFF3-C074-E47C-4BD0-4546EED0D1BC> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
    0x90878000 - 0x90890ff7  com.apple.CFOpenDirectory 10.6 (10.6) <1537FB4F-C112-5D12-1E5D-3B1002A4038F> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpen Directory.framework/Versions/A/CFOpenDirectory
    0x90891000 - 0x9093fff3  com.apple.ink.framework 1.3.3 (107) <57B54F6F-CE35-D546-C7EC-DBC5FDC79938> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework /Versions/A/Ink
    0x90940000 - 0x909e9ff7  com.apple.CFNetwork 454.9.7 (454.9.7) <B740E1BD-01B7-34C2-2A9A-6DBC68B1EA5B> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwo rk.framework/Versions/A/CFNetwork
    0x909f5000 - 0x90a2dff7  com.apple.LDAPFramework 2.0 (120.1) <001A70A8-3984-8E19-77A8-758893CC128C> /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP
    0x90a2e000 - 0x90a70ff7  libvDSP.dylib 268.0.1 (compatibility 1.0.0) <29E5ABCF-6D8A-0CE0-B480-C7D240FF8575> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvDSP.dylib
    0x91159000 - 0x91197ff7  com.apple.QuickLookFramework 2.2 (327.4) <88A59C42-A200-FCB6-23EC-E848D0E14963> /System/Library/Frameworks/QuickLook.framework/Versions/A/QuickLook
    0x91198000 - 0x91199ff7  com.apple.MonitorPanelFramework 1.3.0 (1.3.0) <0EC4EEFF-477E-908E-6F21-ED2C973846A4> /System/Library/PrivateFrameworks/MonitorPanel.framework/Versions/A/MonitorPane l
    0x9119a000 - 0x91314fe3  com.apple.CoreFoundation 6.6.3 (550.29) <00373783-3744-F47D-2191-BEEA658F0C3D> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    0x91323000 - 0x91323ff7  liblangid.dylib ??? (???) <B99607FC-5646-32C8-2C16-AFB5EA9097C2> /usr/lib/liblangid.dylib
    0x91324000 - 0x913d1fe7  libobjc.A.dylib 227.0.0 (compatibility 1.0.0) <DF8E4CFA-3719-3415-0BF1-E8C5E561C3B1> /usr/lib/libobjc.A.dylib
    0x9141b000 - 0x91c0a557  com.apple.CoreGraphics 1.543.50 (???) <74533178-5C90-0F54-1B06-2E1C5251ED5D> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/CoreGraphics
    0x91c0b000 - 0x91ce8ff7  com.apple.vImage 4.0 (4.0) <64597E4B-F144-DBB3-F428-0EC3D9A1219E> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.fr amework/Versions/A/vImage
    0x91ce9000 - 0x91d26ff7  com.apple.CoreMedia 0.484.11 (484.11) <0346F9E5-AEFE-B751-7D85-88D156C01385> /System/Library/PrivateFrameworks/CoreMedia.framework/Versions/A/CoreMedia
    0x91d43000 - 0x91d80ff7  com.apple.SystemConfiguration 1.10.2 (1.10.2) <398BB007-41FD-1A30-26D8-CB86ED5E467E> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfi guration
    0x91d81000 - 0x91d8bfe7  com.apple.audio.SoundManager 3.9.3 (3.9.3) <5F494955-7290-2D91-DA94-44B590191771> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CarbonSound.f ramework/Versions/A/CarbonSound
    0x91d99000 - 0x92009ffb  com.apple.Foundation 6.6.3 (751.29) <E77D3906-99F4-FEF4-FBB0-86FB3C94073E> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
    0x92020000 - 0x9205fff7  com.apple.ImageCaptureCore 1.0.2 (1.0.2) <18E338B0-D82E-2ADC-FB9E-8909E765C41B> /System/Library/Frameworks/ImageCaptureCore.framework/Versions/A/ImageCaptureCo re
    0x92060000 - 0x92119fe7  libsqlite3.dylib 9.6.0 (compatibility 9.0.0) <16CEF8E8-8C9A-94CD-EF5D-05477844C005> /usr/lib/libsqlite3.dylib
    0x9211a000 - 0x9211aff7  com.apple.vecLib 3.6 (vecLib 3.6) <FF4DC8B6-0AB0-DEE8-ADA8-7B57645A1F36> /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
    0x9306c000 - 0x930acff3  com.apple.securityinterface 4.0.1 (37214) <BBC88C96-8827-91DC-0CF6-7CB639183395> /System/Library/Frameworks/SecurityInterface.framework/Versions/A/SecurityInter face
    0x93122000 - 0x93122ff7  com.apple.quartzframework 1.5 (1.5) <CEB78F00-C5B2-3B3F-BF70-DD6D578719C0> /System/Library/Frameworks/Quartz.framework/Versions/A/Quartz
    0x93123000 - 0x931beff7  com.apple.ApplicationServices.ATS 4.3 (???) <7ECA252B-5F67-2816-A4F0-73E1DC833728> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/ATS
    0x931bf000 - 0x9322dff7  com.apple.QuickLookUIFramework 2.2 (327.4) <5B6A066B-B867-D3A3-BDEE-3D68FA5385B4> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuickLookUI.f ramework/Versions/A/QuickLookUI
    0x935b7000 - 0x935e7ff7  com.apple.MeshKit 1.1 (49.2) <ECFBD794-5D36-4405-6184-5568BFF29BF3> /System/Library/PrivateFrameworks/MeshKit.framework/Versions/A/MeshKit
    0x9364a000 - 0x93656ff7  libkxld.dylib ??? (???) <322A4B52-8305-3081-6B74-813C3A87A56D> /usr/lib/system/libkxld.dylib
    0x93657000 - 0x93678fe7  com.apple.opencl 12.1 (12.1) <DA2AC3FA-ED11-2D10-21E9-7BDF4778B228> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
    0x93679000 - 0x938a4ff3  com.apple.QuartzComposer 4.1 (156.16) <578A1842-8B62-00BF-B2E8-4C0AA8E6A938> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzCompose r.framework/Versions/A/QuartzComposer
    0x938a5000 - 0x939d1fff  com.apple.audio.toolbox.AudioToolbox 1.6.3 (1.6.3) <F0D7256E-0914-8E77-E37B-9720430422AB> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
    0x939d2000 - 0x93a4dfe7  com.apple.audio.CoreAudio 3.2.2 (3.2.2) <51D0E2DC-B15F-AF6C-70D8-026DDAD4E2A5> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
    0x93a4e000 - 0x93a4fff7  com.apple.TrustEvaluationAgent 1.1 (1) <FEB55E8C-38A4-CFE9-A737-945F39761B4C> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/Tru stEvaluationAgent
    0x93a98000 - 0x93aa6ff7  com.apple.opengl 1.6.8 (1.6.8) <EBB7B411-60DD-DB9D-20C0-3E6258762EF0> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
    0x93aa7000 - 0x93aaafe7  libmathCommon.A.dylib 315.0.0 (compatibility 1.0.0) <1622A54F-1A98-2CBE-B6A4-2122981A500E> /usr/lib/system/libmathCommon.A.dylib
    0x93aab000 - 0x93ac0fff  com.apple.ImageCapture 6.0 (6.0) <765CA558-963C-5809-5B46-28B524C97C2D> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture. framework/Versions/A/ImageCapture
    0x93ac1000 - 0x93ac1ff7  com.apple.ApplicationServices 38 (38) <8012B504-3D83-BFBB-DA65-065E061CFE03> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Application Services
    0x93afc000 - 0x93b02fff  com.apple.CommonPanels 1.2.4 (91) <2438AF5D-067B-B9FD-1248-2C9987F360BA> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels. framework/Versions/A/CommonPanels
    0x93b03000 - 0x93e23feb  com.apple.CoreServices.CarbonCore 861.13 (861.13) <52803668-3669-36BD-57DD-078FBA835081> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonC ore.framework/Versions/A/CarbonCore
    0x93e24000 - 0x93e28ff7  IOSurface ??? (???) <66E11D8E-CF4B-EFD0-37F9-20177C647021> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
    0x93e7a000 - 0x93eabff7  libGLImage.dylib ??? (???) <B45EA17E-03EF-3575-0843-A1205F29E71E> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dyl ib
    0x93eac000 - 0x93eb2ff7  com.apple.DisplayServicesFW 2.2.2 (251) <6E4020F6-4DD0-F137-F226-F396807E3C3B> /System/Library/PrivateFrameworks/DisplayServices.framework/Versions/A/DisplayS ervices
    0x93eb3000 - 0x93eb7ff7  libGFXShared.dylib ??? (???) <B6028E64-3F3B-C637-DA04-D0CD528F6E1F> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.d ylib
    0x93ef9000 - 0x93f20ff7  com.apple.quartzfilters 1.6.0 (1.6.0) <879A3B93-87A6-88FE-305D-DF1EAED04756> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzFilters .framework/Versions/A/QuartzFilters
    0x93f21000 - 0x93f67ff7  libauto.dylib ??? (???) <85670A64-3B67-8162-D441-D8E0BE15CA94> /usr/lib/libauto.dylib
    0x93fdc000 - 0x94010ff7  libssl.0.9.8.dylib 0.9.8 (compatibility 0.9.8) <0B900F26-51C1-7639-346F-24B080AEDAF3> /usr/lib/libssl.0.9.8.dylib
    0x94058000 - 0x9409bff7  libGLU.dylib ??? (???) <B50572FF-3EAC-FD98-1A01-6B718D98F67F> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
    0x9409c000 - 0x940c4ff7  libxslt.1.dylib 3.24.0 (compatibility 3.0.0) <769EF4B2-C1AD-73D5-AAAD-1564DAEA77AF> /usr/lib/libxslt.1.dylib
    0x940c5000 - 0x942a7fff  com.apple.imageKit 2.0.3 (1.0) <BF2ECA4D-FCD8-AD5D-E100-22370F2C7EE0> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/ImageKit.fram ework/Versions/A/ImageKit
    0x942a8000 - 0x942f5feb  com.apple.DirectoryService.PasswordServerFramework 6.0 (6.0) <2F84B032-B7C8-848B-2035-5AEC565F7712> /System/Library/PrivateFrameworks/PasswordServer.framework/Versions/A/PasswordS erver
    0x942f6000 - 0x94d3eff7  com.apple.WebCore 6533 (6533.16) <8A07755B-3390-5E14-60A5-071A48DEBFF4> /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore.frame work/Versions/A/WebCore
    0x94d3f000 - 0x94e31ff7  libcrypto.0.9.8.dylib 0.9.8 (compatibility 0.9.8) <D2C86308-F998-C83D-F49B-CD484D4EFE6A> /usr/lib/libcrypto.0.9.8.dylib
    0x94e32000 - 0x94e34ff7  libRadiance.dylib ??? (???) <AB06F616-E3EA-5966-029A-8AA44BBE5B28> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libRadiance.dylib
    0x94e3c000 - 0x94e3fff7  libCoreVMClient.dylib ??? (???) <420D9D10-B00E-202D-AA98-026996AB97DD> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClien t.dylib
    0x94e40000 - 0x94e40ff7  com.apple.Cocoa 6.6 (???) <EA27B428-5904-B00B-397A-185588698BCC> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
    0x94e41000 - 0x94e55ffb  com.apple.speech.synthesis.framework 3.10.35 (3.10.35) <8D562874-9298-9939-DAEE-7D1648F80C46> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ SpeechSynthesis.framework/Versions/A/SpeechSynthesis
    0x94e56000 - 0x94ec0fe7  libstdc++.6.dylib 7.9.0 (compatibility 7.0.0) <411D87F4-B7E1-44EB-F201-F8B4F9227213> /usr/lib/libstdc++.6.dylib
    0x94ec1000 - 0x94ec5ff7  libGIF.dylib ??? (???) <3ECD4D2C-40FE-E9A0-A2D2-E36D1C00D3A8> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libGIF.dylib
    0x94ec6000 - 0x94ed6ff7  com.apple.DSObjCWrappers.Framework 10.6 (134) <81A0B409-3906-A98F-CA9B-A49E75007495> /System/Library/PrivateFrameworks/DSObjCWrappers.framework/Versions/A/DSObjCWra ppers
    0x94f02000 - 0x94f12ff7  libsasl2.2.dylib 3.15.0 (compatibility 3.0.0) <C8744EA3-0AB7-CD03-E639-C4F2B910BE5D> /usr/lib/libsasl2.2.dylib
    0x94f13000 - 0x94f56ff7  com.apple.NavigationServices 3.5.4 (182) <753B8906-06C0-3AE0-3D6A-8FF5AC18ED12> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/NavigationSer vices.framework/Versions/A/NavigationServices
    0x94f57000 - 0x94f9bfe7  com.apple.Metadata 10.6.3 (507.10) <630494FA-3BB3-EDD3-E10B-8DAAF4831E26> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadat a.framework/Versions/A/Metadata
    0x94f9c000 - 0x9502efe3  com.apple.print.framework.PrintCore 6.2 (312.5) <5B9EAAE8-7803-E0B3-9E5B-E9E2CCC8BA0E> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ PrintCore.framework/Versions/A/PrintCore
    0x95034000 - 0x950acfef  com.apple.AppleVAFramework 4.9.20 (4.9.20) <D8B544CB-9E32-81C2-59BD-C5DDB66DA621> /System/Library/PrivateFrameworks/AppleVA.framework/Versions/A/AppleVA
    0x95112000 - 0x9516afe7  com.apple.datadetectorscore 2.0 (80.7) <0956585D-8A02-7098-49A5-BE0D60CB56A3> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDe tectorsCore
    0x9516b000 - 0x953cefef  com.apple.security 6.1.1 (37594) <8AE73F5F-936C-80F6-B05B-A50C3082569C> /System/Library/Frameworks/Security.framework/Versions/A/Security
    0x953d0000 - 0x95431fe7  com.apple.CoreText 3.1.0 (???) <1372DABE-F183-DD03-03C2-64B2464A4FD5> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreText.framework/Versions/A/CoreText
    0x95539000 - 0x95582fe7  libTIFF.dylib ??? (???) <9CFF48CC-4852-4D06-17AC-3C947C824159> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libTIFF.dylib
    0x95583000 - 0x95594ff7  com.apple.LangAnalysis 1.6.6 (1.6.6) <97511CC7-FE23-5AC3-2EE2-B5479FAEB316> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ LangAnalysis.framework/Versions/A/LangAnalysis
    0x955ce000 - 0x95684ffb  libFontParser.dylib ??? (???) <067DC1A2-764B-41EA-B07E-4205472749B7> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libFontParser.dylib
    0x95685000 - 0x956d6ff7  com.apple.HIServices 1.8.0 (???) <10C85B88-C6AF-91DB-2546-34661BA35AC5> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ HIServices.framework/Versions/A/HIServices
    0x956d7000 - 0x956e0ff7  com.apple.DiskArbitration 2.3 (2.3) <E9C40767-DA6A-6CCB-8B00-2D5706753000> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
    0x956e1000 - 0x956effe7  libz.1.dylib 1.2.3 (compatibility 1.0.0) <3CE8AA79-F077-F1B0-A039-9103A4A02E92> /usr/lib/libz.1.dylib
    0x956f0000 - 0x95769ff7  com.apple.PDFKit 2.5.1 (2.5.1) <CEF13510-F08D-3177-7504-7F8853906DE6> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/PDFKit.framew ork/Versions/A/PDFKit
    0x9576a000 - 0x95924fe3  com.apple.ImageIO.framework 3.0.3 (3.0.3) <A93A514B-C1BF-21D0-FB03-CB775DE4FFAA> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/ImageIO
    0x95978000 - 0x95978ff7  com.apple.Carbon 150 (152) <9252D5F2-462D-2C15-80F3-109644D6F704> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
    0x95979000 - 0x95980ff7  com.apple.agl 3.0.12 (AGL-3.0.12) <6877F0D8-0DCF-CB98-5304-913667FF50FA> /System/Library/Frameworks/AGL.framework/Versions/A/AGL
    0x95a60000 - 0x95d84fef  com.apple.HIToolbox 1.6.3 (???) <0A5F56E2-9AF3-728D-70AE-429522AEAD8A> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.fra mework/Versions/A/HIToolbox
    0x95f24000 - 0x95f26ff7  com.apple.securityhi 4.0 (36638) <38D36D4D-C798-6ACE-5FA8-5C001993AD6B> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.fr amework/Versions/A/SecurityHI
    0x95f27000 - 0x9628fff7  com.apple.QuartzCore 1.6.2 (227.22) <4288F0D2-0C87-F054-C372-8764B44DE024> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
    0x96290000 - 0x96338ffb  com.apple.QD 3.35 (???) <B80B64BC-958B-DA9E-50F9-D7E8333CC5A2> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ QD.framework/Versions/A/QD
    0x96339000 - 0x96403fef  com.apple.CoreServices.OSServices 357 (357) <CF9530AD-F581-B831-09B6-16D9F9283BFA> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServi ces.framework/Versions/A/OSServices
    0x96404000 - 0x96405ff7  com.apple.audio.units.AudioUnit 1.6.3 (1.6.3) <959DFFAE-A06B-7FF6-B713-B2076893EBBD> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
    0x964fa000 - 0x96550ff7  com.apple.MeshKitRuntime 1.1 (49.2) <F1EAE9EC-2DA3-BAFD-0A8C-6A3FFC96D728> /System/Library/PrivateFrameworks/MeshKit.framework/Versions/A/Frameworks/MeshK itRuntime.framework/Versions/A/MeshKitRuntime
    0x9659f000 - 0x969b5ff7  libBLAS.dylib 219.0.0 (compatibility 1.0.0) <C4FB303A-DB4D-F9E8-181C-129585E59603> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libBLAS.dylib
    0x969b6000 - 0x96ab8fef  com.apple.MeshKitIO 1.1 (49.2) <34322CDD-E67E-318A-F03A-A3DD05201046> /System/Library/PrivateFrameworks/MeshKit.framework/Versions/A/Frameworks/MeshK itIO.framework/Versions/A/MeshKitIO
    0x96ab9000 - 0x96affffb  com.apple.CoreMediaIOServices 130.0 (1035) <F5E6F93D-6844-9FD7-8769-44503DFD5363> /System/Library/PrivateFrameworks/CoreMediaIOServices.framework/Versions/A/Core MediaIOServices
    0x96b00000 - 0x96df9fef  com.apple.QuickTime 7.6.6 (1742) <89720F2A-F33B-FF09-3D81-F9F25A99F3EB> /System/Library/Frameworks/QuickTime.framework/Versions/A/QuickTime
    0x96dfa000 - 0x96e04ffb  com.apple.speech.recognition.framework 3.11.1 (3.11.1) <EC0E69C8-A121-70E8-43CF-E6FC4C7779EC> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecogni tion.framework/Versions/A/SpeechRecognition
    0x96e05000 - 0x96e05ff7  com.apple.Accelerate 1.6 (Accelerate 1.6) <3891A689-4F38-FACD-38B2-4BF937DE30CF> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
    0x96e06000 - 0x96e0dff3  com.apple.print.framework.Print 6.1 (237.1) <97AB70B6-C653-212F-CFD3-E3816D0F5C22> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framewo rk/Versions/A/Print
    0x96e0e000 - 0x972c7ffb  com.apple.VideoToolbox 0.484.11 (484.11) <6AB58081-F7C4-46F9-2C05-CFED9E38F0A0> /System/Library/PrivateFrameworks/VideoToolbox.framework/Versions/A/VideoToolbo x
    0x972c8000 - 0x9733fff3  com.apple.backup.framework 1.2.2 (1.2.2) <FE4C6311-EA63-15F4-2CF7-04CF7734F434> /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup
    0x97340000 - 0x974e6feb  libSystem.B.dylib 125.2.0 (compatibility 1.0.0) <3441F338-2218-6D36-3F95-3A16FBF6713D> /usr/lib/libSystem.B.dylib
    0x974fa000 - 0x976effe3  com.apple.JavaScriptCore 6533 (6533.13) <56902210-5DA2-D2F4-9166-089BDDEDB091> /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore
    0x976f0000 - 0x9770fff7  com.apple.CoreVideo 1.6.1 (45.5) <EA39D59C-018E-E6EE-6323-809CDA61E3CE> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
    0x97752000 - 0x977a2ff7  com.apple.framework.familycontrols 2.0.1 (2010) <B9762E20-543D-13B9-F6BF-E8585F04CA01> /System/Library/PrivateFrameworks/FamilyControls.framework/Versions/A/FamilyCon trols
    0x977a3000 - 0x977aeff7  com.apple.CrashReporterSupport 10.6.3 (250) <981124CA-6E89-94C5-C7E9-4E0D6CA06F1D> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/Cra shReporterSupport
    0x977af000 - 0x9808fff7  com.apple.AppKit 6.6.6 (1038.29) <6F28C335-6DC2-AE0E-B79A-F256DBD0BB45> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
    0x98090000 - 0x980b0fe7  libresolv.9.dylib 41.0.0 (compatibility 1.0.0) <751955F3-21FB-A03A-4E92-1F3D4EFB8C5B> /usr/lib/libresolv.9.dylib
    0x980b1000 - 0x981ddffb  com.apple.MediaToolbox 0.484.11 (484.11) <B93B175A-2039-2FD2-FBE4-22C9F8C9E223> /System/Library/PrivateFrameworks/MediaToolbox.framework/Versions/A/MediaToolbo x
    0x98211000 - 0x98214ffb  com.apple.help 1.3.1 (41) <27544F8D-B795-E33B-7EB5-6EA3AB6F6B79> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framewor k/Versions/A/Help
    0x98215000 - 0x9821aff7  com.apple.OpenDirectory 10.6 (10.6) <92582807-E8F3-3DD9-EB42-4195CFB754A1> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
    0x98234000 - 0x98342fe7  com.apple.WebKit 6533 (6533.16) <DA6B3A05-22A9-C28C-F520-8CA5A2B88334> /System/Library/Frameworks/WebKit.framework/Versions/A/WebKit
    0x98343000 - 0x9839eff7  com.apple.framework.IOKit 2.0 (???) <A013B850-6ECB-594A-CBD6-DB156B11871B> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
    0x9839f000 - 0x983c1fef  com.apple.DirectoryService.Framework 3.6 (621.4) <B88E98EF-7F17-F988-62A4-3DEC0832B3B7> /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryServi ce
    0x983c2000 - 0x983cdff7  libGL.dylib ??? (???) <B87E0676-F5EF-8DA3-6DEE-13C43B3832A7> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
    0x983ce000 - 0x9844efeb  com.apple.SearchKit 1.3.0 (1.3.0) <902536CB-69A1-D825-BC5F-42CB676C96A0> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchK it.framework/Versions/A/SearchKit
    0x9844f000 - 0x984beff7  libvMisc.dylib 268.0.1 (compatibility 1.0.0) <706684C7-AFA0-B036-274A-D02F8961DED5> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvMisc.dylib
    0x984bf000 - 0x984d3fe7  libbsm.0.dylib ??? (???) <0476BD2A-BF85-4DDF-3CBC-00B690284B93> /usr/lib/libbsm.0.dylib
    0x984e8000 - 0x9850cff7  libJPEG.dylib ??? (???) <5CE96981-6B2A-D15B-4A17-E7BD329095B6> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libJPEG.dylib
    0x9850d000 - 0x9863bfe7  com.apple.CoreData 102.1 (251) <E6A457F0-A0A3-32CD-6C69-6286E7C0F063> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
    0x98678000 - 0x986faffb  SecurityFoundation ??? (???) <3670AE8B-06DA-C447-EB14-79423DB9C474> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoun dation
    0x98a09000 - 0x98a4dff3  com.apple.coreui 2 (114) <29F8F1A4-1C96-6A0F-4CC2-9B85CF83209F> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
    0x98a4e000 - 0x98b91fef  com.apple.QTKit 7.6.6 (1742) <98ECA8E3-73F0-D21B-8B7E-8FE651E29A7F> /System/Library/Frameworks/QTKit.framework/Versions/A/QTKit
    0x98bce000 - 0x98ca9fe7  com.apple.DesktopServices 1.5.7 (1.5.7) <A69072AD-C47E-A00D-4A69-6E46A7FB2119> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/Desk topServicesPriv
    0x98caa000 - 0x98d5aff3  com.apple.ColorSync 4.6.3 (4.6.3) <AA1076EA-7665-3005-A837-B661260DBE54> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ColorSync.framework/Versions/A/ColorSync
    0x98d5b000 - 0x98e5cfe7  libxml2.2.dylib 10.3.0 (compatibility 10.0.0) <B4C5CD68-405D-0F1B-59CA-5193D463D0EF> /usr/lib/libxml2.2.dylib
    0x98fa0000 - 0x98fd8ff7  libcups.2.dylib 2.8.0 (compatibility 2.0.0) <76C02F5C-98FD-BD64-B5FB-C698FB76EA25> /usr/lib/libcups.2.dylib
    0x98fdd000 - 0x99041ffb  com.apple.htmlrendering 72 (1.1.4) <4D451A35-FAB6-1288-71F6-F24A4B6E2371> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HTMLRendering .framework/Versions/A/HTMLRendering
    0x99042000 - 0x9909cfe7  com.apple.CorePDF 1.3 (1.3) <696ADD5F-C038-A63B-4732-82E4109379D7> /System/Library/PrivateFrameworks/CorePDF.framework/Versions/A/CorePDF
    0x9909d000 - 0x9909dff7  com.apple.CoreServices 44 (44) <AC35D112-5FB9-9C8C-6189-5F5945072375> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
    0x990ea000 - 0x9926cfe7  libicucore.A.dylib 40.0.0 (compatibility 1.0.0) <2314BD12-0821-75BB-F3BC-98D324CFD30A> /usr/lib/libicucore.A.dylib
    0x9926d000 - 0x9927aff7  com.apple.NetFS 3.2.1 (3.2.1) <A6443845-5815-2429-7649-C51A4B5E7DF9> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
    0x99286000 - 0x996bbff7  libLAPACK.dylib 219.0.0 (compatibility 1.0.0) <5E2D2283-57DE-9A49-1DB0-CD027FEFA6C2> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libLAPACK.dylib
    0x9976d000 - 0x99793fff  com.apple.DictionaryServices 1.1.1 (1.1.1) <02709230-9B37-C743-6E27-3FCFD18211F8> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Diction aryServices.framework/Versions/A/DictionaryServices
    0x99794000 - 0x998a0ff7  libGLProgrammability.dylib ??? (???) <23AB2443-1DB3-3BFE-38A6-11F0BE453989> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgramma bility.dylib
    0xffff0000 - 0xffff1fff  libSystem.B.dylib ??? (???) <3441F338-2218-6D36-3F95-3A16FBF6713D> /usr/lib/libSystem.B.dylib
    Model: MacBook6,1, BootROM MB61.00C8.B00, 2 processors, Intel Core 2 Duo, 2.26 GHz, 2 GB, SMC 1.51f53
    Graphics: NVIDIA GeForce 9400M, NVIDIA GeForce 9400M, PCI, 256 MB
    Memory Module: global_name
    AirPort: spairport_wireless_card_type_airport_extreme (0x14E4, 0x93), Broadcom BCM43xx 1.0 (5.10.131.16.1)
    Bluetooth: Version 2.3.3f8, 2 service, 12 devices, 1 incoming serial ports
    Network Service: AirPort, AirPort, en1
    Serial ATA Device: Hitachi HTS545025B9SA02, 232.89 GB
    Serial ATA Device: MATSHITADVD-R   UJ-898, 7.19 GB
    USB Device: Built-in iSight, 0x05ac  (Apple Inc.), 0x8507, 0x24400000
    USB Device: Apple Internal Keyboard / Trackpad, 0x05ac  (Apple Inc.), 0x0236, 0x04600000
    USB Device: BRCM2070 Hub, 0x0a5c  (Broadcom Corp.), 0x4500, 0x06100000
    USB Device: Bluetooth Module, 0x05ac  (Apple Inc.), 0x8218, 0x06130000
    I would greatly appreciate any help or insight as wife is a student and she really needs her laptop back.  Thanks.

    Take the steps suggested in this support article:
    Incorrect date or time displayed in various applications

  • Cluster failover after application crash question

    Hello all,
    I have a 2 node 3.2 cluster configured on SUN LDoms. I've created a scalable resource group which handles my app on top of failover resource (VIP SharedAddress).
    How can I force the VIP to failover to node #2 after the app on node #1 crashes. The current behavior of cluster is that when it detects the app crash on node #1,
    it only restarts the app and doesn't failover the VIP to node #2 where the app is up. This results is longer app service downtime which I want to eliminate.
    thanks

    Hi,
    if your setup is correct, the shared IP address must not necessarily failover if the application crashes.
    The typical setup is that you have a scalable resource group that starts your application on all nodes (or the max number that you configured) to run in parallel. By setting the right properties, the shared address knows where instances of your app are running and sends incoming requests to all of the available app instances using a weighted load balancing algorithm. If one of the app instances crashes, and there is still one instance alive the shared address will keep forward incoming requests to the surviving app instance. So, no need to failover the shared address.
    Only if there is a problem that affects the shared address itself, like a node or network failure, it will be switched over.
    Now, there seems to be some differences between what I describe and your setup. Tell us what is the difference.
    Regards
    Hartmut

  • Applications Crash When Changing Folders in Save Dialog on AFP share

    I am having a problem with one specific computer in an office which is exhibiting a strange behavior. When trying to save a document on a mounted network share (on an Xserve, running 10.4.8) attempting to use the pop-menu of the folder hierarchy to change the folder immediately results in a crash. I will post the crash report in the next message. All of the other computers are able to do this just fine.

    Date/Time: 2007-03-26 11:49:09.393 -0700
    OS Version: 10.4.9 (Build 8P135)
    Report Version: 4
    Command: Adobe Photoshop CS2
    Path: /Applications/Adobe Photoshop CS2/Adobe Photoshop CS2.app/Contents/MacOS/Adobe Photoshop CS2
    Parent: WindowServer [60]
    Version: 9.0.2 (9.0.2x307 [20060724.902x307 02:00:00 cutoff]9.0.2x296) (9.0.2)
    PID: 264
    Thread: 0
    Exception: EXCBADACCESS (0x0001)
    Codes: KERNINVALIDADDRESS (0x0001) at 0xfffffff0
    Thread 0 Crashed:
    0 com.apple.NavigationServices 0x931db278 TNavNode::TNavNode[unified](TNavNode const&) + 0
    1 com.apple.NavigationServices 0x93215f60 std::vector<TNavNode, std::allocator<TNavNode> >::M_insert_aux(__gnu_cxx::__normaliterator<TNavNode*, std::vector<TNavNode, std::allocator<TNavNode> > >, TNavNode const&) + 240
    2 com.apple.NavigationServices 0x932052a4 TPathPopup::FillPopup() + 288
    3 com.apple.NavigationServices 0x93205b58 TPathPopup::Validate() + 36
    4 com.apple.NavigationServices 0x93205ec0 TPathPopup::MenuHandler(OpaqueEventHandlerCallRef*, OpaqueEventRef*) + 92
    5 com.apple.HIToolbox 0x93295934 DispatchEventToHandlers(EventTargetRec*, OpaqueEventRef*, HandlerCallRec*) + 692
    6 com.apple.HIToolbox 0x9329508c SendEventToEventTargetInternal(OpaqueEventRef*, OpaqueEventTargetRef*, HandlerCallRec*) + 372
    7 com.apple.HIToolbox 0x93294f08 SendEventToEventTargetWithOptions + 40
    8 com.apple.HIToolbox 0x9332d194 SendTrackingStatus(unsigned long, MenuData*, unsigned long, unsigned long, unsigned long, unsigned long, unsigned char) + 376
    9 com.apple.HIToolbox 0x934c18f8 SendBeginTracking(MenuData*, unsigned long, unsigned long, MenuSelectData*) + 64
    10 com.apple.HIToolbox 0x9332c1a0 SetupMenuTracking(MenuSelectData&, unsigned char, Point, double, MenuData*, unsigned long, Rect const*, Rect const*, GDevice**, Rect const*, __CFString const*) + 1280
    11 com.apple.HIToolbox 0x933660b8 PopUpMenuSelectCore(MenuData*, Point, double, Point, GDevice**, Rect const*, unsigned short, unsigned long, Rect const*, Rect const*, __CFString const*, OpaqueMenuRef**, unsigned short*) + 128
    12 com.apple.HIToolbox 0x93365fec _HandlePopUpMenuSelection5 + 364
    13 com.apple.HIToolbox 0x93451f60 HIPopupButton::TrackMenu() + 776
    14 com.apple.HIToolbox 0x93451c18 HIPopupButton::TrackSelfCommon(short, short*) + 60
    15 com.apple.HIToolbox 0x93451b94 HIPopupButton::TrackSelf(OpaqueEventRef*, short*) + 128
    16 com.apple.HIToolbox 0x932b86a0 HIView::EventHandler(OpaqueEventHandlerCallRef*, OpaqueEventRef*, void*) + 2196
    17 com.apple.HIToolbox 0x93295934 DispatchEventToHandlers(EventTargetRec*, OpaqueEventRef*, HandlerCallRec*) + 692
    18 com.apple.HIToolbox 0x9329508c SendEventToEventTargetInternal(OpaqueEventRef*, OpaqueEventTargetRef*, HandlerCallRec*) + 372
    19 com.apple.HIToolbox 0x93294f08 SendEventToEventTargetWithOptions + 40
    20 com.apple.HIToolbox 0x9334d590 SendControlDefTrack(HIView*, CGPoint const&, unsigned long*, void ()(OpaqueControlRef, short), OpaqueEventRef*, short*) + 276
    21 com.apple.HIToolbox 0x9334d3e8 HIView::ClickInternal(CGPoint const&, unsigned long, void ()(OpaqueControlRef, short), OpaqueEventRef*, bool) + 156
    22 com.apple.HIToolbox 0x9332a248 HIView::ClickSelf(OpaqueEventRef*) + 296
    23 com.apple.HIToolbox 0x932b9810 HIView::EventHandler(OpaqueEventHandlerCallRef*, OpaqueEventRef*, void*) + 6660
    24 com.apple.HIToolbox 0x93295934 DispatchEventToHandlers(EventTargetRec*, OpaqueEventRef*, HandlerCallRec*) + 692
    25 com.apple.HIToolbox 0x9329508c SendEventToEventTargetInternal(OpaqueEventRef*, OpaqueEventTargetRef*, HandlerCallRec*) + 372
    26 com.apple.HIToolbox 0x9329be90 SendEventToEventTarget + 40
    27 com.apple.HIToolbox 0x93329fd8 HIView::Click(OpaqueEventRef*) + 280
    28 com.apple.HIToolbox 0x93329ea4 HIViewClick + 56
    29 com.apple.HIToolbox 0x93329e50 HandleClickAsHIView + 156
    30 com.apple.HIToolbox 0x933297c4 HandleWindowClick + 516
    31 com.apple.HIToolbox 0x93329254 HandleMouseEvent + 456
    32 com.apple.HIToolbox 0x932d82e4 StandardWindowEventHandler + 148
    33 com.apple.HIToolbox 0x93295934 DispatchEventToHandlers(EventTargetRec*, OpaqueEventRef*, HandlerCallRec*) + 692
    34 com.apple.HIToolbox 0x9329508c SendEventToEventTargetInternal(OpaqueEventRef*, OpaqueEventTargetRef*, HandlerCallRec*) + 372
    35 com.apple.HIToolbox 0x932d4d5c CallNextEventHandler + 60
    36 com.apple.NavigationServices 0x931e1068 TBrowseDialog::EventWindowHandler(OpaqueEventHandlerCallRef*, OpaqueEventRef*) + 1192
    37 com.apple.NavigationServices 0x931e0b90 TBrowseDialog::EventWindowHandlerDispatch(OpaqueEventHandlerCallRef*, OpaqueEventRef*, void*) + 80
    38 com.apple.HIToolbox 0x93295934 DispatchEventToHandlers(EventTargetRec*, OpaqueEventRef*, HandlerCallRec*) + 692
    39 com.apple.HIToolbox 0x9329508c SendEventToEventTargetInternal(OpaqueEventRef*, OpaqueEventTargetRef*, HandlerCallRec*) + 372
    40 com.apple.HIToolbox 0x9329be90 SendEventToEventTarget + 40
    41 com.apple.HIToolbox 0x93328224 HandleMouseEventForWindow(OpaqueWindowPtr*, OpaqueEventRef*, unsigned short) + 236
    42 com.apple.HIToolbox 0x9348b3dc HandleMouseEvent(OpaqueEventRef*) + 368
    43 com.apple.HIToolbox 0x9329c1fc ToolboxEventDispatcherHandler(OpaqueEventHandlerCallRef*, OpaqueEventRef*, void*) + 496
    44 com.apple.HIToolbox 0x93295b84 DispatchEventToHandlers(EventTargetRec*, OpaqueEventRef*, HandlerCallRec*) + 1284
    45 com.apple.HIToolbox 0x9329508c SendEventToEventTargetInternal(OpaqueEventRef*, OpaqueEventTargetRef*, HandlerCallRec*) + 372
    46 com.apple.HIToolbox 0x9329be90 SendEventToEventTarget + 40
    47 com.apple.HIToolbox 0x932dcc04 ToolboxEventDispatcher + 92
    48 com.apple.HIToolbox 0x9337ba04 TryEventDispatcher + 108
    49 com.apple.HIToolbox 0x9337b65c GetOrPeekEvent + 304
    50 com.apple.HIToolbox 0x9337b4b4 GetNextEventMatchingMask + 440
    51 com.apple.HIToolbox 0x9337b238 WNEInternal + 152
    52 com.apple.HIToolbox 0x9337b18c WaitNextEvent + 76
    53 com.apple.NavigationServices 0x931ebb3c TBrowseDialog::EventLoop() + 76
    54 com.apple.NavigationServices 0x931e2af4 TBrowseDialog::StartDialog() + 388
    55 com.apple.NavigationServices 0x931d0a14 _NavDialog::Run() + 132
    56 com.apple.NavigationServices 0x931d0948 NavDialogRun + 64
    57 com.adobe.versioncueui 0x0382ffa4 adobe::aws::UIDataInternalMac::PlatformExecuteDialog(adobe::aws::gen::String<un signed short>&) + 444
    58 com.adobe.versioncueui 0x038ba938 adobe::aws::UIDataInternal::ExecuteDialog() + 120
    59 com.adobe.versioncueui 0x038267a8 AWSCUI_ExecuteDialogInternal + 68
    60 com.adobe.Photoshop 0x00653384 IsRectDrawable(CRect const&) + 115152
    61 com.adobe.Photoshop 0x00683b84 IsRectDrawable(CRect const&) + 313808
    62 com.adobe.Photoshop 0x0065aad8 IsRectDrawable(CRect const&) + 145700
    63 com.adobe.Photoshop 0x006859cc IsRectDrawable(CRect const&) + 321560
    64 com.adobe.Photoshop 0x0064a744 IsRectDrawable(CRect const&) + 79248
    65 com.adobe.Photoshop 0x00163ce0 ConvertADMHostSuite(void const**, long) + 24824
    66 com.adobe.Photoshop 0x0032eb44 NewObjectBySignature(unsigned long, CStr255 const&) + 8756
    67 com.adobe.Photoshop 0x00069080 LookupErrString(short, short, ZString&) + 254372
    68 com.adobe.Photoshop 0x008029cc IsShowingAlert() + 66260
    69 com.adobe.Photoshop 0x00064a70 LookupErrString(short, short, ZString&) + 236436
    70 com.adobe.Photoshop 0x007eaa38 InitUPrinting() + 363824
    71 com.adobe.Photoshop 0x00838bc4 PercentageWindowVisible(TWindow*) + 6864
    72 com.adobe.Photoshop 0x007f1d28 InitUPrinting() + 393248
    73 com.adobe.Photoshop 0x00003878 dyldstub_bindinghelper + 1288
    74 com.adobe.Photoshop 0x00003550 dyldstub_bindinghelper + 480
    75 com.adobe.Photoshop 0x000032e4 _code_start_ + 512
    76 com.adobe.Photoshop 0x00003114 _code_start_ + 48
    Thread 1:
    0 libSystem.B.dylib 0x9000b4c8 machmsgtrap + 8
    1 libSystem.B.dylib 0x9000b41c mach_msg + 60
    2 ...ple.CoreServices.CarbonCore 0x90ba8bc8 TSexception_listenerthread + 112
    3 libSystem.B.dylib 0x9002be88 pthreadbody + 96
    Thread 2:
    0 libSystem.B.dylib 0x90055468 semaphoretimedwait_signaltrap + 8
    1 libSystem.B.dylib 0x90071be8 pthreadcond_timedwait_relativenp + 556
    2 ...ple.CoreServices.CarbonCore 0x90bf748c TSWaitOnSemaphoreCommon + 176
    3 ...ple.CoreServices.CarbonCore 0x90bf72e0 AsyncFileThread(void*) + 56
    4 libSystem.B.dylib 0x9002be88 pthreadbody + 96
    Thread 3:
    0 libSystem.B.dylib 0x9000b4c8 machmsgtrap + 8
    1 libSystem.B.dylib 0x9000b41c mach_msg + 60
    2 AdobeLargeCursor 0x0864ef30 mouseTracker + 552 (main.c:288)
    3 libSystem.B.dylib 0x9002be88 pthreadbody + 96
    Thread 4:
    0 libSystem.B.dylib 0x9002f20c kevent + 12
    1 com.apple.DesktopServices 0x92af2eb0 TFSNotificationTask::FSNotificationTaskProc(void*) + 56
    2 ...ple.CoreServices.CarbonCore 0x90bc483c PrivateMPEntryPoint + 76
    3 libSystem.B.dylib 0x9002be88 pthreadbody + 96
    Thread 5:
    0 libSystem.B.dylib 0x9002c548 semaphorewait_signaltrap + 8
    1 libSystem.B.dylib 0x9003102c pthreadcondwait + 480
    2 ...ple.CoreServices.CarbonCore 0x90bc4a2c MPWaitOnQueue + 224
    3 com.apple.DesktopServices 0x92af352c TNodeSyncTask::SyncTaskProc(void*) + 116
    4 ...ple.CoreServices.CarbonCore 0x90bc483c PrivateMPEntryPoint + 76
    5 libSystem.B.dylib 0x9002be88 pthreadbody + 96
    Thread 6:
    0 libSystem.B.dylib 0x90055468 semaphoretimedwait_signaltrap + 8
    1 libSystem.B.dylib 0x90071be8 pthreadcond_timedwait_relativenp + 556
    2 ...ple.CoreServices.CarbonCore 0x90bc4a2c MPWaitOnQueue + 224
    3 com.apple.DesktopServices 0x92b1db78 TPropertyTask::PropertyTaskProc(void*) + 72
    4 ...ple.CoreServices.CarbonCore 0x90bc483c PrivateMPEntryPoint + 76
    5 libSystem.B.dylib 0x9002be88 pthreadbody + 96
    Thread 7:
    0 libSystem.B.dylib 0x90055468 semaphoretimedwait_signaltrap + 8
    1 libSystem.B.dylib 0x90071be8 pthreadcond_timedwait_relativenp + 556
    2 ...ple.CoreServices.CarbonCore 0x90bc4a2c MPWaitOnQueue + 224
    3 com.apple.DesktopServices 0x92b1db78 TPropertyTask::PropertyTaskProc(void*) + 72
    4 ...ple.CoreServices.CarbonCore 0x90bc483c PrivateMPEntryPoint + 76
    5 libSystem.B.dylib 0x9002be88 pthreadbody + 96
    Thread 8:
    0 libSystem.B.dylib 0x90055468 semaphoretimedwait_signaltrap + 8
    1 libSystem.B.dylib 0x90071be8 pthreadcond_timedwait_relativenp + 556
    2 ...ple.CoreServices.CarbonCore 0x90bc4a2c MPWaitOnQueue + 224
    3 com.apple.DesktopServices 0x92b1f558 TIconRefTask::IconRefTaskProc(void*) + 72
    4 ...ple.CoreServices.CarbonCore 0x90bc483c PrivateMPEntryPoint + 76
    5 libSystem.B.dylib 0x9002be88 pthreadbody + 96
    Thread 0 crashed with PPC Thread State 64:
    srr0: 0x00000000931db278 srr1: 0x100000000000d030 vrsave: 0x0000000000000000
    cr: 0x24022404 xer: 0x0000000000000000 lr: 0x0000000093215f78 ctr: 0x0000000090001748
    r0: 0x0000000093215f60 r1: 0x00000000bfffbd20 r2: 0x00000000a0001fac r3: 0x000000000475d990
    r4: 0x00000000fffffff0 r5: 0x0000000000000000 r6: 0x000000000475d990 r7: 0x0000000000000000
    r8: 0x0000000000000001 r9: 0x0000000000000000 r10: 0x00000000931d0500 r11: 0x00000000a31cc660
    r12: 0x0000000090001748 r13: 0x0000000000000002 r14: 0x0000000000000000 r15: 0x00000000a3295698
    r16: 0x0000000012256120 r17: 0x00000000bfffbff0 r18: 0x000000006d656e75 r19: 0x0000000000000001
    r20: 0x00000000122224a0 r21: 0x00000000ffffd96e r22: 0x0000000000000000 r23: 0x00000000bfffc140
    r24: 0x00000000fffffff0 r25: 0x0000000000000000 r26: 0x0000000000000001 r27: 0x00000000bfffbd70
    r28: 0x000000000475d990 r29: 0x000000000475c2e8 r30: 0x000000000475d990 r31: 0x0000000093205194
    Binary Images Description:
    0x1000 - 0x1135fff com.adobe.Photoshop 9.0.2 (9.0.2x307 [20060724.902x307 02:00:00 cutoff]9.0.2x296) (9.0.2) /Applications/Adobe Photoshop CS2/Adobe Photoshop CS2.app/Contents/MacOS/Adobe Photoshop CS2
    0x1456000 - 0x147ffff AdobeBIBUtils /Applications/Adobe Photoshop CS2/Adobe Photoshop CS2.app/Contents/Frameworks/AdobeBIBUtils.framework/Versions/A/AdobeBIBUtils
    0x14a1000 - 0x14c8fff AdobeBIB /Applications/Adobe Photoshop CS2/Adobe Photoshop CS2.app/Contents/Frameworks/AdobeBIB.framework/Versions/A/AdobeBIB
    0x14e3000 - 0x14e3fff tw10122 /Applications/Adobe Photoshop CS2/Adobe Photoshop CS2.app/Contents/Frameworks/tw10122.framework/Versions/a/tw10122
    0x14e7000 - 0x14f6fff AdobePersonalization /Applications/Adobe Photoshop CS2/Adobe Photoshop CS2.app/Contents/Frameworks/AdobePersonalization.framework/Versions/A/AdobePers onalization
    0x1605000 - 0x16affff AdobeACE /Applications/Adobe Photoshop CS2/Adobe Photoshop CS2.app/Contents/Frameworks/AdobeACE.framework/Versions/A/AdobeACE
    0x16f0000 - 0x172bfff AdobeARE /Applications/Adobe Photoshop CS2/Adobe Photoshop CS2.app/Contents/Frameworks/AdobeARE.framework/Versions/A/AdobeARE
    0x1748000 - 0x176cfff AdobeAXE8SharedExpat /Applications/Adobe Photoshop CS2/Adobe Photoshop CS2.app/Contents/Frameworks/AdobeAXE8SharedExpat.framework/Versions/A/AdobeAXE8 SharedExpat
    0x1784000 - 0x17a9fff AdobeAXE16SharedExpat /Applications/Adobe Photoshop CS2/Adobe Photoshop CS2.app/Contents/Frameworks/AdobeAXE16SharedExpat.framework/Versions/A/AdobeAXE 16SharedExpat
    0x17c1000 - 0x17dbfff asn /Applications/Adobe Photoshop CS2/Adobe Photoshop CS2.app/Contents/Frameworks/asn.framework/Versions/A/asn
    0x2008000 - 0x2272fff AdobeAGM /Applications/Adobe Photoshop CS2/Adobe Photoshop CS2.app/Contents/Frameworks/AdobeAGM.framework/Versions/A/AdobeAGM
    0x2381000 - 0x25affff AdobeCoolType /Applications/Adobe Photoshop CS2/Adobe Photoshop CS2.app/Contents/Frameworks/AdobeCoolType.framework/Versions/A/AdobeCoolType
    0x26bb000 - 0x2716fff AdobeXMP /Applications/Adobe Photoshop CS2/Adobe Photoshop CS2.app/Contents/Frameworks/AdobeXMP.framework/Versions/A/AdobeXMP
    0x273c000 - 0x2bc0fff AdobePDFL /Applications/Adobe Photoshop CS2/Adobe Photoshop CS2.app/Contents/Frameworks/AdobePDFL.framework/Versions/A/AdobePDFL
    0x2e32000 - 0x3114fff AdobeMPS /Applications/Adobe Photoshop CS2/Adobe Photoshop CS2.app/Contents/Frameworks/AdobeMPS.framework/Versions/A/AdobeMPS
    0x3287000 - 0x35befff com.adobe.versioncue ??? (4.0.0.2839c) /Applications/Adobe Photoshop CS2/Adobe Photoshop CS2.app/Contents/Frameworks/versioncue.framework/Versions/a/versioncue
    0x3824000 - 0x3acbfff com.adobe.versioncueui ??? (4.0.0.2837o) /Applications/Adobe Photoshop CS2/Adobe Photoshop CS2.app/Contents/Frameworks/versioncueui.framework/Versions/a/versioncueui
    0x3c5a000 - 0x3c77fff AdobePDFSettings /Applications/Adobe Photoshop CS2/Adobe Photoshop CS2.app/Contents/Frameworks/AdobePDFSettings.framework/Versions/A/AdobePDFSetti ngs
    0x3c9e000 - 0x3d2bfff FileInfo /Applications/Adobe Photoshop CS2/Adobe Photoshop CS2.app/Contents/Frameworks/FileInfo.framework/Versions/A/FileInfo
    0x3d89000 - 0x3d9bfff AdobeRegistration /Applications/Adobe Photoshop CS2/Adobe Photoshop CS2.app/Contents/Frameworks/AdobeRegistration.framework/Versions/A/AdobeRegistr ation
    0x3da4000 - 0x3daefff AdobeEula /Applications/Adobe Photoshop CS2/Adobe Photoshop CS2.app/Contents/Frameworks/AdobeEula.framework/Versions/A/AdobeEula
    0x3db5000 - 0x3e4cfff AdobeUpdater /Applications/Adobe Photoshop CS2/Adobe Photoshop CS2.app/Contents/Frameworks/AdobeUpdater.framework/Versions/A/AdobeUpdater
    0x48c7000 - 0x48c9fff com.apple.textencoding.unicode 2.0 /System/Library/TextEncodings/Unicode Encodings.bundle/Contents/MacOS/Unicode Encodings
    0x7038000 - 0x7038fff com.apple.URLMount.AFPPlugin 1.1.3 /System/Library/Filesystems/URLMount/afp.URLMounter/Contents/MacOS/afp
    0x70fb000 - 0x70fbfff Enable Async IO /Applications/Adobe Photoshop CS2/Plug-Ins/Adobe Photoshop Only/Extensions/Enable Async I:O/Enable Async I:O.plugin/Contents/MacOS/Enable Async IO
    0x8606000 - 0x8607806 AdobeUnitTypes PEF binary: AdobeUnitTypes
    0x864d000 - 0x864ffff AdobeLargeCursor CursingBundle version 0.0.1d1 (0.0.1d1) /Applications/Adobe Photoshop CS2/Adobe Photoshop CS2.app/Contents/Plug-ins/AdobeLargeCursorPanther.bundle/Contents/MacOS/AdobeLa rgeCursor
    0x891b000 - 0x8920fff com.apple.LiveType.component 2.1.2 /Library/QuickTime/LiveType.component/Contents/MacOS/LiveType
    0x8a44000 - 0x8aa9fff com.apple.LiveType.framework 2.1.2 /System/Library/PrivateFrameworks/LiveType.framework/Versions/A/LiveType
    0x8be3000 - 0x8c50fff com.adobe.alm.adobelmbundle adobelm 1.7.5.7 (1.0) /Applications/Adobe Photoshop CS2/Adobe Photoshop CS2.app/Contents/Frameworks/adobelm.bundle/Contents/MacOS/adobelm
    0x9604000 - 0x9610fff PPCCore /Applications/Adobe Photoshop CS2/Plug-Ins/Extensions/PPCCore.plugin/Contents/MacOS/PPCCore
    0x9615000 - 0x9671fff AltiVecCore /Applications/Adobe Photoshop CS2/Plug-Ins/Extensions/AltiVecCore.plugin/Contents/MacOS/AltiVecCore
    0x9717000 - 0x9735fff com.adobe.runtime6 1.21 (1.21.005) /Applications/Adobe Photoshop CS2/Adobe Photoshop CS2.app/Contents/Resources/Runtime_Support/runtime6.bundle/Contents/MacOS/runti me6
    0x9717000 - 0x9735fff com.adobe.runtime6 1.21 (1.21.005) /Applications/Adobe Photoshop CS2/Adobe Photoshop CS2.app/Contents/Resources/Runtime_Support/runtime6.bundle/Contents/MacOS/runti me6
    0x9749000 - 0x979efff com.adobe.runtime1 1.21 (1.21.005) /Applications/Adobe Photoshop CS2/Adobe Photoshop CS2.app/Contents/Resources/Runtime_Support/runtime1.bundle/Contents/MacOS/runti me1
    0x97b6000 - 0x97bffff com.adobe.alm.deferredauthenticator alm_authenticator 1.7.5.7 (1.0) /Applications/Adobe Photoshop CS2/Adobe Photoshop CS2.app/Contents/Resources/almauthenticator.framework/almauthenticator
    0x9817000 - 0x9823fff ADM-PNGCarbon /Applications/Adobe Photoshop CS2/Adobe Photoshop CS2.app/Contents/Required/ADM-PNGCarbon.plugin/Contents/MacOS/ADM-PNGCarbon
    0x982a000 - 0x9850fff ASDataStream /Applications/Adobe Photoshop CS2/Adobe Photoshop CS2.app/Contents/Required/ASDataStream.plugin/Contents/MacOS/ASDataStream
    0x98b7000 - 0x98ecfc3 <Unknown memory fragment> PEF binary: <Unknown memory fragment>
    0x9a05000 - 0x9b57fff com.adobe.coretech.adm 3.10x13 (3.1) /Applications/Adobe Photoshop CS2/Adobe Photoshop CS2.app/Contents/Required/AdobeADM.bundle/Contents/MacOS/AdobeADM
    0x9dcebe0 - 0x9dcec92 CFMPriv_CoreFoundation PEF binary: CFMPriv_CoreFoundation
    0x9dd5680 - 0x9dd56f7 CFMPriv_System PEF binary: CFMPriv_System
    0x9dd5970 - 0x9dd5a40 CFMPriv_CarbonSound PEF binary: CFMPriv_CarbonSound
    0x9dd5ab0 - 0x9dd5b83 CFMPriv_CommonPanels PEF binary: CFMPriv_CommonPanels
    0x9dd5c50 - 0x9dd5d0b CFMPriv_Help PEF binary: CFMPriv_Help
    0x9dd5d10 - 0x9dd5dda CFMPriv_HIToolbox PEF binary: CFMPriv_HIToolbox
    0x9dd5e50 - 0x9dd5f26 CFMPriv_HTMLRendering PEF binary: CFMPriv_HTMLRendering
    0x9dd5f90 - 0x9dd6063 CFMPriv_ImageCapture PEF binary: CFMPriv_ImageCapture
    0x9dd60e0 - 0x9dd61c5 CFMPriv_NavigationServices PEF binary: CFMPriv_NavigationServices
    0x9dd6230 - 0x9dd6306 CFMPriv_OpenScriptingMacBLib PEF binary: CFMPriv_OpenScriptingMacBLib
    0x9dd63d0 - 0x9dd648e CFMPriv_Print PEF binary: CFMPriv_Print
    0x9dd64a0 - 0x9dd656d CFMPriv_SecurityHI PEF binary: CFMPriv_SecurityHI
    0x9dd65e0 - 0x9dd66c2 CFMPriv_SpeechRecognition PEF binary: CFMPriv_SpeechRecognition
    0x9dd6730 - 0x9dd6803 CFMPriv_CarbonCore PEF binary: CFMPriv_CarbonCore
    0x9dd6870 - 0x9dd6943 CFMPriv_OSServices PEF binary: CFMPriv_OSServices
    0x9dd6a10 - 0x9dd6ad2 CFMPriv_AE PEF binary: CFMPriv_AE
    0x9dd6ae0 - 0x9dd6ba5 CFMPriv_ATS PEF binary: CFMPriv_ATS
    0x9dd6c10 - 0x9dd6ce7 CFMPriv_ColorSync PEF binary: CFMPriv_ColorSync
    0x9dd6d60 - 0x9dd6e43 CFMPriv_FindByContent PEF binary: CFMPriv_FindByContent
    0x9dd6eb0 - 0x9dd6f8a CFMPriv_HIServices PEF binary: CFMPriv_HIServices
    0x9dd7000 - 0x9dd70e0 CFMPriv_LangAnalysis PEF binary: CFMPriv_LangAnalysis
    0x9dd7170 - 0x9dd7256 CFMPriv_LaunchServices PEF binary: CFMPriv_LaunchServices
    0x9dd7330 - 0x9dd7407 CFMPriv_PrintCore PEF binary: CFMPriv_PrintCore
    0x9dd7410 - 0x9dd74d2 CFMPriv_QD PEF binary: CFMPriv_QD
    0x9dd75d0 - 0x9dd76b9 CFMPriv_SpeechSynthesis PEF binary: CFMPriv_SpeechSynthesis
    0x9e05000 - 0x9e543c7 CarbonLibpwpc PEF binary: CarbonLibpwpc
    0x11b05000 - 0x11d97fff com.adobe.PSAutomate 9.0 /Applications/Adobe Photoshop CS2/Adobe Photoshop CS2.app/Contents/Required/ScriptingSupport.plugin/Contents/MacOS/ScriptingSuppo rt
    0x12305000 - 0x123a0fff libagluc.dylib.28.0 /Library/Application Support/Adobe/AGL/AGLUnicode.framework/Versions/2.8/libagluc.dylib.28.0
    0x12505000 - 0x12bf4fff libagldata.dylib.28.0 /Library/Application Support/Adobe/AGL/AGLData.framework/Versions/2.8/libagldata.dylib.28.0
    0x182cb000 - 0x18362fff AdobeJP2K /Applications/Adobe Photoshop CS2/Adobe Photoshop CS2.app/Contents/Frameworks/AdobeJP2K.framework/Versions/A/AdobeJP2K
    0x2cc00000 - 0x2cca1fff com.adobe.LicManFramework LicMan version 4.60.000 (4.60.000) /Applications/Adobe Photoshop CS2/Adobe Photoshop CS2.app/Contents/Frameworks/LicMan.framework/LicMan
    0x3fa00000 - 0x3fa1efff mv.dylib /Applications/Adobe Photoshop CS2/Adobe Photoshop CS2.app/Contents/MacOS/mv.dylib
    0x8fe00000 - 0x8fe52fff dyld 46.12 /usr/lib/dyld
    0x90000000 - 0x901bdfff libSystem.B.dylib /usr/lib/libSystem.B.dylib
    0x90215000 - 0x9021afff libmathCommon.A.dylib /usr/lib/system/libmathCommon.A.dylib
    0x9021c000 - 0x90269fff com.apple.CoreText 1.0.3 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreText.framework/Versions/A/CoreText
    0x90294000 - 0x90345fff ATS /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/ATS
    0x90374000 - 0x9072ffff com.apple.CoreGraphics 1.258.61 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/CoreGraphics
    0x907bc000 - 0x90895fff com.apple.CoreFoundation 6.4.7 (368.28) /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    0x908de000 - 0x908defff com.apple.CoreServices 10.4 (???) /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
    0x908e0000 - 0x909e2fff libicucore.A.dylib /usr/lib/libicucore.A.dylib
    0x90a3c000 - 0x90ac0fff libobjc.A.dylib /usr/lib/libobjc.A.dylib
    0x90aea000 - 0x90b5afff com.apple.framework.IOKit 1.4.1 (???) /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
    0x90b70000 - 0x90b82fff libauto.dylib /usr/lib/libauto.dylib
    0x90b89000 - 0x90e60fff com.apple.CoreServices.CarbonCore 681.9 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonC ore.framework/Versions/A/CarbonCore
    0x90ec6000 - 0x90f46fff com.apple.CoreServices.OSServices 4.1 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServi ces.framework/Versions/A/OSServices
    0x90f90000 - 0x90fd1fff com.apple.CFNetwork 129.20 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwo rk.framework/Versions/A/CFNetwork
    0x90fe6000 - 0x90ffefff com.apple.WebServices 1.1.2 (1.1.0) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/WebServ icesCore.framework/Versions/A/WebServicesCore
    0x9100e000 - 0x9108ffff com.apple.SearchKit 1.0.5 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchK it.framework/Versions/A/SearchKit
    0x910d5000 - 0x910fefff com.apple.Metadata 10.4.4 (121.36) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadat a.framework/Versions/A/Metadata
    0x9110f000 - 0x9111dfff libz.1.dylib /usr/lib/libz.1.dylib
    0x91120000 - 0x912dbfff com.apple.security 4.6 (29770) /System/Library/Frameworks/Security.framework/Versions/A/Security
    0x913da000 - 0x913e3fff com.apple.DiskArbitration 2.1 /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
    0x913ea000 - 0x91412fff com.apple.SystemConfiguration 1.8.3 /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfi guration
    0x91425000 - 0x91430fff libgcc_s.1.dylib /usr/lib/libgcc_s.1.dylib
    0x91435000 - 0x9143dfff libbsm.dylib /usr/lib/libbsm.dylib
    0x91441000 - 0x914bcfff com.apple.audio.CoreAudio 3.0.4 /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
    0x914f9000 - 0x914f9fff com.apple.ApplicationServices 10.4 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Application Services
    0x914fb000 - 0x91533fff com.apple.AE 1.5 (297) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ AE.framework/Versions/A/AE
    0x9154e000 - 0x91620fff com.apple.ColorSync 4.4.9 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ColorSync.framework/Versions/A/ColorSync
    0x91673000 - 0x91704fff com.apple.print.framework.PrintCore 4.6 (177.13) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ PrintCore.framework/Versions/A/PrintCore
    0x9174b000 - 0x91802fff com.apple.QD 3.10.24 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ QD.framework/Versions/A/QD
    0x9183f000 - 0x9189dfff com.apple.HIServices 1.5.3 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ HIServices.framework/Versions/A/HIServices
    0x918cc000 - 0x918edfff com.apple.LangAnalysis 1.6.1 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ LangAnalysis.framework/Versions/A/LangAnalysis
    0x91901000 - 0x91926fff com.apple.FindByContent 1.5 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ FindByContent.framework/Versions/A/FindByContent
    0x91939000 - 0x9197bfff com.apple.LaunchServices 182 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ LaunchServices.framework/Versions/A/LaunchServices
    0x91997000 - 0x919abfff com.apple.speech.synthesis.framework 3.3 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ SpeechSynthesis.framework/Versions/A/SpeechSynthesis
    0x919b9000 - 0x919fffff com.apple.ImageIO.framework 1.5.4 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/ImageIO
    0x91a16000 - 0x91addfff libcrypto.0.9.7.dylib /usr/lib/libcrypto.0.9.7.dylib
    0x91b2b000 - 0x91b40fff libcups.2.dylib /usr/lib/libcups.2.dylib
    0x91b45000 - 0x91b63fff libJPEG.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libJPEG.dylib
    0x91b69000 - 0x91c20fff libJP2.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libJP2.dylib
    0x91c6f000 - 0x91c73fff libGIF.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libGIF.dylib
    0x91c75000 - 0x91cddfff libRaw.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libRaw.dylib
    0x91ce2000 - 0x91d1ffff libTIFF.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libTIFF.dylib
    0x91d26000 - 0x91d3ffff libPng.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libPng.dylib
    0x91d44000 - 0x91d47fff libRadiance.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libRadiance.dylib
    0x91d49000 - 0x91e27fff libxml2.2.dylib /usr/lib/libxml2.2.dylib
    0x91e47000 - 0x91e47fff com.apple.Accelerate 1.2.2 (Accelerate 1.2.2) /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
    0x91e49000 - 0x91f2efff com.apple.vImage 2.4 /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.fr amework/Versions/A/vImage
    0x91f36000 - 0x91f55fff com.apple.Accelerate.vecLib 3.2.2 (vecLib 3.2.2) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/vecLib
    0x91fc1000 - 0x9202ffff libvMisc.dylib /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvMisc.dylib
    0x9203a000 - 0x920cffff libvDSP.dylib /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvDSP.dylib
    0x920e9000 - 0x92671fff libBLAS.dylib /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libBLAS.dylib
    0x926a4000 - 0x929cffff libLAPACK.dylib /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libLAPACK.dylib
    0x929ff000 - 0x92aedfff libiconv.2.dylib /usr/lib/libiconv.2.dylib
    0x92af0000 - 0x92b78fff com.apple.DesktopServices 1.3.6 /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/Desk topServicesPriv
    0x92bb9000 - 0x92de4fff com.apple.Foundation 6.4.8 (567.29) /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
    0x92f02000 - 0x92f0cfff com.apple.framework.AppleTalk 1.2.0 (???) /System/Library/Frameworks/AppleTalk.framework/Versions/A/AppleTalk
    0x92f11000 - 0x92f2ffff libGL.dylib /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
    0x92f3a000 - 0x92f94fff libGLU.dylib /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
    0x92fb2000 - 0x92fb2fff com.apple.Carbon 10.4 (???) /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
    0x92fb4000 - 0x92fc8fff com.apple.ImageCapture 3.0 /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture. framework/Versions/A/ImageCapture
    0x92fe0000 - 0x92ff0fff com.apple.speech.recognition.framework 3.4 /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecogni tion.framework/Versions/A/SpeechRecognition
    0x92ffc000 - 0x93011fff com.apple.securityhi 2.0 (203) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.fr amework/Versions/A/SecurityHI
    0x93023000 - 0x930aafff com.apple.ink.framework 101.2 (69) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework /Versions/A/Ink
    0x930be000 - 0x930c9fff com.apple.help 1.0.3 (32) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framewor k/Versions/A/Help
    0x930d3000 - 0x93100fff com.apple.openscripting 1.2.5 (???) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting .framework/Versions/A/OpenScripting
    0x9311a000 - 0x93129fff com.apple.print.framework.Print 5.2 (192.4) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framewo rk/Versions/A/Print
    0x93135000 - 0x9319bfff com.apple.htmlrendering 1.1.2 /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HTMLRendering .framework/Versions/A/HTMLRendering
    0x931cc000 - 0x9321bfff com.apple.NavigationServices 3.4.4 (3.4.3) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/NavigationSer vices.framework/Versions/A/NavigationServices
    0x93249000 - 0x93266fff com.apple.audio.SoundManager 3.9 /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CarbonSound.f ramework/Versions/A/CarbonSound
    0x93278000 - 0x93285fff com.apple.CommonPanels 1.2.2 (73) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels. framework/Versions/A/CommonPanels
    0x9328e000 - 0x9359cfff com.apple.HIToolbox 1.4.9 (???) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.fra mework/Versions/A/HIToolbox
    0x936ec000 - 0x936f8fff com.apple.opengl 1.4.7 /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
    0x93771000 - 0x93771fff com.apple.Cocoa 6.4 (???) /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
    0x93773000 - 0x93da6fff com.apple.AppKit 6.4.7 (824.41) /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
    0x94133000 - 0x941a5fff com.apple.CoreData 91 (92.1) /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
    0x941de000 - 0x942a2fff com.apple.audio.toolbox.AudioToolbox 1.4.5 /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
    0x942f4000 - 0x942f4fff com.apple.audio.units.AudioUnit 1.4 /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
    0x942f6000 - 0x944b6fff com.apple.QuartzCore 1.4.12 /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
    0x94500000 - 0x9453dfff libsqlite3.0.dylib /usr/lib/libsqlite3.0.dylib
    0x94545000 - 0x94595fff libGLImage.dylib /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dyl ib
    0x9459e000 - 0x945b2fff com.apple.CoreVideo 1.4 /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
    0x9475b000 - 0x9476afff libCGATS.A.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCGATS.A.dylib
    0x94772000 - 0x9477ffff libCSync.A.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib
    0x947c5000 - 0x947defff libRIP.A.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
    0x947e5000 - 0x94abafff com.apple.QuickTime 7.1.5 /System/Library/Frameworks/QuickTime.framework/Versions/A/QuickTime
    0x94b7e000 - 0x94beffff libstdc++.6.dylib /usr/lib/libstdc++.6.dylib
    0x94c62000 - 0x94c83fff libmx.A.dylib /usr/lib/libmx.A.dylib
    0x94feb000 - 0x95008fff libresolv.9.dylib /usr/lib/libresolv.9.dylib
    0x95506000 - 0x95634fff edu.mit.Kerberos 5.5.23 /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
    0x96012000 - 0x96017fff com.apple.URLMount 2.1.3 /System/Library/PrivateFrameworks/URLMount.framework/URLMount
    0x9655c000 - 0x9655dfff libCyrillicConverter.dylib /System/Library/CoreServices/Encodings/libCyrillicConverter.dylib
    0x9655f000 - 0x96560fff libGreekConverter.dylib /System/Library/CoreServices/Encodings/libGreekConverter.dylib
    0x96565000 - 0x9657bfff libJapaneseConverter.dylib /System/Library/CoreServices/Encodings/libJapaneseConverter.dylib
    0x9657d000 - 0x9659dfff libKoreanConverter.dylib /System/Library/CoreServices/Encodings/libKoreanConverter.dylib
    0x965ab000 - 0x965b9fff libSimplifiedChineseConverter.dylib /System/Library/CoreServices/Encodings/libSimplifiedChineseConverter.dylib
    0x965be000 - 0x965bffff libThaiConverter.dylib /System/Library/CoreServices/Encodings/libThaiConverter.dylib
    0x965c1000 - 0x965d4fff libTraditionalChineseConverter.dylib /System/Library/CoreServices/Encodings/libTraditionalChineseConverter.dylib
    0x97b31000 - 0x97b6ffff com.apple.AppleShareClientCore 1.5.1 /System/Library/Frameworks/AppleShareClientCore.framework/Versions/A/AppleShare ClientCore
    0x980f5000 - 0x980fefff org.twain.dsm 1.9.2 /System/Library/Frameworks/TWAIN.framework/Versions/A/TWAIN
    0x9fffc000 - 0x9fffefff Motion /Library/Frameworks/Motion.framework/Versions/A/Motion
    Model: PowerMac12,1, BootROM 5.2.6f1, 1 processors, PowerPC G5 (3.1), 2.1 GHz, 1 GB
    Graphics: ATI Radeon X600 XT, ATY,RV380, PCI, 128 MB
    Memory Module: DIMM0/BUILT-IN, 512 MB, built-in, built-in
    Memory Module: DIMM1/J6700, 512 MB, DDR2 SDRAM, PC2-4200U-444
    AirPort: AirPort Extreme, 405.1 (3.90.34.0.p18)
    Bluetooth: Version 1.7.14f14, 2 service, 1 devices, 1 incoming serial ports
    Network Service: AirPort, AirPort, en1
    PCI Card: ATY,RV380, Display, PCI-E
    Serial ATA Device: Maxtor 6L250M0, 233.76 GB
    Parallel ATA Device: MATSHITADVD-R UJ-846
    USB Device: Hub, Up to 480 Mb/sec, 500 mA
    USB Device: Built-in iSight, Micron, Up to 480 Mb/sec, 500 mA
    USB Device: IR Receiver, Apple Computer, Inc., Up to 12 Mb/sec, 500 mA
    USB Device: Hub in Apple Pro Keyboard, Mitsumi Electric, Up to 12 Mb/sec, 500 mA
    USB Device: Apple Optical USB Mouse, Mitsumi Electric, Up to 1.5 Mb/sec, 100 mA
    USB Device: Apple Pro Keyboard, Mitsumi Electric, Up to 12 Mb/sec, 250 mA
    USB Device: Bluetooth HCI, Up to 12 Mb/sec, 500 mA
    Dual 2.7 G5, Xserve, G4 Powerbook, many others   Mac OS X (10.4.6)  

  • Software Updates causing application crashes

    Hello,
    I just installed a group of updates including security 2010-4, safari 5, itunes 9.2 and java 7.
    Immediately I am having issues with application crashes. I am trying to run inkscape which runs under x11.
    Initially it wouldn't even start up. After I repaired permissions and verified the disk and did a couple restarts it will start but crashes as soon as I try to use it (perform a copy and paste for example).
    I am desperate to get back to work and I really do appreciate any help.
    Thanks

    Some general advice on updating:
    It is worth noting that it is an extreme rarity for updates to cause upsets to your system, as they have all been extensively beta-tested, but they may well reveal pre-existing ones, particularly those of which you may have been unaware. If you are actually aware of any glitches, make sure they are fixed before proceeding further.
    So before you do anything else:
    If you can, make a full backup first to an external hard disk. Ideally you should always have a bootable clone of your system that enables you to revert to the previous pre-update state.
    Turn off sleep mode for both screen and hard disk.
    Disconnect all peripherals except your keyboard and mouse.
    1. Repair Permissions (in Disk Utility)
    2. Verify the state of your hard disk using Disk Utility. If any faults are reported, restart from your install disk (holding down the C key), go to Disk Utility, and repair your startup disk. Restart again to get back to your startup disk.
    At least you can now be reasonably certain that your system does not contain any obvious faults that might cause an update/upgrade to fail.
    3. Download the correct version of the COMBO update from the Apple download site.
    The Combo updater of Leopard 10.5.8 can be found here:
    http://support.apple.com/downloads/MacOS_X_10_5_8_ComboUpdate
    If you prefer to download updates via Software Update in the Apple menu (which would ensure that the correct version for your Mac was being downloaded), it is not recommended to allow SU to install major (or even minor) updates automatically. Set Software Update to just download the updater without immediately installing it. There is always the possibility that the combined download and install (which can be a lengthy process) might be interrupted by a power outage or your cat walking across the keyboard, and an interrupted install will almost certainly cause havoc. Once it is downloaded, you can install at a time that suits you. You should make a backup copy of the updater on a CD in case you ever need a reinstall.
    Full details about the 10.5.8 update here: http://support.apple.com/kb/HT3606
    More information on using Software Updater here:
    http://support.apple.com/kb/TA24901?viewlocale=en_US
    Using the Combo updater ensures that all system files changed since the original 10.5.0 are included, and any that may have been missed out or subsequently damaged will be repaired. The Delta updater, although a temptingly smaller download, only takes you from the previous version to the new one, i.e. for example from 10.5.7 to 10.5.8. Software Update will generally download the Delta updater only. The preferable Combo updater needs to be downloaded from Apple's download site.
    Now proceed as follows:
    4. Close all applications and turn off energy saving and screensaver.
    5. Unplug all peripherals except your keyboard and mouse.
    6. Install the update/upgrade. Do not under any circumstances interrupt this procedure. Do not do anything else on your computer while it is installing. Be patient.
    7. When it ask for a restart to complete the installation, click restart. This can take longer than normal, there are probably thousands of files to overwrite and place in the correct location. Do nothing while this is going on.
    8. Once your Mac is awake, repair permissions again, and you should be good to go!
    If your Mac seems slightly sluggish or ‘different’, perform a second restart. It can’t hurt and is sometimes efficacious!
    9. Open a few of your most used applications and check that all is OK. In this connection please remember that not all manufacturers of third party applications and plug-ins, add-ons, haxies etc, will have had time to do any necessary rewrites to their software to make them compliant with the latest version of your operating system. Give them a weeks or two while you regularly check their websites for updates. This applies particularly to plug-ins for Safari 4.
    N.B. Do not attempt to install two different updates at the same time as each may have different routines and requirements. Follow the above recommendations for each update in turn.
    Lastly, Apple's own article on the subject of Software Update may also be useful reading:
    http://docs.info.apple.com/article.html?artnum=106695
    If you are updating Safari (or just have):
    Input Managers from third parties can do as much harm as good. They use a security loophole to reach right into your applications' code and change that code as the application starts up. If you have installed an OS update and Safari is crashing, the very first thing to do is clear out your InputManagers folders (both in your own Library and in the top-level /Library), log out and log back in, and try again.
    So, disable all third party add-ons before updating Safari, as they may not have been updated yet for the new version. Add them back one by one. If something goes awry, remove it again and check on the software manufacturer's website for news of an update to match your version of Safari.
    Most errors reported here after an update are due to an unrepaired or undetected inherent fault in the system, and/or a third party add-on.
    Additional tips on software installation here:
    http://docs.info.apple.com/article.html?artnum=106692
    To reiterate, Input Managers reach right into an application and alter its code. This puts the behavior of the affected application outside the control and responsibility of its developers: a recipe for problems. That's not to say that issues absolutely will ensue as a result of Input Managers, but you, as a user, must decide. If the functionality of a specific Input Manager or set thereof is really important to you, you may well choose to assume the associated risk.
    Again, the advice is to remove all Input Managers from the following directories:
    • /Library/InputManagers
    • ~/Library/InputManagers
    especially prior to system updates (they can always be added back one-by-one later).

  • Random application crashs (SSD + 10.8.2)

    Hey!
    I purchased a MacBook Pro and switched the standard HDD with a new
    "SAMSUNG SSD 830 Series, 256,06 GB". Unfortunately I experience several random application crashes, mostly after startup.
    Crash log examples:
    Chrome - http://pastebin.com/AYWAfSy2 and http://pastebin.com/r6ciQHuC
    TextEdit - http://pastebin.com/Pwzd5Hkt
    Adobe Premiere - http://pastebin.com/Xd5DYq4i
    I tested my RAM with Rember, but it did not recognize any errors. So maybe it's a fault of the SSD? How can I detect this?
    Thanks in advance!
    Best regards,
    Matthias

    Back up all data if you haven’t already done so.
    Boot in safe mode.* This will cause certain caches maintained by the system to be rebuilt. The instructions provided by Apple are as follows:
    Shut down your computer, wait 30 seconds, and then hold down the shift key while pressing the power button.
    When you see the gray Apple logo, release the shift key.
    Safe mode is much slower to boot than normal.
    When the login screen appears, reboot as usual (not in safe mode) and test. There's no need to log in while in safe mode.
    *Note: If FileVault is enabled under OS X 10.7 or later, or if a firmware password is set, or if the boot volume is a software RAID, you can’t boot in safe mode. In that case, proceed as below.
    You must be logged in as an administrator to carry out these instructions.
    Launch the Terminal application in any of the following ways:
    ☞ Enter the first few letters of its name into a Spotlight search. Select it in the results (it should be at the top.)
    ☞ In the Finder, select Go ▹ Utilities from the menu bar, or press the key combination shift-command-U. The application is in the folder that opens.
    ☞ Open LaunchPad. Click Utilities, then Terminal in the icon grid.
    Triple-click the line below to select it, then drag or copy into the Terminal window — do not type — and press return:
    sudo update_dyld_shared_cache -force
    You'll be prompted for your login password, which won't be displayed when you type it. You may get a one-time warning not to screw up.
    Reboot and test.

Maybe you are looking for

  • Component video input

    I'd like to run the Component Video and Audio from my DirectTV receiver into my 21" iMac (late 2012 Vintage) and use the display and speakers (like a TV). Can someone recommend an adapter and/or software for this purpose? 

  • Connecting to Windows PC from iMac

    I manage to get a connection but I get SMB/CISF File System Authentication asking for a password but I don't have a password to the windows profile. How do I get past it? It shows; Workgroup - I understand this and it shows the right work group Name:

  • Where is the Dreamweaver CS5 Help Menu Quick Search Field?

    Adobe sucks! Why can't they build in the help field quick search like their other apps do? Frustrating!

  • Error while trying to sync

    i have been having problems trying to sync my forth gen ipod touch with Itunes the problem is that itunes usually stalls during the sync so i just cancel it on my ipod but know i am getting a message saying that itunes cant connect with ipods because

  • BYOD , ISE MAC OS X Client Provision

    i have selected profile for MAC OS X, and Cisco Network Assitance never runs!!! any idea!!! I am not a MAC user..