Help with Safari Alignment issue

Hi everyone,
Having some issues with aligning BC E-commerce product boxes in Safari.  Looks fine in Chrome & Firefox, but Safari it is stacking everything container.  Tried wrapping the Content Holder in a Div to solve it? Same thing.
Chrome
Firefox
Safari - notice the boxes are all aligned to the left on top of the left box - looking for help to fix this!?
Thanks,
Aaron

You have a cut n paste error or including the header twice multiple times in your HTML:
View the source have a look at line 287 onward, you have a second header in your code:
<!DOCTYPE html>
<html class="html">
    <head>
Edit: Actually you have it mutliple times not just one extra but 4 times.

Similar Messages

  • Background image seems to be applied twice Can someone help with this CSS issue....

    Can someone help with this CSS issue....
    http://66.162.81.144/cms400min/default.aspx
    If you view the main page you will see that our background is
    2 shades of
    orange.. if you look at the line that divides those colors to
    the right and
    left you wil notice that the line is higher
    if you notice that it seems that there is another background
    on top of the
    first one..its the only thing i can think of..
    the only place where the image is being referenced is in this
    CSS style
    html, body
    min-height:100%;
    margin-bottom:1px;
    text-align:center;
    background-repeat:no-repeat;
    background-image:url(images/Background-Color2.jpg);
    background-color:#F74902;
    background-position:center;
    background-attachment:fixed;
    Is there something wrong with the above CSS that could or
    would cause this?
    is it because im applying the image to both the HTML and
    BODY?
    ASP, SQL2005, DW8 VBScript, Visual Studio 2005, Visual Studio
    2008

    You've attached the background to both the html and the body.
    I would do this:
    html, body {
    min-height:100%;
    margin-bottom:1px;
    body{
    text-align:center;
    background-repeat:no-repeat;
    background-image:url(images/Background-Color2.jpg);
    background-color:#F74902;
    background-position:center;
    background-attachment:fixed;
    Having said that the image doesn't look any higher on the
    right than the
    left to me in Firefox. Is it just an optical illusion?
    Daniel wrote:
    > Can someone help with this CSS issue....
    >
    >
    http://66.162.81.144/cms400min/default.aspx
    >
    > If you view the main page you will see that our
    background is 2 shades of
    > orange.. if you look at the line that divides those
    colors to the right and
    > left you wil notice that the line is higher
    >
    > if you notice that it seems that there is another
    background on top of the
    > first one..its the only thing i can think of..
    >
    > the only place where the image is being referenced is in
    this CSS style
    >
    > html, body
    >
    > {
    >
    > min-height:100%;
    >
    > margin-bottom:1px;
    >
    > text-align:center;
    >
    > background-repeat:no-repeat;
    >
    > background-image:url(images/Background-Color2.jpg);
    >
    > background-color:#F74902;
    >
    > background-position:center;
    >
    > background-attachment:fixed;
    >
    >
    > }
    >
    > Is there something wrong with the above CSS that could
    or would cause this?
    > is it because im applying the image to both the HTML and
    BODY?
    >

  • Can anyone help with Double Command issues. This a specific keyboard question and they do not seem to know.

    Before I go into a lengthy explanation of the problem: Can anyone help with Double Command issues. This a specific keyboard question and they do not seem to know.
    Thanks much.
    Emile

    Choose Force Quit from the Apple menu and close Mail from there.
    (103661)

  • Help with email alignment

    Hi Guys, looking for some help with center alignment of an email.
    Its center aligning fine in dreamweaver preview and in the preview of mail chimp, but when I sent it to Gmail it's aligned to the left.
    Any ideas why this is?
    Bear in mind im a rookie in coding and Dreamweaver.
    Hope the code below helps...
    Thanks!

    Thanks for responing!
    Removing display: inline-table; worked!
    Its now center aligned.
    Cheers osgood_

  • New to Mac and am asking for help with Safari issue.

    I have a Mac book Pro and recently upgraded to 'Lion'. I am having an issue with Safari hiding the area to type in a web address, it seems to hide this feature. It also seems to hide the green, Amber (minimize buttin), and Red (close) icons. I need to know how to reset Safari to its oringinal layout. My 'Guest account is fine and have no idea why the settings have changed in my user account. I was told new software for Safari was available and so attempted to download it, which caused the mac to freeze. I rebooted but this software will still not download without freezing up. If anyone has anyway of walking me through this I would be incredibly gratefull.

    In Safari it has no 'Show toolbard" A friend of mine already suggested that. It doesnt have that option. I know that sounds odd. In the guest user I have that option but on my account I dont. I really appreciate you taking the time to answer. Do you have any other ideas on what this might be? When you go up to the top and the arrown 'rolls' over the top on the tool bar the address tab drops down, how to i make its stayopen in this posision?

  • Please help with the alignment of my website? Also, it displays different between IE and Safari?

    http://www.cwtchphotography.com/
    As you can see - everything is over too far to the left (I just want everything to be cental) the top and bottom white borders are different heights and I have borders areound my links.
    Thank You

    Hi,
    Change "margin-left: 380px" to "margin-left: 38%" in the ID #Container.
    Add "margin-left: 46%" in the ID #Coming_Soom
    Change "margin-left: 460px" to "margin-left: 48%" in the ID #logotab
    This alignment issue usually happens when people position elements based on pixels (px). While positioning elements, we usually do it the px way but ignore the fact that the same webpage could be viewed over various screen sizes. Instead we can use %, so that alignment happens automatically based on the screen size.
    -Subhadeep

  • Help with production jvm issues at customer site

    Following is a brief overview of two production issues experienced by an Oracle customer. Customer is currently running 32 bit Java 1.5_20 on Solaris 64 bit OS.
    1)     OOM heap issues – SR #3-2611053901 – Recently we have been seeing OOM errors due to heap space. What we have seen is that some of the instances are not able to free up any memory space even after full GC, which results into a series of full GC’s back to back and eventually leads to OOM. During this time when continuous full GC is going on, we have seen the TCP connections and active JDBC connections shoot up and also lots of stuck threads. This error occurs during peak hours.
    This is the output just before OOM. Just to be clear, this line is printed as last line of Full GC which meant that OOM happened right after Full GC:
    [PSYoungGen: 111616K->82323K(172544K)] [PSOldGen: 1865727K->1865727K(1865728K)] 1977343K->1948051K(2038272K) [PSPermGen: 209111K->209061K(210944K)] GC time is exceeding GCTimeLimit of 98%, 13.3644395 secs]
    2)     OOM swap space- SR: #3-1724941721 – From time to time, we get Exception in thread "CompilerThread0" java.lang.OutOfMemoryError: requested 32756 bytes for ChunkPool::allocate. Out of swap space?’ error in our production. Mostly this error occurs during off hours or off-peak hours. When this happen, there is plenty of heap and perm memory available which indicates that this is a native memory error. We already put two workarounds suggested by Oracle i.e. -XX:CodeCacheMinimumFreeSpace=8m -XX:ReservedCodeCacheSize=128m but still running into this problem.
    What we are looking for:
    1)     Recommendations on tuning our config parameters -
    These are some recommendations we discussed internally. Please validate these recommendations and provide us the recommended values. We would also welcome any new recommendation on updating other parameters if that will help with our issues.
    •     Change Xmx to 2048m and MaxPermSize to 512m
    •     Specify ratio of young generation to old generation (-XX:NewRatio), and possibly survivor spaces.
    •     Use Concurrent old generation collector (-XX:+UseConcMarkSweepGC), with a compatible parallel young generation collector (-XX:+UseParNewGC)
    Our current config settings are:
    JAVA Memory arguments: -Did=chaserels-cm21 -Xms1024m -Xmx2048m -XX:MaxPermSize=1024m -XX:+PrintGCDetails -XX:+PrintGCTimeStamps -XX:CodeCacheMinimumFreeSpace=8m -XX:ReservedCodeCacheSize=128m -verbose:gc -Dcom.sun.management.jmxremote=true -Dcom.sun.management.jmxremote.port=1641 -Dcom.sun.management.jmxremote.authenticate=false -Dcom.sun.management.jmxremote.ssl=false -Djava.awt.headless=true -Dfile.encoding=ISO646-US
    In a subset of servers, the settings are same as above but for MaxPermSIze, which is set to -XX:MaxPermSize=512m
    2)     Diagnostic help in how to further narrow down to the problem and what tool to use to gather heap dumps
    We have tried to take heap dump using jmap on our production servers when OOM occurs due to heap but most of the time, we run into an exception (attached - which is probably an unresolved jvm bug). While we researched some alternatives to jmap for taking heap dumps, most of these require changing the start-up scripts or installing the tool on production system which may have a performance overhead. What we want is a least intrusive tool which could provide us heap dumps/snapshots without much overhead and could be preferably used remotely. If there are other ways of collecting data than heap dump, we could also use them.
    Let me know if you have any questions or need any data.
    Thanks for your help.
    Error from heap dump :
    Exception in thread "main" sun.jvm.hotspot.debugger.UnalignedAddressException: Trying to read at address: 0xfec080a7 with alignment: 4
    at sun.jvm.hotspot.debugger.DebuggerUtilities.checkAlignment(DebuggerUtilities.java:40)
    at sun.jvm.hotspot.debugger.proc.ProcDebuggerLocal.readCInteger(ProcDebuggerLocal.java:309)
    at sun.jvm.hotspot.debugger.DebuggerBase.readAddressValue(DebuggerBase.java:425)
    at sun.jvm.hotspot.debugger.proc.ProcDebuggerLocal.readOopHandle(ProcDebuggerLocal.java:326)
    at sun.jvm.hotspot.debugger.proc.ProcAddress.getOopHandleAt(ProcAddress.java:96)
    at sun.jvm.hotspot.oops.Oop.getKlassForOopHandle(Oop.java:198)
    at sun.jvm.hotspot.oops.ObjectHeap.newOop(ObjectHeap.java:346)
    at sun.jvm.hotspot.runtime.JavaThread.getThreadObj(JavaThread.java:333)
    at sun.jvm.hotspot.utilities.AbstractHeapGraphWriter.writeJavaThreads(AbstractHeapGraphWriter.java:113)
    at sun.jvm.hotspot.utilities.AbstractHeapGraphWriter.write(AbstractHeapGraphWriter.java:98)
    at sun.jvm.hotspot.utilities.HeapHprofBinWriter.write(HeapHprofBinWriter.java:399)
    at sun.jvm.hotspot.tools.JMap.writeHeapHprofBin(JMap.java:133)
    at sun.jvm.hotspot.tools.JMap.writeHeapHprofBin(JMap.java:143)
    at sun.jvm.hotspot.tools.JMap.run(JMap.java:71)
    at sun.jvm.hotspot.tools.Tool.start(Tool.java:204)
    at sun.jvm.hotspot.tools.JMap.main(JMap.java:126)

    1)     OOM heap issues – SR #3-2611053901 – Recently we have been seeing OOM errors due to heap space. What we have seen is that some of the instances are not able to free up any memory space even after full GC, which results into a series of full GC’s back to back and eventually leads to OOM. Which would be exactly what would happen if there were many objects which were not eligible for collection.
    Causes would be either a bug (something not releasing something it should) or because the server is overloaded.
    If there were no code changes it could still be a bug that has now only become apparent due to changes in usage patterns.
    If that is the case then such bugs can usually be made more apparent by reducing the maximum heap. Doing that will cause it to occur faster.

  • Retina Macbook Pro with Safari display issues

    Is anyone having crazy display issues with Safari on their rMBP? I'm noticing some wierd glitching going on. For instance, as I type this, it doesn't show the correct characters consistently. Sometimes when I'm in Gmail, entire portions of the interface are missing unless I move the cursor over them. Some pages don't load at all and I have to refresh. Other times I'll load a page, click a link, and then hit back to go to the previous page and it's empty.
    I'm not experiencing this in third party applications like MS Office, or Chrome, or other parts of Mountain Lion (though I do suffer from the same jerky UI transitions that everyone else has, but that's a different story). Anyone else in my boat? Suggestions?

    Nevermind, looks like other people have the same issues: https://discussions.apple.com/thread/4145775?start=0&tstart=0
    Looks like the "geniuses" have been sleeping on the job. Step up your game, Apple.

  • Seeking Help with Album Image Issues in iPod Classic

    Hi folks -
    I have a new 160 iPod Classic and have two album image-related issues I'd appreciate some help with.
    In the case of several albums where I'd associated my own art with them in iTunes, the formatting appeared off in my iPod due to the vertical/horizontal proportions. So I corrected the images, replaced the images via iTunes, and re-synced. All of the old images were replaced - except for two. Is there any way to get my iPod to recognize the change to these two images, as it did for all the others?
    Secondly, my "The Allman Brothers Band Live at Fillmore East" album was appearing twice in both the Cover Flow and Album list. That was strange, except that after the latest sync it now appears six times! It's only in one place in iTunes, and not erroneously set as a compilation or anything. This is the only album displaying this behavior...
    Thanks for any suggestions or advice!
    Frank
    Message was edited by: frank3si

    Yes my e-mail address is [email protected] 
    Thank you for your kind attention to my problem. I am looking for one on one brief consultation with my laptop in Cincinnati. If not then I will compose a clear question with VI.
    These manuals are well known to me NI Visions Concepts ManualIMAQ Vision for LaVIEW User ManuelNI-IMAQ for USB Cameras My problem is moving to the next step of Create an array of USB imagePerform math on array Display results Sincerely,Tom Lohre cell 513-236-1704, [email protected] http://tomlohre.com/images/lafley.jpgAG Lafley, Chairman & CEO of Proctor & Gamble http://tomlohre.com/lafley.htm A.G. Lafley enjoyed hearing of Tom's painting robot and thought it played well to his new book: "The Game-Changer: How You Can Drive Revenue and Profit Growth With Innovation." http://tomlohre.com/newart.htm
    Tom Lohre artist/scientist
    Has a operating painting robot using RoboLab/RCX
    Developing a LabView/ NXT robot that analyzes an image for aesthetic quality.

  • Can you help with my connection issues

    I cannot connect to my Contribute CS3 even though my server is fine. Does anyone have any suggestions? I spent the last hour on the phone with my server company and they tried but failed to help me connect.

    Please try the following steps.
    Delete the existing connection from Edit -> My connection .
    Create a new connection and when you Click the Advanced button next to the "How do you connect to your web server?" field in the Connection Information dialog box.
    Try toggling the Passive Mode check box (if it is unchecked, check it; if it is checked, uncheck it).
    If you are behind a firewall, check the Use firewall/proxy settings when connecting check box and click the Firewall Settings or Proxy Settings button to enter firewall information. Ask your local network administrator for help with these settings.
    Once done with the new connection you would be able to connect to your website. For more information on connection issues you may use this link http://helpx.adobe.com/contribute/kb/troubleshoot-connection-problems-contribute.html
    Regards,
    Rajeev

  • Help with a CS2 issue

    hey there. I have a strange issue going on with my Photoshop CS2. When I open the program and begin to work with my image the program closes without any warning. I have never had any issues before and have done high quality graphics before with it. My current project is a poster for work that is 20 x 30. I tried at 300 and 200 dpi. When I start anything after the original layer it just closes. Is is because of the size? DPI? know the file size is a little larger than normal but to crash right off seemed kind of strange. I included my computer info so I hope that helps and if this has been mentioned before - newbie I apologize.
    Brent
    ps I haven't used the programs help in a long time.For some reason it isn't working. Is there any issues with the help option not working properly?
    (I pulled this from the system info so I included what I thought would help - with some things yeah could use a new computer no that old but could be better :-)
    Adobe Photoshop Version: 9.0.2 (9.0.2x296)
    Operating System: Windows XP
    Version: 5.1 Service Pack 1
    System architecture: AMD CPU Family:6, Model:10, Stepping:0 with MMX, SSE Integer, SSE FP
    Physical processor count: 1
    Processor speed: 2079 MHz
    Built-in memory: 1023 MB
    Free memory: 459 MB
    Memory available to Photoshop: 908 MB
    Memory used by Photoshop: 55 %
    Image cache levels: 6
    Serial number: [deleted by forum host]
    Startup, 105.4G, 49.9G free
    1 Gig of RAM

    First of all, you should update your OS to service Pack 2 and then apply the other updates that have come out since then.
    Try resetting your preferences. There are several ways to do this; the simplest is: Immediately after clicking to open Photoshop, press and hold Ctrl+Alt+Shift; if you get a dialog about your preferences, tell it to delete or clear them, after which Photoshop will open. If you don't get the dialog, you weren't fast enough. Some people find that it helps to press and hold Ctrl+Shift down before clicking, then immediately pressing Alt in addition.
    If you have reset your preferences and still have the problem, you can try doing a repair install; if that doesn't work, try uninstalling and reinstalling (which doesn't take long for PSCS2 and is no big deal).
    Let us know what happens.

  • Help with some iPhone issues please

    Ok, I am starting to have some problems with my iPhone 3G, and would really appreciate any help with these issues.. here is what is happening
    1) iPhone Vibrate is pretty much broken, turns off and on vibrate by itself.. and now is vibrating very softly.
    2) iPhone wont sync my Music anymore, I have 3 playlists that I use on my iPhone, and none of them will update. When I sync my iPhone, everything syncs but the music.
    3) iPhone sometimes completely freezes and i cant get it to go to the locksreen or power off, so I have to do a hard restart.

    Hi Matt,
    Try restoring the iPhone, this article: http://support.apple.com/kb/HT1414 will walk you through the process.
    If the vibrate and unlock issues persists, the iPhone may need hardware repair. Just make a reservation to have a Genius, at a local Apple retail store, take a look at it or call AppleCare.
    http://www.apple.com/retail/geniusbar/
    U.S. iPhone technical support: 1-800-MY-IPHONE (1-800-694-7466)
    Message was edited by: Jason L

  • Need help with expression builder issue

    Hi all
    I'm hoping someone can help with an issue I'm having. I'm creating a database for a manufacturing joinery. For 1 of my forms, Ive to create a despatch form which includes order details along with customer details. Some customers can have contracts in which
    they get a fixed price on certain item. This is where the problem lies.
    For my customers table, I have a field called "On contract" which is a Yes/No field. I've created a query to attempt to make this form. I'm having trouble with adding a total column at the end of this query. Quantity,Unit Price, Contract Price
    are also in the query. I've been trying to build an expression to say like;
    iif [on contract] = "Yes", [Quantity] * [Contract Price]
    iif [on contract] = "no", [Quantity] * [Unit Price]
    It obviously wont work, what am I doing wrong?
    Thanks in advance

    Hi,
    Assuming you are using the database is SQL Server:
    SELECT [CustomerID]
    ,[Quantity]
    ,[Unit Price]
    ,[Contract Price]
    ,[Total] = CASE WHEN [On Contract] = 'Yes' THEN [Quantity] * [Contract Price]
    WHEN [On Contract] = 'No' THEN [Quantity] * [Unit Price] END
    FROM [Customers]
    Modify the SQL to suit your need.
    Hope this helps.
    ~J.

  • Help with Safari crash report

    Please help. Safari's been "unexpectingly closing" for awhile now. I wiped out my whole drive and did a fresh install of SL 10.6.4.
    But Safari is still crashing. ANY help will be greatly appreciated!!
    Thanks!!
    Here's the latest report:Process:
    Safari [170]
    Path: /Applications/Safari.app/Contents/MacOS/Safari
    Identifier: com.apple.Safari
    Version: 5.0 (6533.16)
    Build Info: WebBrowser-75331600~18
    Code Type: X86-64 (Native)
    Parent Process: launchd [82]
    Date/Time: 2010-10-21 18:47:17.129 -0400
    OS Version: Mac OS X 10.6.4 (10F2090)
    Report Version: 6
    Interval Since Last Report: 19545 sec
    Crashes Since Last Report: 3
    Per-App Interval Since Last Report: 15006 sec
    Per-App Crashes Since Last Report: 3
    Anonymous UUID: B5D981BA-1137-40FD-B3A5-3F411BF8FA44
    Exception Type: EXCBADACCESS (SIGSEGV)
    Exception Codes: KERNINVALIDADDRESS at 0x000000000000001f
    Crashed Thread: 0 Dispatch queue: com.apple.main-thread
    Application Specific Information:
    objc_msgSend() selector name: userAgentForURL:
    Thread 0 Crashed: Dispatch queue: com.apple.main-thread
    0 libobjc.A.dylib 0x00007fff8725011c objc_msgSend + 40
    1 com.apple.WebKit 0x00007fff81e3fb85 WebFrameLoaderClient::userAgent(WebCore::KURL const&) + 69
    2 com.apple.WebCore 0x00007fff809291b2 WebCore::FrameLoader::applyUserAgent(WebCore::ResourceRequest&) + 66
    3 com.apple.WebCore 0x00007fff80921228 WebCore::FrameLoader::addExtraFieldsToRequest(WebCore::ResourceRequest&, WebCore::FrameLoadType, bool, bool) + 120
    4 com.apple.WebCore 0x00007fff8108ec10 WebCore::FrameLoader::loadURL(WebCore::KURL const&, WebCore::String const&, WebCore::String const&, bool, WebCore::FrameLoadType, ***::PassRefPtr<WebCore::Event>, ***::PassRefPtr<WebCore::FormState>) + 592
    5 com.apple.WebCore 0x00007fff8108fc84 WebCore::FrameLoader::loadFrameRequest(WebCore::FrameLoadRequest const&, bool, bool, ***::PassRefPtr<WebCore::Event>, ***::PassRefPtr<WebCore::FormState>, WebCore::ReferrerPolicy) + 532
    6 com.apple.WebCore 0x00007fff810904bf WebCore::FrameLoader::urlSelected(WebCore::ResourceRequest const&, WebCore::String const&, ***::PassRefPtr<WebCore::Event>, bool, bool, bool, WebCore::ReferrerPolicy) + 879
    7 com.apple.WebCore 0x00007fff80aa2fa7 WebCore::FrameLoader::changeLocation(WebCore::KURL const&, WebCore::String const&, bool, bool, bool, bool) + 839
    8 com.apple.WebCore 0x00007fff80aa2c1f WebCore::ScheduledURLNavigation::fire(WebCore::Frame*) + 111
    9 com.apple.WebCore 0x00007fff80aa2b8b WebCore::RedirectScheduler::timerFired(WebCore::Timer<WebCore::RedirectSchedule r>*) + 91
    10 com.apple.WebCore 0x00007fff8098c7d7 WebCore::ThreadTimers::sharedTimerFiredInternal() + 151
    11 com.apple.WebCore 0x00007fff8122ae95 WebCore::timerFired(__CFRunLoopTimer*, void*) + 53
    12 com.apple.CoreFoundation 0x00007fff84079678 __CFRunLoopRun + 6488
    13 com.apple.CoreFoundation 0x00007fff8407784f CFRunLoopRunSpecific + 575
    14 com.apple.HIToolbox 0x00007fff8769d91a RunCurrentEventLoopInMode + 333
    15 com.apple.HIToolbox 0x00007fff8769d71f ReceiveNextEventCommon + 310
    16 com.apple.HIToolbox 0x00007fff8769d5d8 BlockUntilNextEventMatchingListInMode + 59
    17 com.apple.AppKit 0x00007fff8502c29e _DPSNextEvent + 708
    18 com.apple.AppKit 0x00007fff8502bbed -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 155
    19 com.apple.Safari 0x0000000100015c8e 0x100000000 + 89230
    20 com.apple.AppKit 0x00007fff84ff18d3 -[NSApplication run] + 395
    21 com.apple.AppKit 0x00007fff84fea5f8 NSApplicationMain + 364
    22 com.apple.Safari 0x0000000100009b10 0x100000000 + 39696
    Thread 1: Dispatch queue: com.apple.libdispatch-manager
    0 libSystem.B.dylib 0x00007fff85ffd08a kevent + 10
    1 libSystem.B.dylib 0x00007fff85ffef5d dispatch_mgrinvoke + 154
    2 libSystem.B.dylib 0x00007fff85ffec34 dispatch_queueinvoke + 185
    3 libSystem.B.dylib 0x00007fff85ffe75e dispatch_workerthread2 + 252
    4 libSystem.B.dylib 0x00007fff85ffe088 pthreadwqthread + 353
    5 libSystem.B.dylib 0x00007fff85ffdf25 start_wqthread + 13
    Thread 2: WebCore: IconDatabase
    0 libSystem.B.dylib 0x00007fff8601eeb6 _semwaitsignal + 10
    1 libSystem.B.dylib 0x00007fff86022cd1 pthread_condwait + 1286
    2 com.apple.WebCore 0x00007fff8089d249 WebCore::IconDatabase::syncThreadMainLoop() + 249
    3 com.apple.WebCore 0x00007fff8089935c WebCore::IconDatabase::iconDatabaseSyncThread() + 172
    4 libSystem.B.dylib 0x00007fff8601d456 pthreadstart + 331
    5 libSystem.B.dylib 0x00007fff8601d309 thread_start + 13
    Thread 3:
    0 libSystem.B.dylib 0x00007fff85fe42fa machmsgtrap + 10
    1 libSystem.B.dylib 0x00007fff85fe496d mach_msg + 59
    2 com.apple.CoreFoundation 0x00007fff840783c2 __CFRunLoopRun + 1698
    3 com.apple.CoreFoundation 0x00007fff8407784f CFRunLoopRunSpecific + 575
    4 com.apple.Foundation 0x00007fff881754c3 +[NSURLConnection(NSURLConnectionReallyInternal) _resourceLoadLoop:] + 297
    5 com.apple.Foundation 0x00007fff880f5e8d _NSThread__main_ + 1429
    6 libSystem.B.dylib 0x00007fff8601d456 pthreadstart + 331
    7 libSystem.B.dylib 0x00007fff8601d309 thread_start + 13
    Thread 4:
    0 libSystem.B.dylib 0x00007fff86027dce select$DARWIN_EXTSN + 10
    1 com.apple.CoreFoundation 0x00007fff84099e92 __CFSocketManager + 818
    2 libSystem.B.dylib 0x00007fff8601d456 pthreadstart + 331
    3 libSystem.B.dylib 0x00007fff8601d309 thread_start + 13
    Thread 5: Safari: SafeBrowsingManager
    0 libSystem.B.dylib 0x00007fff85fe42fa machmsgtrap + 10
    1 libSystem.B.dylib 0x00007fff85fe496d mach_msg + 59
    2 com.apple.CoreFoundation 0x00007fff840783c2 __CFRunLoopRun + 1698
    3 com.apple.CoreFoundation 0x00007fff8407784f CFRunLoopRunSpecific + 575
    4 com.apple.Safari 0x000000010002f0ed 0x100000000 + 192749
    5 com.apple.Safari 0x000000010002f07d 0x100000000 + 192637
    6 libSystem.B.dylib 0x00007fff8601d456 pthreadstart + 331
    7 libSystem.B.dylib 0x00007fff8601d309 thread_start + 13
    Thread 6: Safari: SnapshotStore
    0 libSystem.B.dylib 0x00007fff8601eeb6 _semwaitsignal + 10
    1 libSystem.B.dylib 0x00007fff86022cd1 pthread_condwait + 1286
    2 com.apple.JavaScriptCore 0x00007fff8677f2e0 ***::ThreadCondition::timedWait(***::Mutex&, double) + 64
    3 com.apple.Safari 0x00000001001bd44d 0x100000000 + 1823821
    4 com.apple.Safari 0x0000000100046ae3 0x100000000 + 289507
    5 com.apple.Safari 0x0000000100046961 0x100000000 + 289121
    6 libSystem.B.dylib 0x00007fff8601d456 pthreadstart + 331
    7 libSystem.B.dylib 0x00007fff8601d309 thread_start + 13
    Thread 7: WebCore: LocalStorage
    0 libSystem.B.dylib 0x00007fff8601eeb6 _semwaitsignal + 10
    1 libSystem.B.dylib 0x00007fff86022cd1 pthread_condwait + 1286
    2 com.apple.JavaScriptCore 0x00007fff8677f2e0 ***::ThreadCondition::timedWait(***::Mutex&, double) + 64
    3 com.apple.WebCore 0x00007fff80bee4c1 WebCore::LocalStorageThread::threadEntryPoint() + 193
    4 libSystem.B.dylib 0x00007fff8601d456 pthreadstart + 331
    5 libSystem.B.dylib 0x00007fff8601d309 thread_start + 13
    Thread 8:
    0 libSystem.B.dylib 0x00007fff85fe42fa machmsgtrap + 10
    1 libSystem.B.dylib 0x00007fff85fe496d mach_msg + 59
    2 com.apple.QuartzCore 0x00007fff88cc9be2 CA::Render::Server::server_thread(void*) + 177
    3 com.apple.QuartzCore 0x00007fff88cc9b22 thread_fun + 34
    4 libSystem.B.dylib 0x00007fff8601d456 pthreadstart + 331
    5 libSystem.B.dylib 0x00007fff8601d309 thread_start + 13
    Thread 9:
    0 libSystem.B.dylib 0x00007fff85ffdeaa _workqkernreturn + 10
    1 libSystem.B.dylib 0x00007fff85ffe2bc pthreadwqthread + 917
    2 libSystem.B.dylib 0x00007fff85ffdf25 start_wqthread + 13
    Thread 0 crashed with X86 Thread State (64-bit):
    rax: 0x0000000100bea9a0 rbx: 0x0000000100b5bf70 rcx: 0x00007fffffe00080 rdx: 0x0000000100bea9a0
    rdi: 0x0000000100b5bf70 rsi: 0x00007fff81f22c20 rbp: 0x00007fff5fbfdfe0 rsp: 0x00007fff5fbfdfa8
    r8: 0x0000000000000000 r9: 0x0000000000000000 r10: 0x00007fff84081690 r11: 0x000000000000000f
    r12: 0x00007fff5fbfe1b8 r13: 0x00007fff5fbfdff0 r14: 0x00007fff5fbfe1b0 r15: 0x000000011987c058
    rip: 0x00007fff8725011c rfl: 0x0000000000010202 cr2: 0x000000000000001f
    Binary Images:
    0x100000000 - 0x1006a9fef com.apple.Safari 5.0 (6533.16) <A6A06F05-3BB6-B1D1-3B47-E0C4A19194E3> /Applications/Safari.app/Contents/MacOS/Safari
    0x100e9f000 - 0x100e9ffff com.apple.JavaPluginCocoa 13.2.0 (13.2.0) <18D9A7A8-ECFF-123C-013D-1E36D279D150> /System/Library/Frameworks/JavaVM.framework/Versions/A/Resources/JavaPluginCoco a.bundle/Contents/MacOS/JavaPluginCocoa
    0x100ea3000 - 0x100eabff7 com.apple.JavaVM 13.2.0 (13.2.0) <DD0E846A-3313-09DE-D17A-AE6A3D47DC86> /System/Library/Frameworks/JavaVM.framework/Versions/A/JavaVM
    0x1037f8000 - 0x1037f9fff ATSHI.dylib ??? (???) <0C6E12AA-4D29-7892-77CA-0B9D2C1627F5> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/ATSHI.dylib
    0x1156f4000 - 0x1156f8ff7 libFontRegistryUI.dylib ??? (???) <763B8E8F-8602-2096-7CC8-CEE1F4248028> /System/Library/Frameworks/ApplicationServices.framework/Frameworks/ATS.framewo rk/Resources/libFontRegistryUI.dylib
    0x7fff5fc00000 - 0x7fff5fc3bdef dyld 132.1 (???) <472D950D-70F8-B810-A959-9184C2AA6C74> /usr/lib/dyld
    0x7fff80003000 - 0x7fff80017fff libGL.dylib ??? (???) <5AD69545-D1A3-C017-C7AF-B4AFD6F08FA2> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
    0x7fff80107000 - 0x7fff8011dfef libbsm.0.dylib ??? (???) <42D3023A-A1F7-4121-6417-FCC6B51B3E90> /usr/lib/libbsm.0.dylib
    0x7fff8011e000 - 0x7fff80132ff7 com.apple.speech.synthesis.framework 3.10.35 (3.10.35) <621B7415-A0B9-07A7-F313-36BEEDD7B132> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ SpeechSynthesis.framework/Versions/A/SpeechSynthesis
    0x7fff80133000 - 0x7fff8013ffff libbz2.1.0.dylib 1.0.5 (compatibility 1.0.0) <5FFC8295-2DF7-B54C-3766-756842C53731> /usr/lib/libbz2.1.0.dylib
    0x7fff80140000 - 0x7fff80140ff7 com.apple.CoreServices 44 (44) <210A4C56-BECB-E3E4-B6EE-7EC53E02265D> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
    0x7fff80141000 - 0x7fff80250fe7 libcrypto.0.9.8.dylib 0.9.8 (compatibility 0.9.8) <58C1D83A-F3FC-C025-58CA-CA35419FBDA6> /usr/lib/libcrypto.0.9.8.dylib
    0x7fff80251000 - 0x7fff8025cfff com.apple.CrashReporterSupport 10.6.3 (250) <47181442-3131-23A5-959B-C80D828B2967> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/Cra shReporterSupport
    0x7fff8025d000 - 0x7fff805d2fe7 com.apple.RawCamera.bundle 3.0.3 (529) <2E6B251A-C5A5-A3F9-832B-BB1958F938E9> /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera
    0x7fff805d3000 - 0x7fff805d5fff com.apple.print.framework.Print 6.1 (237.1) <4513DB2F-737C-B43C-2D0E-23CD6E838014> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framewo rk/Versions/A/Print
    0x7fff805d6000 - 0x7fff805dbfff libGFXShared.dylib ??? (???) <1B50D804-966B-30D2-D0FD-B090B6FEAC7E> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.d ylib
    0x7fff807c0000 - 0x7fff80801ff7 com.apple.CoreMedia 0.484.11 (484.11) <AEE7E9C9-9604-B0A7-053B-28954659CFE3> /System/Library/PrivateFrameworks/CoreMedia.framework/Versions/A/CoreMedia
    0x7fff80802000 - 0x7fff80833fff libGLImage.dylib ??? (???) <7EF50768-54F1-5883-C40F-DAF83810C3FA> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dyl ib
    0x7fff80834000 - 0x7fff80896fe7 com.apple.datadetectorscore 2.0 (80.7) <34592AFF-B1B8-2277-B013-70193E4E1691> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDe tectorsCore
    0x7fff80897000 - 0x7fff81506fe7 com.apple.WebCore 6533 (6533.16) <55A4342F-2054-0267-0CF9-27A7F68C1536> /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore.frame work/Versions/A/WebCore
    0x7fff81507000 - 0x7fff81749fef com.apple.AddressBook.framework 5.0.2 (870) <A1278575-53F2-CC00-7306-E49713FEC7C6> /System/Library/Frameworks/AddressBook.framework/Versions/A/AddressBook
    0x7fff8174a000 - 0x7fff817c7fef libstdc++.6.dylib 7.9.0 (compatibility 7.0.0) <35ECA411-2C08-FD7D-11B1-1B7A04921A5C> /usr/lib/libstdc++.6.dylib
    0x7fff817c8000 - 0x7fff817c9ff7 com.apple.TrustEvaluationAgent 1.1 (1) <74800EE8-C14C-18C9-C208-20BBDB982D40> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/Tru stEvaluationAgent
    0x7fff817e6000 - 0x7fff81829fff libtidy.A.dylib ??? (???) <8AF4DB3A-7BDB-7AF7-0E9C-413BBBD0E380> /usr/lib/libtidy.A.dylib
    0x7fff8182a000 - 0x7fff81840fe7 com.apple.MultitouchSupport.framework 205.34 (205.34) <01AAE66D-C2DF-4EF5-FC7B-E89E08C02A01> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/Multit ouchSupport
    0x7fff81841000 - 0x7fff819fffff libicucore.A.dylib 40.0.0 (compatibility 1.0.0) <0E53A4A6-AC06-1B61-2285-248F534EE356> /usr/lib/libicucore.A.dylib
    0x7fff81a00000 - 0x7fff81a8cfef SecurityFoundation ??? (???) <D844BB57-386A-0A43-249E-9BE035C2AB53> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoun dation
    0x7fff81a8d000 - 0x7fff81a8eff7 com.apple.audio.units.AudioUnit 1.6.4 (1.6.4) <9E685534-3B08-ECC5-6BA3-42A1B5EFFCE7> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
    0x7fff81ad1000 - 0x7fff81ad7ff7 IOSurface ??? (???) <7AF7AA31-61A3-F60C-C85A-41107A4DBF06> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
    0x7fff81ad8000 - 0x7fff81ae3ff7 com.apple.speech.recognition.framework 3.11.1 (3.11.1) <F0DDF27E-DB55-07CE-E548-C62095BE8167> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecogni tion.framework/Versions/A/SpeechRecognition
    0x7fff81b65000 - 0x7fff81c05fff com.apple.LaunchServices 362.1 (362.1) <2740103A-6C71-D99F-8C6F-FA264546AD8F> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchS ervices.framework/Versions/A/LaunchServices
    0x7fff81c21000 - 0x7fff81c2efe7 libCSync.A.dylib 545.0.0 (compatibility 64.0.0) <A49676A5-D9AF-56DE-ACA6-CC0005E42398> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib
    0x7fff81d08000 - 0x7fff81d59fe7 com.apple.HIServices 1.8.0 (???) <1ABA7802-C1E4-06A0-9035-2792CC915BF6> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ HIServices.framework/Versions/A/HIServices
    0x7fff81d5a000 - 0x7fff81e2aff7 com.apple.CFNetwork 454.9.8 (454.9.8) <24667A86-FCDA-5B58-2CDC-3BFDFE8EA985> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwo rk.framework/Versions/A/CFNetwork
    0x7fff81e2b000 - 0x7fff81fa7ff7 com.apple.WebKit 6533 (6533.16) <63B99CB0-D45B-A55F-0B24-2271619A9623> /System/Library/Frameworks/WebKit.framework/Versions/A/WebKit
    0x7fff820c2000 - 0x7fff82105ff7 libRIP.A.dylib 545.0.0 (compatibility 64.0.0) <28EB1C4B-56C3-85AA-BAB0-0163EBE51427> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
    0x7fff82106000 - 0x7fff822bcfef com.apple.ImageIO.framework 3.0.3 (3.0.3) <1B8E6256-27CD-E0E1-BF7B-AB15B3915685> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/ImageIO
    0x7fff822bd000 - 0x7fff822fafff com.apple.LDAPFramework 2.0 (120.1) <16383FF5-0537-6298-73C9-473AEC9C149C> /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP
    0x7fff822fb000 - 0x7fff82342ff7 com.apple.coreui 2 (114) <D7645B59-0431-6283-7322-957D944DAB21> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
    0x7fff823b8000 - 0x7fff823ddff7 com.apple.CoreVideo 1.6.1 (45.5) <29F39070-5CEF-B286-66E3-7CC903519403> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
    0x7fff823de000 - 0x7fff823edfff com.apple.NetFS 3.2.1 (3.2.1) <0357C371-2E2D-069C-08FB-1180512B8516> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
    0x7fff823ee000 - 0x7fff824f8ff7 com.apple.MeshKitIO 1.1 (49.2) <F296E151-80AE-7764-B969-C2050DF26BFE> /System/Library/PrivateFrameworks/MeshKit.framework/Versions/A/Frameworks/MeshK itIO.framework/Versions/A/MeshKitIO
    0x7fff82682000 - 0x7fff82693ff7 libz.1.dylib 1.2.3 (compatibility 1.0.0) <FB5EE53A-0534-0FFA-B2ED-486609433717> /usr/lib/libz.1.dylib
    0x7fff82694000 - 0x7fff829c7fe7 com.apple.CoreServices.CarbonCore 861.16 (861.16) <B7C1E3F2-6E95-D172-1C93-38B10CA80F21> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonC ore.framework/Versions/A/CarbonCore
    0x7fff829d5000 - 0x7fff82a5afff com.apple.print.framework.PrintCore 6.2 (312.5) <C20F87CE-ACC1-552B-8A73-2B3846A01D80> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ PrintCore.framework/Versions/A/PrintCore
    0x7fff82a8b000 - 0x7fff82b1afff com.apple.PDFKit 2.5.1 (2.5.1) <7B8A187A-F0BB-44E7-FBD4-9E1C5F9D5E85> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/PDFKit.framew ork/Versions/A/PDFKit
    0x7fff82b4b000 - 0x7fff82b59ff7 libkxld.dylib ??? (???) <06A51939-F1BC-7D41-2E2A-53ACB1B4A3A8> /usr/lib/system/libkxld.dylib
    0x7fff82b5a000 - 0x7fff83257067 com.apple.CoreGraphics 1.545.0 (???) <88892F58-F785-2E30-50B1-E9CC8775E79F> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/CoreGraphics
    0x7fff832b2000 - 0x7fff833c9fef libxml2.2.dylib 10.3.0 (compatibility 10.0.0) <EE067D7E-15B3-F043-6FBD-10BA31FE76C7> /usr/lib/libxml2.2.dylib
    0x7fff83409000 - 0x7fff83452ff7 com.apple.securityinterface 4.0.1 (37214) <F8F2D8F4-861F-6694-58F6-3DC55C9DBF50> /System/Library/Frameworks/SecurityInterface.framework/Versions/A/SecurityInter face
    0x7fff83994000 - 0x7fff83994ff7 com.apple.Accelerate.vecLib 3.6 (vecLib 3.6) <DA9BFF01-40DF-EBD5-ABB7-787DAF2D77CF> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/vecLib
    0x7fff83995000 - 0x7fff83a55fff libFontParser.dylib ??? (???) <A4F8189D-1D5B-2F8D-E78E-6D934A8E8407> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libFontParser.dylib
    0x7fff83a5c000 - 0x7fff83ab1fef com.apple.framework.familycontrols 2.0.1 (2010) <66C68564-8AF3-2A03-B5B2-594CD6781CEA> /System/Library/PrivateFrameworks/FamilyControls.framework/Versions/A/FamilyCon trols
    0x7fff83ab2000 - 0x7fff83af9fef com.apple.QuickLookFramework 2.2 (327.4) <4E1658D4-F268-2A82-C095-1D01E9EAD05F> /System/Library/Frameworks/QuickLook.framework/Versions/A/QuickLook
    0x7fff83afa000 - 0x7fff83be0fe7 com.apple.DesktopServices 1.5.8 (1.5.8) <8DFD7D6D-1DE7-C805-02F4-E6F3DF0C83F5> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/Desk topServicesPriv
    0x7fff83be1000 - 0x7fff83c96fe7 com.apple.ink.framework 1.3.3 (107) <FFC46EE0-3544-A459-2AB9-94778A75E3D4> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework /Versions/A/Ink
    0x7fff83c97000 - 0x7fff83c97ff7 com.apple.Carbon 150 (152) <3F2751FE-AAB2-F30C-0284-5A78E6FEF1CC> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
    0x7fff83c98000 - 0x7fff83d72ff7 com.apple.vImage 4.0 (4.0) <354F34BF-B221-A3C9-2CA7-9BE5E14AD5AD> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.fr amework/Versions/A/vImage
    0x7fff83d73000 - 0x7fff83d74fff com.apple.MonitorPanelFramework 1.3.0 (1.3.0) <5062DACE-FCE7-8E41-F5F6-58821778629C> /System/Library/PrivateFrameworks/MonitorPanel.framework/Versions/A/MonitorPane l
    0x7fff83d75000 - 0x7fff83d75ff7 com.apple.ApplicationServices 38 (38) <10A0B9E9-4988-03D4-FC56-DDE231A02C63> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Application Services
    0x7fff83ee0000 - 0x7fff83efefff libPng.dylib ??? (???) <76D798A5-8C16-7FC8-E76E-5B40CA7CFDEC> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libPng.dylib
    0x7fff83f13000 - 0x7fff83f22ff7 com.apple.opengl 1.6.9 (1.6.9) <BB8AEF81-0EC1-ED4C-360B-186C60AE745C> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
    0x7fff83f25000 - 0x7fff83f25ff7 com.apple.vecLib 3.6 (vecLib 3.6) <08D3D45D-908B-B86A-00BA-0F978D2702A7> /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
    0x7fff83f26000 - 0x7fff83f35fff libxar.1.dylib ??? (???) <2C4E4D13-263B-6EFF-C6FD-FB8BA6DB3EF0> /usr/lib/libxar.1.dylib
    0x7fff83f36000 - 0x7fff83f80ff7 com.apple.Metadata 10.6.3 (507.10) <7913DD85-87D4-527C-DB20-5802ECA3CC31> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadat a.framework/Versions/A/Metadata
    0x7fff83f81000 - 0x7fff83fb6fef com.apple.framework.Apple80211 6.2.3 (623.1) <2168CFEF-BABB-AA55-1059-5C7723B976A1> /System/Library/PrivateFrameworks/Apple80211.framework/Versions/A/Apple80211
    0x7fff83fb7000 - 0x7fff83fc0ff7 com.apple.DisplayServicesFW 2.3.0 (282) <783BC0B8-2D51-48F5-A260-6F45D63EE3AD> /System/Library/PrivateFrameworks/DisplayServices.framework/Versions/A/DisplayS ervices
    0x7fff83fc1000 - 0x7fff8402bfe7 libvMisc.dylib 268.0.1 (compatibility 1.0.0) <75A8D840-4ACE-6560-0889-2AFB6BE08E59> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvMisc.dylib
    0x7fff8402c000 - 0x7fff841a1ff7 com.apple.CoreFoundation 6.6.3 (550.29) <48810602-63C3-994D-E563-DD02B16E76E1> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    0x7fff841a2000 - 0x7fff84251fff edu.mit.Kerberos 6.5.10 (6.5.10) <F3F76EDF-5660-78F0-FE6E-33B6174F55A4> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
    0x7fff84252000 - 0x7fff842a1fef libTIFF.dylib ??? (???) <421F4CB7-ACC7-7E90-FC83-EBC2BCA3ECB3> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libTIFF.dylib
    0x7fff842a9000 - 0x7fff842beff7 com.apple.LangAnalysis 1.6.6 (1.6.6) <DC999B32-BF41-94C8-0583-27D9AB463E8B> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ LangAnalysis.framework/Versions/A/LangAnalysis
    0x7fff842bf000 - 0x7fff842eaff7 libxslt.1.dylib 3.24.0 (compatibility 3.0.0) <87A0B228-B24A-C426-C3FB-B40D7258DD49> /usr/lib/libxslt.1.dylib
    0x7fff842eb000 - 0x7fff8431cfef libTrueTypeScaler.dylib ??? (???) <0A30CA68-46AF-3E74-AE9E-693DB5A680CC> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libTrueTypeScaler.dylib
    0x7fff843da000 - 0x7fff84446ff7 com.apple.CorePDF 1.3 (1.3) <6770FFB0-DEA0-61E0-3520-4B95CCF5D1CF> /System/Library/PrivateFrameworks/CorePDF.framework/Versions/A/CorePDF
    0x7fff84447000 - 0x7fff84493fff libauto.dylib ??? (???) <072804DF-36AD-2DBE-7EF8-639CFB79077F> /usr/lib/libauto.dylib
    0x7fff844a2000 - 0x7fff844a6ff7 libmathCommon.A.dylib 315.0.0 (compatibility 1.0.0) <95718673-FEEE-B6ED-B127-BCDBDB60D4E5> /usr/lib/system/libmathCommon.A.dylib
    0x7fff84508000 - 0x7fff84508ff7 com.apple.quartzframework 1.5 (1.5) <5BFE5998-26D9-0AF1-1522-55C78E41F778> /System/Library/Frameworks/Quartz.framework/Versions/A/Quartz
    0x7fff84512000 - 0x7fff84553fff com.apple.SystemConfiguration 1.10.2 (1.10.2) <BC27BDD4-9CC8-9AF0-B4C2-DD50FD751CBF> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfi guration
    0x7fff84579000 - 0x7fff845befff com.apple.CoreMediaIOServices 130.0 (1035) <1A4BE73A-9E7E-939F-2D40-50768F775346> /System/Library/PrivateFrameworks/CoreMediaIOServices.framework/Versions/A/Core MediaIOServices
    0x7fff845f5000 - 0x7fff846b2ff7 com.apple.CoreServices.OSServices 357 (357) <78252D7F-0F21-5E99-E7FF-1591FB98437C> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServi ces.framework/Versions/A/OSServices
    0x7fff846b3000 - 0x7fff846b3ff7 com.apple.Cocoa 6.6 (???) <68B0BE46-6E24-C96F-B341-054CF9E8F3B6> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
    0x7fff846b4000 - 0x7fff84ebefe7 libBLAS.dylib 219.0.0 (compatibility 1.0.0) <FC941ECB-71D0-FAE3-DCBF-C5A619E594B8> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libBLAS.dylib
    0x7fff84ebf000 - 0x7fff84fe7ff7 com.apple.MediaToolbox 0.484.11 (484.11) <F50B5552-8527-C75D-873F-66A61D04E32A> /System/Library/PrivateFrameworks/MediaToolbox.framework/Versions/A/MediaToolbo x
    0x7fff84fe8000 - 0x7fff859defff com.apple.AppKit 6.6.6 (1038.29) <7BDD335D-5425-0354-5AD6-41C4F1B4A2F4> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
    0x7fff859e7000 - 0x7fff85c6efe7 com.apple.security 6.1.1 (37594) <C32E7E37-13EC-381A-7CA6-AAE3EBD2C1F1> /System/Library/Frameworks/Security.framework/Versions/A/Security
    0x7fff85c93000 - 0x7fff85d15fff com.apple.QuickLookUIFramework 2.2 (327.4) <C35D9F62-73D0-262C-B0CE-BFF64E230588> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuickLookUI.f ramework/Versions/A/QuickLookUI
    0x7fff85d16000 - 0x7fff85f51fef com.apple.imageKit 2.0.3 (1.0) <8DA80BC9-C671-BD89-EA2E-3C632D6ECE30> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/ImageKit.fram ework/Versions/A/ImageKit
    0x7fff85f52000 - 0x7fff85fe2fff com.apple.SearchKit 1.3.0 (1.3.0) <4175DC31-1506-228A-08FD-C704AC9DF642> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchK it.framework/Versions/A/SearchKit
    0x7fff85fe3000 - 0x7fff861a3fef libSystem.B.dylib 125.2.0 (compatibility 1.0.0) <863580CA-BD50-95C6-B9FD-931FAB07FED3> /usr/lib/libSystem.B.dylib
    0x7fff861e1000 - 0x7fff8625efef com.apple.backup.framework 1.2.2 (1.2.2) <13A0D34C-28B7-2140-ECC9-B08D10CD4AB5> /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup
    0x7fff8628d000 - 0x7fff86293fff libCGXCoreImage.A.dylib 545.0.0 (compatibility 64.0.0) <C297D7C5-8227-65D5-2E88-D723038963D1> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCGXCoreImage.A.dylib
    0x7fff86504000 - 0x7fff86582fff com.apple.CoreText 3.1.0 (???) <B740DA1D-EFD0-CCBF-F893-E3004FE58A98> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreText.framework/Versions/A/CoreText
    0x7fff865b3000 - 0x7fff865b3ff7 com.apple.Accelerate 1.6 (Accelerate 1.6) <2BB7D669-4B40-6A52-ADBD-DA4DB3BC0B1B> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
    0x7fff865b4000 - 0x7fff865b9ff7 com.apple.CommonPanels 1.2.4 (91) <4D84803B-BD06-D80E-15AE-EFBE43F93605> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels. framework/Versions/A/CommonPanels
    0x7fff865ba000 - 0x7fff865e0fe7 libJPEG.dylib ??? (???) <DBA0816B-7D0C-2B8D-767D-74E5198B5123> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libJPEG.dylib
    0x7fff865e1000 - 0x7fff865fcff7 com.apple.openscripting 1.3.1 (???) <FD46A0FE-AC79-3EF7-AB4F-396D376DDE71> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting .framework/Versions/A/OpenScripting
    0x7fff865fd000 - 0x7fff8676cfe7 com.apple.QTKit 7.6.6 (1744) <9A770A86-8DA9-A7C4-8BDC-859F2AD745F3> /System/Library/Frameworks/QTKit.framework/Versions/A/QTKit
    0x7fff8676d000 - 0x7fff86957fe7 com.apple.JavaScriptCore 6533 (6533.13) <CBCE1ADC-A869-2C8C-2B06-AD8D4202C9A8> /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore
    0x7fff86958000 - 0x7fff86a5cfff com.apple.PubSub 1.0.5 (65.19) <A35D8DC1-AE9F-09F4-4620-31C3157C84DC> /System/Library/Frameworks/PubSub.framework/Versions/A/PubSub
    0x7fff86a5d000 - 0x7fff86a6efff SyndicationUI ??? (???) <39138850-2FEB-5A05-8E7B-FC38A90C881D> /System/Library/PrivateFrameworks/SyndicationUI.framework/Versions/A/Syndicatio nUI
    0x7fff86a6f000 - 0x7fff86a73ff7 libCGXType.A.dylib 545.0.0 (compatibility 64.0.0) <A5BECE74-6C4A-E7F3-1948-667ED1A74864> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCGXType.A.dylib
    0x7fff86acc000 - 0x7fff86ad1fff libGIF.dylib ??? (???) <0A583E66-C43B-5F61-C599-9AC6C5409D66> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libGIF.dylib
    0x7fff86b79000 - 0x7fff86c92fef libGLProgrammability.dylib ??? (???) <0E55A58B-5B42-669F-2655-90893554CA21> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgramma bility.dylib
    0x7fff86c93000 - 0x7fff870d6fef libLAPACK.dylib 219.0.0 (compatibility 1.0.0) <0CC61C98-FF51-67B3-F3D8-C5E430C201A9> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libLAPACK.dylib
    0x7fff870e3000 - 0x7fff87124fef com.apple.QD 3.35 (???) <78C9A560-E6F7-DC4F-F85E-E63CF8A98F0B> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ QD.framework/Versions/A/QD
    0x7fff87125000 - 0x7fff8724afef com.apple.audio.toolbox.AudioToolbox 1.6.4 (1.6.4) <D84520B3-AB7C-937C-31DF-4CC6E7FDF9D9> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
    0x7fff8724b000 - 0x7fff87301fff libobjc.A.dylib 227.0.0 (compatibility 1.0.0) <F206BE6D-8777-AE6C-B367-7BEA76C14241> /usr/lib/libobjc.A.dylib
    0x7fff87366000 - 0x7fff87400fff com.apple.ApplicationServices.ATS 275.11.1 (???) <0A898C0C-41A0-B9BF-0A38-74FB029CA049> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/ATS
    0x7fff87401000 - 0x7fff8766aff7 com.apple.QuartzComposer 4.1 (156.16) <D8B84962-C6E5-6812-2205-A910F707EE67> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzCompose r.framework/Versions/A/QuartzComposer
    0x7fff8766b000 - 0x7fff8766eff7 com.apple.securityhi 4.0 (36638) <38935851-09E4-DDAB-DB1D-30ADC39F7ED0> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.fr amework/Versions/A/SecurityHI
    0x7fff8766f000 - 0x7fff8796dfe7 com.apple.HIToolbox 1.6.3 (???) <CF0C8524-FA82-3908-ACD0-A9176C704AED> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.fra mework/Versions/A/HIToolbox
    0x7fff8796e000 - 0x7fff8799dff7 com.apple.quartzfilters 1.6.0 (1.6.0) <9CECB4FC-1CCF-B8A2-B935-5888B21CBEEF> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzFilters .framework/Versions/A/QuartzFilters
    0x7fff8799e000 - 0x7fff879a0fff libRadiance.dylib ??? (???) <4E3DF84D-2D3A-A845-88C6-D196D9DA1F60> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libRadiance.dylib
    0x7fff879a1000 - 0x7fff87a6cfe7 ColorSyncDeprecated.dylib 4.6.0 (compatibility 1.0.0) <A6B2D07C-FC4D-F49E-64E5-AD4DFA830C05> /System/Library/Frameworks/ApplicationServices.framework/Frameworks/ColorSync.f ramework/Versions/A/Resources/ColorSyncDeprecated.dylib
    0x7fff87a6d000 - 0x7fff87a86fff com.apple.CFOpenDirectory 10.6 (10.6) <0F46E102-8B8E-0995-BA85-3D9608F0A30C> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpen Directory.framework/Versions/A/CFOpenDirectory
    0x7fff87a87000 - 0x7fff87ac0ff7 com.apple.MeshKit 1.1 (49.2) <3795F201-4A5F-3D40-57E0-87AD6B714239> /System/Library/PrivateFrameworks/MeshKit.framework/Versions/A/MeshKit
    0x7fff87af2000 - 0x7fff87af3fff liblangid.dylib ??? (???) <EA4D1607-2BD5-2EE2-2A3B-632EEE5A444D> /usr/lib/liblangid.dylib
    0x7fff87af4000 - 0x7fff87b43ff7 com.apple.DirectoryService.PasswordServerFramework 6.0 (6.0) <FE549581-6A40-BD28-24A4-68FA0B616780> /System/Library/PrivateFrameworks/PasswordServer.framework/Versions/A/PasswordS erver
    0x7fff87b9e000 - 0x7fff87bc6fff com.apple.DictionaryServices 1.1.1 (1.1.1) <9FD709FC-23F0-F270-EAC1-C590CD516A36> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Diction aryServices.framework/Versions/A/DictionaryServices
    0x7fff87bc7000 - 0x7fff87c37ff7 com.apple.AppleVAFramework 4.10.8 (4.10.8) <C3B7EABC-66B8-E951-0E03-1E1521D5D03D> /System/Library/PrivateFrameworks/AppleVA.framework/Versions/A/AppleVA
    0x7fff87c38000 - 0x7fff87c49fff com.apple.DSObjCWrappers.Framework 10.6 (134) <3C08225D-517E-2822-6152-F6EB13A4ADF9> /System/Library/PrivateFrameworks/DSObjCWrappers.framework/Versions/A/DSObjCWra ppers
    0x7fff87c4a000 - 0x7fff87c6aff7 com.apple.DirectoryService.Framework 3.6 (621.4) <969734C3-D21E-2F30-5CBB-D9F23D123643> /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryServi ce
    0x7fff87c6b000 - 0x7fff87ca3ff7 libssl.0.9.8.dylib 0.9.8 (compatibility 0.9.8) <F4067E77-F82D-6B84-BAC7-6E8F955B88AB> /usr/lib/libssl.0.9.8.dylib
    0x7fff87ca4000 - 0x7fff87ca7ff7 libCoreVMClient.dylib ??? (???) <CE19A78F-B76D-244A-1C04-0544B914F728> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClien t.dylib
    0x7fff87ca8000 - 0x7fff87d06ff7 com.apple.framework.IOKit 2.0 (???) <00376B85-C54E-F1B9-1335-5938D9D2CA4F> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
    0x7fff87d07000 - 0x7fff87dbcfe7 com.apple.ColorSync 4.6.3 (4.6.3) <5A7360A8-D495-1E8D-C4B4-A363AF989ADE> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ColorSync.framework/Versions/A/ColorSync
    0x7fff87dbd000 - 0x7fff87dc0fff com.apple.help 1.3.1 (41) <54B79BA2-B71B-268E-8752-5C8EE00E49E4> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framewor k/Versions/A/Help
    0x7fff87e2f000 - 0x7fff87e78fef libGLU.dylib ??? (???) <88F0E457-EE53-B5FF-6A1B-D0326D0C643D> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
    0x7fff87e79000 - 0x7fff87eb1fef libcups.2.dylib 2.8.0 (compatibility 2.0.0) <E6B10A46-E64C-9248-29C1-E252410C77B1> /usr/lib/libcups.2.dylib
    0x7fff87eb2000 - 0x7fff87eedfff com.apple.AE 496.4 (496.4) <CBEDB6A1-FD85-F842-4EB8-CC289FAE0F24> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.fram ework/Versions/A/AE
    0x7fff87eee000 - 0x7fff87f32fe7 com.apple.ImageCaptureCore 1.0.2 (1.0.2) <075198A5-4C6B-D945-D3EF-D13960C9F738> /System/Library/Frameworks/ImageCaptureCore.framework/Versions/A/ImageCaptureCo re
    0x7fff87f33000 - 0x7fff87faefff com.apple.ISSupport 1.9.3 (51) <BE4B548C-F9C4-2464-12A6-F94A21D569C6> /System/Library/PrivateFrameworks/ISSupport.framework/Versions/A/ISSupport
    0x7fff8802a000 - 0x7fff880a9fe7 com.apple.audio.CoreAudio 3.2.5 (3.2.5) <4ADA6607-A2FD-ABE2-3A2C-A4B6259F4B10> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
    0x7fff880aa000 - 0x7fff880bcfe7 libsasl2.2.dylib 3.15.0 (compatibility 3.0.0) <76B83C8D-8EFE-4467-0F75-275648AFED97> /usr/lib/libsasl2.2.dylib
    0x7fff880e5000 - 0x7fff88366fef com.apple.Foundation 6.6.3 (751.29) <DAEDB589-9F59-9556-CF8D-07556317937B> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
    0x7fff88367000 - 0x7fff8836dff7 com.apple.DiskArbitration 2.3 (2.3) <857F6E43-1EF4-7D53-351B-10DE0A8F992A> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
    0x7fff8836e000 - 0x7fff88427fff libsqlite3.dylib 9.6.0 (compatibility 9.0.0) <BF1A7D1F-1BB3-78BA-A29E-52384F6E4FD8> /usr/lib/libsqlite3.dylib
    0x7fff88428000 - 0x7fff88465ff7 libFontRegistry.dylib ??? (???) <B63FCC3A-F49E-B42E-6D57-5F59E3A8D8B9> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libFontRegistry.dylib
    0x7fff88466000 - 0x7fff885a4fff com.apple.CoreData 102.1 (251) <32233D4D-00B7-CE14-C881-6BF19FD05A03> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
    0x7fff885a5000 - 0x7fff88aa9fe7 com.apple.VideoToolbox 0.484.11 (484.11) <4577FF14-E6A7-AAD8-E6E6-ECA9CFCC6989> /System/Library/PrivateFrameworks/VideoToolbox.framework/Versions/A/VideoToolbo x
    0x7fff88aaa000 - 0x7fff88acdfff com.apple.opencl 12.1 (12.1) <403E8F37-4348-B9BC-08E6-7693A995B7EC> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
    0x7fff88b84000 - 0x7fff88b8bfff com.apple.OpenDirectory 10.6 (10.6) <72A65D76-7831-D31E-F1B3-9E48BF26A98B> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
    0x7fff88b8e000 - 0x7fff88baffff libresolv.9.dylib 41.0.0 (compatibility 1.0.0) <6993F348-428F-C97E-7A84-7BD2EDC46A62> /usr/lib/libresolv.9.dylib
    0x7fff88bc6000 - 0x7fff88c0eff7 libvDSP.dylib 268.0.1 (compatibility 1.0.0) <170DE04F-89AB-E295-0880-D69CAFBD7979> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvDSP.dylib
    0x7fff88c1b000 - 0x7fff88c26fff com.apple.corelocation 12 (12) <04DFA04A-CE28-06BB-0C1F-D8F0FD491002> /System/Library/Frameworks/CoreLocation.framework/Versions/A/CoreLocation
    0x7fff88c77000 - 0x7fff89010ff7 com.apple.QuartzCore 1.6.2 (227.22) <3CF27A9E-4B1A-AD21-5B40-E203D1C9350B> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
    0x7fff89011000 - 0x7fff89079fff com.apple.MeshKitRuntime 1.1 (49.2) <1F4C9AB5-9D3F-F91D-DB91-B78610562ECC> /System/Library/PrivateFrameworks/MeshKit.framework/Versions/A/Frameworks/MeshK itRuntime.framework/Versions/A/MeshKitRuntime
    0x7fff8907a000 - 0x7fff89090fff com.apple.ImageCapture 6.0 (6.0) <5B5AF8FB-C12A-B51F-94FC-3EC4698E818E> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture. framework/Versions/A/ImageCapture
    0x7fffffe00000 - 0x7fffffe01fff libSystem.B.dylib ??? (???) <863580CA-BD50-95C6-B9FD-931FAB07FED3> /usr/lib/libSystem.B.dylib
    Model: iMac11,3, BootROM IM112.0057.B00, 4 processors, Intel Core i7, 2.93 GHz, 4 GB, SMC 1.59f2
    Graphics: ATI Radeon HD 5750, ATI Radeon HD 5750, PCIe, 1024 MB
    Memory Module: global_name
    AirPort: spairportwireless_card_type_airportextreme (0x168C, 0x8F), Atheros 9280: 2.1.9.8.1
    Bluetooth: Version 2.3.7f1, 2 service, 12 devices, 1 incoming serial ports
    Network Service: Ethernet, Ethernet, en0
    Serial ATA Device: WDC WD1001FALS-40Y6A0, 931.51 GB
    Serial ATA Device: HL-DT-STDVDRW GA32N
    USB Device: Hub, 0x0424 (SMSC), 0x2514, 0xfd100000
    USB Device: Microsoft Wireless Desktop Receiver 3.1, 0x045e (Microsoft Corporation), 0x00f9, 0xfd130000
    USB Device: Built-in iSight, 0x05ac (Apple Inc.), 0x8502, 0xfd110000
    USB Device: IR Receiver, 0x05ac (Apple Inc.), 0x8242, 0xfd120000
    USB Device: Hub, 0x0424 (SMSC), 0x2514, 0xfa100000
    USB Device: Internal Memory Card Reader, 0x05ac (Apple Inc.), 0x8403, 0xfa120000
    USB Device: BRCM2046 Hub, 0x0a5c (Broadcom Corp.), 0x4500, 0xfa110000
    USB Device: Bluetooth USB Host Controller, 0x05ac (Apple Inc.), 0x8215, 0xfa111000

    Hi and welcome.....
    You are running Safari 5.0. Click your Apple menu / Software Update. That will update Safari to 5.0.2
    After the updates are installed, repair permissions.
    Launch Disk Utility. (Applications/Utilities) Select MacintoshHD in the panel on the left, select the FirstAid tab. Click: Repair Disk Permissions. When it's finished from the Menu Bar, Quit Disk Utility and restart your Mac. If you see a long list of "messages" in the permissions window, it's ok. That can be ignored. As long as you see, "Permissions Repair Complete" when it's finished... you're done. Quit Disk Utility and restart your Mac.
    Carolyn

  • Wrong forum, but can't access correct one - need help with Safari

    I'm sorry to post this here, but the link to the Safari discussion forum is broken - I've tried it about 10 times!
    I've been having trouble with Safari 1.3, which quit every time I navigated to a page using a certain type of code (I don't know what it was, maybe Java or Flash?) Anyway, I downloaded the Safari 3 Universal version in the hope of improving it, but unfortunately that has completely killed off both Safari itself and Mail. I couldn't even use Firefox or Internet Explorer, although other programs such as Word and Photoshop were working fine. Trashing Safari and everything I could find related to it meant that Firefox would work (I'm using that now), but I still can't start Mail. I assume Mail needs Safari to be installled in order to work?
    I've tried to download Safari 1 again, but can only find links to download the 1.3 Updater, not the program itself. Of course, the Updater won't install because there's no previous version to load it onto. Can anyone help me with a suggestion as to where I go from here, please? I'd be hugely grateful, I don't mind not having Safari but I do really need to use Mail.
    Thank you!
    - Kitty

    There are many, many millions of defective, nonstandard web sites, as a brody points out. You could, if you wished, make a crusade of asking their developers to make them accessible in every antique web browser: a crusade for which you would be rewarded with a brody's undying admiration, most of those incompetent website developers' annoyance, and nothing else.
    If instead you would rather just visit the sites and see what you can see of them, use Camino or Opera — the only up-to-date browsers that will run in OS X 10.3.9. Mozilla FireFox 2.0.20 will indeed run in your OS version, but it "is no longer supported and contains known security vulnerabilities" according to the Mozilla website. The more recent updates of FireFox (3.0 through 3.0.10) require OS X 10.4 or better.

Maybe you are looking for