Safari won't open except in safe mode - why?

This all started when I was updating my iPhone via my MacBook last week. I've completed all updates but as I'm not tech savvie I'm totally at a loss...

1. This procedure is a diagnostic test. It changes nothing, for better or worse, and therefore will not, in itself, solve your problem.
2. If you don't already have a current backup, back up all data before doing anything else. The backup is necessary on general principle, not because of anything in the test procedure. There are ways to back up a computer that isn't fully functional. Ask if you need guidance.
3. Below are instructions to run a UNIX shell script, a type of program. All it does is to gather information about the state of your computer. That information goes nowhere unless you choose to share it on this page. However, you should be cautious about running any kind of program (not just a shell script) at the request of a stranger on a public message board. If you have doubts, search this site for other discussions in which this procedure has been followed without any report of ill effects. If you can't satisfy yourself that the instructions are safe, don't follow them.
Here's a summary of what you need to do, if you choose to proceed: Copy a line of text from this web page into the window of another application. Wait for the script to run. It usually takes a couple of minutes. Then paste the results, which will have been copied automatically, back into a reply on this page. The sequence is: copy, paste, wait, paste again. Details follow.
4. You may have started the computer in "safe" mode. Preferably, these steps should be taken in “normal” mode. If the system is now in safe mode and works well enough in normal mode to run the test, restart as usual. If you can only test in safe mode, do that.
5. If you have more than one user, and the one affected by the problem is not an administrator, then please run the test twice: once while logged in as the affected user, and once as an administrator. The results may be different. The user that is created automatically on a new computer when you start it for the first time is an administrator. If you can't log in as an administrator, test as the affected user. Most personal Macs have only one user, and in that case this section doesn’t apply.
6. The script is a single long line, all of which must be selected. You can accomplish this easily by triple-clicking  anywhere in the line. The whole line will highlight, though you may not see all of it in your browser, and you can then copy it. If you try to select the line by dragging across the part you can see, you won't get all of it.
Triple-click anywhere in the line of text below on this page to select it:
PATH=/usr/bin:/bin:/usr/sbin:/sbin; clear; Fb='%s\n\t(%s)\n'; Fm='\n%s:\n\n%s\n'; Fr='\nRAM details:\n%s\n'; Fs='\n%s: %s\n'; Fu='user %s%%, system %s%%'; PB="/usr/libexec/PlistBuddy -c Print"; A () { [[ a -eq 0 ]]; }; M () { find -L "$d" -type f | while read f; do file -b "$f" | egrep -q XML\|exec && echo $f; done; }; Pc () { o=`grep -v '^ *#' "$2"`; Pm "$1"; }; Pm () { [[ "$o" ]] && o=`sed '/^ *$/d; s/^ */   /' <<< "$o"` && printf "$Fm" "$1" "$o"; }; Pp () { o=`$PB "$2" | awk -F'= ' \/$3'/{print $2}'`; Pm "$1"; }; Ps () { o=`echo $o`; [[ ! "$o" =~ ^0?$ ]] && printf "$Fs" "$1" "$o"; }; R () { o=; [[ r -eq 0 ]]; }; SP () { system_profiler SP${1}DataType; }; id | grep -qw '80(admin)'; a=$?; A && sudo true; r=$?; t=`date +%s`; clear; { A || echo $'No admin access\n'; A && ! R && echo $'No root access\n'; SP Software | sed '8!d;s/^ *//'; o=`SP Hardware | awk '/Mem/{print $2}'`; o=$((o<4?o:0)); Ps "Total RAM (GB)"; o=`SP Memory | sed '1,5d; /[my].*:/d'`; [[ "$o" =~ s:\ [^O]|x([^08]||0[^2]8[^0]) ]] && printf "$Fr" "$o"; o=`SP Diagnostics | sed '5,6!d'`; [[ "$o" =~ Pass ]] || Pm "POST"; b=Thunderbolt; o=`SP $b | sed -n '1d; /:$/{s/ *:$//;x;s/\n//p;}; /V.*N.*:/{s/\(^.*: \)\(.*$\)/ \(\2\)/;H;}; /Apple/{s/.//g;h;}'`; Pm $b; b=USB; o=`SP $b | sed -n '1d; /:$/{s/ *:$//;x;s/\n//p;}; /V.*[(]/{s/^[^(]*/ /;H;}; /Apple/{s/.//g;h;}'`; Pm $b; o=`pmset -g therm | sed 's/^.*C/C/'`; [[ "$o" =~ No\ th|pms ]] && o=; Pm "Thermal conditions"; o=`pmset -g sysload | grep -v :`; [[ "$o" =~ =\ [^GO] ]] || o=; Pm "System load advisory"; o=`nvram boot-args | awk '{$1=""; print}'`; Ps "boot-args"; d=(/ ""); D=(System User); E=; for i in 0 1; do o=`cd ${d[$i]}L*/L*/Dia* || continue; ls | while read f; do [[ "$f" =~ h$ ]] && grep -ql "^Thread c" "$f" && e=" *" || e=; awk -F_ '!/ag$/{$NF=a[split($NF,a,".")]; print $0 "'"$e"'"}' <<< "$f"; done | tail`; Pm "${D[$i]} diagnostics"; done; [[ "$o" =~ \*$ ]] && printf $'\n* Code injection\n'; o=`syslog -F bsd -k Sender kernel -k Message CReq 'GPU |hfs: Ru|I/O e|n Cause: -|NVDA\(|pagin|SATA W|ssert|timed? ?o' | tail -n25 | awk '/:/{$4=""; $5=""};1'`; Pm "Kernel messages"; o=`df -m / | awk 'NR==2 {print $4}'`; o=$((o<5120?o:0)); Ps "Free space (MiB)"; o=$(($(vm_stat | awk '/eo/{sub("\\.",""); print $2}')/256)); o=$((o>=1024?o:0)); Ps "Pageouts (MiB)"; s=( `sar -u 1 10 | sed '$!d'` ); [[ s[4] -lt 85 ]] && o=`printf "$Fu" ${s[1]} ${s[3]}` || o=; Ps "Total CPU usage" && { s=(`ps acrx -o comm,ruid,%cpu | sed '2!d'`); o=${s[2]}%; Ps "CPU usage by process \"$s\" with UID ${s[1]}"; }; s=(`top -R -l1 -n1 -o prt -stats command,uid,prt | sed '$!d'`); s[2]=${s[2]%[+-]}; o=$((s[2]>=25000?s[2]:0)); Ps "Mach ports used by process \"$s\" with UID ${s[1]}"; o=`kextstat -kl | grep -v com\\.apple | cut -c53- | cut -d\< -f1`; Pm "Loaded extrinsic kernel extensions"; R && o=`sudo launchctl list | sed 1d | awk '!/0x|com\.(apple|openssh|vix\.cron)|org\.(amav|apac|calendarse|cups|dove|isc|ntp|post[fg]|x)/{print $3}'`; Pm "Extrinsic system jobs"; o=`launchctl list | sed 1d | awk '!/0x|com\.apple|org\.(x|openbsd)|\.[0-9]+$/{print $3}'`; Pm "Extrinsic agents"; o=`for d in {/,}L*/Lau*; do M; done | grep -v com\.apple\.CSConfig | while read f; do ID=$($PB\ :Label "$f") || ID="No job label"; printf "$Fb" "$f" "$ID"; done`; Pm "launchd items"; o=`for d in /{S*/,}L*/Star*; do M; done`; Pm "Startup items"; o=`find -L /S*/L*/E* {/,}L*/{A*d,Compon,Ex,In,Keyb,Mail/B,P*P,Qu*T,Scripti,Servi,Spo}* -type d -name Contents -prune | while read d; do ID=$($PB\ :CFBundleIdentifier "$d/Info.plist") || ID="No bundle ID"; [[ "$ID" =~ ^com\.apple\.[^x]|Accusys|ArcMSR|ATTO|HDPro|HighPoint|driver\.stex|hp-fax|\.hpio|JMicron|microsoft\.MDI|print|SoftRAID ]] || printf "$Fb" "${d%/Contents}" "$ID"; done`; Pm "Extrinsic loadable bundles"; o=`find -L /u*/{,*/}lib -type f | while read f; do file -b "$f" | grep -qw shared && ! codesign -v "$f" && echo $f; done`; Pm "Unsigned shared libraries"; o=`for e in DYLD_INSERT_LIBRARIES DYLD_LIBRARY_PATH; do launchctl getenv $e; done`; Pm "Environment"; o=`find -L {,/u*/lo*}/e*/periodic -type f -mtime -10d`; Pm "Modified periodic scripts"; o=`scutil --proxy | grep Prox`; Pm "Proxies"; o=`scutil --dns | awk '/r\[0\] /{if ($NF !~ /^1(0|72\.(1[6-9]|2[0-9]|3[0-1])|92\.168)\./) print $NF; exit}'`; Ps "DNS"; R && o=`sudo profiles -P | grep : | wc -l`; Ps "Profiles"; f=auto_master; [[ `md5 -q /etc/$f` =~ ^b166 ]] || Pc $f /etc/$f; for f in fstab sysctl.conf crontab launchd.conf; do Pc $f /etc/$f; done; Pc "hosts" <(grep -v 'host *$' /etc/hosts); Pc "User launchd" ~/.launchd*; R && Pc "Root crontab" <(sudo crontab -l); Pc "User crontab" <(crontab -l); R && o=`sudo defaults read com.apple.loginwindow LoginHook`; Pm "Login hook"; Pp "Global login items" /L*/P*/loginw* Path; Pp "User login items" L*/P*/*loginit* Name; Pp "Safari extensions" L*/Saf*/*/E*.plist Bundle | sed 's/\..*$//;s/-[1-9]$//'; o=`find ~ $TMPDIR.. \( -flags +sappnd,schg,uappnd,uchg -o ! -user $UID -o ! -perm -600 \) | wc -l`; Ps "Restricted user files"; cd; o=`SP Fonts | egrep "Valid: N|Duplicate: Y" | wc -l`; Ps "Font problems"; o=`find L*/{Con,Pref}* -type f ! -size 0 -name *.plist | while read f; do plutil -s "$f" >&- || echo $f; done`; Pm "Bad plists"; d=(Desktop L*/Keyc*); n=(20 7); for i in 0 1; do o=`find "${d[$i]}" -type f -maxdepth 1 | wc -l`; o=$((o<=n[$i]?0:o)); Ps "${d[$i]##*/} file count"; done; o=$((`date +%s`-t)); Ps "Elapsed time (s)"; } 2>/dev/null | pbcopy; exit 2>&-
Copy the selected text to the Clipboard by pressing the key combination command-C.
7. Launch the built-in 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.
When you launch Terminal, a text window will open with a line already in it, ending either in a dollar sign ($) or a percent sign (%). If you get the percent sign, enter
exec sh
in the window and press return. You should then get a new line ending in a dollar sign.
Click anywhere in the Terminal window and paste (command-V). The text you pasted should vanish immediately. If it doesn't, press the return key.
If you're logged in as an administrator, you'll be prompted for your login password. Nothing will be displayed when you type it. You will not see the usual dots in place of typed characters. Make sure caps lock is off. Type carefully and then press return. You may get a one-time warning to be careful. If you make three failed attempts to enter the password, the test will run anyway, but it will produce less information. In most cases, the difference is not important. If you don't know your password, or if you prefer not to enter it, just press return three times at the password prompt.
If you're not logged in as an administrator, you won't be prompted for a password. The test will still run. It just won't do anything that requires administrator privileges.
The test may take a few minutes to run, depending on how many files you have and the speed of the computer. A computer that's abnormally slow may take longer to run the test. While it's running, there will be nothing in the Terminal window and no indication of progress. Wait for the line "[Process completed]" to appear. If you don't see it within half an hour or so, the test probably won't complete in a reasonable time. In that case, close the Terminal window and report your results. No harm will be done.
8. When the test is complete, quit Terminal. The results will have been copied to the Clipboard automatically. They are not shown in the Terminal window. Please don't copy anything from there. All you have to do is start a reply to this comment and then paste by pressing command-V again.
If any private information, such as your name or email address, appears in the results, anonymize it before posting. Usually that won't be necessary.
When you post the results, you might see the message, "You have included content in your post that is not permitted." It means that the forum software has misidentified something in the post as a violation of the rules. If it happens, please post the test results on Pastebin, then post a link here to the page you created.
Note: This is a public forum, and others may give you advice based on the results of the test. They speak only for themselves, and I don't necessarily agree with them.
Copyright © 2014 Linc Davis. As the sole author of this work, I reserve all rights to it except as provided in the Terms of Use of Apple Support Communities ("ASC"). Readers of ASC may copy it for their own personal use. Neither the whole nor any part may be redistributed.

Similar Messages

  • Hp g62 freezes and won't run except in safe mode

    My hp g62 won't run except in safe mode and when I run normally it freezes. I been reading in the post of the same existing problems and tried the start up test and it failed the short Dsp. What should I do

    Hi @Daver1976 , 
    Thank you for visiting the HP Support Forums and Welcome. I have looked into your issue about your HP G62 Notebook and Short DST failing. Here is a link to restore the BIOS.  
    You could try safe mode disk defragmenter it will scan your computer. Just click on start and type disk. Select C: and select defragmenter.
      Please note remove any and all USB devices, and remove memory cards from the card reader slot. Disconnect all non-essential devices.
    Here is a link to do a hardware test. It can let you know if something is failing and the code it gives you would be helpful.
    Hope this helps you, please let me know if you receive any errors.
    Thanks.
    Please click “Accept as Solution ” if you feel my post solved your issue, it will help others find the solution.
    Click the “Kudos, Thumbs Up" on the bottom to say “Thanks” for helping!

  • IMac G5 – Won't startup except in Safe Mode (10.5.5). Otherwise Blue Screen

    I’ve had my iMac (pre-iSight) for about 3 years now and up until recently never had any major problems with it, despite using it for about 12 hours per day, every day.. A couple of minor problems however had developed, but several months ago and didn’t seem to affect the system:
    (1) Software update stopped working (had to download & install updates manually) &
    (2) Couldn’t verify or repair permissions (even pre 10.5.5. Even when I tried to repair them from another startup disk, the message I got was ‘no package receipts’ – although I could see that they were there in the “receipts” library folder)
    A couple of days ago I decided to try and fix the problems by erasing my startup disk (after backing up all my data of course) and re-installing 10.5 from the installation DVD and then bringing the system up to date. At the time I did this I hadn’t upgraded or installed any new software for several weeks.
    For about one day after that it worked fine. The only ‘alarming’ thing that I noticed during that day was that whilst playing a movie the CPU temperature rose to about 89 C. (I use Temperature Monitor). I read somewhere that the CPU temperature should not exceed 85 for this model and that if it did the system would either shutdown or go to sleep, so I was surprised to see it go as high as 89 (assuming that the right temperature was being reported) before it went to sleep. However, even after that it, it started up correctly a couple of times.
    Since then it will only boot in Safe mode, and when it does it carries on working indefinitely without any problems. The only thing that I lose in safe mode which seems odd – in addition to all the things that I know I should lose – is Audio. The preferences panel says: no input, output devices attached (ie not even the ones built-in).
    If I try a normal start up, the system will go through the grey screen, apple logo, spinning ‘cog’ etc and then almost always go to a blue screen where it stays put. There is a black cursor in the top left corner which, when I try to move it, duplicates itself so that I end up with 2 cursors – one which moves and one which stays in the top left corner.
    On very rare occasions (about 1 time in 20) during a normal startup the system will get past the blue screen and to my desktop (in fact this happened several times consecutively before I got to the point where I could only startup in Safe Mode). However, moving the cursor into the menu bar or into the dock would result in the whole screen freezing – the cursor would move, but nothing else would happen). Also I would see that several pixels were ‘missing’ from the desktop. The desktop is normally solid green, but I would see 3 or 4 red and black pixels.
    I’ve studied all the forum topics that even remotely resemble my problem and tried just about everything I can think of including:
    1. Resetting SMU & PRAM (repetitively)
    2. Running the Apple Hardware Test – All tests passed
    3. Replacing the PRAM battery
    4. Check that the fans are working (I can hear them and when I take the back off, both fans spin)
    5. Erased the disk again, installed the OS from the installation DVD, so that there is no third party software on the system. (and then tried a normal boot both with the original 10.5.1 and 10.5.5 after applying the combo update).
    6. I have several external disks with several copies of the OS on various partitions, including a 10.4.11, but trying to boot from any of those ends with the same result. I can only boot in safe mode, other wise I get a blue screen (or very rarely it will squeak through to the desktop & then immediately freeze).
    Always the same result – safe boot only.
    From reading through the various topics, I get the feeling that my problem may be related to the graphics card, but if that is the case I don’t understand why the system will always boot in safe mode and then run without any problems all day. It even allows me to play movies: very jerky (and no sound), both when I move the QT window and the images themselves, but it still plays.
    Any thoughts on what the problem might be (other than fatal) would be greatly appreciated. Or an explanation why, if it is the graphics card, the system will continue working after safe boot.
    I’ve copied out the system details from Profiler that I think are relevant below.
    All the ‘x’’s in the the ROM revision for the ATI Radeon card look a little odd – never seen that before and I don’t know how long its been there.
    Model Name: iMac G5
    Model Identifier: PowerMac8,2
    Processor Name: PowerPC G5 (3.0)
    Processor Speed: 2 GHz
    Number Of CPUs: 1
    L2 Cache (per CPU): 512 KB
    Memory: 1 GB
    Bus Speed: 667 MHz
    Boot ROM Version: 5.2.5f1
    Serial Number: W8539……
    ATI Radeon 9600:
    Chipset Model: ATY,RV351
    Type: Display
    Bus: AGP
    Slot: AGP
    VRAM (Total): 128 MB
    Vendor: ATI (0x1002)
    Device ID: 0x4150
    Revision ID: 0x0000
    ROM Revision: 113-xxxxx-117
    Displays:
    iMac:
    Display Type: LCD
    Resolution: 1440 x 900
    Depth: 32-bit Color
    Built-In: Yes
    Core Image: Software
    Main Display: Yes
    Mirror: Off
    Online: Yes
    Quartz Extreme: Not Supported
    Display Connector:
    Status: No display connected
    Many thanks for your help

    I had a very similar problem with my 20" iMac G5 ALS running 10.4.11. It began with random freezing inside the OS and intermittent slow booting, but quickly progressed (over a matter of days) to hanging at the blue screen before the logon window, just as you described.
    I too, found that booting in Safe Mode was successful. I ruled out the airport card by manually installing that kernel extension in Safe Mode. A check of the logs pointed to "ATY" which I've since found out is a reference to the ATI drivers, which brought me to this post.
    At least on my system--and I have tested this on Tiger (10.4 and 10.4.11) and Leopard (10.5 and 10.5.6), the only .kext that needs to be removed / renamed is ATIRadeon9700.kext. My preferred method of doing this is to drop to the terminal and type:
    sudo mv /System/Library/Extensions/ATIRadeon.kext /System/Library/Extensions/ATIRadeon.kext.disabled
    This preserves the relevant permissions and ownership, which you'd otherwise have to reset manually if you copy the file elsewhere and then delete the original in the Finder, and then want to restore it to its original condition, BTW:
    sudo chmod -R 755 /System/Library/Extensions/ATIRadeon.kext
    sudo chown -R 0:0 /System/Library/Extensions/ATIRadeon.kext
    Any OS X update will replenish the file, so you should be at the ready to reboot into Safe Mode the first time and rename the file again.
    The downside to all this is that the video acceleration doesn't work, so graphics operations are slow and jerky, but at least everything else seems to be okay, in my case anyway.
    Popping open the case did indeed reveal four bulging capacitors. I bit the bullet and purchased some replacements, part number 647-UHN0J182MPD from Mouser:
    http://mouser.com/Search/ProductDetail.aspx?qs=pjJ%252bhmlZec6zHXGt6EoiHw%3d%3d
    Although I wasn't looking forward to desoldering my logic board, I wasn't real hopeful that I'd have success getting the local Apple shop to replace it under warranty either. I did find some helpful information on performing the fix yourself:
    http://jimwarholic.com/2008/07/how-to-repair-apple-imac-g5.php
    And I do want to be able to sell this thing for at least a little cash to help offset the cost of a new quad-core iMac, whenever they're released.
    Fortunately, for me, the service tech at the Genius Bar at the local Apple store agreed to fix it under the power and video extended warranty, even though it was slightly outside of the warranty period, due to the fact that I had brought it in about a year ago and had the power supply replaced under the same warranty.
    I almost didn't bother to bring the machine in because it's a real nasty day here today, and I figured they'd just tell me "That'll be $800 to fix it," and I'd end up doing surgery on the logic board anyway in addition to carrying the thing up and down the steps to my condo. Boy am I glad I did, though. Apple customer service rocks.

  • MacPro 1,1 July 07 won't boot except in safe mode

    Hi everyone hope one of you is a real man of genius. My mac pro started freezing then wouldn't restart, it would hang on the blue screen @ start up with just a cursor. I tried all remedies I know (flashing everything,resetting everything,hardware check,tech tools,disk warrior,ram and battery removal) and same problem. I then did a clean install of snow leopard and then it hung on the grey screen. After many clean installs got it to work in normal mode once but then froze a week later. I also did a clean install of leo and it hangs on the blue screen still. It will start in safe mode no problem. I installed a new hard drive and new install with same results. It is a hardware problem for sure after new hard drives and clean installs and its not the memory, I installed them one at a time and got same results.
    I feel it has to be the nvidia 7300 but I have no artifacts or lines or distortion before it occurred.
    Please Please help me ! Been on Macs for 10 years and never had a problem. I use my mac for work and am losing $ daily!!! I live in NYC and taking it to apple will be expensive and very painful.
    I just want to be fairly sure if its the video before I spend $350 on the ATI 4870.
    Thanks in advance and Happy New Year fellow Mac freaks!

    RAM has to be installed in matched pairs, not one at a time, one set at a time?
    Disconnected all the devices and cables? and just k/b and mouse left?
    Pulled all the hard drives out except one?
    Disk Warrior etc are current and on a reliable current "Apple-only" boot drive? and that drive system works 100%?
    The 1,1 has an SMC button for reset - under drive bay #4 and just above PCI slot #4 at top, takes 5 seconds only to reset.
    I had to throw out my Apple RAM (4 x 512) last year as it was beginning to fail. And replaced the 7300GT with 8800GT before they vanished.
    OWC sells an ATI 3870 - but maybe those are gone now? and looked to be over priced (was $219 before).
    The best way to format a drive is to install Windows and if you have WDC drives, use WD's latest diagnostic utility. It does work, and better than Mac OS utiliities.
    Not sure what there is to flash, other than SMC reset and PRAM/NVRAM not much.
    I'd install Tiger OEM that it came with if you can just to see how that behaves.

  • Firefox crashes a few seconds after opening except in safe mode - even after reinstall

    When I open firefox it crashes a few seconds after opening.
    I have backed up my profile, uninstalled and reinstalled. (But not restored any of my profile). But it is still crashing in the same way.
    These are the last 5 crash logs
    Crash ID: bp-6eebd291-e610-46fb-9066-b93052130305
    Crash ID: bp-31e5523c-efaf-46a2-88df-ca67a2130305
    Crash ID: bp-bc9c3aa1-644c-4f59-954d-45fca2130305
    Crash ID: bp-a473974a-443f-4c5c-91ed-436f62130305
    Crash ID: bp-31fb2a06-2ed0-48aa-b866-d209d2130305
    I think the initial problem might have been caused by IB Updater - IncrediBar
    I have uninstalled this in the windows control panel and it no longer shows up in the add-ons list (in safe mode). I have also run Malwarebytes Anti-Malware, but this didn't find anything.
    I am also running Avast Anti virus.
    The trouble shoot information below if from running in safe mode as it doesn't stay open long enough in normal mode.
    Any help greatly appreciated !

    Thanks!! That worked a treat and I wouldn't of ever thought this was the problem :)
    Really appreciate your quick reply.

  • Windows 8.1 Outlook 2010 won't open even in safe mode after 4/5/2014 update

    There was an update today, 4/5/2014 for Windows 8.1.  I was able to open Outlook 2010 prior to update.  Ever since the update, I cannot open Outlook 2010, not even in Safe Mode.  I need help!!!

    Hi,
    Make sure there's no Outlook process in Task Manager prior to you open it.
    Then we can check if it can start properly in Clean Boot to determine whether background programs are interfering with Outlook:
    http://support.microsoft.com/kb/929135
    If you still can't open Outlook, consider uninstalling the latest update from Control Panel -> Programs and Features -> View installed updates.
    Regards,
    Melon Chen
    TechNet Community Support

  • Safari won't open certain websites... why?

    Safari will not open certain sites. I cannot get onto youtube, but i can get on apple site??? i want this working so i can change my homepage and never have to come back here, download firefox, because safari has given me NOTHING AT ALL, besides RUN AROUNDS AND PROBLEMS. thanks
    Somebody help me before I switch to PC... seriously

    I am also unable to load some websites. In my case, they are all Australian websites. These are websites that I have previously used for many years.
    I have an Apple MacBook Pro and recently upgraded to Mountain Lion (OSX 10.8  and Safari 6). I contacted Apple support by phone. They responded immediately, and spent 30 minutes with me trying a number of ways to correct the problem. They finally advised that it is not an Apple problem; that I need to contact website support at each of the websites that are not loading; and that I may need a unique plugin app from each website. Unfortunately, there are a lot of websites that are not loading. Any advice?

  • Firefox 3.5.9 won't open even in safe mode i get error message ''mozilla crash reporter'' how do i fix this?

    i cant open firefox anymore! :( do i need to uninstall it?
    == User Agent ==
    Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; GTB6; .NET CLR 1.0.3705; .NET CLR 1.1.4322; Media Center PC 4.0; Media Center PC 2.8)

    i cant open firefox anymore! :( do i need to uninstall it?
    == User Agent ==
    Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; GTB6; .NET CLR 1.0.3705; .NET CLR 1.1.4322; Media Center PC 4.0; Media Center PC 2.8)

  • Upgraded to Firefox 8, but now it won't open-- even in Safe Mode. It crashes upon opening.

    My husband installed Firefox 8 today. Since then, he can't open Firefox - it tries to open but immediately crashes and asks to send an error report. He's researched your help pages, tried to load Firefox in Safemode, but same thing occurs. Has rebooted numerous times. He "Restored to an earlier time in the day" using Norton GoBack after uninstalling Firefox and then reinstalled it. Same exact problem occured. The restore option is no longer available.
    He using a Dell PC with Windows XP3. It's not on this PC - His PC is now not working well, so if you have specific questions about his OS/add-ons, let us know. Thanks

    I had the exact same problem. If you happen to have an old version of Roboform installed try closing it and then running FF. Roboform was making mine crash to the error report every time.
    The newest version of Roboform does work in FF8.

  • Safari won't open - crashes immediately

    Safari won't open. Crashes immediately. Tried to reinstall it, no luck. Tried to repair the disk from insall disk. No luck.
    Process:    
    Safari [664]
    Path:       
    /Applications/Safari.app/Contents/MacOS/Safari
    Identifier: 
    com.apple.Safari
    Version:    
    6.1.1 (7537.73.11)
    Build Info: 
    WebBrowser-7537073011000000~8
    Code Type:  
    X86-64 (Native)
    Parent Process:  launchd [588]
    Date/Time:  
    2014-02-24 10:00:35.640 -0700
    OS Version: 
    Mac OS X 10.7.5 (11G63)
    Report Version:  9
    Interval Since Last Report:     
    91341 sec
    Crashes Since Last Report:      
    11
    Per-App Interval Since Last Report:  120032 sec
    Per-App Crashes Since Last Report:   4
    Crashed Thread:  0
    Exception Type:  EXC_BREAKPOINT (SIGTRAP)
    Exception Codes: 0x0000000000000002, 0x0000000000000000
    Application Specific Information:
    dyld: launch, loading dependent libraries
    Dyld Error Message:
      Library not loaded: /System/Library/PrivateFrameworks/Safari.framework/Versions/A/Safari
      Referenced from: /Applications/Safari.app/Contents/MacOS/Safari
      Reason: image not found
    Binary Images:
    0x101602000 -   
    0x101602fff  com.apple.Safari (6.1.1 - 7537.73.11) <A69D85D3-519F-3287-A452-E9EB3C510883> /Applications/Safari.app/Contents/MacOS/Safari
    0x7fff61202000 -
    0x7fff61236baf  dyld (195.6 - ???) <C58DAD8A-4B00-3676-8637-93D6FDE73147> /usr/lib/dyld
    Model: iMac9,1, BootROM IM91.008D.B08, 2 processors, Intel Core 2 Duo, 3.06 GHz, 8 GB, SMC 1.45f0

    A.
    Remove "SIMBL" and "Google Talk."
    Back up all data.
    Triple-click the line below on this page to select it, then copy the text to the Clipboard by pressing the key combination  command-C:
    /Library/Internet Plug-Ins
    In the Finder, select
    Go ▹ Go to Folder...
    from the menu bar, paste into the box that opens (command-V). You won't see what you pasted because a line break is included. Press return. A folder should open. Inside it are items with these names:
    o1dbrowserplugin.plugin
    npgtpo3dautoplugin.plugin
    Quit Safari. Move those items to the Trash. You may be prompted for your administrator login password.
    Triple-click anywhere in the line below on this page to select it, then copy the text to the Clipboard by pressing the key combination command-C:
    /Library
    In the Finder, select
    Go ▹ Go to Folder...
    from the menu bar, paste into the box that opens (command-V), and press return. A folder will open. From that folder, delete the items listed below (some may be absent.) You may be prompted for your administrator login password.
    Application Support/SIMBL
    InputManagers/SIMBL
    LaunchAgents/net.culater.SIMBL.Agent.plist
    ScriptingAdditions/SIMBL.osax
    Log out and log back in.
    Make sure you never reinstall SIMBL. It’s likely to come bundled with another third-party system modfication that depends on it. If you want trouble-free computing, avoid software that makes miraculous changes to other software, especially built-in applications. The only real exception to that rule is Safari extensions, which are mostly safe, and are easy to get rid of when they don’t work. SIMBL and its dependents are not Safari extensions.
    B.
    Some of your user files (not system files) have incorrect permissions or are locked. This procedure will unlock all your user files, reset their ownership, and remove their access-control lists. If you've set special values for those attributes, they will be reverted. In that case, either stop here, or be prepared to recreate the settings if necessary. Do so only after verifying that those settings didn't cause the problem. If none of this is meaningful to you, you don't need to worry about it.
    Step 1
    If you have more than one user, and the one in question is not an administrator, then go to Step 2.
    Enter the following command in the Terminal window in the same way as before (triple-click, copy, and paste):
    { sudo chflags -R nouchg,nouappnd ~ $TMPDIR..; sudo chown -R $UID:staff ~ $_; sudo chmod -R u+rwX ~ $_; chmod -R -N ~ $_; } 2>&-
    This time you'll be prompted for your login password, which won't be displayed when you type it. You may get a one-time warning to be careful. If you don’t have a login password, you’ll need to set one before you can run the command. If you see a message that your username "is not in the sudoers file," then you're not logged in as an administrator.
    The command may take several minutes to run, depending on how many files you have. Wait for a new line ending in a dollar sign ($) to appear, then quit Terminal.
    Step 2 (optional)
    Take this step only if you have trouble with Step 1, if you prefer not to take it, or if it doesn't solve the problem.
    Boot into Recovery. When the OS X Utilities screen appears, select
    Utilities ▹ Terminal
    from the menu bar. A Terminal window will open. In that window, type this:
    res
    Press the tab key. The partial command you typed will automatically be completed to this:
    resetpassword
    Press return. A Reset Password window will open. You’re not  going to reset a password.
    Select your startup volume ("Macintosh HD," unless you gave it a different name) if not already selected.
    Select your username from the menu labeled Select the user account if not already selected.
    Under Reset Home Directory Permissions and ACLs, click the Reset button.
    Select
     ▹ Restart
    from the menu bar.
    C.
    Launch the Font Book application and validate all fonts. You must select the fonts in order to validate them. See the built-in help and this support article for instructions. If Font Book finds any issues, resolve them.
    From the application's menu bar, select
    File ▹ Restore Standard Fonts...
    You'll be prompted to confirm, and then to enter your administrator login password.
    Boot in safe mode to rebuild the font caches. Boot again as usual and test.
    Note: If FileVault is enabled, or if a firmware password is set, or if the boot volume is a Fusion Drive or a software RAID, you can’t boot in safe mode. In that case, ask for instructions.
    Also note that if you deactivate or remove any built-in fonts, for instance by using a third-party font manager, the system may become unstable.

  • Safari won't open any page

    I'm using 7.0.5 Safari on Maveriks
    Safari won't open any page, unlimit loading... ... ...
    Chrome and other browsers - working good, no errors.
    App Store and Updates - work well
    No network issues.
    Safari - clear cache and reset safari - didn't work.
    hosts file is ok
    no extensions
    delete all plug-ins except default ones.
    hm.. what else...
    apple extreme wifi router - work's well.
    Other devices at home has internet on it, other macbook pro doesn't have a problem with safari.
    in console - no errors
    any page won't load in safari, just a white screen and loading progress..
    What should I do?

    Please read this whole message before doing anything.
    This procedure is a test, not a solution. Don’t be disappointed when you find that nothing has changed after you complete it.
    Step 1
    The purpose of this step is to determine whether the problem is localized to your user account.
    Enable guest logins* and log in as Guest. Don't use the Safari-only “Guest User” login created by “Find My Mac.”
    While logged in as Guest, you won’t have access to any of your documents or settings. Applications will behave as if you were running them for the first time. Don’t be alarmed by this behavior; it’s normal. If you need any passwords or other personal data in order to complete the test, memorize, print, or write them down before you begin.
    Test while logged in as Guest. Same problem?
    After testing, log out of the guest account and, in your own account, disable it if you wish. Any files you created in the guest account will be deleted automatically when you log out of it.
    *Note: If you’ve activated “Find My Mac” or FileVault, then you can’t enable the Guest account. The “Guest User” login created by “Find My Mac” is not the same. Create a new account in which to test, and delete it, including its home folder, after testing.
    Step 2
    The purpose of this step is to determine whether the problem is caused by third-party system modifications that load automatically at startup or login, by a peripheral device, by a font conflict, or by corruption of the file system or of certain system caches.
    Please take this step regardless of the results of Step 1.
    Disconnect all wired peripherals except those needed for the test, and remove all aftermarket expansion cards, if applicable. Start up in safe mode and log in to the account with the problem. You must hold down the shift key twice: once when you turn on the computer, and again when you log in.
    Note: If FileVault is enabled, or if a firmware password is set, or if the startup volume is a software RAID, you can’t do this. Ask for further instructions.
    Safe mode is much slower to start up and run than normal, with limited graphics performance, and some things won’t work at all, including sound output and Wi-Fi on certain models. The next normal startup 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, restart as usual (not in safe mode) and verify that you still have the problem. Post the results of Steps 1 and 2.

  • Safari won't open on my MacBook Pro.  How do I get it to open?

    safari won't open on my MacBook Pro since I inadvertantly downloaded and then trashed Genieo.  I can open it is safe mode. How do I get it to open?

    Adware Removal Guide
    Genio
    Instructions:
    http://www.thesafemac.com/arg-genieo/

  • My Safari won't open. The only thing I recently did was update to OSX Lion and update my iphoto. Ever since then, it will not open.

    Safari won't open. The recent changes I made are, I downloaded OSX Lion and an iphoto update. Not sure if this has anything to do with it? Here is the error report I am getting:
    Process:    
    Safari [1520]
    Path:       
    /Applications/Safari.app/Contents/MacOS/Safari
    Identifier: 
    com.apple.Safari
    Version:    
    5.1.6 (7534.56.5)
    Build Info: 
    WebBrowser-7534056005000000~6
    Code Type:  
    X86 (Native)
    Parent Process:  launchd [141]
    Date/Time:  
    2012-08-22 12:29:47.759 -0700
    OS Version: 
    Mac OS X 10.7.4 (11E53)
    Report Version:  9
    Interval Since Last Report:     
    20890 sec
    Crashes Since Last Report:      
    34
    Per-App Interval Since Last Report:  174 sec
    Per-App Crashes Since Last Report:   34
    Anonymous UUID:                 
    71251E88-EA60-4C2C-8F8C-58090E709CB0
    Crashed Thread:  0  Dispatch queue: com.apple.main-thread
    Exception Type:  EXC_BREAKPOINT (SIGTRAP)
    Exception Codes: 0x0000000000000002, 0x0000000000000000
    Application Specific Information:
    objc[1520]: garbage collection is OFF
    *** Terminating app due to uncaught exception 'NSInternalInconsistencyException', reason: 'Invalid parameter not satisfying: (index >= 0) && (index < [_itemArray count])'
    *** Call stack at first throw:
    0   CoreFoundation                 
    0x90477a67 __raiseError + 231
    1   libobjc.A.dylib                
    0x917ed149 objc_exception_throw + 155
    2   CoreFoundation                 
    0x903df289 +[NSException raise:format:arguments:] + 137
    3   Foundation                     
    0x9a98f233 -[NSAssertionHandler handleFailureInMethod:object:file:lineNumber:description:] + 116
    4   AppKit                         
    0x91a35972 -[NSMenu itemAtIndex:] + 175
    5   AppKit                         
    0x91a35ae9 -[NSMenu removeItemAtIndex:] + 64
    6   Safari                         
    0x00015a96 -[AppController awakeFromNib] + 463
    7   CoreFoundation                 
    0x903d51aa -[NSObject performSelector:] + 58
    8   CoreFoundation                 
    0x903d5127 -[NSSet makeObjectsPerformSelector:] + 247
    9   AppKit                         
    0x91a1b24f -[NSIBObjectData nibInstantiateWithOwner:topLevelObjects:] + 1315
    10  AppKit                         
    0x91a10fce loadNib + 380
    11  AppKit                         
    0x91a103b5 +[NSBundle(NSNibLoading) _loadNibFile:nameTable:withZone:ownerBundle:] + 235
    12  AppKit                         
    0x91a102bf +[NSBundle(NSNibLoading) loadNibFile:externalNameTable:withZone:] + 154
    13  AppKit                         
    0x91a101f3 +[NSBundle(NSNibLoading) loadNibNamed:owner:] + 418
    14  AppKit                         
    0x91c94978 NSApplicationMain + 445
    15  Safari                         
    0x0021c519 SafariMain + 187
    16  Safari                         
    0x00002f79 Safari + 3961
    Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
    0   com.apple.CoreFoundation 
    0x90477957 ___TERMINATING_DUE_TO_UNCAUGHT_EXCEPTION___ + 7
    1   libobjc.A.dylib          
    0x917ed149 objc_exception_throw + 155
    2   com.apple.CoreFoundation 
    0x903df289 +[NSException raise:format:arguments:] + 137
    3   com.apple.Foundation     
    0x9a98f233 -[NSAssertionHandler handleFailureInMethod:object:file:lineNumber:description:] + 116
    4   com.apple.AppKit         
    0x91a35972 -[NSMenu itemAtIndex:] + 175
    5   com.apple.AppKit         
    0x91a35ae9 -[NSMenu removeItemAtIndex:] + 64
    6   com.apple.Safari.framework
    0x00015a96 -[AppController awakeFromNib] + 463
    7   com.apple.CoreFoundation 
    0x903d51aa -[NSObject performSelector:] + 58
    8   com.apple.CoreFoundation 
    0x903d5127 -[NSSet makeObjectsPerformSelector:] + 247
    9   com.apple.AppKit         
    0x91a1b24f -[NSIBObjectData nibInstantiateWithOwner:topLevelObjects:] + 1315
    10  com.apple.AppKit         
    0x91a10fce loadNib + 380
    11  com.apple.AppKit         
    0x91a103b5 +[NSBundle(NSNibLoading) _loadNibFile:nameTable:withZone:ownerBundle:] + 235
    12  com.apple.AppKit         
    0x91a102bf +[NSBundle(NSNibLoading) loadNibFile:externalNameTable:withZone:] + 154
    13  com.apple.AppKit         
    0x91a101f3 +[NSBundle(NSNibLoading) loadNibNamed:owner:] + 418
    14  com.apple.AppKit         
    0x91c94978 NSApplicationMain + 445
    15  com.apple.Safari.framework
    0x0021c519 SafariMain + 187
    16  com.apple.Safari         
    0x00002f79 0x2000 + 3961
    Thread 1:: Dispatch queue: com.apple.libdispatch-manager
    0   libsystem_kernel.dylib   
    0x9cea490a kevent + 10
    1   libdispatch.dylib        
    0x95c59e10 _dispatch_mgr_invoke + 969
    2   libdispatch.dylib        
    0x95c5885f _dispatch_mgr_thread + 53
    Thread 2:
    0   libsystem_kernel.dylib   
    0x9cea402e __workq_kernreturn + 10
    1   libsystem_c.dylib        
    0x9c343ccf _pthread_wqthread + 773
    2   libsystem_c.dylib        
    0x9c3456fe start_wqthread + 30
    Thread 3:: Dispatch queue: com.apple.CFURLCACHE_work_queue
    0   libsystem_kernel.dylib   
    0x9cea4cc2 __pread + 10
    1   libsqlite3.dylib         
    0x9937fb48 unixRead + 88
    2   libsqlite3.dylib         
    0x993a0f01 sqlite3PagerSharedLock + 2721
    3   libsqlite3.dylib         
    0x9939fe18 sqlite3BtreeBeginTrans + 1400
    4   libsqlite3.dylib         
    0x99396dba sqlite3InitOne + 2490
    5   libsqlite3.dylib         
    0x99396381 sqlite3Init + 81
    6   libsqlite3.dylib         
    0x993909a9 sqlite3Pragma + 15113
    7   libsqlite3.dylib         
    0x993860ac yy_reduce + 4908
    8   libsqlite3.dylib         
    0x993849a6 sqlite3Parser + 230
    9   libsqlite3.dylib         
    0x99383530 sqlite3RunParser + 416
    10  libsqlite3.dylib         
    0x99382da3 sqlite3Prepare + 1027
    11  libsqlite3.dylib         
    0x993828c3 sqlite3LockAndPrepare + 307
    12  libsqlite3.dylib         
    0x99381e3a sqlite3_exec + 378
    13  com.apple.CFNetwork      
    0x960bb3fb __CFURLCache::OpenDatabase() + 225
    14  com.apple.CFNetwork      
    0x960baeb5 ProcessCacheTasks(__CFURLCache*, bool) + 277
    15  com.apple.CFNetwork      
    0x960ba715 _ZL24_CFURLCacheTimerCallbackPv + 721
    16  libdispatch.dylib        
    0x95c57fc9 _dispatch_call_block_and_release + 15
    17  libdispatch.dylib        
    0x95c5994f _dispatch_queue_drain + 224
    18  libdispatch.dylib        
    0x95c597f4 _dispatch_queue_invoke + 47
    19  libdispatch.dylib        
    0x95c58ffc _dispatch_worker_thread2 + 187
    20  libsystem_c.dylib        
    0x9c343b24 _pthread_wqthread + 346
    21  libsystem_c.dylib        
    0x9c3456fe start_wqthread + 30
    Thread 4:: WebCore: IconDatabase
    0   libsystem_kernel.dylib   
    0x9cea4cc2 __pread + 10
    1   libsqlite3.dylib         
    0x9937fb48 unixRead + 88
    2   libsqlite3.dylib         
    0x993a647a readDbPage + 138
    3   libsqlite3.dylib         
    0x993a4cc7 sqlite3PagerAcquire + 311
    4   libsqlite3.dylib         
    0x993d5a11 moveToChild + 129
    5   libsqlite3.dylib         
    0x993d7dfb sqlite3BtreeNext + 539
    6   libsqlite3.dylib         
    0x993d041a sqlite3VdbeExec + 43658
    7   libsqlite3.dylib         
    0x993c4c83 sqlite3_step + 2051
    8   com.apple.WebCore        
    0x00d7ebad WebCore::SQLiteStatement::step() + 61
    9   com.apple.WebCore        
    0x00d7f30b WebCore::IconDatabase::performURLImport() + 1003
    10  com.apple.WebCore        
    0x00d7da4a WebCore::IconDatabase::iconDatabaseSyncThread() + 490
    11  com.apple.JavaScriptCore 
    0x0062db8c _ZN3WTFL16threadEntryPointEPv + 76
    12  com.apple.JavaScriptCore 
    0x00854a20 _ZN3WTFL19wtfThreadEntryPointEPv + 16
    13  libsystem_c.dylib        
    0x9c341ed9 _pthread_start + 335
    14  libsystem_c.dylib        
    0x9c3456de thread_start + 34
    Thread 5:: CoreAnimation render server
    0   libsystem_kernel.dylib   
    0x9cea1c22 mach_msg_trap + 10
    1   libsystem_kernel.dylib   
    0x9cea11f6 mach_msg + 70
    2   com.apple.QuartzCore     
    0x9b9aae39 CA::Render::Server::server_thread(void*) + 233
    3   com.apple.QuartzCore     
    0x9b9aad46 thread_fun + 29
    4   libsystem_c.dylib        
    0x9c341ed9 _pthread_start + 335
    5   libsystem_c.dylib        
    0x9c3456de thread_start + 34
    Thread 0 crashed with X86 Thread State (32-bit):
      eax: 0x00000001  ebx: 0xac06a548  ecx: 0x00000001  edx: 0x00000000
      edi: 0x79646430  esi: 0x917ed0bf  ebp: 0xc0000088  esp: 0xc0000080
       ss: 0x0000001f  efl: 0x00000282  eip: 0x90477957   cs: 0x00000017
       ds: 0x0000001f   es: 0x0000001f   fs: 0x00000000   gs: 0x00000037
      cr2: 0x2f708000
    Logical CPU: 0
    Binary Images:
    0x2000 -
    0x2fff  com.apple.Safari (5.1.6 - 7534.56.5) <13FE495D-5908-38BE-8F8A-36B4EC163211> /Applications/Safari.app/Contents/MacOS/Safari
    0x9000 -   0x3acfff  com.apple.Safari.framework (7536 - 7536.25) <F7C10D0C-C1D4-34F4-B587-11B27893B0E3> /System/Library/StagedFrameworks/Safari/Safari.framework/Safari
      0x62a000 -   0x87affc  com.apple.JavaScriptCore (7536 - 7536.24) <D6D2AC71-81C4-359F-97FE-3233F83B408C> /System/Library/StagedFrameworks/Safari/JavaScriptCore.framework/JavaScriptCore
      0x90f000 -   0xa22ffb  com.apple.WebKit (7536 - 7536.25) <1D99BBEC-9A47-385F-B58E-30B3809C381B> /System/Library/StagedFrameworks/Safari/WebKit.framework/WebKit
      0xace000 -   0xc2fff3  com.apple.WebKit2 (7536 - 7536.25) <FF5DAF2E-8261-3E6D-B5DA-D4D518DC7251> /System/Library/StagedFrameworks/Safari/WebKit2.framework/WebKit2
      0xd79000 -  0x19edff3  com.apple.WebCore (7536 - 7536.24) <0BA952C0-B5F2-3266-89B4-10B1FBF0D742> /System/Library/StagedFrameworks/Safari/WebCore.framework/WebCore
    0x3cf4000 -  0x4206feb  com.apple.RawCamera.bundle (3.14.0 - 646) <27962422-EA30-43CF-2B3E-E662BB4C46C7> /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera
    0x8fe01000 - 0x8fe33aa7  dyld (195.6 - ???) <60FD3471-A1D7-342E-99A7-3EDECDAEC6EC> /usr/lib/dyld
    0x901c7000 - 0x90297ffb  com.apple.ImageIO.framework (3.1.2 - 3.1.2) <94798A2B-4C7A-30EA-9920-283451BDB9FA> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/ImageIO
    0x90298000 - 0x9029bffb  com.apple.help (1.3.2 - 42) <B1E6701C-7473-30B2-AB5A-AFC9A4823694> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framewor k/Versions/A/Help
    0x9032e000 - 0x90331ff7  libmathCommon.A.dylib (2026.0.0 - compatibility 1.0.0) <69357047-7BE0-3360-A36D-000F55E39336> /usr/lib/system/libmathCommon.A.dylib
    0x90332000 - 0x90509fe7  com.apple.CoreFoundation (6.7.2 - 635.21) <4D1D2BAF-1332-32DF-A81B-7E79D4F0A6CB> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    0x9050a000 - 0x90602ff7  libFontParser.dylib (??? - ???) <1A0DA421-62B2-3AA7-9F62-0E01C1887D09> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libFontParser.dylib
    0x90603000 - 0x908c6fff  com.apple.security (7.0 - 55148.1) <77754898-4FCD-3CA3-9339-F1058C852806> /System/Library/Frameworks/Security.framework/Versions/A/Security
    0x910af000 - 0x91197fff  libxml2.2.dylib (10.3.0 - compatibility 10.0.0) <1841196F-68B5-309F-8ED1-6714B1DFEC83> /usr/lib/libxml2.2.dylib
    0x91198000 - 0x911abff8  com.apple.MultitouchSupport.framework (231.4 - 231.4) <083F7787-4C3B-31DA-B5BB-1993D9A9723D> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/Multit ouchSupport
    0x911c4000 - 0x911c5ff7  libquarantine.dylib (36.6.0 - compatibility 1.0.0) <600909D9-BD75-386E-8D3E-7CBD29079DF3> /usr/lib/system/libquarantine.dylib
    0x911c6000 - 0x911fcff7  com.apple.AE (527.7 - 527.7) <7BAFBF18-3997-3656-9823-FD3B455056A4> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.fram ework/Versions/A/AE
    0x912b4000 - 0x912b5ff0  libunc.dylib (24.0.0 - compatibility 1.0.0) <2F4B35B2-706C-3383-AA86-DABA409FAE45> /usr/lib/system/libunc.dylib
    0x91564000 - 0x9156bff7  libsystem_notify.dylib (80.1.0 - compatibility 1.0.0) <47DB9E1B-A7D1-3818-A747-382B2C5D9E1B> /usr/lib/system/libsystem_notify.dylib
    0x9156c000 - 0x91594ff7  libxslt.1.dylib (3.24.0 - compatibility 3.0.0) <AB530FB2-8BD1-3328-95E8-CF449F0429CA> /usr/lib/libxslt.1.dylib
    0x91595000 - 0x915ccfef  com.apple.DebugSymbols (2.1 - 87) <EB951B78-31A5-379F-AFA1-B5C9A7BB3D23> /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbol s
    0x91618000 - 0x91625fff  libGL.dylib (??? - ???) <30E6DED6-0213-3A3B-B2B3-310E33301CCB> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
    0x91665000 - 0x9166dff5  libcopyfile.dylib (85.1.0 - compatibility 1.0.0) <BB0C7B49-600F-3551-A460-B7E36CA4C4A4> /usr/lib/system/libcopyfile.dylib
    0x91674000 - 0x91757ff7  libcrypto.0.9.8.dylib (44.0.0 - compatibility 0.9.8) <BD913D3B-388D-33AE-AA5E-4810C743C28F> /usr/lib/libcrypto.0.9.8.dylib
    0x91758000 - 0x91787ff7  libsystem_info.dylib (??? - ???) <37640811-445B-3BB7-9934-A7C99848250D> /usr/lib/system/libsystem_info.dylib
    0x91788000 - 0x91793ff3  libCSync.A.dylib (600.0.0 - compatibility 64.0.0) <EDA0F56F-CB2C-30BB-940D-C6A25B73C717> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib
    0x91794000 - 0x917d7ffd  libcommonCrypto.dylib (55010.0.0 - compatibility 1.0.0) <6B35F203-5D72-335A-A4BC-CC89FEC0E14F> /usr/lib/system/libcommonCrypto.dylib
    0x917d8000 - 0x917d9fff  liblangid.dylib (??? - ???) <C8C204E9-1785-3785-BBD7-22D59493B98B> /usr/lib/liblangid.dylib
    0x917da000 - 0x918b0aab  libobjc.A.dylib (228.0.0 - compatibility 1.0.0) <2E272DCA-38A0-3530-BBF4-47AE678D20D4> /usr/lib/libobjc.A.dylib
    0x918b1000 - 0x9194dfef  com.apple.ink.framework (1.4 - 110) <1A3E2916-60C1-3AC1-86BF-202F6567B228> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework /Versions/A/Ink
    0x919fe000 - 0x92493ff6  com.apple.AppKit (6.7.3 - 1138.47) <D8CD06D7-F18C-39BE-BC68-B343F87F0469> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
    0x92494000 - 0x924c1ff9  com.apple.securityinterface (5.0 - 55022.4) <B59D9B2A-7FB8-32EC-B8D9-6D4DE76508F7> /System/Library/Frameworks/SecurityInterface.framework/Versions/A/SecurityInter face
    0x92515000 - 0x92543fe7  libSystem.B.dylib (159.1.0 - compatibility 1.0.0) <0D8984D3-BFCF-35A7-AA71-BEDC92126B7E> /usr/lib/libSystem.B.dylib
    0x92659000 - 0x9265dffa  libcache.dylib (47.0.0 - compatibility 1.0.0) <56256537-6538-3522-BCB6-2C79DA6AC8CD> /usr/lib/system/libcache.dylib
    0x9265e000 - 0x92a60ff6  libLAPACK.dylib (??? - ???) <00BE0221-8564-3F87-9F6B-8A910CF2F141> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libLAPACK.dylib
    0x92aa4000 - 0x92ad2ff7  com.apple.DictionaryServices (1.2.1 - 158.2) <DA16A8B2-F359-345A-BAF7-8E6A5A0741A1> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Diction aryServices.framework/Versions/A/DictionaryServices
    0x92ad3000 - 0x92b2eff3  com.apple.Symbolication (1.3 - 91) <B5A9433A-0915-343A-90FF-5C469D4DC508> /System/Library/PrivateFrameworks/Symbolication.framework/Versions/A/Symbolicat ion
    0x92b2f000 - 0x92befffb  com.apple.ColorSync (4.7.4 - 4.7.4) <0A68AF35-15DF-3A0A-9B17-70CE2A106A6C> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ColorSync.framework/Versions/A/ColorSync
    0x92bfb000 - 0x92bffff3  libsystem_network.dylib (??? - ???) <62EBADDA-FC72-3275-AAB3-5EDD949FEFAF> /usr/lib/system/libsystem_network.dylib
    0x92c00000 - 0x92c68ff7  libc++.1.dylib (28.1.0 - compatibility 1.0.0) <FE3304C5-C000-3DA0-9E53-0E4CA074B73B> /usr/lib/libc++.1.dylib
    0x92c69000 - 0x92c93ff1  com.apple.CoreServicesInternal (113.17 - 113.17) <41979516-2F26-3707-A6CA-7A95A1B0D963> /System/Library/PrivateFrameworks/CoreServicesInternal.framework/Versions/A/Cor eServicesInternal
    0x92c94000 - 0x92c94fff  com.apple.Cocoa (6.6 - ???) <5FAFE73E-6AF5-3D09-9191-0BDC8C6875CB> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
    0x92c97000 - 0x92c9dffb  com.apple.print.framework.Print (7.4 - 247.3) <CB075EEE-FA1F-345C-A1B5-1AB266FC73A1> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framewo rk/Versions/A/Print
    0x92c9e000 - 0x92caaff4  com.apple.CrashReporterSupport (10.7.4 - 352) <B75C7A0E-A497-30DB-B3DE-737C957A056E> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/Cra shReporterSupport
    0x92cab000 - 0x92cb4fff  libc++abi.dylib (14.0.0 - compatibility 1.0.0) <FEB5330E-AD5D-37A0-8AB2-0820F311A2C8> /usr/lib/libc++abi.dylib
    0x92cb5000 - 0x92cb8ffc  libpam.2.dylib (3.0.0 - compatibility 3.0.0) <6FFDBD60-5EC6-3EFA-996B-EE030443C16C> /usr/lib/libpam.2.dylib
    0x92cb9000 - 0x92dc8fff  com.apple.DesktopServices (1.6.3 - 1.6.3) <18CAAA9E-7065-3FF7-ACFE-CDB60E5426A2> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/Desk topServicesPriv
    0x92dc9000 - 0x92ddfffe  libxpc.dylib (77.19.0 - compatibility 1.0.0) <0585AA94-F4FD-32C1-B586-22E7184B781A> /usr/lib/system/libxpc.dylib
    0x92f3f000 - 0x92fccff7  com.apple.CoreText (220.20.0 - ???) <0C3EDD4F-6112-353A-8A3A-8D630182C22A> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreText.framework/Versions/A/CoreText
    0x93314000 - 0x93354ff3  com.apple.corelocation (330.12 - 330.12) <3F6542AA-B0ED-399A-ABD0-AE7205A8B7BA> /System/Library/Frameworks/CoreLocation.framework/Versions/A/CoreLocation
    0x93355000 - 0x933dcfff  com.apple.print.framework.PrintCore (7.1 - 366.3) <EEC03CAB-7F79-3931-87FE-4DF0B767BF47> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ PrintCore.framework/Versions/A/PrintCore
    0x93d9f000 - 0x93e00ffb  com.apple.audio.CoreAudio (4.0.2 - 4.0.2) <AA6EAFB8-1C27-3D42-B1CD-3A1258C198D9> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
    0x93e01000 - 0x93ef1ff1  libiconv.2.dylib (7.0.0 - compatibility 7.0.0) <9E5F86A3-8405-3774-9E0C-3A074273C96D> /usr/lib/libiconv.2.dylib
    0x93ef2000 - 0x94367ff7  FaceCoreLight (1.4.7 - compatibility 1.0.0) <3E2BF587-5168-3FC5-9D8D-183A9C7C1DED> /System/Library/PrivateFrameworks/FaceCoreLight.framework/Versions/A/FaceCoreLi ght
    0x94482000 - 0x944f1fff  com.apple.Heimdal (2.2 - 2.0) <2E1B8779-36D4-3C62-A67E-0034D77D7707> /System/Library/PrivateFrameworks/Heimdal.framework/Versions/A/Heimdal
    0x94516000 - 0x94516ff2  com.apple.CoreServices (53 - 53) <7CB7AA95-D5A7-366A-BB8A-035AA9E582F8> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
    0x94517000 - 0x94575fff  com.apple.coreui (1.2.2 - 165.10) <C6B099D6-7F02-3971-99B9-E415308959CF> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
    0x94576000 - 0x94576fff  com.apple.audio.units.AudioUnit (1.7.2 - 1.7.2) <2E71E880-25D1-3210-8D26-21EC47ED810C> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
    0x94577000 - 0x9457fff3  libunwind.dylib (30.0.0 - compatibility 1.0.0) <E8DA8CEC-12D6-3C8D-B2E2-5D567C8F3CB5> /usr/lib/system/libunwind.dylib
    0x94580000 - 0x945a2ffe  com.apple.framework.familycontrols (3.0 - 300) <5BCCDDC2-AFAC-3290-AEEF-23B2664CA11F> /System/Library/PrivateFrameworks/FamilyControls.framework/Versions/A/FamilyCon trols
    0x9462c000 - 0x946c2ff7  com.apple.LaunchServices (480.33 - 480.33) <5A4BF529-391E-3987-940E-287ACE56078A> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchS ervices.framework/Versions/A/LaunchServices
    0x946c3000 - 0x94727fff  com.apple.framework.IOKit (2.0 - ???) <88D60E59-430D-35B8-B1E9-F5138301AEF9> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
    0x94739000 - 0x94792fff  com.apple.HIServices (1.21 - ???) <5F4D3797-32E2-3709-85F4-4B56515A17D7> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ HIServices.framework/Versions/A/HIServices
    0x94840000 - 0x949f4ff3  libicucore.A.dylib (46.1.0 - compatibility 1.0.0) <6AD14A51-AEA8-3732-B07B-DEA37577E13A> /usr/lib/libicucore.A.dylib
    0x94a84000 - 0x94f60ff6  libBLAS.dylib (??? - ???) <134ABFC6-F29E-3DC5-8E57-E13CB6EF7B41> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libBLAS.dylib
    0x94f61000 - 0x94fbeffb  com.apple.htmlrendering (76 - 1.1.4) <409EF0CB-2997-369A-9326-BE12436B9EE1> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HTMLRendering .framework/Versions/A/HTMLRendering
    0x952b6000 - 0x952d0fff  com.apple.Kerberos (1.0 - 1) <D7920A1C-FEC4-3460-8DD0-D02491578CBB> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
    0x954b4000 - 0x954bbffd  com.apple.NetFS (4.0 - 4.0) <AE731CFE-1B2E-3E46-8759-843F5FB8C24F> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
    0x954cc000 - 0x954ceff9  com.apple.securityhi (4.0 - 1) <8196A6AC-4F97-3DCB-8F09-AE8D983823DF> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.fr amework/Versions/A/SecurityHI
    0x954f6000 - 0x95548ff7  libFontRegistry.dylib (??? - ???) <96E9602C-DFD3-3021-8090-60228CC80D26> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libFontRegistry.dylib
    0x95557000 - 0x95558ff7  libsystem_sandbox.dylib (??? - ???) <EBC6ED6B-7D94-32A9-A718-BB9EDA1732C9> /usr/lib/system/libsystem_sandbox.dylib
    0x95843000 - 0x95858fff  com.apple.speech.synthesis.framework (4.0.74 - 4.0.74) <92AADDB0-BADF-3B00-8941-B8390EDC931B> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ SpeechSynthesis.framework/Versions/A/SpeechSynthesis
    0x95c57000 - 0x95c65fff  libdispatch.dylib (187.9.0 - compatibility 1.0.0) <2F918480-12C8-3F22-9B1A-9B2D76F6F4F5> /usr/lib/system/libdispatch.dylib
    0x95dc9000 - 0x95e3dfff  com.apple.CoreSymbolication (2.2 - 73.2) <FA9305CA-FB9B-3646-8C41-FF8DF15AB2C1> /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSy mbolication
    0x95e51000 - 0x95e51ffe  libkeymgr.dylib (23.0.0 - compatibility 1.0.0) <7F0E8EE2-9E8F-366F-9988-E2F119DB9A82> /usr/lib/system/libkeymgr.dylib
    0x95f3a000 - 0x95fc4ffb  com.apple.SearchKit (1.4.0 - 1.4.0) <CF074082-64AB-3A1F-831E-582DF1667827> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchK it.framework/Versions/A/SearchKit
    0x95fc5000 - 0x95fe5ff7  com.apple.RemoteViewServices (1.4 - 44.1) <1F831750-1E77-3013-B1A6-0DF528623790> /System/Library/PrivateFrameworks/RemoteViewServices.framework/Versions/A/Remot eViewServices
    0x960b8000 - 0x961e4ff9  com.apple.CFNetwork (520.4.3 - 520.4.3) <E9E315D4-CE22-3715-BED2-BB95AD5E10E8> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwo rk.framework/Versions/A/CFNetwork
    0x961e5000 - 0x96337fff  com.apple.audio.toolbox.AudioToolbox (1.7.2 - 1.7.2) <E369AC9E-F548-3DF6-B320-9D09E486070E> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
    0x96338000 - 0x96343ffb  com.apple.speech.recognition.framework (4.0.21 - 4.0.21) <A1764D2F-EB84-33DC-9ED5-CDA3B468FF3E> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecogni tion.framework/Versions/A/SpeechRecognition
    0x96344000 - 0x96369ff9  libJPEG.dylib (??? - ???) <743578F6-8C0C-39CC-9F15-3A01E1616EAE> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libJPEG.dylib
    0x9636a000 - 0x963e0fff  com.apple.Metadata (10.7.0 - 627.32) <650EE880-1488-3DC6-963B-F3D6E043FFDC> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadat a.framework/Versions/A/Metadata
    0x9642e000 - 0x9642eff0  com.apple.ApplicationServices (41 - 41) <C48EF6B2-ABF9-35BD-A07A-A38EC0008294> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Application Services
    0x96430000 - 0x9644dff3  com.apple.openscripting (1.3.3 - ???) <33713C0B-B7D5-37AA-87DB-2727FDCC8007> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting .framework/Versions/A/OpenScripting
    0x964bb000 - 0x964c3fff  com.apple.DiskArbitration (2.4.1 - 2.4.1) <28D5D8B5-14E8-3DA1-9085-B9BC96835ACF> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
    0x964c4000 - 0x96501ff7  libcups.2.dylib (2.9.0 - compatibility 2.0.0) <1C757924-4E54-3522-A885-99795EA10228> /usr/lib/libcups.2.dylib
    0x96502000 - 0x96564ffb  com.apple.datadetectorscore (3.0 - 179.4) <3A418498-C189-37A1-9B86-F0ECB33AD91C> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDe tectorsCore
    0x96565000 - 0x96565fff  com.apple.Carbon (153 - 153) <13CB5B39-BBDB-397B-A4F2-69773047D092> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
    0x96acd000 - 0x96acfff7  libdyld.dylib (195.6.0 - compatibility 1.0.0) <1F865C73-5803-3B08-988C-65B8D86CB7BE> /usr/lib/system/libdyld.dylib
    0x96ae4000 - 0x96ae5fff  libsystem_blocks.dylib (53.0.0 - compatibility 1.0.0) <B04592B1-0924-3422-82FF-976B339DF567> /usr/lib/system/libsystem_blocks.dylib
    0x96aec000 - 0x96af0ff7  com.apple.OpenDirectory (10.7 - 146) <CFBA4CCF-65D4-3879-BC6A-8888C13E3345> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
    0x96b1a000 - 0x96b2aff7  libCRFSuite.dylib (??? - ???) <94E040D2-2769-359A-A21B-DB85FCB73BDC> /usr/lib/libCRFSuite.dylib
    0x96b2b000 - 0x96e71ff3  com.apple.HIToolbox (1.9 - ???) <409E6397-0DCB-3431-9CCC-368317C62545> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.fra mework/Versions/A/HIToolbox
    0x97c0d000 - 0x97c36ffe  com.apple.opencl (1.50.69 - 1.50.69) <2601993F-F3B3-3737-91AE-4A5795C52CD5> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
    0x97c37000 - 0x97c38ff4  libremovefile.dylib (21.1.0 - compatibility 1.0.0) <6DE3FDC7-0BE0-3791-B6F5-C15422A8AFB8> /usr/lib/system/libremovefile.dylib
    0x97c39000 - 0x97c39fff  libdnsinfo.dylib (395.11.0 - compatibility 1.0.0) <7EFAD88C-AFBC-3D48-BE14-60B8EACC68D7> /usr/lib/system/libdnsinfo.dylib
    0x97c60000 - 0x97c61fff  libDiagnosticMessagesClient.dylib (??? - ???) <DB3889C2-2FC2-3087-A2A2-4C319455E35C> /usr/lib/libDiagnosticMessagesClient.dylib
    0x97cbc000 - 0x97d0cff8  libTIFF.dylib (??? - ???) <4DC2025D-15E7-35CA-B7C5-9F73B26C8B53> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libTIFF.dylib
    0x97ed2000 - 0x97edbff3  com.apple.CommonAuth (2.2 - 2.0) <C3FD6EC2-8EB3-38FB-BBB7-05009CA49024> /System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAuth
    0x98032000 - 0x98034ffb  libRadiance.dylib (??? - ???) <4721057E-5A1F-3083-911B-200ED1CE7678> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libRadiance.dylib
    0x98035000 - 0x98035fff  com.apple.Accelerate (1.7 - Accelerate 1.7) <4192CE7A-BCE0-3D3C-AAF7-6F1B3C607386> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
    0x98036000 - 0x98098ff3  libstdc++.6.dylib (52.0.0 - compatibility 7.0.0) <266CE9B3-526A-3C41-BA58-7AE66A3B15FD> /usr/lib/libstdc++.6.dylib
    0x982c3000 - 0x982cbff3  liblaunch.dylib (392.38.0 - compatibility 1.0.0) <D7F6E875-263A-37B5-B403-53F76710538C> /usr/lib/system/liblaunch.dylib
    0x98301000 - 0x98412ff7  libJP2.dylib (??? - ???) <845C74F4-1074-3983-945F-EB669538CAA9> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libJP2.dylib
    0x98413000 - 0x9841effe  com.apple.NetAuth (3.2 - 3.2) <4377FB18-A550-35C6-BCD2-71C42134EEA6> /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth
    0x9841f000 - 0x9841ffff  com.apple.Accelerate.vecLib (3.7 - vecLib 3.7) <22997C20-BEB7-301D-86C5-5BFB3B06D212> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/vecLib
    0x98420000 - 0x9842efff  com.apple.opengl (1.7.7 - 1.7.7) <2D362F15-5EA6-37B6-9BCB-58F2C599ACDA> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
    0x9842f000 - 0x98434ff7  libmacho.dylib (800.0.0 - compatibility 1.0.0) <943213F3-CC9B-328E-8A6F-16D85C4274C7> /usr/lib/system/libmacho.dylib
    0x98670000 - 0x9867eff7  libxar.1.dylib (??? - ???) <9BD02F7B-6688-3504-B53E-4158F61C1249> /usr/lib/libxar.1.dylib
    0x9867f000 - 0x9869bffc  libPng.dylib (??? - ???) <75F41C08-E187-354C-8115-79387F57FC2C> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libPng.dylib
    0x9869c000 - 0x9890fffb  com.apple.CoreImage (7.98 - 1.0.1) <EDC91BA1-673D-3B47-BFD5-BBF11C36EE6A> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/CoreImage .framework/Versions/A/CoreImage
    0x98910000 - 0x9923a59b  com.apple.CoreGraphics (1.600.0 - ???) <62026E0C-E30F-3FF0-B0F6-6A2D270B20BF> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/CoreGraphics
    0x99247000 - 0x9924affd  libCoreVMClient.dylib (??? - ???) <361CCFAF-8565-383F-915F-0B059C793E42> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClien t.dylib
    0x9924b000 - 0x9924fffd  IOSurface (??? - ???) <EDDBEE65-1EB8-33A7-9972-E361A3508234> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
    0x99331000 - 0x99375ff3  com.apple.framework.CoreWLAN (2.1.2 - 212.2) <677D9374-3EC0-3F4C-9552-3DBFD5161BF3> /System/Library/Frameworks/CoreWLAN.framework/Versions/A/CoreWLAN
    0x99376000 - 0x99486fe7  libsqlite3.dylib (9.6.0 - compatibility 9.0.0) <34E1E3CC-7B6A-3B37-8D07-1258D11E16CB> /usr/lib/libsqlite3.dylib
    0x99487000 - 0x994d8ff9  com.apple.ScalableUserInterface (1.0 - 1) <3C39DF4D-5CAE-373A-BE08-8CD16E514337> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/ScalableU serInterface.framework/Versions/A/ScalableUserInterface
    0x994d9000 - 0x994dfffd  com.apple.CommerceCore (1.0 - 17) <E59CD307-58E2-35FD-9131-B38978799910> /System/Library/PrivateFrameworks/CommerceKit.framework/Versions/A/Frameworks/C ommerceCore.framework/Versions/A/CommerceCore
    0x9986c000 - 0x9998afec  com.apple.vImage (5.1 - 5.1) <7757F253-B281-3612-89D4-F2B04061CBE1> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.fr amework/Versions/A/vImage
    0x9998b000 - 0x999d3ff7  com.apple.SystemConfiguration (1.11.3 - 1.11) <68B92FEA-F754-3E7E-B5E6-D512E26144E7> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfi guration
    0x999d4000 - 0x99a10ffa  libGLImage.dylib (??? - ???) <504E7865-571E-38B4-A84A-D7B513AC84F5> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dyl ib
    0x99a21000 - 0x99ac5fff  com.apple.QD (3.40 - ???) <3881BEC6-0908-3073-BA44-346356E1CDF9> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ QD.framework/Versions/A/QD
    0x99ac6000 - 0x99ad4fff  libz.1.dylib (1.2.5 - compatibility 1.0.0) <E73A4025-835C-3F73-9853-B08606E892DB> /usr/lib/libz.1.dylib
    0x99ad5000 - 0x99b3aff7  libvDSP.dylib (325.4.0 - compatibility 1.0.0) <4B4B32D2-4F66-3B0D-BD61-FA8429FF8507> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvDSP.dylib
    0x99b3b000 - 0x99b46fff  libkxld.dylib (??? - ???) <D8ED88D0-7153-3514-9927-AF15A12261A5> /usr/lib/system/libkxld.dylib
    0x99cdd000 - 0x99cebff7  libxar-nossl.dylib (??? - ???) <5BF4DA8E-C319-354A-967E-A0C725DC8BA3> /usr/lib/libxar-nossl.dylib
    0x9a71e000 - 0x9a71efff  com.apple.vecLib (3.7 - vecLib 3.7) <8CCF99BF-A4B7-3C01-9219-B83D2AE5F82A> /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
    0x9a727000 - 0x9a767ff7  libauto.dylib (??? - ???) <984C81BE-FA1C-3228-8F7E-2965E7E5EB85> /usr/lib/libauto.dylib
    0x9a768000 - 0x9a7f5fe7  libvMisc.dylib (325.4.0 - compatibility 1.0.0) <F2A8BBA3-6431-3CED-8CD3-0953410B6F96> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvMisc.dylib
    0x9a7f6000 - 0x9a871ffb  com.apple.ApplicationServices.ATS (317.11.0 - ???) <42238C8B-C93F-3369-A500-EC0F10EB2C80> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/ATS
    0x9a872000 - 0x9a876fff  libGIF.dylib (??? - ???) <A6F1ACAE-7B9B-3B3F-A54A-ED4004EA1D85> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libGIF.dylib
    0x9a891000 - 0x9a8b3ff8  com.apple.PerformanceAnalysis (1.11 - 11) <453463FF-7C42-3526-8C96-A9971EE07154> /System/Library/PrivateFrameworks/PerformanceAnalysis.framework/Versions/A/Perf ormanceAnalysis
    0x9a8b4000 - 0x9abbeff3  com.apple.Foundation (6.7.2 - 833.25) <4C52ED74-A1FD-3087-A2E1-035AB3CF9610> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
    0x9b642000 - 0x9b705fff  com.apple.CoreServices.OSServices (478.46 - 478.46) <F2063FC8-2BE1-3B97-98AF-8796B0D4BE58> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServi ces.framework/Versions/A/OSServices
    0x9b706000 - 0x9b707fff  com.apple.TrustEvaluationAgent (2.0 - 1) <4BB39578-2F5E-3A50-AD59-9C0AB99472EB> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/Tru stEvaluationAgent
    0x9b708000 - 0x9b712ff2  com.apple.audio.SoundManager (3.9.4.1 - 3.9.4.1) <2A089CE8-9760-3F0F-B77D-29A78940EA17> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CarbonSound.f ramework/Versions/A/CarbonSound
    0x9b713000 - 0x9b727fff  com.apple.CFOpenDirectory (10.7 - 146) <982C417B-5A0F-3DD6-AB50-7E8273A80B38> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpen Directory.framework/Versions/A/CFOpenDirectory
    0x9b728000 - 0x9b771ff7  libGLU.dylib (??? - ???) <5EE0B644-FAD6-3E3C-A380-9B0CDA0B6432> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
    0x9b772000 - 0x9b96aff7  com.apple.CoreData (104.1 - 358.14) <C1730963-F75D-3338-B65F-D50235538B28> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
    0x9b96b000 - 0x9b97bfff  com.apple.LangAnalysis (1.7.0 - 1.7.0) <6D6F0C9D-2EEA-3578-AF3D-E2A09BCECAF3> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ LangAnalysis.framework/Versions/A/LangAnalysis
    0x9b9a8000 - 0x9bb0affb  com.apple.QuartzCore (1.7 - 270.4) <6BC84C60-1003-3008-ABE4-779EF7B4F524> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
    0x9bb7c000 - 0x9be7efff  com.apple.CoreServices.CarbonCore (960.24 - 960.24) <9692D838-85A5-32C1-B7FB-7C141FFC2557> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonC ore.framework/Versions/A/CarbonCore
    0x9be7f000 - 0x9be9cfff  libresolv.9.dylib (46.1.0 - compatibility 1.0.0) <2870320A-28DA-3B44-9D82-D56E0036F6BB> /usr/lib/libresolv.9.dylib
    0x9c2e5000 - 0x9c3b0fff  libsystem_c.dylib (763.13.0 - compatibility 1.0.0) <52421B00-79C8-3727-94DE-62F6820B9C31> /usr/lib/system/libsystem_c.dylib
    0x9c3b1000 - 0x9c3b6ffd  libGFXShared.dylib (??? - ???) <1CA9B41B-2C61-38F8-ABAC-1D5511478F5C> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.d ylib
    0x9c3b7000 - 0x9c3baff7  libcompiler_rt.dylib (6.0.0 - compatibility 1.0.0) <7F6C14CC-0169-3F1B-B89C-372F67F1F3B5> /usr/lib/system/libcompiler_rt.dylib
    0x9c3bb000 - 0x9c3bffff  com.apple.CommonPanels (1.2.5 - 94) <EA47550D-7DAF-30D9-91DB-1FB594CC8522> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels. framework/Versions/A/CommonPanels
    0x9c3c0000 - 0x9c3e7ff3  com.apple.framework.Apple80211 (7.2.1 - 721.3) <5AF136FC-6629-3403-9A99-C64DD8165A14> /System/Library/PrivateFrameworks/Apple80211.framework/Versions/A/Apple80211
    0x9c3e8000 - 0x9c404ff5  com.apple.GenerationalStorage (1.0 - 126.1) <E622F823-7D98-3D13-9C3D-7EA482567394> /System/Library/PrivateFrameworks/GenerationalStorage.framework/Versions/A/Gene rationalStorage
    0x9c587000 - 0x9c598fff  libbsm.0.dylib (??? - ???) <54ACF696-87C6-3652-808A-17BE7275C230> /usr/lib/libbsm.0.dylib
    0x9ca83000 - 0x9cab6fef  libtidy.A.dylib (??? - ???) <E962D8EC-6B9D-35B7-B586-F07D92302ADD> /usr/lib/libtidy.A.dylib
    0x9cab7000 - 0x9cab8ffd  libCVMSPluginSupport.dylib (??? - ???) <22B85645-AA98-372B-BB55-55DCCF0EC716> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCVMSPluginS upport.dylib
    0x9cab9000 - 0x9cadcfff  com.apple.CoreVideo (1.7 - 70.3) <4234C11C-E8E9-309A-9465-27D6D7458895> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
    0x9cadd000 - 0x9cb08fff  com.apple.GSS (2.2 - 2.0) <2C468B23-FA87-30B5-B9A6-8C5D1373AA30> /System/Library/Frameworks/GSS.framework/Versions/A/GSS
    0x9cb0c000 - 0x9cb13ff9  libsystem_dnssd.dylib (??? - ???) <D3A766FC-C409-3A57-ADE4-94B7688E1C7E> /usr/lib/system/libsystem_dnssd.dylib
    0x9cb14000 - 0x9cb29ff7  com.apple.ImageCapture (7.0.1 - 7.0.1) <1C8933A9-C7C6-36E9-9D8B-0EF08ACA3315> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture. framework/Versions/A/ImageCapture
    0x9cb2a000 - 0x9cbc1ff3  com.apple.securityfoundation (5.0 - 55116) <EB53CEF7-4836-39FD-B012-6BC122ED4CE9> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoun dation
    0x9cc7d000 - 0x9cc88ffe  libbz2.1.0.dylib (1.0.5 - compatibility 1.0.0) <13FF02F8-7AF6-3E12-B183-9A725B526B50> /usr/lib/libbz2.1.0.dylib
    0x9ce8b000 - 0x9cea9ff7  libsystem_kernel.dylib (1699.26.8 - compatibility 1.0.0) <3705DE40-E00F-3E37-ADB0-D4AE5F9950F5> /usr/lib/system/libsystem_kernel.dylib
    0x9ceac000 - 0x9ceecff7  com.apple.NavigationServices (3.7 - 193) <16A8BCC8-7343-3A90-88B3-AAA334DF615F> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/NavigationSer vices.framework/Versions/A/NavigationServices
    External Modification Summary:
      Calls made by other processes targeting this process:
    task_for_pid: 3
    thread_create: 0
    thread_set_state: 0
      Calls made by this process:
    task_for_pid: 0
    thread_create: 0
    thread_set_state: 0
      Calls made by all processes on this machine:
    task_for_pid: 1133
    thread_create: 0
    thread_set_state: 0
    VM Region Summary:
    ReadOnly portion of Libraries: Total=167.4M resident=58.6M(35%) swapped_out_or_unallocated=108.8M(65%)
    Writable regions: Total=35.5M written=1668K(5%) resident=4032K(11%) swapped_out=0K(0%) unallocated=31.5M(89%)
    REGION TYPE                 
    VIRTUAL
    ===========                 
    =======
    CG shared images               
    128K
    CoreServices                   
    796K
    MALLOC                        
    22.5M
    MALLOC guard page               
    48K
    Memory tag=243                   
    4K
    SQLite page cache               
    96K
    Stack                         
    66.5M
    VM_ALLOCATE                     
    52K
    __CI_BITMAP                     
    80K
    __DATA                        
    8632K
    __DATA/__OBJC                   
    84K
    __IMAGE                        
    528K
    __IMPORT                         
    4K
    __LINKEDIT                    
    53.0M
    __OBJC                        
    1908K
    __PAGEZERO                       
    4K
    __RC_CAMERAS                   
    248K
    __TEXT                       
    114.4M
    __UNICODE                      
    544K
    mapped file                  
    143.8M
    shared memory                  
    312K
    shared pmap                   
    10.2M
    ===========                 
    =======
    TOTAL                        
    423.6M
    Model: MacBook4,1, BootROM MB41.00C1.B00, 2 processors, Intel Core 2 Duo, 2.4 GHz, 2 GB, SMC 1.31f1
    Graphics: Intel GMA X3100, GMA X3100, Built-In, 144 MB
    Memory Module: BANK 0/DIMM0, 1 GB, DDR2 SDRAM, 667 MHz, 0x7F7F7F0B00000000, 0x4E5431475436345538484230424E2D334320
    Memory Module: BANK 1/DIMM1, 1 GB, DDR2 SDRAM, 667 MHz, 0x7F7F7F0B00000000, 0x4E5431475436345538484230424E2D334320
    AirPort: spairport_wireless_card_type_airport_extreme (0x14E4, 0x88), Broadcom BCM43xx 1.0 (5.10.131.36.15)
    Bluetooth: Version 4.0.5f11, 2 service, 18 devices, 1 incoming serial ports
    Network Service: Ethernet, Ethernet, en0
    Network Service: AirPort, AirPort, en1
    Serial ATA Device: TOSHIBA MK1655GSXF, 160.04 GB
    Parallel ATA Device: MATSHITADVD-R   UJ-857E
    USB Device: Built-in iSight, apple_vendor_id, 0x8501, 0xfd400000 / 2
    USB Device: Bluetooth USB Host Controller, apple_vendor_id, 0x8205, 0x1a100000 / 2
    USB Device: Apple Internal Keyboard / Trackpad, apple_vendor_id, 0x0229, 0x5d200000 / 3
    USB Device: IR Receiver, apple_vendor_id, 0x8242, 0x5d100000 / 2

    Try this:
    http://swcdn.apple.com/content/downloads/37/23/041-5058/lr5tynbldi18zcrqo8a8uq88 rnjushqliu/Safari6Lion.pkg
    If you have another browser, go there. If not, save it to a usb from another pc or mac.
    the link is to the apple's software update site.

  • Safari won't open after updating

    Help! I am fairly new to the world of Mac and really need help! I recently updated a whole bunch of stuff and now Safari won't open at all.
    If you have any ideas for me to try, keep in mind that this is all new to me so keep it simple please!!!!
    Cheers! Sarah
    Here is the error report:
    Process: Safari [2836]
    Path: /Applications/Safari.app/Contents/MacOS/Safari
    Identifier: com.apple.Safari
    Version: 5.0.1 (5533.17.8)
    Build Info: WebBrowser-75331708~3
    Code Type: X86 (Native)
    Parent Process: launchd [915]
    Interval Since Last Report: 1485 sec
    Crashes Since Last Report: 5
    Per-App Interval Since Last Report: 80 sec
    Per-App Crashes Since Last Report: 5
    Date/Time: 2010-07-30 21:12:14.593 +1200
    OS Version: Mac OS X 10.5.8 (9L31a)
    Report Version: 6
    Anonymous UUID: E414A9AC-8BAB-4C06-813D-60793B557ADF
    Exception Type: EXCBADACCESS (SIGBUS)
    Exception Codes: KERNPROTECTIONFAILURE at 0x0000000000000020
    Crashed Thread: 0
    Thread 0 Crashed:
    0 libobjc.A.dylib 0x903be688 objc_msgSend + 24
    1 libobjc.A.dylib 0x903b6bdf callloadmethods + 214
    2 libobjc.A.dylib 0x903b00d3 load_images + 98
    3 dyld 0x8fe02e38 dyld::notifySingle(dyldimagestates, mach_header const*, char const*, long) + 328
    4 dyld 0x8fe0e7cf ImageLoader::recursiveInitialization(ImageLoader::LinkContext const&, unsigned int) + 287
    5 dyld 0x8fe0e8c9 ImageLoader::runInitializers(ImageLoader::LinkContext const&) + 57
    6 dyld 0x8fe02202 dyld::runInitializers(ImageLoader*) + 34
    7 dyld 0x8fe0bbdd dlopen + 605
    8 libSystem.B.dylib 0x95d3d2a2 dlopen + 66
    9 com.apple.CoreFoundation 0x94894403 _CFBundleDlfcnLoadBundle + 307
    10 com.apple.CoreFoundation 0x94894d27 _CFBundleLoadExecutableAndReturnError + 567
    11 com.apple.Foundation 0x93c551d3 _NSBundleLoadCode + 259
    12 com.apple.Foundation 0x93c5493b -[NSBundle loadAndReturnError:] + 331
    13 com.apple.Foundation 0x93c547ea -[NSBundle load] + 42
    14 com.apple.Foundation 0x93c547ad -[NSBundle principalClass] + 45
    15 com.apple.AppKit 0x979d95a5 -[NSInputManager _loadBundle] + 137
    16 com.apple.AppKit 0x979d8d42 -[NSInputManager initWithName:host:] + 2639
    17 com.apple.AppKit 0x97530e7f +[NSInputManager initialize] + 1134
    18 libobjc.A.dylib 0x903af8b8 classinitialize + 367
    19 libobjc.A.dylib 0x903ae239 classlookupMethodAndLoadCache + 81
    20 libobjc.A.dylib 0x903be6d6 objc_msgSend + 102
    21 com.apple.AppKit 0x9752fcd7 -[NSApplication run] + 83
    22 com.apple.AppKit 0x974fd1d8 NSApplicationMain + 574
    23 com.apple.Safari 0x0000a57e 0x1000 + 38270
    Thread 1:
    0 libSystem.B.dylib 0x95d3b44e _semwaitsignal + 10
    1 libSystem.B.dylib 0x95d65dcd pthreadcondwait$UNIX2003 + 73
    2 com.apple.JavaScriptCore 0x9031ea5f ***::TCMalloc_PageHeap::scavengerThread() + 175
    3 com.apple.JavaScriptCore 0x9031ed7f ***::TCMalloc_PageHeap::runScavengerThread(void*) + 15
    4 libSystem.B.dylib 0x95d65155 pthreadstart + 321
    5 libSystem.B.dylib 0x95d65012 thread_start + 34
    Thread 2:
    0 libSystem.B.dylib 0x95d3b44e _semwaitsignal + 10
    1 libSystem.B.dylib 0x95d65dcd pthreadcondwait$UNIX2003 + 73
    2 com.apple.WebCore 0x913e5484 WebCore::IconDatabase::syncThreadMainLoop() + 260
    3 com.apple.WebCore 0x913e179c WebCore::IconDatabase::iconDatabaseSyncThread() + 188
    4 libSystem.B.dylib 0x95d65155 pthreadstart + 321
    5 libSystem.B.dylib 0x95d65012 thread_start + 34
    Thread 3:
    0 libSystem.B.dylib 0x95d34266 machmsgtrap + 10
    1 libSystem.B.dylib 0x95d3ba5c mach_msg + 72
    2 com.apple.CoreFoundation 0x948e6e7e CFRunLoopRunSpecific + 1790
    3 com.apple.CoreFoundation 0x948e7aa8 CFRunLoopRunInMode + 88
    4 com.apple.CFNetwork 0x938ad264 CFURLCacheWorkerThread(void*) + 388
    5 libSystem.B.dylib 0x95d65155 pthreadstart + 321
    6 libSystem.B.dylib 0x95d65012 thread_start + 34
    Thread 4:
    0 libSystem.B.dylib 0x95d649c6 kevent + 10
    1 libSystem.B.dylib 0x95d65155 pthreadstart + 321
    2 libSystem.B.dylib 0x95d65012 thread_start + 34
    Thread 0 crashed with X86 Thread State (32-bit):
    eax: 0xa005a0a0 ebx: 0x01b09491 ecx: 0x903bf64c edx: 0x00000000
    edi: 0x00783a90 esi: 0x00783ab0 ebp: 0xbfffeea8 esp: 0xbfffee58
    ss: 0x0000001f efl: 0x00010286 eip: 0x903be688 cs: 0x00000017
    ds: 0x0000001f es: 0x0000001f fs: 0x00000000 gs: 0x00000037
    cr2: 0x00000020
    Binary Images:
    0x1000 - 0x5d1fec com.apple.Safari 5.0.1 (5533.17.8) <c356a5f13b4bb077c423a91aa6baa089> /Applications/Safari.app/Contents/MacOS/Safari
    0x645000 - 0x650fff libxar.1.dylib ??? (???) /usr/lib/libxar.1.dylib
    0x658000 - 0x682fe8 com.apple.framework.Apple80211 5.2.8 (528.1) <97dfd0c2d44d3c5839dd96f74e43d9c2> /System/Library/PrivateFrameworks/Apple80211.framework/Versions/A/Apple80211
    0x693000 - 0x6a2ffc SyndicationUI ??? (???) <28a46d7de95282f25743aaaf93013a48> /System/Library/PrivateFrameworks/SyndicationUI.framework/Versions/A/Syndicatio nUI
    0x1ade000 - 0x1adeffc +com.growl.GrowlSafariLoader 1.0 (1.1) /Library/InputManagers/GrowlSafari/GrowlSafariLoader.bundle/Contents/MacOS/Grow lSafariLoader
    0x1b02000 - 0x1b03ffd +com.machangout.Glims ??? (1.0) <da419f7907c7e77a3b55abbcbf946f26> /Library/InputManagers/Glims/Glims.bundle/Contents/MacOS/Glims
    0x1b08000 - 0x1b4cfff +com.machangout.glimsInternal 1.0b12 (1.0 beta 12) <d17f3da380826dfffad36684de730b96> /Library/Application Support/Glims/PlugIns/Glims.bundle/Contents/MacOS/.GlimsInternal
    0x11f22000 - 0x122a1ff3 com.apple.RawCamera.bundle 3.0.2 (527) <981ab8346c346fa5f88601df06c56609> /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera
    0x8fe00000 - 0x8fe2db43 dyld 97.1 (???) <458eed38a009e5658a79579e7bc26603> /usr/lib/dyld
    0x90003000 - 0x900befe3 com.apple.CoreServices.OSServices 228.1 (228.1) <0ca70ca8e67c1a76bee151d65b1e7398> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServi ces.framework/Versions/A/OSServices
    0x900f4000 - 0x900fdfff com.apple.speech.recognition.framework 3.7.24 (3.7.24) <d3180f9edbd9a5e6f283d6156aa3c602> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecogni tion.framework/Versions/A/SpeechRecognition
    0x900fe000 - 0x90105ffe libbsm.dylib ??? (???) <d25c63378a5029648ffd4b4669be31bf> /usr/lib/libbsm.dylib
    0x901b0000 - 0x903a8fff com.apple.JavaScriptCore 5533.17 (5533.17.6) <d38068a2211c9bfb8226f020928eef65> /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore
    0x903a9000 - 0x90489fff libobjc.A.dylib ??? (???) <3ca288b625a47bbcfe378158e4dc328f> /usr/lib/libobjc.A.dylib
    0x9048a000 - 0x904b5fe7 libauto.dylib ??? (???) <4f3e58cb81da07a1662c1f647ce30225> /usr/lib/libauto.dylib
    0x904b6000 - 0x904b8fff com.apple.securityhi 3.0 (30817) <2b2854123fed609d1820d2779e2e0963> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.fr amework/Versions/A/SecurityHI
    0x904b9000 - 0x904b9ff8 com.apple.ApplicationServices 34 (34) <8f910fa65f01d401ad8d04cc933cf887> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Application Services
    0x904ba000 - 0x904baffe com.apple.MonitorPanelFramework 1.2.0 (1.2.0) <a2b462be6c51187eddf7d097ef0e0a04> /System/Library/PrivateFrameworks/MonitorPanel.framework/Versions/A/MonitorPane l
    0x904bb000 - 0x90506ff7 com.apple.CoreMediaIOServices 130.0 (935) <4ee695edd53f5aa200021a2f69d24f76> /System/Library/PrivateFrameworks/CoreMediaIOServices.framework/Versions/A/Core MediaIOServices
    0x90507000 - 0x90586ff5 com.apple.SearchKit 1.2.2 (1.2.2) <3b5f3ab6a363a4d8a2bbbf74213ab0e5> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchK it.framework/Versions/A/SearchKit
    0x9058a000 - 0x905a6ff3 com.apple.CoreVideo 1.6.1 (48.6) <f1837beeefc81964abf7b58075edea2f> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
    0x905f9000 - 0x905fefff com.apple.DisplayServicesFW 2.0.2 (2.0.2) <cb9b98b43ae385a0f374baabe2b71764> /System/Library/PrivateFrameworks/DisplayServices.framework/Versions/A/DisplayS ervices
    0x90629000 - 0x9067aff7 com.apple.HIServices 1.7.1 (???) <ba7fd0ede540a0da08db027f87efbd60> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ HIServices.framework/Versions/A/HIServices
    0x9067b000 - 0x907fffef com.apple.MediaToolbox 0.484.2 (484.2) <a5110a7d3bcb02c45ad8fca1f4957917> /System/Library/PrivateFrameworks/MediaToolbox.framework/Versions/A/MediaToolbo x
    0x90835000 - 0x90bd2fef com.apple.QuartzCore 1.5.8 (1.5.8) <18113e06d296230d63a63b58baf35f55> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
    0x90bd3000 - 0x90eadff3 com.apple.CoreServices.CarbonCore 786.16 (786.16) <60b518e4ad02b91826240199a6311286> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonC ore.framework/Versions/A/CarbonCore
    0x90eae000 - 0x90eecfff libGLImage.dylib ??? (???) <2e570958595e0c9c3a289158223b39ee> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dyl ib
    0x90eed000 - 0x90efbffd libz.1.dylib ??? (???) <5ddd8539ae2ebfd8e7cc1c57525385c7> /usr/lib/libz.1.dylib
    0x90efc000 - 0x90f0cfff com.apple.speech.synthesis.framework 3.7.1 (3.7.1) <9a71429c74ed6ca43eb35e1f78471b2e> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ SpeechSynthesis.framework/Versions/A/SpeechSynthesis
    0x90f0d000 - 0x913defbe libGLProgrammability.dylib ??? (???) <d5cb4e7997a873cd77523689e6749acd> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgramma bility.dylib
    0x913df000 - 0x91ed8fff com.apple.WebCore 5533.17 (5533.17.8) <08c3a4a06c7aec57ffd8a13800ac203c> /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore.frame work/Versions/A/WebCore
    0x91ed9000 - 0x91f1bfef com.apple.NavigationServices 3.5.2 (163) <7f4f1766414a511bf5bc68920ac85a88> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/NavigationSer vices.framework/Versions/A/NavigationServices
    0x91f1c000 - 0x91f82ffb com.apple.ISSupport 1.8 (38.3) /System/Library/PrivateFrameworks/ISSupport.framework/Versions/A/ISSupport
    0x91f83000 - 0x91f83ffe com.apple.quartzframework 1.5 (1.5) <4b8f505e32e4f2d67967a276401f9aaf> /System/Library/Frameworks/Quartz.framework/Versions/A/Quartz
    0x91fd3000 - 0x92673feb com.apple.CoreGraphics 1.409.5 (???) <a40644ccdbdc76e3a0ab4d468b2f9bdd> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/CoreGraphics
    0x92688000 - 0x92688fff com.apple.Carbon 136 (136) <98a5e3bc0c4fa44bbb09713bb88707fe> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
    0x92689000 - 0x92689ffd com.apple.Accelerate 1.4.2 (Accelerate 1.4.2) /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
    0x9268a000 - 0x926d8fe3 com.apple.AppleVAFramework 4.1.17 (4.1.17) /System/Library/PrivateFrameworks/AppleVA.framework/Versions/A/AppleVA
    0x926d9000 - 0x926f7ff3 com.apple.DirectoryService.Framework 3.5.7 (3.5.7) <062b391cc6becb098d8e5f4b32e50c4a> /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryServi ce
    0x926f8000 - 0x92ab4ff4 com.apple.VideoToolbox 0.484.2 (484.2) <35f2d177796ebb3b61f9d06593d1787a> /System/Library/PrivateFrameworks/VideoToolbox.framework/Versions/A/VideoToolbo x
    0x92ab5000 - 0x92adefff libcups.2.dylib ??? (???) <9f900b075e5c7c4820aa24e974cf99f0> /usr/lib/libcups.2.dylib
    0x92adf000 - 0x92b0efe3 com.apple.AE 402.3 (402.3) <dba512e47f68eea1dd0ab35f596edb34> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.fram ework/Versions/A/AE
    0x92b0f000 - 0x92b33fff libxslt.1.dylib ??? (???) <adfe90a3d564d824d5ae0fa6df8d6c3f> /usr/lib/libxslt.1.dylib
    0x92b34000 - 0x92c7efeb com.apple.QTKit 7.6.6 (1674) <ff784c2169c4214493a2b5153d80bd25> /System/Library/Frameworks/QTKit.framework/Versions/A/QTKit
    0x92c8b000 - 0x92d79fef com.apple.PubSub 1.0.5 (65.20) <85a564c5da3f781e7d5c83d5feb4084d> /System/Library/Frameworks/PubSub.framework/Versions/A/PubSub
    0x92e6f000 - 0x92e7cfe7 com.apple.opengl 1.5.10 (1.5.10) <e7d1198d869f45f09251f9697cbdd192> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
    0x92e7d000 - 0x92e99ff3 libPng.dylib ??? (???) <d37524fe884aa164ab7db93d4c803b64> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libPng.dylib
    0x92e9a000 - 0x92ee9fff com.apple.QuickLookUIFramework 1.3.1 (170.9) /System/Library/PrivateFrameworks/QuickLookUI.framework/Versions/A/QuickLookUI
    0x92eea000 - 0x92ef4feb com.apple.audio.SoundManager 3.9.2 (3.9.2) <0f2ba6e891d3761212cf5a5e6134d683> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CarbonSound.f ramework/Versions/A/CarbonSound
    0x92ef5000 - 0x92f52ffb libstdc++.6.dylib ??? (???) <04b812dcec670daa8b7d2852ab14be60> /usr/lib/libstdc++.6.dylib
    0x92f53000 - 0x9309bff7 com.apple.ImageIO.framework 2.0.7 (2.0.7) <2a585e8223b98b77e0d7d566770b98fd> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/ImageIO
    0x9309c000 - 0x930bafff libresolv.9.dylib ??? (???) <0e26b308654f33fc94a0c010a50751f9> /usr/lib/libresolv.9.dylib
    0x93129000 - 0x9313effb com.apple.ImageCapture 5.0.2 (5.0.2) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture. framework/Versions/A/ImageCapture
    0x9313f000 - 0x93179fe7 com.apple.coreui 1.2 (62) /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
    0x9317a000 - 0x9322afff edu.mit.Kerberos 6.0.14 (6.0.14) <673f107cdae80c084774a27bc7bc46c1> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
    0x9325e000 - 0x93397ff7 libicucore.A.dylib ??? (???) <f2819243b278259b9a622ea111ea5fd6> /usr/lib/libicucore.A.dylib
    0x93398000 - 0x93756fea libLAPACK.dylib ??? (???) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libLAPACK.dylib
    0x93757000 - 0x9383fff3 com.apple.CoreData 100.2 (186.2) <44df326fea0236718f5ed64084e82270> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
    0x93840000 - 0x9389cff7 com.apple.htmlrendering 68 (1.1.3) <fe87a9dede38db00e6c8949942c6bd4f> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HTMLRendering .framework/Versions/A/HTMLRendering
    0x9389d000 - 0x938a9fff libbz2.1.0.dylib ??? (???) <887bb6f73d23088fe42946cd9f134876> /usr/lib/libbz2.1.0.dylib
    0x938aa000 - 0x93951fec com.apple.CFNetwork 438.14 (438.14) <827c6cb4419aedec003bb42cbec079af> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwo rk.framework/Versions/A/CFNetwork
    0x93952000 - 0x93954ffd com.apple.CrashReporterSupport 10.5.7 (161) <ccdc3f2000afa5fcbb8537845f36dc01> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/Cra shReporterSupport
    0x93955000 - 0x9395afff com.apple.backup.framework 1.0 (1.0) /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup
    0x93960000 - 0x9396fffe com.apple.DSObjCWrappers.Framework 1.3 (1.3) <a2f7a163a74c134f6f17d497423436fe> /System/Library/PrivateFrameworks/DSObjCWrappers.framework/Versions/A/DSObjCWra ppers
    0x93a3a000 - 0x93a3bffc libffi.dylib ??? (???) <a3b573eb950ca583290f7b2b4c486d09> /usr/lib/libffi.dylib
    0x93be4000 - 0x93be6ff5 libRadiance.dylib ??? (???) <97ff039f6d372ab58a684a0e311e4ed4> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libRadiance.dylib
    0x93be7000 - 0x93c1dfef libtidy.A.dylib ??? (???) <736e56b453bb1324125d72cc3bfd3aed> /usr/lib/libtidy.A.dylib
    0x93c1e000 - 0x93e9afe7 com.apple.Foundation 6.5.9 (677.26) <c68b3cff7864959becfc7fd1a384f925> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
    0x93e9b000 - 0x94057ff3 com.apple.QuartzComposer 2.1 (106.13) <dc04566811ab9c5316d1a622f42da8ba> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzCompose r.framework/Versions/A/QuartzComposer
    0x94058000 - 0x9410affb libcrypto.0.9.7.dylib ??? (???) <d02f7e5b8a68813bb7a77f5edb34ff9d> /usr/lib/libcrypto.0.9.7.dylib
    0x9410b000 - 0x9410bffc com.apple.audio.units.AudioUnit 1.5 (1.5) /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
    0x9414e000 - 0x9418efef com.apple.CoreMedia 0.484.2 (484.2) <37461ff47cb25ad434a8544c97271d28> /System/Library/PrivateFrameworks/CoreMedia.framework/Versions/A/CoreMedia
    0x9418f000 - 0x941cefef libTIFF.dylib ??? (???) <0437eac77e4e874f566ec4219ad1b249> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libTIFF.dylib
    0x941cf000 - 0x94321ff3 com.apple.audio.toolbox.AudioToolbox 1.5.3 (1.5.3) /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
    0x94322000 - 0x9437cff7 com.apple.CoreText 2.0.4 (???) <c7a222be1b51a9954eae716adbd5626a> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreText.framework/Versions/A/CoreText
    0x943f0000 - 0x943f3fff com.apple.help 1.1 (36) <b507b08e484cb89033e9cf23062d77de> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framewor k/Versions/A/Help
    0x943f4000 - 0x944bffef com.apple.ColorSync 4.5.3 (4.5.3) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ColorSync.framework/Versions/A/ColorSync
    0x944c0000 - 0x944c5fff com.apple.CommonPanels 1.2.4 (85) <ea0665f57cd267609466ed8b2b20e893> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels. framework/Versions/A/CommonPanels
    0x944c6000 - 0x94697ff3 com.apple.security 5.0.6 (37592) <5d7ae92f2e52ee7ba5ae658399770602> /System/Library/Frameworks/Security.framework/Versions/A/Security
    0x94698000 - 0x94698ff8 com.apple.Cocoa 6.5 (???) <e064f94d969ce25cb7de3cfb980c3249> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
    0x94699000 - 0x9472cff3 com.apple.ApplicationServices.ATS 3.8.1 (???) <56f6d9c6f0ae8dccb3b6def46d4ae3f3> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/ATS
    0x9472d000 - 0x947b7ff7 com.apple.DesktopServices 1.4.9 (1.4.9) <f5e51a76d315798371b3dd35a4d46d6c> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/Desk topServicesPriv
    0x947b8000 - 0x94845ff7 com.apple.framework.IOKit 1.5.2 (???) <7a3cc24f78f93931731203854ae0d891> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
    0x94846000 - 0x94873feb libvDSP.dylib ??? (???) <f39d424bd56a0e75d5c7a2280a25cd76> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvDSP.dylib
    0x94874000 - 0x949a7fe7 com.apple.CoreFoundation 6.5.7 (476.19) <a332c8f45529ee26d2e9c36d0c723bad> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    0x958b0000 - 0x958bffff libsasl2.2.dylib ??? (???) <0ae9f3c08d8508d9dba56324c60ceb63> /usr/lib/libsasl2.2.dylib
    0x958c0000 - 0x958ddff7 com.apple.QuickLookFramework 1.3.1 (170.9) /System/Library/Frameworks/QuickLook.framework/Versions/A/QuickLook
    0x958de000 - 0x958fdffa libJPEG.dylib ??? (???) <38a243000d3abefeb9ff97e4657538a4> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libJPEG.dylib
    0x958fe000 - 0x95902fff libmathCommon.A.dylib ??? (???) /usr/lib/system/libmathCommon.A.dylib
    0x95903000 - 0x95934ffb com.apple.quartzfilters 1.5.0 (1.5.0) <22581f8fe9dd2cb261f97a897407ec3e> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzFilters .framework/Versions/A/QuartzFilters
    0x95935000 - 0x959afff8 com.apple.print.framework.PrintCore 5.5.4 (245.6) <9ae833544b8249984c07544dbe6a97fa> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ PrintCore.framework/Versions/A/PrintCore
    0x959b5000 - 0x959b5ffa com.apple.CoreServices 32 (32) <2fcc8f3bd5bbfc000b476cad8e6a3dd2> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
    0x959b6000 - 0x95ce1ff6 com.apple.QuickTime 7.6.6 (1674) <3ebc05dcaf5857bc3d33a04ebabf5c1a> /System/Library/Frameworks/QuickTime.framework/Versions/A/QuickTime
    0x95ce2000 - 0x95d2dfe1 com.apple.securityinterface 3.0.4 (37213) <16de57ab3e3f85f3b753f116e2fa7847> /System/Library/Frameworks/SecurityInterface.framework/Versions/A/SecurityInter face
    0x95d2e000 - 0x95d32fff libGIF.dylib ??? (???) <0984073a08c59c7c6be81e52cebf2bec> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libGIF.dylib
    0x95d33000 - 0x95e9aff3 libSystem.B.dylib ??? (???) <c8f52e158bf540cc000146ca8a705958> /usr/lib/libSystem.B.dylib
    0x96104000 - 0x9618bff7 libsqlite3.0.dylib ??? (???) <aaaf72c093e13f34b96e2688b95bdb4a> /usr/lib/libsqlite3.0.dylib
    0x9618c000 - 0x961b0feb libssl.0.9.7.dylib ??? (???) <5b29af782be5894be8b336c9c73c18b6> /usr/lib/libssl.0.9.7.dylib
    0x961ce000 - 0x961e4fff com.apple.DictionaryServices 1.0.0 (1.0.0) <ad0aa0252e3323d182e17f50defe56fc> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Diction aryServices.framework/Versions/A/DictionaryServices
    0x961e5000 - 0x9628cfeb com.apple.QD 3.11.57 (???) <35f058678972d42b88ebdf652df79956> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ QD.framework/Versions/A/QD
    0x9628d000 - 0x9628dffd com.apple.Accelerate.vecLib 3.4.2 (vecLib 3.4.2) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/vecLib
    0x962cb000 - 0x96302fff com.apple.SystemConfiguration 1.9.2 (1.9.2) <41d5aeffefc6d19d471f51ae0b15024f> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfi guration
    0x96303000 - 0x96483fff com.apple.AddressBook.framework 4.1.2 (702) <f9360f9926ccd411fdf7550b73034d17> /System/Library/Frameworks/AddressBook.framework/Versions/A/AddressBook
    0x96484000 - 0x9649cfff com.apple.openscripting 1.2.8 (???) <a888b18c8527f71629702ed8dce9c877> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting .framework/Versions/A/OpenScripting
    0x9649d000 - 0x964e6fef com.apple.Metadata 10.5.8 (398.26) <e4d268ea45379200f03cdc7c8bedae6f> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadat a.framework/Versions/A/Metadata
    0x964e7000 - 0x96564feb com.apple.audio.CoreAudio 3.1.2 (3.1.2) <782a08c44be4698597f4bbd79cac21c6> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
    0x96565000 - 0x9656bfff com.apple.print.framework.Print 218.0.3 (220.2) <8c541d587e4068a5fe5a5ce8ee208516> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framewo rk/Versions/A/Print
    0x9656c000 - 0x9697cfef libBLAS.dylib ??? (???) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libBLAS.dylib
    0x9697d000 - 0x96a10fff com.apple.ink.framework 101.3 (86) <bf3fa8927b4b8baae92381a976fd2079> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework /Versions/A/Ink
    0x96b75000 - 0x96bafffe com.apple.securityfoundation 3.0.2 (36131) <dd2a4d1a4f50b82923d7cfc5df10455d> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoun dation
    0x96bb0000 - 0x96ce8fe7 com.apple.imageKit 1.0.2 (1.0) <00d03cf7f26e1b6023efdc4bd15dd52e> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/ImageKit.fram ework/Versions/A/ImageKit
    0x96d46000 - 0x96d52ffe libGL.dylib ??? (???) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
    0x96d53000 - 0x96d53ffd com.apple.vecLib 3.4.2 (vecLib 3.4.2) /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
    0x96d66000 - 0x96df3ff7 com.apple.LaunchServices 292 (292) <a41286c7c1eb20ffd5cc796f791070f0> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchS ervices.framework/Versions/A/LaunchServices
    0x96df4000 - 0x96e4dff7 libGLU.dylib ??? (???) <64d010e31d7596bd8f9edc6e027d1d0c> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
    0x96e4e000 - 0x96e56fff com.apple.DiskArbitration 2.2.1 (2.2.1) <ba64dd6ada417b5e7be736957f380bca> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
    0x96f3a000 - 0x96facfff com.apple.PDFKit 2.1.2 (2.1.2) /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/PDFKit.framew ork/Versions/A/PDFKit
    0x96fad000 - 0x972b5fe7 com.apple.HIToolbox 1.5.6 (???) <eece3cb8aa0a4e6843fcc1500aca61c5> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.fra mework/Versions/A/HIToolbox
    0x972b6000 - 0x972e8fff com.apple.LDAPFramework 1.4.5 (110) <bb7a3e5d66f00d1d1c8a40569b003ba3> /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP
    0x972e9000 - 0x973f0ff7 com.apple.WebKit 5533.17 (5533.17.8) <d10e9f6a9ba690efd20b87c79f380991> /System/Library/Frameworks/WebKit.framework/Versions/A/WebKit
    0x97421000 - 0x97421ffb com.apple.installserver.framework 1.0 (8) /System/Library/PrivateFrameworks/InstallServer.framework/Versions/A/InstallSer ver
    0x9742f000 - 0x974f6ff2 com.apple.vImage 3.0 (3.0) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.fr amework/Versions/A/vImage
    0x974f7000 - 0x97cf5fef com.apple.AppKit 6.5.9 (949.54) <4df5d2e2271175452103f789b4f4d8a8> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
    0x97cf6000 - 0x97dd7ff7 libxml2.2.dylib ??? (???) <b3bc0b280c36aa17ac477b4da56cd038> /usr/lib/libxml2.2.dylib
    0x97dd8000 - 0x97ddffe9 libgcc_s.1.dylib ??? (???) <f53c808e87d1184c0f9df63aef53ce0b> /usr/lib/libgcc_s.1.dylib
    0x97de0000 - 0x97df0ffc com.apple.LangAnalysis 1.6.5 (1.6.5) <d057feb38163121ffd871c564c692804> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ LangAnalysis.framework/Versions/A/LangAnalysis
    0x97df1000 - 0x97e6efef libvMisc.dylib ??? (???) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvMisc.dylib
    0xfffe8000 - 0xfffebfff libobjc.A.dylib ??? (???) /usr/lib/libobjc.A.dylib
    0xffff0000 - 0xffff1780 libSystem.B.dylib ??? (???) /usr/lib/libSystem.B.dylib

    Thanks for that but unfortunately it hasn't fixed my problem, it still won't open! Grrr.
    Any other ideas?
    Cheers, Sarah
    Here's the error report since then:
    Process: Safari [994]
    Path: /Applications/Safari.app/Contents/MacOS/Safari
    Identifier: com.apple.Safari
    Version: 5.0.1 (5533.17.8)
    Build Info: WebBrowser-75331708~3
    Code Type: X86 (Native)
    Parent Process: launchd [593]
    Interval Since Last Report: 3386 sec
    Crashes Since Last Report: 3
    Per-App Interval Since Last Report: 29 sec
    Per-App Crashes Since Last Report: 3
    Date/Time: 2010-07-31 10:33:01.189 +1200
    OS Version: Mac OS X 10.5.8 (9L31a)
    Report Version: 6
    Anonymous UUID: E414A9AC-8BAB-4C06-813D-60793B557ADF
    Exception Type: EXCBADACCESS (SIGBUS)
    Exception Codes: KERNPROTECTIONFAILURE at 0x0000000000000020
    Crashed Thread: 0
    Thread 0 Crashed:
    0 libobjc.A.dylib 0x903be688 objc_msgSend + 24
    1 libobjc.A.dylib 0x903b6bdf callloadmethods + 214
    2 libobjc.A.dylib 0x903b00d3 load_images + 98
    3 dyld 0x8fe02e38 dyld::notifySingle(dyldimagestates, mach_header const*, char const*, long) + 328
    4 dyld 0x8fe0e7cf ImageLoader::recursiveInitialization(ImageLoader::LinkContext const&, unsigned int) + 287
    5 dyld 0x8fe0e8c9 ImageLoader::runInitializers(ImageLoader::LinkContext const&) + 57
    6 dyld 0x8fe02202 dyld::runInitializers(ImageLoader*) + 34
    7 dyld 0x8fe0bbdd dlopen + 605
    8 libSystem.B.dylib 0x95d3d2a2 dlopen + 66
    9 com.apple.CoreFoundation 0x94894403 _CFBundleDlfcnLoadBundle + 307
    10 com.apple.CoreFoundation 0x94894d27 _CFBundleLoadExecutableAndReturnError + 567
    11 com.apple.Foundation 0x93c551d3 _NSBundleLoadCode + 259
    12 com.apple.Foundation 0x93c5493b -[NSBundle loadAndReturnError:] + 331
    13 com.apple.Foundation 0x93c547ea -[NSBundle load] + 42
    14 com.apple.Foundation 0x93c547ad -[NSBundle principalClass] + 45
    15 com.apple.AppKit 0x979d95a5 -[NSInputManager _loadBundle] + 137
    16 com.apple.AppKit 0x979d8d42 -[NSInputManager initWithName:host:] + 2639
    17 com.apple.AppKit 0x97530e7f +[NSInputManager initialize] + 1134
    18 libobjc.A.dylib 0x903af8b8 classinitialize + 367
    19 libobjc.A.dylib 0x903ae239 classlookupMethodAndLoadCache + 81
    20 libobjc.A.dylib 0x903be6d6 objc_msgSend + 102
    21 com.apple.AppKit 0x9752fcd7 -[NSApplication run] + 83
    22 com.apple.AppKit 0x974fd1d8 NSApplicationMain + 574
    23 com.apple.Safari 0x0000a57e 0x1000 + 38270
    Thread 1:
    0 libSystem.B.dylib 0x95d3b44e _semwaitsignal + 10
    1 libSystem.B.dylib 0x95d65dcd pthreadcondwait$UNIX2003 + 73
    2 com.apple.JavaScriptCore 0x9031ea5f ***::TCMalloc_PageHeap::scavengerThread() + 175
    3 com.apple.JavaScriptCore 0x9031ed7f ***::TCMalloc_PageHeap::runScavengerThread(void*) + 15
    4 libSystem.B.dylib 0x95d65155 pthreadstart + 321
    5 libSystem.B.dylib 0x95d65012 thread_start + 34
    Thread 2:
    0 libSystem.B.dylib 0x95d3b44e _semwaitsignal + 10
    1 libSystem.B.dylib 0x95d65dcd pthreadcondwait$UNIX2003 + 73
    2 com.apple.WebCore 0x913e5484 WebCore::IconDatabase::syncThreadMainLoop() + 260
    3 com.apple.WebCore 0x913e179c WebCore::IconDatabase::iconDatabaseSyncThread() + 188
    4 libSystem.B.dylib 0x95d65155 pthreadstart + 321
    5 libSystem.B.dylib 0x95d65012 thread_start + 34
    Thread 3:
    0 libSystem.B.dylib 0x95d34266 machmsgtrap + 10
    1 libSystem.B.dylib 0x95d3ba5c mach_msg + 72
    2 com.apple.CoreFoundation 0x948e6e7e CFRunLoopRunSpecific + 1790
    3 com.apple.CoreFoundation 0x948e7aa8 CFRunLoopRunInMode + 88
    4 com.apple.CFNetwork 0x938ad264 CFURLCacheWorkerThread(void*) + 388
    5 libSystem.B.dylib 0x95d65155 pthreadstart + 321
    6 libSystem.B.dylib 0x95d65012 thread_start + 34
    Thread 4:
    0 libSystem.B.dylib 0x95d649c6 kevent + 10
    1 libSystem.B.dylib 0x95d65155 pthreadstart + 321
    2 libSystem.B.dylib 0x95d65012 thread_start + 34
    Thread 0 crashed with X86 Thread State (32-bit):
    eax: 0xa005a0a0 ebx: 0x01b05491 ecx: 0x903bf64c edx: 0x00000000
    edi: 0x0071d030 esi: 0x0071d050 ebp: 0xbfffeea8 esp: 0xbfffee58
    ss: 0x0000001f efl: 0x00010286 eip: 0x903be688 cs: 0x00000017
    ds: 0x0000001f es: 0x0000001f fs: 0x00000000 gs: 0x00000037
    cr2: 0x00000020
    Binary Images:
    0x1000 - 0x5d1fec com.apple.Safari 5.0.1 (5533.17.8) <c356a5f13b4bb077c423a91aa6baa089> /Applications/Safari.app/Contents/MacOS/Safari
    0x645000 - 0x650fff libxar.1.dylib ??? (???) /usr/lib/libxar.1.dylib
    0x658000 - 0x682fe8 com.apple.framework.Apple80211 5.2.8 (528.1) <97dfd0c2d44d3c5839dd96f74e43d9c2> /System/Library/PrivateFrameworks/Apple80211.framework/Versions/A/Apple80211
    0x693000 - 0x6a2ffc SyndicationUI ??? (???) <28a46d7de95282f25743aaaf93013a48> /System/Library/PrivateFrameworks/SyndicationUI.framework/Versions/A/Syndicatio nUI
    0x1ade000 - 0x1adfffd +com.machangout.Glims ??? (1.0) <da419f7907c7e77a3b55abbcbf946f26> /Library/InputManagers/Glims/Glims.bundle/Contents/MacOS/Glims
    0x1b04000 - 0x1b48fff +com.machangout.glimsInternal 1.0b12 (1.0 beta 12) <d17f3da380826dfffad36684de730b96> /Library/Application Support/Glims/PlugIns/Glims.bundle/Contents/MacOS/.GlimsInternal
    0x11f22000 - 0x122a1ff3 com.apple.RawCamera.bundle 3.0.2 (527) <981ab8346c346fa5f88601df06c56609> /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera
    0x8fe00000 - 0x8fe2db43 dyld 97.1 (???) <458eed38a009e5658a79579e7bc26603> /usr/lib/dyld
    0x90003000 - 0x900befe3 com.apple.CoreServices.OSServices 228.1 (228.1) <0ca70ca8e67c1a76bee151d65b1e7398> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServi ces.framework/Versions/A/OSServices
    0x900f4000 - 0x900fdfff com.apple.speech.recognition.framework 3.7.24 (3.7.24) <d3180f9edbd9a5e6f283d6156aa3c602> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecogni tion.framework/Versions/A/SpeechRecognition
    0x900fe000 - 0x90105ffe libbsm.dylib ??? (???) <d25c63378a5029648ffd4b4669be31bf> /usr/lib/libbsm.dylib
    0x901b0000 - 0x903a8fff com.apple.JavaScriptCore 5533.17 (5533.17.6) <d38068a2211c9bfb8226f020928eef65> /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore
    0x903a9000 - 0x90489fff libobjc.A.dylib ??? (???) <3ca288b625a47bbcfe378158e4dc328f> /usr/lib/libobjc.A.dylib
    0x9048a000 - 0x904b5fe7 libauto.dylib ??? (???) <4f3e58cb81da07a1662c1f647ce30225> /usr/lib/libauto.dylib
    0x904b6000 - 0x904b8fff com.apple.securityhi 3.0 (30817) <2b2854123fed609d1820d2779e2e0963> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.fr amework/Versions/A/SecurityHI
    0x904b9000 - 0x904b9ff8 com.apple.ApplicationServices 34 (34) <8f910fa65f01d401ad8d04cc933cf887> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Application Services
    0x904ba000 - 0x904baffe com.apple.MonitorPanelFramework 1.2.0 (1.2.0) <a2b462be6c51187eddf7d097ef0e0a04> /System/Library/PrivateFrameworks/MonitorPanel.framework/Versions/A/MonitorPane l
    0x904bb000 - 0x90506ff7 com.apple.CoreMediaIOServices 130.0 (935) <4ee695edd53f5aa200021a2f69d24f76> /System/Library/PrivateFrameworks/CoreMediaIOServices.framework/Versions/A/Core MediaIOServices
    0x90507000 - 0x90586ff5 com.apple.SearchKit 1.2.2 (1.2.2) <3b5f3ab6a363a4d8a2bbbf74213ab0e5> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchK it.framework/Versions/A/SearchKit
    0x9058a000 - 0x905a6ff3 com.apple.CoreVideo 1.6.1 (48.6) <f1837beeefc81964abf7b58075edea2f> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
    0x905f9000 - 0x905fefff com.apple.DisplayServicesFW 2.0.2 (2.0.2) <cb9b98b43ae385a0f374baabe2b71764> /System/Library/PrivateFrameworks/DisplayServices.framework/Versions/A/DisplayS ervices
    0x90629000 - 0x9067aff7 com.apple.HIServices 1.7.1 (???) <ba7fd0ede540a0da08db027f87efbd60> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ HIServices.framework/Versions/A/HIServices
    0x9067b000 - 0x907fffef com.apple.MediaToolbox 0.484.2 (484.2) <a5110a7d3bcb02c45ad8fca1f4957917> /System/Library/PrivateFrameworks/MediaToolbox.framework/Versions/A/MediaToolbo x
    0x90835000 - 0x90bd2fef com.apple.QuartzCore 1.5.8 (1.5.8) <18113e06d296230d63a63b58baf35f55> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
    0x90bd3000 - 0x90eadff3 com.apple.CoreServices.CarbonCore 786.16 (786.16) <60b518e4ad02b91826240199a6311286> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonC ore.framework/Versions/A/CarbonCore
    0x90eae000 - 0x90eecfff libGLImage.dylib ??? (???) <2e570958595e0c9c3a289158223b39ee> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dyl ib
    0x90eed000 - 0x90efbffd libz.1.dylib ??? (???) <5ddd8539ae2ebfd8e7cc1c57525385c7> /usr/lib/libz.1.dylib
    0x90efc000 - 0x90f0cfff com.apple.speech.synthesis.framework 3.7.1 (3.7.1) <9a71429c74ed6ca43eb35e1f78471b2e> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ SpeechSynthesis.framework/Versions/A/SpeechSynthesis
    0x90f0d000 - 0x913defbe libGLProgrammability.dylib ??? (???) <d5cb4e7997a873cd77523689e6749acd> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgramma bility.dylib
    0x913df000 - 0x91ed8fff com.apple.WebCore 5533.17 (5533.17.8) <08c3a4a06c7aec57ffd8a13800ac203c> /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore.frame work/Versions/A/WebCore
    0x91ed9000 - 0x91f1bfef com.apple.NavigationServices 3.5.2 (163) <7f4f1766414a511bf5bc68920ac85a88> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/NavigationSer vices.framework/Versions/A/NavigationServices
    0x91f1c000 - 0x91f82ffb com.apple.ISSupport 1.8 (38.3) /System/Library/PrivateFrameworks/ISSupport.framework/Versions/A/ISSupport
    0x91f83000 - 0x91f83ffe com.apple.quartzframework 1.5 (1.5) <4b8f505e32e4f2d67967a276401f9aaf> /System/Library/Frameworks/Quartz.framework/Versions/A/Quartz
    0x91fd3000 - 0x92673feb com.apple.CoreGraphics 1.409.5 (???) <a40644ccdbdc76e3a0ab4d468b2f9bdd> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/CoreGraphics
    0x92688000 - 0x92688fff com.apple.Carbon 136 (136) <98a5e3bc0c4fa44bbb09713bb88707fe> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
    0x92689000 - 0x92689ffd com.apple.Accelerate 1.4.2 (Accelerate 1.4.2) /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
    0x9268a000 - 0x926d8fe3 com.apple.AppleVAFramework 4.1.17 (4.1.17) /System/Library/PrivateFrameworks/AppleVA.framework/Versions/A/AppleVA
    0x926d9000 - 0x926f7ff3 com.apple.DirectoryService.Framework 3.5.7 (3.5.7) <062b391cc6becb098d8e5f4b32e50c4a> /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryServi ce
    0x926f8000 - 0x92ab4ff4 com.apple.VideoToolbox 0.484.2 (484.2) <35f2d177796ebb3b61f9d06593d1787a> /System/Library/PrivateFrameworks/VideoToolbox.framework/Versions/A/VideoToolbo x
    0x92ab5000 - 0x92adefff libcups.2.dylib ??? (???) <9f900b075e5c7c4820aa24e974cf99f0> /usr/lib/libcups.2.dylib
    0x92adf000 - 0x92b0efe3 com.apple.AE 402.3 (402.3) <dba512e47f68eea1dd0ab35f596edb34> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.fram ework/Versions/A/AE
    0x92b0f000 - 0x92b33fff libxslt.1.dylib ??? (???) <adfe90a3d564d824d5ae0fa6df8d6c3f> /usr/lib/libxslt.1.dylib
    0x92b34000 - 0x92c7efeb com.apple.QTKit 7.6.6 (1674) <ff784c2169c4214493a2b5153d80bd25> /System/Library/Frameworks/QTKit.framework/Versions/A/QTKit
    0x92c8b000 - 0x92d79fef com.apple.PubSub 1.0.5 (65.20) <85a564c5da3f781e7d5c83d5feb4084d> /System/Library/Frameworks/PubSub.framework/Versions/A/PubSub
    0x92e6f000 - 0x92e7cfe7 com.apple.opengl 1.5.10 (1.5.10) <e7d1198d869f45f09251f9697cbdd192> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
    0x92e7d000 - 0x92e99ff3 libPng.dylib ??? (???) <d37524fe884aa164ab7db93d4c803b64> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libPng.dylib
    0x92e9a000 - 0x92ee9fff com.apple.QuickLookUIFramework 1.3.1 (170.9) /System/Library/PrivateFrameworks/QuickLookUI.framework/Versions/A/QuickLookUI
    0x92eea000 - 0x92ef4feb com.apple.audio.SoundManager 3.9.2 (3.9.2) <0f2ba6e891d3761212cf5a5e6134d683> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CarbonSound.f ramework/Versions/A/CarbonSound
    0x92ef5000 - 0x92f52ffb libstdc++.6.dylib ??? (???) <04b812dcec670daa8b7d2852ab14be60> /usr/lib/libstdc++.6.dylib
    0x92f53000 - 0x9309bff7 com.apple.ImageIO.framework 2.0.7 (2.0.7) <2a585e8223b98b77e0d7d566770b98fd> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/ImageIO
    0x9309c000 - 0x930bafff libresolv.9.dylib ??? (???) <0e26b308654f33fc94a0c010a50751f9> /usr/lib/libresolv.9.dylib
    0x93129000 - 0x9313effb com.apple.ImageCapture 5.0.2 (5.0.2) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture. framework/Versions/A/ImageCapture
    0x9313f000 - 0x93179fe7 com.apple.coreui 1.2 (62) /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
    0x9317a000 - 0x9322afff edu.mit.Kerberos 6.0.14 (6.0.14) <673f107cdae80c084774a27bc7bc46c1> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
    0x9325e000 - 0x93397ff7 libicucore.A.dylib ??? (???) <f2819243b278259b9a622ea111ea5fd6> /usr/lib/libicucore.A.dylib
    0x93398000 - 0x93756fea libLAPACK.dylib ??? (???) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libLAPACK.dylib
    0x93757000 - 0x9383fff3 com.apple.CoreData 100.2 (186.2) <44df326fea0236718f5ed64084e82270> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
    0x93840000 - 0x9389cff7 com.apple.htmlrendering 68 (1.1.3) <fe87a9dede38db00e6c8949942c6bd4f> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HTMLRendering .framework/Versions/A/HTMLRendering
    0x9389d000 - 0x938a9fff libbz2.1.0.dylib ??? (???) <887bb6f73d23088fe42946cd9f134876> /usr/lib/libbz2.1.0.dylib
    0x938aa000 - 0x93951fec com.apple.CFNetwork 438.14 (438.14) <827c6cb4419aedec003bb42cbec079af> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwo rk.framework/Versions/A/CFNetwork
    0x93952000 - 0x93954ffd com.apple.CrashReporterSupport 10.5.7 (161) <ccdc3f2000afa5fcbb8537845f36dc01> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/Cra shReporterSupport
    0x93955000 - 0x9395afff com.apple.backup.framework 1.0 (1.0) /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup
    0x93960000 - 0x9396fffe com.apple.DSObjCWrappers.Framework 1.3 (1.3) <a2f7a163a74c134f6f17d497423436fe> /System/Library/PrivateFrameworks/DSObjCWrappers.framework/Versions/A/DSObjCWra ppers
    0x93a3a000 - 0x93a3bffc libffi.dylib ??? (???) <a3b573eb950ca583290f7b2b4c486d09> /usr/lib/libffi.dylib
    0x93be4000 - 0x93be6ff5 libRadiance.dylib ??? (???) <97ff039f6d372ab58a684a0e311e4ed4> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libRadiance.dylib
    0x93be7000 - 0x93c1dfef libtidy.A.dylib ??? (???) <736e56b453bb1324125d72cc3bfd3aed> /usr/lib/libtidy.A.dylib
    0x93c1e000 - 0x93e9afe7 com.apple.Foundation 6.5.9 (677.26) <c68b3cff7864959becfc7fd1a384f925> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
    0x93e9b000 - 0x94057ff3 com.apple.QuartzComposer 2.1 (106.13) <dc04566811ab9c5316d1a622f42da8ba> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzCompose r.framework/Versions/A/QuartzComposer
    0x94058000 - 0x9410affb libcrypto.0.9.7.dylib ??? (???) <d02f7e5b8a68813bb7a77f5edb34ff9d> /usr/lib/libcrypto.0.9.7.dylib
    0x9410b000 - 0x9410bffc com.apple.audio.units.AudioUnit 1.5 (1.5) /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
    0x9414e000 - 0x9418efef com.apple.CoreMedia 0.484.2 (484.2) <37461ff47cb25ad434a8544c97271d28> /System/Library/PrivateFrameworks/CoreMedia.framework/Versions/A/CoreMedia
    0x9418f000 - 0x941cefef libTIFF.dylib ??? (???) <0437eac77e4e874f566ec4219ad1b249> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libTIFF.dylib
    0x941cf000 - 0x94321ff3 com.apple.audio.toolbox.AudioToolbox 1.5.3 (1.5.3) /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
    0x94322000 - 0x9437cff7 com.apple.CoreText 2.0.4 (???) <c7a222be1b51a9954eae716adbd5626a> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreText.framework/Versions/A/CoreText
    0x943f0000 - 0x943f3fff com.apple.help 1.1 (36) <b507b08e484cb89033e9cf23062d77de> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framewor k/Versions/A/Help
    0x943f4000 - 0x944bffef com.apple.ColorSync 4.5.3 (4.5.3) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ColorSync.framework/Versions/A/ColorSync
    0x944c0000 - 0x944c5fff com.apple.CommonPanels 1.2.4 (85) <ea0665f57cd267609466ed8b2b20e893> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels. framework/Versions/A/CommonPanels
    0x944c6000 - 0x94697ff3 com.apple.security 5.0.6 (37592) <5d7ae92f2e52ee7ba5ae658399770602> /System/Library/Frameworks/Security.framework/Versions/A/Security
    0x94698000 - 0x94698ff8 com.apple.Cocoa 6.5 (???) <e064f94d969ce25cb7de3cfb980c3249> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
    0x94699000 - 0x9472cff3 com.apple.ApplicationServices.ATS 3.8.1 (???) <56f6d9c6f0ae8dccb3b6def46d4ae3f3> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/ATS
    0x9472d000 - 0x947b7ff7 com.apple.DesktopServices 1.4.9 (1.4.9) <f5e51a76d315798371b3dd35a4d46d6c> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/Desk topServicesPriv
    0x947b8000 - 0x94845ff7 com.apple.framework.IOKit 1.5.2 (???) <7a3cc24f78f93931731203854ae0d891> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
    0x94846000 - 0x94873feb libvDSP.dylib ??? (???) <f39d424bd56a0e75d5c7a2280a25cd76> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvDSP.dylib
    0x94874000 - 0x949a7fe7 com.apple.CoreFoundation 6.5.7 (476.19) <a332c8f45529ee26d2e9c36d0c723bad> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    0x958b0000 - 0x958bffff libsasl2.2.dylib ??? (???) <0ae9f3c08d8508d9dba56324c60ceb63> /usr/lib/libsasl2.2.dylib
    0x958c0000 - 0x958ddff7 com.apple.QuickLookFramework 1.3.1 (170.9) /System/Library/Frameworks/QuickLook.framework/Versions/A/QuickLook
    0x958de000 - 0x958fdffa libJPEG.dylib ??? (???) <38a243000d3abefeb9ff97e4657538a4> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libJPEG.dylib
    0x958fe000 - 0x95902fff libmathCommon.A.dylib ??? (???) /usr/lib/system/libmathCommon.A.dylib
    0x95903000 - 0x95934ffb com.apple.quartzfilters 1.5.0 (1.5.0) <22581f8fe9dd2cb261f97a897407ec3e> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzFilters .framework/Versions/A/QuartzFilters
    0x95935000 - 0x959afff8 com.apple.print.framework.PrintCore 5.5.4 (245.6) <9ae833544b8249984c07544dbe6a97fa> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ PrintCore.framework/Versions/A/PrintCore
    0x959b5000 - 0x959b5ffa com.apple.CoreServices 32 (32) <2fcc8f3bd5bbfc000b476cad8e6a3dd2> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
    0x959b6000 - 0x95ce1ff6 com.apple.QuickTime 7.6.6 (1674) <3ebc05dcaf5857bc3d33a04ebabf5c1a> /System/Library/Frameworks/QuickTime.framework/Versions/A/QuickTime
    0x95ce2000 - 0x95d2dfe1 com.apple.securityinterface 3.0.4 (37213) <16de57ab3e3f85f3b753f116e2fa7847> /System/Library/Frameworks/SecurityInterface.framework/Versions/A/SecurityInter face
    0x95d2e000 - 0x95d32fff libGIF.dylib ??? (???) <0984073a08c59c7c6be81e52cebf2bec> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libGIF.dylib
    0x95d33000 - 0x95e9aff3 libSystem.B.dylib ??? (???) <c8f52e158bf540cc000146ca8a705958> /usr/lib/libSystem.B.dylib
    0x96104000 - 0x9618bff7 libsqlite3.0.dylib ??? (???) <aaaf72c093e13f34b96e2688b95bdb4a> /usr/lib/libsqlite3.0.dylib
    0x9618c000 - 0x961b0feb libssl.0.9.7.dylib ??? (???) <5b29af782be5894be8b336c9c73c18b6> /usr/lib/libssl.0.9.7.dylib
    0x961ce000 - 0x961e4fff com.apple.DictionaryServices 1.0.0 (1.0.0) <ad0aa0252e3323d182e17f50defe56fc> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Diction aryServices.framework/Versions/A/DictionaryServices
    0x961e5000 - 0x9628cfeb com.apple.QD 3.11.57 (???) <35f058678972d42b88ebdf652df79956> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ QD.framework/Versions/A/QD
    0x9628d000 - 0x9628dffd com.apple.Accelerate.vecLib 3.4.2 (vecLib 3.4.2) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/vecLib
    0x962cb000 - 0x96302fff com.apple.SystemConfiguration 1.9.2 (1.9.2) <41d5aeffefc6d19d471f51ae0b15024f> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfi guration
    0x96303000 - 0x96483fff com.apple.AddressBook.framework 4.1.2 (702) <f9360f9926ccd411fdf7550b73034d17> /System/Library/Frameworks/AddressBook.framework/Versions/A/AddressBook
    0x96484000 - 0x9649cfff com.apple.openscripting 1.2.8 (???) <a888b18c8527f71629702ed8dce9c877> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting .framework/Versions/A/OpenScripting
    0x9649d000 - 0x964e6fef com.apple.Metadata 10.5.8 (398.26) <e4d268ea45379200f03cdc7c8bedae6f> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadat a.framework/Versions/A/Metadata
    0x964e7000 - 0x96564feb com.apple.audio.CoreAudio 3.1.2 (3.1.2) <782a08c44be4698597f4bbd79cac21c6> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
    0x96565000 - 0x9656bfff com.apple.print.framework.Print 218.0.3 (220.2) <8c541d587e4068a5fe5a5ce8ee208516> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framewo rk/Versions/A/Print
    0x9656c000 - 0x9697cfef libBLAS.dylib ??? (???) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libBLAS.dylib
    0x9697d000 - 0x96a10fff com.apple.ink.framework 101.3 (86) <bf3fa8927b4b8baae92381a976fd2079> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework /Versions/A/Ink
    0x96b75000 - 0x96bafffe com.apple.securityfoundation 3.0.2 (36131) <dd2a4d1a4f50b82923d7cfc5df10455d> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoun dation
    0x96bb0000 - 0x96ce8fe7 com.apple.imageKit 1.0.2 (1.0) <00d03cf7f26e1b6023efdc4bd15dd52e> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/ImageKit.fram ework/Versions/A/ImageKit
    0x96d46000 - 0x96d52ffe libGL.dylib ??? (???) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
    0x96d53000 - 0x96d53ffd com.apple.vecLib 3.4.2 (vecLib 3.4.2) /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
    0x96d66000 - 0x96df3ff7 com.apple.LaunchServices 292 (292) <a41286c7c1eb20ffd5cc796f791070f0> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchS ervices.framework/Versions/A/LaunchServices
    0x96df4000 - 0x96e4dff7 libGLU.dylib ??? (???) <64d010e31d7596bd8f9edc6e027d1d0c> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
    0x96e4e000 - 0x96e56fff com.apple.DiskArbitration 2.2.1 (2.2.1) <ba64dd6ada417b5e7be736957f380bca> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
    0x96f3a000 - 0x96facfff com.apple.PDFKit 2.1.2 (2.1.2) /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/PDFKit.framew ork/Versions/A/PDFKit
    0x96fad000 - 0x972b5fe7 com.apple.HIToolbox 1.5.6 (???) <eece3cb8aa0a4e6843fcc1500aca61c5> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.fra mework/Versions/A/HIToolbox
    0x972b6000 - 0x972e8fff com.apple.LDAPFramework 1.4.5 (110) <bb7a3e5d66f00d1d1c8a40569b003ba3> /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP
    0x972e9000 - 0x973f0ff7 com.apple.WebKit 5533.17 (5533.17.8) <d10e9f6a9ba690efd20b87c79f380991> /System/Library/Frameworks/WebKit.framework/Versions/A/WebKit
    0x97421000 - 0x97421ffb com.apple.installserver.framework 1.0 (8) /System/Library/PrivateFrameworks/InstallServer.framework/Versions/A/InstallSer ver
    0x9742f000 - 0x974f6ff2 com.apple.vImage 3.0 (3.0) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.fr amework/Versions/A/vImage
    0x974f7000 - 0x97cf5fef com.apple.AppKit 6.5.9 (949.54) <4df5d2e2271175452103f789b4f4d8a8> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
    0x97cf6000 - 0x97dd7ff7 libxml2.2.dylib ??? (???) <b3bc0b280c36aa17ac477b4da56cd038> /usr/lib/libxml2.2.dylib
    0x97dd8000 - 0x97ddffe9 libgcc_s.1.dylib ??? (???) <f53c808e87d1184c0f9df63aef53ce0b> /usr/lib/libgcc_s.1.dylib
    0x97de0000 - 0x97df0ffc com.apple.LangAnalysis 1.6.5 (1.6.5) <d057feb38163121ffd871c564c692804> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ LangAnalysis.framework/Versions/A/LangAnalysis
    0x97df1000 - 0x97e6efef libvMisc.dylib ??? (???) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvMisc.dylib
    0xfffe8000 - 0xfffebfff libobjc.A.dylib ??? (???) /usr/lib/libobjc.A.dylib
    0xffff0000 - 0xffff1780 libSystem.B.dylib ??? (???) /usr/lib/libSystem.B.dylib

  • Safari won't open & NOTHING will minimize! Please help!

    I think this started after the latest round of software updates. I left the house after clicking "update now" and when I returned home it said "some updates were unable to be installed." The problems started after I restarted the computer, but I can't find a way to uninstall whatever software updates I just installed.
    Anyway, ever since then, Safari won't open. The icon bounces in the dock like it's thinking about opening, the little pinwheel spins, but then nothing happens. Furthermore, NOTHING will minimize: no iTunes, no iCalendar, no Firefox, not a single program will minimize. Particularly irritating b/c I often work on many windows at once, but when I click on the yellow button, the pinwheel spins for a while & then nothing.
    Please help!
    Here's the log of my safari crashes:
    Mac OS X Version 10.4.7 (Build 8J135)
    2006-07-22 23:24:07 -0700
    2006-07-22 23:24:07.308 loginwindow[642] FSResolveAliasWithMountFlags returned err = -43
    2006-07-22 23:24:08.372 SystemUIServer[658] lang is:en
    dyld: Symbol not found: CSSMOID_APPLE_TP_RESOURCESIGN
    Referenced from: /Applications/Safari.app/Contents/MacOS/Safari
    Expected in: /System/Library/Frameworks/Security.framework/Versions/A/Security
    Jul 22 23:25:54 XXXXX computer crashdump[671]: Safari crashed
    Jul 22 23:25:54 XXXXX computer crashdump[671]: crash report written to: /Users/XXXXX computer/Library/Logs/CrashReporter/Safari.crash.log
    dyld: Symbol not found: CSSMOID_APPLE_TP_RESOURCESIGN
    Referenced from: /Applications/Safari.app/Contents/MacOS/Safari
    Expected in: /System/Library/Frameworks/Security.framework/Versions/A/Security
    Jul 22 23:38:16 XXXXX computer crashdump[679]: Safari crashed
    Jul 22 23:38:16 XXXXX computer crashdump[679]: crash report written to: /Users/XXXXX computer/Library/Logs/CrashReporter/Safari.crash.log
    ... none of which means much to me, but maybe someone here will be able to decipher it for me.

    Thie first part of this may not be relevant because the problem started 7/16 or 17.
    Thanks!
    Host Name: XXXXX-Computer
    Date/Time: 2006-07-08 16:03:50.926 -0700
    OS Version: 10.4.6 (Build 8I127)
    Report Version: 4
    Command: Safari
    Path: /Applications/Safari.app/Contents/MacOS/Safari
    Parent: WindowServer [61]
    Version: 2.0.3 (417.9.2)
    Build Version: 7
    Project Name: WebBrowser
    Source Version: 4170902
    PID: 209
    Thread: 1
    Exception: EXCBADACCESS (0x0001)
    Codes: KERNINVALIDADDRESS (0x0001) at 0x666f7295
    Thread 0:
    0 libSystem.B.dylib 0x9000b0a8 machmsgtrap + 8
    1 libSystem.B.dylib 0x9000affc mach_msg + 60
    2 com.apple.CoreFoundation 0x907e4114 __CFRunLoopRun + 832
    3 com.apple.CoreFoundation 0x907e3a18 CFRunLoopRunSpecific + 268
    4 com.apple.HIToolbox 0x9321d980 RunCurrentEventLoopInMode + 264
    5 com.apple.HIToolbox 0x9321d014 ReceiveNextEventCommon + 380
    6 com.apple.HIToolbox 0x9321ce80 BlockUntilNextEventMatchingListInMode + 96
    7 com.apple.AppKit 0x936ff104 _DPSNextEvent + 384
    8 com.apple.AppKit 0x936fedc8 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 116
    9 com.apple.Safari 0x00006e74 0x1000 + 24180
    10 com.apple.AppKit 0x936fb30c -[NSApplication run] + 472
    11 com.apple.AppKit 0x937ebe68 NSApplicationMain + 452
    12 com.apple.Safari 0x0005cbec 0x1000 + 375788
    13 com.apple.Safari 0x0005ca94 0x1000 + 375444
    Thread 1 Crashed:
    0 <<00000000>> 0xfffeff18 objcmsgSendrtp + 24
    1 com.apple.Foundation 0x929ada90 _replacementObjectForObject + 124
    2 com.apple.Foundation 0x929ad8e4 encodeObjectold + 156
    3 com.apple.Foundation 0x929ae8c8 -[NSDictionary encodeWithCoder:] + 148
    4 com.apple.Foundation 0x929ad94c encodeObjectold + 260
    5 com.apple.WebKit 0x952ec734 -[WebFileDatabase performSetObject:forKey:] + 164
    6 com.apple.WebKit 0x952ec540 -[WebFileDatabase lazySync:] + 196
    7 com.apple.Foundation 0x92978f5c __NSFireTimer + 116
    8 com.apple.CoreFoundation 0x907f7aec __CFRunLoopDoTimer + 184
    9 com.apple.CoreFoundation 0x907e4464 __CFRunLoopRun + 1680
    10 com.apple.CoreFoundation 0x907e3a18 CFRunLoopRunSpecific + 268
    11 com.apple.Foundation 0x92985164 -[NSRunLoop runMode:beforeDate:] + 172
    12 com.apple.Foundation 0x9298509c -[NSRunLoop run] + 76
    13 com.apple.WebKit 0x952ca3f0 +[WebFileDatabase _syncLoop:] + 176
    14 com.apple.Foundation 0x92976194 forkThreadForFunction + 108
    15 libSystem.B.dylib 0x9002ba68 pthreadbody + 96
    Thread 2:
    0 libSystem.B.dylib 0x9000b0a8 machmsgtrap + 8
    1 libSystem.B.dylib 0x9000affc mach_msg + 60
    2 com.apple.CoreFoundation 0x907e4114 __CFRunLoopRun + 832
    3 com.apple.CoreFoundation 0x907e3a18 CFRunLoopRunSpecific + 268
    4 com.apple.Foundation 0x9299d69c +[NSURLConnection(NSURLConnectionInternal) _resourceLoadLoop:] + 264
    5 com.apple.Foundation 0x92976194 forkThreadForFunction + 108
    6 libSystem.B.dylib 0x9002ba68 pthreadbody + 96
    Thread 3:
    0 libSystem.B.dylib 0x9000b0a8 machmsgtrap + 8
    1 libSystem.B.dylib 0x9000affc mach_msg + 60
    2 com.apple.CoreFoundation 0x907e4114 __CFRunLoopRun + 832
    3 com.apple.CoreFoundation 0x907e3a18 CFRunLoopRunSpecific + 268
    4 com.apple.Foundation 0x9299e7dc +[NSURLCache _diskCacheSyncLoop:] + 152
    5 com.apple.Foundation 0x92976194 forkThreadForFunction + 108
    6 libSystem.B.dylib 0x9002ba68 pthreadbody + 96
    Thread 4:
    0 libSystem.B.dylib 0x9001f5ec select + 12
    1 com.apple.CoreFoundation 0x907f69a8 __CFSocketManager + 472
    2 libSystem.B.dylib 0x9002ba68 pthreadbody + 96
    Thread 5:
    0 libSystem.B.dylib 0x9002c128 semaphorewait_signaltrap + 8
    1 libSystem.B.dylib 0x90030bec pthreadcondwait + 480
    2 com.apple.Foundation 0x9297d300 -[NSConditionLock lockWhenCondition:] + 68
    3 com.apple.Syndication 0x98f5050c -[AsyncDB _run:] + 192
    4 com.apple.Foundation 0x92976194 forkThreadForFunction + 108
    5 libSystem.B.dylib 0x9002ba68 pthreadbody + 96
    Thread 6:
    0 libSystem.B.dylib 0x9002c128 semaphorewait_signaltrap + 8
    1 libSystem.B.dylib 0x90030bec pthreadcondwait + 480
    2 com.apple.Foundation 0x9297d300 -[NSConditionLock lockWhenCondition:] + 68
    3 com.apple.AppKit 0x9379bd2c -[NSUIHeartBeat _heartBeatThread:] + 324
    4 com.apple.Foundation 0x92976194 forkThreadForFunction + 108
    5 libSystem.B.dylib 0x9002ba68 pthreadbody + 96
    Thread 1 crashed with PPC Thread State 64:
    srr0: 0x00000000fffeff18 srr1: 0x000000000200f030 vrsave: 0x0000000000000000
    cr: 0x44028444 xer: 0x0000000020000001 lr: 0x00000000929ada90 ctr: 0x00000000907e1010
    r0: 0x000000000b590124 r1: 0x00000000f007ffe0 r2: 0x0000000000000ff3 r3: 0x0000000003617110
    r4: 0x0000000090ab0fa0 r5: 0x000000000a7bce40 r6: 0x00000000f007ffa4 r7: 0x000000000b936000
    r8: 0x000000005e4e3e2c r9: 0x0000000000019501 r10: 0x0000000000000fed r11: 0x000000006f550fa0
    r12: 0x00000000666f7275 r13: 0x0000000000000000 r14: 0x0000000000000001 r15: 0x0000000000000001
    r16: 0x0000000000000000 r17: 0x0000000000000000 r18: 0x00000000000098eb r19: 0x0000000000000000
    r20: 0x00000000101975a5 r21: 0x000000008999daca r22: 0x00000000004c51e8 r23: 0x000000000a7bce40
    r24: 0x000000000a7f81a0 r25: 0x000000000a7bce40 r26: 0x000000000a7f81a0 r27: 0x00000000a52d3770
    r28: 0x0000000003617110 r29: 0x0000000003617110 r30: 0x000000000a7bce40 r31: 0x00000000929ada2c
    Binary Images Description:
    0x1000 - 0xdafff com.apple.Safari 2.0.3 (417.9.2) /Applications/Safari.app/Contents/MacOS/Safari
    0x61b000 - 0x61bfff com.apple.SpotLightCM 1.0 (121.34) /System/Library/Contextual Menu Items/SpotlightCM.plugin/Contents/MacOS/SpotlightCM
    0x6fe000 - 0x74d3c7 CarbonLibpwpc PEF binary: CarbonLibpwpc
    0x74d3d0 - 0x7656bd Apple;Carbon;Multimedia PEF binary: Apple;Carbon;Multimedia
    0x766c00 - 0x76898b Apple;Carbon;Networking PEF binary: Apple;Carbon;Networking
    0x170e000 - 0x1710fff com.apple.AutomatorCMM 1.0 (48) /System/Library/Contextual Menu Items/AutomatorCMM.plugin/Contents/MacOS/AutomatorCMM
    0x37fb000 - 0x37fdfff com.apple.textencoding.unicode 2.0 /System/Library/TextEncodings/Unicode Encodings.bundle/Contents/MacOS/Unicode Encodings
    0x5665000 - 0x5669fff com.apple.FolderActionsMenu 1.3 /System/Library/Contextual Menu Items/FolderActionsMenu.plugin/Contents/MacOS/FolderActionsMenu
    0x883ddc0 - 0x883de37 CFMPriv_System PEF binary: CFMPriv_System
    0x8882000 - 0x88820b2 CFMPriv_CoreFoundation PEF binary: CFMPriv_CoreFoundation
    0x8894a60 - 0x8894b15 CFMPriv_DVComponentGlue PEF binary: CFMPriv_DVComponentGlue
    0x88b4d10 - 0x88b4db3 CFMPriv_QuickTime PEF binary: CFMPriv_QuickTime
    0x88b54d0 - 0x88b55a0 CFMPriv_CarbonSound PEF binary: CFMPriv_CarbonSound
    0x88b5610 - 0x88b56e3 CFMPriv_CommonPanels PEF binary: CFMPriv_CommonPanels
    0x88b7e80 - 0x88b7f3b CFMPriv_Help PEF binary: CFMPriv_Help
    0x88b7f40 - 0x88b800a CFMPriv_HIToolbox PEF binary: CFMPriv_HIToolbox
    0x88b8080 - 0x88b8156 CFMPriv_HTMLRendering PEF binary: CFMPriv_HTMLRendering
    0x88b81c0 - 0x88b8293 CFMPriv_ImageCapture PEF binary: CFMPriv_ImageCapture
    0x88b8310 - 0x88b83f5 CFMPriv_NavigationServices PEF binary: CFMPriv_NavigationServices
    0x88b8460 - 0x88b8536 CFMPriv_OpenScriptingMacBLib PEF binary: CFMPriv_OpenScriptingMacBLib
    0x88b8600 - 0x88b86be CFMPriv_Print PEF binary: CFMPriv_Print
    0x88b86d0 - 0x88b879d CFMPriv_SecurityHI PEF binary: CFMPriv_SecurityHI
    0x88b8810 - 0x88b88f2 CFMPriv_SpeechRecognition PEF binary: CFMPriv_SpeechRecognition
    0x88b8960 - 0x88b8a33 CFMPriv_CarbonCore PEF binary: CFMPriv_CarbonCore
    0x88b8aa0 - 0x88b8b73 CFMPriv_OSServices PEF binary: CFMPriv_OSServices
    0x88b8c40 - 0x88b8d02 CFMPriv_AE PEF binary: CFMPriv_AE
    0x88b8d10 - 0x88b8dd5 CFMPriv_ATS PEF binary: CFMPriv_ATS
    0x88b8e40 - 0x88b8f17 CFMPriv_ColorSync PEF binary: CFMPriv_ColorSync
    0x88b8f90 - 0x88b9073 CFMPriv_FindByContent PEF binary: CFMPriv_FindByContent
    0x88b90e0 - 0x88b91ba CFMPriv_HIServices PEF binary: CFMPriv_HIServices
    0x88b9220 - 0x88b9300 CFMPriv_LangAnalysis PEF binary: CFMPriv_LangAnalysis
    0x88b9380 - 0x88b9466 CFMPriv_LaunchServices PEF binary: CFMPriv_LaunchServices
    0x88b9530 - 0x88b9607 CFMPriv_PrintCore PEF binary: CFMPriv_PrintCore
    0x88b9610 - 0x88b96d2 CFMPriv_QD PEF binary: CFMPriv_QD
    0x88b97c0 - 0x88b98a9 CFMPriv_SpeechSynthesis PEF binary: CFMPriv_SpeechSynthesis
    0x8905000 - 0x8a3de45 Flash Player PEF binary: Flash Player
    0xa9c8000 - 0xaa05fff com.apple.QuickTimeFireWireDV.component 7.0.4 /System/Library/QuickTime/QuickTimeFirewireDV.component/Contents/MacOS/QuickTim eFireWireDV
    0xaf4a000 - 0xafc3fff com.apple.applepixletvideo 1.2.5 (1.2d5) /System/Library/QuickTime/ApplePixletVideo.component/Contents/MacOS/ApplePixlet Video
    0x8e995000 - 0x8ea50fff com.apple.QuickTimeMPEG4.component 7.0.4 /System/Library/QuickTime/QuickTimeMPEG4.component/Contents/MacOS/QuickTimeMPEG 4
    0x8ec78000 - 0x8ec7bfff com.apple.QuickTimeH264.component 7.0.4 /System/Library/QuickTime/QuickTimeH264.component/Contents/MacOS/QuickTimeH264
    0x8ed72000 - 0x8f731fff com.apple.QuickTimeComponents.component 7.0.4 /System/Library/QuickTime/QuickTimeComponents.component/Contents/MacOS/QuickTim eComponents
    0x8fa79000 - 0x8fd27fff com.apple.QuickTime 7.0.4 /System/Library/Frameworks/QuickTime.framework/Versions/A/QuickTime
    0x8fe00000 - 0x8fe51fff dyld 44.4 /usr/lib/dyld
    0x90000000 - 0x901bbfff libSystem.B.dylib /usr/lib/libSystem.B.dylib
    0x90213000 - 0x90218fff libmathCommon.A.dylib /usr/lib/system/libmathCommon.A.dylib
    0x9021a000 - 0x9026dfff com.apple.CoreText 1.0.1 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreText.framework/Versions/A/CoreText
    0x9029a000 - 0x9034bfff ATS /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/ATS
    0x9037a000 - 0x90734fff com.apple.CoreGraphics 1.258.27 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/CoreGraphics
    0x907c1000 - 0x9089afff com.apple.CoreFoundation 6.4.4 (368.25) /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    0x908e3000 - 0x908e3fff com.apple.CoreServices 10.4 (???) /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
    0x908e5000 - 0x909e7fff libicucore.A.dylib /usr/lib/libicucore.A.dylib
    0x90a41000 - 0x90ac5fff libobjc.A.dylib /usr/lib/libobjc.A.dylib
    0x90aef000 - 0x90b5dfff com.apple.framework.IOKit 1.4 (???) /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
    0x90b74000 - 0x90b86fff libauto.dylib /usr/lib/libauto.dylib
    0x90b8d000 - 0x90e65fff com.apple.CoreServices.CarbonCore 681.3 (671.2) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonC ore.framework/Versions/A/CarbonCore
    0x90ecb000 - 0x90f4bfff com.apple.CoreServices.OSServices 4.1 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServi ces.framework/Versions/A/OSServices
    0x90f95000 - 0x90fd6fff com.apple.CFNetwork 4.0 (129.13) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwo rk.framework/Versions/A/CFNetwork
    0x90feb000 - 0x91003fff com.apple.WebServices 1.1.2 (1.1.0) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/WebServ icesCore.framework/Versions/A/WebServicesCore
    0x91013000 - 0x91094fff com.apple.SearchKit 1.0.5 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchK it.framework/Versions/A/SearchKit
    0x910da000 - 0x91104fff com.apple.Metadata 10.4.4 (121.36) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadat a.framework/Versions/A/Metadata
    0x91115000 - 0x91123fff libz.1.dylib /usr/lib/libz.1.dylib
    0x91126000 - 0x912e9fff com.apple.security 4.3 (25966) /System/Library/Frameworks/Security.framework/Versions/A/Security
    0x913ec000 - 0x913f5fff com.apple.DiskArbitration 2.1 /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
    0x913fc000 - 0x91423fff com.apple.SystemConfiguration 1.8.2 /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfi guration
    0x91436000 - 0x91441fff libgcc_s.1.dylib /usr/lib/libgcc_s.1.dylib
    0x91446000 - 0x91466fff libmx.A.dylib /usr/lib/libmx.A.dylib
    0x9146c000 - 0x91474fff libbsm.dylib /usr/lib/libbsm.dylib
    0x91478000 - 0x914f3fff com.apple.audio.CoreAudio 3.0.3 /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
    0x91530000 - 0x91530fff com.apple.ApplicationServices 10.4 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Application Services
    0x91532000 - 0x9156afff com.apple.AE 1.5 (297) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ AE.framework/Versions/A/AE
    0x91585000 - 0x91652fff com.apple.ColorSync 4.4.4 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ColorSync.framework/Versions/A/ColorSync
    0x916a7000 - 0x91738fff com.apple.print.framework.PrintCore 4.5 (177.10) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ PrintCore.framework/Versions/A/PrintCore
    0x9177f000 - 0x91836fff com.apple.QD 3.8.19 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ QD.framework/Versions/A/QD
    0x91873000 - 0x918d1fff com.apple.HIServices 1.5.1 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ HIServices.framework/Versions/A/HIServices
    0x918ff000 - 0x91923fff com.apple.LangAnalysis 1.6.1 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ LangAnalysis.framework/Versions/A/LangAnalysis
    0x91937000 - 0x9195cfff com.apple.FindByContent 1.5 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ FindByContent.framework/Versions/A/FindByContent
    0x9196f000 - 0x919b1fff com.apple.LaunchServices 168.10 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ LaunchServices.framework/Versions/A/LaunchServices
    0x919cd000 - 0x919e1fff com.apple.speech.synthesis.framework 3.3 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ SpeechSynthesis.framework/Versions/A/SpeechSynthesis
    0x919ef000 - 0x91a2efff com.apple.ImageIO.framework 1.4.6 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/ImageIO
    0x91a44000 - 0x91b0cfff libcrypto.0.9.7.dylib /usr/lib/libcrypto.0.9.7.dylib
    0x91b5a000 - 0x91b6ffff libcups.2.dylib /usr/lib/libcups.2.dylib
    0x91b74000 - 0x91b91fff libJPEG.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libJPEG.dylib
    0x91b96000 - 0x91c05fff libJP2.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libJP2.dylib
    0x91c1c000 - 0x91c20fff libGIF.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libGIF.dylib
    0x91c22000 - 0x91c69fff libRaw.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libRaw.dylib
    0x91c6e000 - 0x91cabfff libTIFF.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libTIFF.dylib
    0x91cb2000 - 0x91ccbfff libPng.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libPng.dylib
    0x91cd0000 - 0x91cd3fff libRadiance.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libRadiance.dylib
    0x91cd5000 - 0x91cd5fff com.apple.Accelerate 1.2.1 (Accelerate 1.2.1) /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
    0x91cd7000 - 0x91db7fff com.apple.vImage 2.3 /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.fr amework/Versions/A/vImage
    0x91dbf000 - 0x91ddefff com.apple.Accelerate.vecLib 3.2.1 (vecLib 3.2.1) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/vecLib
    0x91e4a000 - 0x91eb8fff libvMisc.dylib /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvMisc.dylib
    0x91ec3000 - 0x91f57fff libvDSP.dylib /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvDSP.dylib
    0x91f71000 - 0x924f9fff libBLAS.dylib /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libBLAS.dylib
    0x9252c000 - 0x92857fff libLAPACK.dylib /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libLAPACK.dylib
    0x92887000 - 0x9290ffff com.apple.DesktopServices 1.3.3 /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/Desk topServicesPriv
    0x92950000 - 0x92b7bfff com.apple.Foundation 6.4.5 (567.26) /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
    0x92c99000 - 0x92d77fff libxml2.2.dylib /usr/lib/libxml2.2.dylib
    0x92d97000 - 0x92e85fff libiconv.2.dylib /usr/lib/libiconv.2.dylib
    0x92e97000 - 0x92eb5fff libGL.dylib /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
    0x92ec0000 - 0x92f1afff libGLU.dylib /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
    0x92f38000 - 0x92f38fff com.apple.Carbon 10.4 (???) /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
    0x92f3a000 - 0x92f4efff com.apple.ImageCapture 3.0 /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture. framework/Versions/A/ImageCapture
    0x92f66000 - 0x92f76fff com.apple.speech.recognition.framework 3.4 /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecogni tion.framework/Versions/A/SpeechRecognition
    0x92f82000 - 0x92f97fff com.apple.securityhi 2.0 (203) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.fr amework/Versions/A/SecurityHI
    0x92fa9000 - 0x93030fff com.apple.ink.framework 101.2 (69) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework /Versions/A/Ink
    0x93044000 - 0x9304ffff com.apple.help 1.0.3 (32) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framewor k/Versions/A/Help
    0x93059000 - 0x93086fff com.apple.openscripting 1.2.5 (???) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting .framework/Versions/A/OpenScripting
    0x930a0000 - 0x930b0fff com.apple.print.framework.Print 5.0 (190.1) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framewo rk/Versions/A/Print
    0x930bc000 - 0x93122fff com.apple.htmlrendering 1.1.2 /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HTMLRendering .framework/Versions/A/HTMLRendering
    0x93153000 - 0x931a2fff com.apple.NavigationServices 3.4.4 (3.4.3) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/NavigationSer vices.framework/Versions/A/NavigationServices
    0x931d0000 - 0x931edfff com.apple.audio.SoundManager 3.9 /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CarbonSound.f ramework/Versions/A/CarbonSound
    0x931ff000 - 0x9320cfff com.apple.CommonPanels 1.2.2 (73) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels. framework/Versions/A/CommonPanels
    0x93215000 - 0x93522fff com.apple.HIToolbox 1.4.6 (???) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.fra mework/Versions/A/HIToolbox
    0x93671000 - 0x9367dfff com.apple.opengl 1.4.7 /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
    0x93682000 - 0x936a2fff com.apple.DirectoryService.Framework 3.1 /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryServi ce
    0x936ba000 - 0x936eafff com.apple.MediaKit 8.6.1 (345.1.7) /System/Library/PrivateFrameworks/MediaKit.framework/Versions/A/MediaKit
    0x936f5000 - 0x936f5fff com.apple.Cocoa 6.4 (???) /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
    0x936f7000 - 0x93d2afff com.apple.AppKit 6.4.4 (824.33) /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
    0x940b7000 - 0x94127fff com.apple.CoreData 80 /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
    0x94160000 - 0x9422afff com.apple.audio.toolbox.AudioToolbox 1.4.1 /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
    0x9427e000 - 0x9427efff com.apple.audio.units.AudioUnit 1.4 /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
    0x94280000 - 0x94434fff com.apple.QuartzCore 1.4.7 /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
    0x94487000 - 0x944c4fff libsqlite3.0.dylib /usr/lib/libsqlite3.0.dylib
    0x944cc000 - 0x9451cfff libGLImage.dylib /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dyl ib
    0x9455c000 - 0x945a0fff com.apple.bom 8.3 (86.1) /System/Library/PrivateFrameworks/Bom.framework/Bom
    0x945ac000 - 0x945e4fff com.apple.vmutils 4.0.0 (85) /System/Library/PrivateFrameworks/vmutils.framework/Versions/A/vmutils
    0x94627000 - 0x94643fff com.apple.securityfoundation 2.1 (24988) /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoun dation
    0x94657000 - 0x9469bfff com.apple.securityinterface 2.1 (24981) /System/Library/Frameworks/SecurityInterface.framework/Versions/A/SecurityInter face
    0x946bf000 - 0x946cefff libCGATS.A.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCGATS.A.dylib
    0x946d6000 - 0x946e2fff libCSync.A.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib
    0x94728000 - 0x94740fff libRIP.A.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
    0x94747000 - 0x947b8fff libstdc++.6.dylib /usr/lib/libstdc++.6.dylib
    0x9492d000 - 0x94a5bfff com.apple.AddressBook.framework 4.0.3 (483) /System/Library/Frameworks/AddressBook.framework/Versions/A/AddressBook
    0x94aed000 - 0x94afcfff com.apple.DSObjCWrappers.Framework 1.1 /System/Library/PrivateFrameworks/DSObjCWrappers.framework/Versions/A/DSObjCWra ppers
    0x94b04000 - 0x94b31fff com.apple.LDAPFramework 1.4.1 (69.0.1) /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP
    0x94b38000 - 0x94b48fff libsasl2.2.dylib /usr/lib/libsasl2.2.dylib
    0x94b4c000 - 0x94b7bfff libssl.0.9.7.dylib /usr/lib/libssl.0.9.7.dylib
    0x94b8b000 - 0x94ba8fff libresolv.9.dylib /usr/lib/libresolv.9.dylib
    0x94fa1000 - 0x94fa1fff com.apple.DiscRecording 3.1.2 (???) /System/Library/Frameworks/DiscRecording.framework/Versions/A/DiscRecording
    0x94fa3000 - 0x95026fff com.apple.DiscRecordingEngine 3.1.2 /System/Library/Frameworks/DiscRecording.framework/Versions/A/Frameworks/DiscRe cordingEngine.framework/Versions/A/DiscRecordingEngine
    0x95053000 - 0x95099fff com.apple.DiscRecordingContent 3.1.2 /System/Library/Frameworks/DiscRecording.framework/Versions/A/Frameworks/DiscRe cordingContent.framework/Versions/A/DiscRecordingContent
    0x95297000 - 0x952bffff libcurl.3.dylib /usr/lib/libcurl.3.dylib
    0x952c8000 - 0x95354fff com.apple.WebKit 1.0.3 (418) /System/Library/Frameworks/WebKit.framework/Versions/A/WebKit
    0x953af000 - 0x954a4fff com.apple.JavaScriptCore 417.11 /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/JavaScriptCor e.framework/Versions/A/JavaScriptCore
    0x954e0000 - 0x957eafff com.apple.WebCore 417.24 /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore.frame work/Versions/A/WebCore
    0x95972000 - 0x9599bfff libxslt.1.dylib /usr/lib/libxslt.1.dylib
    0x96b2f000 - 0x96b4efff com.apple.vecLib 3.2.1 (vecLib 3.2.1) /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
    0x97354000 - 0x97361fff com.apple.agl 2.5.6 (AGL-2.5.6) /System/Library/Frameworks/AGL.framework/Versions/A/AGL
    0x982e7000 - 0x983effff com.apple.DiskImagesFramework 10.4.3 (112.5) /System/Library/PrivateFrameworks/DiskImages.framework/DiskImages
    0x9846c000 - 0x98479fff libbz2.1.0.dylib /usr/lib/libbz2.1.0.dylib
    0x98e4a000 - 0x98e4bfff com.apple.iokit.dvcomponentglue 1.7.9 /System/Library/Frameworks/DVComponentGlue.framework/Versions/A/DVComponentGlue
    0x98f4d000 - 0x98f83fff com.apple.Syndication 1.0.5 (52) /System/Library/PrivateFrameworks/Syndication.framework/Versions/A/Syndication
    0x98fa0000 - 0x98fb2fff com.apple.SyndicationUI 1.0.5 (52) /System/Library/PrivateFrameworks/SyndicationUI.framework/Versions/A/Syndicatio nUI
    Host Name: XXXXX-Computer
    Date/Time: 2006-07-17 09:42:35.264 -0700
    OS Version: 10.4.7 (Build 8J135)
    Report Version: 4
    Command: Safari
    Path: /Applications/Safari.app/Contents/MacOS/Safari
    Parent: WindowServer [60]
    Version: 2.0.4 (419.3)
    PID: 208
    Thread: Unknown
    Link (dyld) error:
    Symbol not found: CSSMOID_APPLE_TP_RESOURCESIGN
    Referenced from: /Applications/Safari.app/Contents/MacOS/Safari
    Expected in: /System/Library/Frameworks/Security.framework/Versions/A/Security
    Host Name: XXXXX-Computer
    Date/Time: 2006-07-17 09:57:26.991 -0700
    OS Version: 10.4.7 (Build 8J135)
    Report Version: 4
    Command: Safari
    Path: /Applications/Safari.app/Contents/MacOS/Safari
    Parent: WindowServer [60]
    Version: 2.0.4 (419.3)
    PID: 224
    Thread: Unknown
    Link (dyld) error:
    Symbol not found: CSSMOID_APPLE_TP_RESOURCESIGN
    Referenced from: /Applications/Safari.app/Contents/MacOS/Safari
    Expected in: /System/Library/Frameworks/Security.framework/Versions/A/Security
    Host Name: XXXXX-Computer
    Date/Time: 2006-07-17 09:57:50.139 -0700
    OS Version: 10.4.7 (Build 8J135)
    Report Version: 4
    Command: Safari
    Path: /Applications/Safari.app/Contents/MacOS/Safari
    Parent: WindowServer [60]
    Version: 2.0.4 (419.3)
    PID: 226
    Thread: Unknown
    Link (dyld) error:
    Symbol not found: CSSMOID_APPLE_TP_RESOURCESIGN
    Referenced from: /Applications/Safari.app/Contents/MacOS/Safari
    Expected in: /System/Library/Frameworks/Security.framework/Versions/A/Security
    Host Name: XXXXX-Computer
    Date/Time: 2006-07-17 10:51:54.594 -0700
    OS Version: 10.4.7 (Build 8J135)
    Report Version: 4
    Command: Safari
    Path: /Applications/Safari.app/Contents/MacOS/Safari
    Parent: WindowServer [60]
    Version: 2.0.4 (419.3)
    PID: 234
    Thread: Unknown
    Link (dyld) error:
    Symbol not found: CSSMOID_APPLE_TP_RESOURCESIGN
    Referenced from: /Applications/Safari.app/Contents/MacOS/Safari
    Expected in: /System/Library/Frameworks/Security.framework/Versions/A/Security
    Host Name: XXXXX-Computer
    Date/Time: 2006-07-17 10:52:13.866 -0700
    OS Version: 10.4.7 (Build 8J135)
    Report Version: 4
    Command: Safari
    Path: /Applications/Safari.app/Contents/MacOS/Safari
    Parent: WindowServer [60]
    Version: 2.0.4 (419.3)
    PID: 236
    Thread: Unknown
    Link (dyld) error:
    Symbol not found: CSSMOID_APPLE_TP_RESOURCESIGN
    Referenced from: /Applications/Safari.app/Contents/MacOS/Safari
    Expected in: /System/Library/Frameworks/Security.framework/Versions/A/Security
    Host Name: XXXXX-Computer
    Date/Time: 2006-07-17 10:57:20.231 -0700
    OS Version: 10.4.7 (Build 8J135)
    Report Version: 4
    Command: Safari
    Path: /Applications/Safari.app/Contents/MacOS/Safari
    Parent: WindowServer [60]
    Version: 2.0.4 (419.3)
    PID: 239
    Thread: Unknown
    Link (dyld) error:
    Symbol not found: CSSMOID_APPLE_TP_RESOURCESIGN
    Referenced from: /Applications/Safari.app/Contents/MacOS/Safari
    Expected in: /System/Library/Frameworks/Security.framework/Versions/A/Security
    Host Name: XXXXX-Computer
    Date/Time: 2006-07-17 10:57:35.609 -0700
    OS Version: 10.4.7 (Build 8J135)
    Report Version: 4
    Command: Safari
    Path: /Applications/Safari.app/Contents/MacOS/Safari
    Parent: WindowServer [60]
    Version: 2.0.4 (419.3)
    PID: 241
    Thread: Unknown
    Link (dyld) error:
    Symbol not found: CSSMOID_APPLE_TP_RESOURCESIGN
    Referenced from: /Applications/Safari.app/Contents/MacOS/Safari
    Expected in: /System/Library/Frameworks/Security.framework/Versions/A/Security
    Host Name: XXXXX-Computer
    Date/Time: 2006-07-17 10:57:47.308 -0700
    OS Version: 10.4.7 (Build 8J135)
    Report Version: 4
    Command: Safari
    Path: /Applications/Safari.app/Contents/MacOS/Safari
    Parent: WindowServer [60]
    Version: 2.0.4 (419.3)
    PID: 243
    Thread: Unknown
    Link (dyld) error:
    Symbol not found: CSSMOID_APPLE_TP_RESOURCESIGN
    Referenced from: /Applications/Safari.app/Contents/MacOS/Safari
    Expected in: /System/Library/Frameworks/Security.framework/Versions/A/Security
    Host Name: XXXXX-Computer
    Date/Time: 2006-07-17 11:07:31.123 -0700
    OS Version: 10.4.7 (Build 8J135)
    Report Version: 4
    Command: Safari
    Path: /Applications/Safari.app/Contents/MacOS/Safari
    Parent: WindowServer [60]
    Version: 2.0.4 (419.3)
    PID: 247
    Thread: Unknown
    Link (dyld) error:
    Symbol not found: CSSMOID_APPLE_TP_RESOURCESIGN
    Referenced from: /Applications/Safari.app/Contents/MacOS/Safari
    Expected in: /System/Library/Frameworks/Security.framework/Versions/A/Security
    Host Name: XXXXX-Computer
    Date/Time: 2006-07-17 13:38:19.801 -0700
    OS Version: 10.4.7 (Build 8J135)
    Report Version: 4
    Command: Safari
    Path: /Applications/Safari.app/Contents/MacOS/Safari
    Parent: WindowServer [60]
    Version: 2.0.4 (419.3)
    PID: 267
    Thread: Unknown
    Link (dyld) error:
    Symbol not found: CSSMOID_APPLE_TP_RESOURCESIGN
    Referenced from: /Applications/Safari.app/Contents/MacOS/Safari
    Expected in: /System/Library/Frameworks/Security.framework/Versions/A/Security
    Host Name: XXXXX-Computer
    Date/Time: 2006-07-17 13:38:34.769 -0700
    OS Version: 10.4.7 (Build 8J135)
    Report Version: 4
    Command: Safari
    Path: /Applications/Safari.app/Contents/MacOS/Safari
    Parent: WindowServer [60]
    Version: 2.0.4 (419.3)
    PID: 269
    Thread: Unknown
    Link (dyld) error:
    Symbol not found: CSSMOID_APPLE_TP_RESOURCESIGN
    Referenced from: /Applications/Safari.app/Contents/MacOS/Safari
    Expected in: /System/Library/Frameworks/Security.framework/Versions/A/Security
    Host Name: XXXXX-Computer
    Date/Time: 2006-07-17 13:38:42.930 -0700
    OS Version: 10.4.7 (Build 8J135)
    Report Version: 4
    Command: Safari
    Path: /Applications/Safari.app/Contents/MacOS/Safari
    Parent: WindowServer [60]
    Version: 2.0.4 (419.3)
    PID: 271
    Thread: Unknown
    Link (dyld) error:
    Symbol not found: CSSMOID_APPLE_TP_RESOURCESIGN
    Referenced from: /Applications/Safari.app/Contents/MacOS/Safari
    Expected in: /System/Library/Frameworks/Security.framework/Versions/A/Security
    Host Name: XXXXX-Computer
    Date/Time: 2006-07-17 13:38:48.846 -0700
    OS Version: 10.4.7 (Build 8J135)
    Report Version: 4
    Command: Safari
    Path: /Applications/Safari.app/Contents/MacOS/Safari
    Parent: WindowServer [60]
    Version: 2.0.4 (419.3)
    PID: 273
    Thread: Unknown
    Link (dyld) error:
    Symbol not found: CSSMOID_APPLE_TP_RESOURCESIGN
    Referenced from: /Applications/Safari.app/Contents/MacOS/Safari
    Expected in: /System/Library/Frameworks/Security.framework/Versions/A/Security
    Host Name: XXXXX-Computer
    Date/Time: 2006-07-17 13:50:29.286 -0700
    OS Version: 10.4.7 (Build 8J135)
    Report Version: 4
    Command: Safari
    Path: /Applications/Safari.app/Contents/MacOS/Safari
    Parent: WindowServer [66]
    Version: 2.0.4 (419.3)
    PID: 196
    Thread: Unknown
    Link (dyld) error:
    Symbol not found: CSSMOID_APPLE_TP_RESOURCESIGN
    Referenced from: /Applications/Safari.app/Contents/MacOS/Safari
    Expected in: /System/Library/Frameworks/Security.framework/Versions/A/Security
    Host Name: XXXXX-Computer
    Date/Time: 2006-07-17 13:54:08.545 -0700
    OS Version: 10.4.7 (Build 8J135)
    Report Version: 4
    Command: Safari
    Path: /Applications/Safari.app/Contents/MacOS/Safari
    Parent: WindowServer [66]
    Version: 2.0.4 (419.3)
    PID: 207
    Thread: Unknown
    Link (dyld) error:
    Symbol not found: CSSMOID_APPLE_TP_RESOURCESIGN
    Referenced from: /Applications/Safari.app/Contents/MacOS/Safari
    Expected in: /System/Library/Frameworks/Security.framework/Versions/A/Security
    Host Name: XXXXX-Computer
    Date/Time: 2006-07-17 23:52:13.800 -0700
    OS Version: 10.4.7 (Build 8J135)
    Report Version: 4
    Command: Safari
    Path: /Applications/Safari.app/Contents/MacOS/Safari
    Parent: WindowServer [66]
    Version: 2.0.4 (419.3)
    PID: 257
    Thread: Unknown
    Link (dyld) error:
    Symbol not found: CSSMOID_APPLE_TP_RESOURCESIGN
    Referenced from: /Applications/Safari.app/Contents/MacOS/Safari
    Expected in: /System/Library/Frameworks/Security.framework/Versions/A/Security
    Host Name: XXXXX-Computer
    Date/Time: 2006-07-17 23:52:21.791 -0700
    OS Version: 10.4.7 (Build 8J135)
    Report Version: 4
    Command: Safari
    Path: /Applications/Safari.app/Contents/MacOS/Safari
    Parent: WindowServer [66]
    Version: 2.0.4 (419.3)
    PID: 260
    Thread: Unknown
    Link (dyld) error:
    Symbol not found: CSSMOID_APPLE_TP_RESOURCESIGN
    Referenced from: /Applications/Safari.app/Contents/MacOS/Safari
    Expected in: /System/Library/Frameworks/Security.framework/Versions/A/Security
    Host Name: XXXXX-Computer
    Date/Time: 2006-07-17 23:52:27.597 -0700
    OS Version: 10.4.7 (Build 8J135)
    Report Version: 4
    Command: Safari
    Path: /Applications/Safari.app/Contents/MacOS/Safari
    Parent: WindowServer [66]
    Version: 2.0.4 (419.3)
    PID: 263
    Thread: Unknown
    Link (dyld) error:
    Symbol not found: CSSMOID_APPLE_TP_RESOURCESIGN
    Referenced from: /Applications/Safari.app/Contents/MacOS/Safari
    Expected in: /System/Library/Frameworks/Security.framework/Versions/A/Security
    Host Name: XXXXX-Computer
    Date/Time: 2006-07-18 00:11:33.203 -0700
    OS Version: 10.4.7 (Build 8J135)
    Report Version: 4
    Command: Safari
    Path: /Applications/Safari.app/Contents/MacOS/Safari
    Parent: WindowServer [66]
    Version: 2.0.4 (419.3)
    PID: 277
    Thread: Unknown
    Link (dyld) error:
    Symbol not found: CSSMOID_APPLE_TP_RESOURCESIGN
    Referenced from: /Applications/Safari.app/Contents/MacOS/Safari
    Expected in: /System/Library/Frameworks/Security.framework/Versions/A/Security
    Host Name: XXXXX-Computer
    Date/Time: 2006-07-18 10:45:30.661 -0700
    OS Version: 10.4.7 (Build 8J135)
    Report Version: 4
    Command: Safari
    Path: /Applications/Safari.app/Contents/MacOS/Safari
    Parent: WindowServer [66]
    Version: 2.0.4 (419.3)
    PID: 347
    Thread: Unknown
    Link (dyld) error:
    Symbol not found: CSSMOID_APPLE_TP_RESOURCESIGN
    Referenced from: /Applications/Safari.app/Contents/MacOS/Safari
    Expected in: /System/Library/Frameworks/Security.framework/Versions/A/Security
    Host Name: XXXXX-Computer
    Date/Time: 2006-07-18 10:45:34.215 -0700
    OS Version: 10.4.7 (Build 8J135)
    Report Version: 4
    Command: Safari
    Path: /Applications/Safari.app/Contents/MacOS/Safari
    Parent: WindowServer [66]
    Version: 2.0.4 (419.3)
    PID: 349
    Thread: Unknown
    Link (dyld) error:
    Symbol not found: CSSMOID_APPLE_TP_RESOURCESIGN
    Referenced from: /Applications/Safari.app/Contents/MacOS/Safari
    Expected in: /System/Library/Frameworks/Security.framework/Versions/A/Security
    Host Name: XXXXX-Computer
    Date/Time: 2006-07-18 18:33:53.254 -0700
    OS Version: 10.4.7 (Build 8J135)
    Report Version: 4
    Command: Safari
    Path: /Applications/Safari.app/Contents/MacOS/Safari
    Parent: WindowServer [66]
    Version: 2.0.4 (419.3)
    PID: 474
    Thread: Unknown
    Link (dyld) error:
    Symbol not found: CSSMOID_APPLE_TP_RESOURCESIGN
    Referenced from: /Applications/Safari.app/Contents/MacOS/Safari
    Expected in: /System/Library/Frameworks/Security.framework/Versions/A/Security
    Host Name: XXXXX-Computer
    Date/Time: 2006-07-18 20:08:40.460 -0700
    OS Version: 10.4.7 (Build 8J135)
    Report Version: 4
    Command: Safari
    Path: /Applications/Safari.app/Contents/MacOS/Safari
    Parent: WindowServer [66]
    Version: 2.0.4 (419.3)
    PID: 488
    Thread: Unknown
    Link (dyld) error:
    Symbol not found: CSSMOID_APPLE_TP_RESOURCESIGN
    Referenced from: /Applications/Safari.app/Contents/MacOS/Safari
    Expected in: /System/Library/Frameworks/Security.framework/Versions/A/Security
    Host Name: XXXXX-Computer
    Date/Time: 2006-07-20 11:02:46.035 -0700
    OS Version: 10.4.7 (Build 8J135)
    Report Version: 4
    Command: Safari
    Path: /Applications/Safari.app/Contents/MacOS/Safari
    Parent: WindowServer [66]
    Version: 2.0.4 (419.3)
    PID: 842
    Thread: Unknown
    Link (dyld) error:
    Symbol not found: CSSMOID_APPLE_TP_RESOURCESIGN
    Referenced from: /Applications/Safari.app/Contents/MacOS/Safari
    Expected in: /System/Library/Frameworks/Security.framework/Versions/A/Security
    Host Name: XXXXX-Computer
    Date/Time: 2006-07-20 17:01:15.860 -0700
    OS Version: 10.4.7 (Build 8J135)
    Report Version: 4
    Command: Safari
    Path: /Applications/Safari.app/Contents/MacOS/Safari
    Parent: WindowServer [66]
    Version: 2.0.4 (419.3)
    PID: 892
    Thread: Unknown
    Link (dyld) error:
    Symbol not found: CSSMOID_APPLE_TP_RESOURCESIGN
    Referenced from: /Applications/Safari.app/Contents/MacOS/Safari
    Expected in: /System/Library/Frameworks/Security.framework/Versions/A/Security
    Host Name: XXXXX-Computer
    Date/Time: 2006-07-21 01:35:10.732 -0700
    OS Version: 10.4.7 (Build 8J135)
    Report Version: 4
    Command: Safari
    Path: /Applications/Safari.app/Contents/MacOS/Safari
    Parent: WindowServer [66]
    Version: 2.0.4 (419.3)
    PID: 956
    Thread: Unknown
    Link (dyld) error:
    Symbol not found: CSSMOID_APPLE_TP_RESOURCESIGN
    Referenced from: /Applications/Safari.app/Contents/MacOS/Safari
    Expected in: /System/Library/Frameworks/Security.framework/Versions/A/Security
    Host Name: XXXXX-Computer
    Date/Time: 2006-07-21 23:13:37.090 -0700
    OS Version: 10.4.7 (Build 8J135)
    Report Version: 4
    Command: Safari
    Path: /Applications/Safari.app/Contents/MacOS/Safari
    Parent: WindowServer [60]
    Version: 2.0.4 (419.3)
    PID: 279
    Thread: Unknown
    Link (dyld) error:
    Symbol not found: CSSMOID_APPLE_TP_RESOURCESIGN
    Referenced from: /Applications/Safari.app/Contents/MacOS/Safari
    Expected in: /System/Library/Frameworks/Security.framework/Versions/A/Security
    Host Name: XXXXX-Computer
    Date/Time: 2006-07-22 23:25:54.647 -0700
    OS Version: 10.4.7 (Build 8J135)
    Report Version: 4
    Command: Safari
    Path: /Applications/Safari.app/Contents/MacOS/Safari
    Parent: WindowServer [644]
    Version: 2.0.4 (419.3)
    PID: 670
    Thread: Unknown
    Link (dyld) error:
    Symbol not found: CSSMOID_APPLE_TP_RESOURCESIGN
    Referenced from: /Applications/Safari.app/Contents/MacOS/Safari
    Expected in: /System/Library/Frameworks/Security.framework/Versions/A/Security
    Host Name: XXXXX-Computer
    Date/Time: 2006-07-22 23:38:15.907 -0700
    OS Version: 10.4.7 (Build 8J135)
    Report Version: 4
    Command: Safari
    Path: /Applications/Safari.app/Contents/MacOS/Safari
    Parent: WindowServer [644]
    Version: 2.0.4 (419.3)
    PID: 678
    Thread: Unknown
    Link (dyld) error:
    Symbol not found: CSSMOID_APPLE_TP_RESOURCESIGN
    Referenced from: /Applications/Safari.app/Contents/MacOS/Safari
    Expected in: /System/Library/Frameworks/Security.framework/Versions/A/Security
    Host Name: XXXXX-Computer
    Date/Time: 2006-07-22 23:51:51.446 -0700
    OS Version: 10.4.7 (Build 8J135)
    Report Version: 4
    Command: Safari
    Path: /Applications/Safari.app/Contents/MacOS/Safari
    Parent: WindowServer [644]
    Version: 2.0.4 (419.3)
    PID: 686
    Thread: Unknown
    Link (dyld) error:
    Symbol not found: CSSMOID_APPLE_TP_RESOURCESIGN
    Referenced from: /Applications/Safari.app/Contents/MacOS/Safari
    Expected in: /System/Library/Frameworks/Security.framework/Versions/A/Security
    Host Name: XXXXX-Computer
    Date/Time: 2006-07-23 09:26:37.564 -0700
    OS Version: 10.4.7 (Build 8J135)
    Report Version: 4
    Command: Safari
    Path: /Applications/Safari.app/Contents/MacOS/Safari
    Parent: WindowServer [644]
    Version: 2.0.4 (419.3)
    PID: 833
    Thread: Unknown
    Link (dyld) error:
    Symbol not found: CSSMOID_APPLE_TP_RESOURCESIGN
    Referenced from: /Applications/Safari.app/Contents/MacOS/Safari
    Expected in: /System/Library/Frameworks/Security.framework/Versions/A/Security

Maybe you are looking for

  • My finder crashes when I try to open my external hard drive

    I have tried to open my external HD and as soon as I double click on the drive icon the finder crashes and goes into a crash loop and won't stop unless Iaunch a program or disc utility.  I am running System 10.6.8 and drive checks out in disk utility

  • Issue with Data type 'Date' in Hyperion Planning V11.1.2.2

    Hi, I have created members with data type date. However when I save the date, it either disappears or comes up with a random date? Has any one come across this kind of problem before? If so can you share the fix. Thanks in advance for your help. Chee

  • Af:query re-execute SQL programatically

    On a page I use the af:query which runs against a VO in the DB. The DB gets updated outside ADF BC, so the cache gets stale. Therefore, I would like to re-execute the query programmatically with the search parameters the user used on the last search.

  • Record stop and domain "in recovery" status.

    Hi, We have a Sun Management Center 3.6.1 in solaris 10, it's install to monitoring the SF25K hardware, it's configure an action by sending an email, into Hardware->Platform Config Reader->Domain->Status. Yesterday, the system generated 2 messages: "

  • Converting Integer to an 8 bit representation

    Im looking to this in my program. But not sure how to go about it. Is there any specific function that i can call. Is there any thread i could have a look at?