White blankness for Netflix on Safari and Firefox

This is what I get on Safari and Firefox, screen shot below.  ?  I'm still on Mountain Lion, not sure that matters.  Any ideas?  Thank you. 

Eric, thanks!  I have no idea how it got resolved.  Basically after a while the account went back to normal. I used the "Kids" tab and it worked.  After I watched the movie via the "kids" acct. the Netflix account setting went back to normal.  It is a family account (I'm not the payor).  I didn't do anything technically specific or special. 

Similar Messages

  • Safari and Firefox windows are keep blank even internet connection is OK

    Hello,
    I have a USB mobile broadband from Three.
    For a few months it worked ok for my both iMac and Powerbook.
    But since yesterday afternoon, somehow I can't see any web pages, except Google search and search results. I tried both Safari and Firefox, both didn't work. Also I can't receive or send my emails.
    I checked internet connection, which must be fine. I see IP address and router address on network preference.
    I cleared both browsers cache, and deleted all history, but didn't work.
    Strange thing is that I can see Google and get results, but once I click any of search results, page gets just blank.
    I'd be very pleased if anyone could solve this problem.

    When did this start? Which version of Firefox?
    For reference, Firefox 23.0 was released on Tuesday, August 6th, and Firefox 23.0.1 was just released on Friday, August 16th.
    Does the address bar work normally in Firefox's Safe Mode? That's a standard diagnostic tool to bypass interference by extensions (and some custom settings). More info: [[Troubleshoot Firefox issues using Safe Mode]].
    If Firefox is running, you can restart Firefox in Safe Mode using
    Help > Restart with Add-ons Disabled
    In the dialog, click "Start in Safe Mode" (''not'' Reset)
    If Firefox is not running, hold the Shift key when starting Firefox to get the Safe Mode dialog.
    Any difference?

  • Safari and firefox stop working after a few minutes of browsing, regardless of what site I'm on. I have to restart my computer to get internet access again but it only works for a few more minutes, then I have to restart again. Please help!

    Safari and firefox stop working after a few minutes of browsing, regardless of what site I'm on. I have to restart my computer to get internet access again but it only works for a few more minutes, then I have to restart again. I don't get a spinning ball, it just stops working at whatever page it's on. I can close the program just fine but when I re-open it, either safari or firefox, it freezes trying to load the hompage. This started a few days ago after trying to stream a movie on my computer. I'm on a Mac Air OS X Version 10.6.8 and have downloaded all updates. When I go into finder, it says I have over 80 gigs available. Is there some other memory cache that I need to check? Thanks so much for your help.

    ejwoodall wrote:
    It's not a router problem as I explained in my post. If it was a router problem then I wouldn't have the problem everywhere I go. It is an issue with the software.
    Then I guess the millions of people running 10.5.7 with no issues are just hallucinating that their machines are working fine?
    I'm not trying to belittle your issues; you're certainly having them and I know first hand how annoying an intermittent AirPort issue can be. (In fact, mine was due to an AirPort driver bug that no one else seemed to suffer from.)
    The single best diagnostic you could do is take your system running 10.5.7 to an Apple Store, and try using their in-store network.
    If your machine performs flawlessly, it may be a router issue.
    If your machine has connectivity issues there, it may be a hardware problem with your machine.
    There have been numerous people in multiple threads over the years who swore that an update was buggy because things used to work, but returned later to sheepishly admit that they took their machine in, a problem was found and fixed, and now their Mac works flawlessly with the newer software.
    But simply reinstalling 10.5.5 in no way means the explanation of how firmware bugs may be at play here is incorrect.
    In the context of that explanation, all you've done is possibly reinstall software that asks to add "2 + 3."

  • Safari and firefox 'cannot find the server' for every other page that i navigate to, unless I turn Wifi off and on. How do I fix this?

    Safari and firefox 'cannot find the server' for every other page that i navigate to, unless I turn Wifi off and on. Once i reconnect to the network, the page loads, but after loading a few more pages, the same thing happens all over again.
    This happens each and every time, on different Wifi networks, in different locations.  On the other hand, I don't ever encounter this problem when I tether my laptop to my mobile phone's 3g/2g network using Personal Hotspot. How do I fix this?

    Try this DNS server ...
    Open System Preferences > Network > Advanced > DNS
    Click + and type:
    208.67.222.222
    Click + again and do the same.
    208.67.220.220
    Click OK.
    Quit and relaunch both your browsers to test.
    If that doesn't help, try here >  iOS: Troubleshooting Wi-Fi networks and connections
    And here >  Wi-Fi: How to troubleshoot Wi-Fi connectivity

  • One file maximum for uploads with Safari, Opera, FireFox and Chrome to OneDive

    Some Windows 7 users have complained to they can only mark one file maximum for uploading with Safari, Opera, FireFox and Chrome to OneDive

    Hi,
    You mean that you access OneDrive via web browser?
    From my tests, everything is normal and it seems there is no setting in browser to configure this number.
    if I misunderstand this issue, please give us more information on it.
    Alex Zhao
    TechNet Community Support

  • Table Definitions for Safari and Firefox

    All of the sudden my method to make a table 100% of the
    vertical height of a browser window in Safari and Firefox for the
    Mac has ceased to work. It works fine on PCs. I used both
    Dreamweaver and GoLive in my efforts. Anythougts on how to more
    appropriately or alternatively set this definition correctly?

    Here's the deal.
    A doctype on an HTML page tells the browser how to render the
    page. If
    there is no doctype, or if there is an invalid one, the page
    is rendered in
    quirks mode. If there is a valid doctype, the page is
    rendered in standards
    mode.
    DMX inserted a broken doctype on the page (i.e., functionally
    equivalent to
    no doctype). Earlier versions inserted NO doctype. Hence, all
    these pages
    are rendered in quirks mode.
    In quirks mode, the browser makes an attempt to render
    invalid HTML. Not
    all browsers attempt the same rendering - so you will see a
    variety of
    differences, comparing one browser to the next on the same
    page.
    In standards mode, the browsers all render the same (so they
    say - but in
    practice, while not true, it's much more uniform).
    Table height is invalid HTML. It always has been - it was
    never a part of
    HTML's specs.
    Browsers in quirks mode will try to render table heights.
    Browsers in
    standards mode willl not.
    Geddit?
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.dreamweavermx-templates.com
    - Template Triage!
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    http://www.macromedia.com/support/search/
    - Macromedia (MM) Technotes
    ==================
    "Poinkster" <[email protected]> wrote in
    message
    news:ehm0jh$80t$[email protected]..
    > All of the sudden my method to make a table 100% of the
    vertical height of
    > a
    > browser window in Safari and Firefox for the Mac has
    ceased to work. It
    > works
    > fine on PCs. I used both Dreamweaver and GoLive in my
    efforts. Anythougts
    > on
    > how to more appropriately or alternatively set this
    definition correctly?
    >
    >
    >

  • HT1338 I am trying to download java onto my macbook pro, but for some reason this function isn't recognizing the internet.  The error message insists that I am not connected but I am.  I have tried this through both safari and firefox

    Sorry I didn't realize the above was just a subject line.
    I have been trying to download java for my macbook pro, but for some reason the function is not recognizing the internet.  I am on and have checked several times .... I have checked through both safari and firefox but to no avail.  Thanks for any help anyone can give.

    Not really a reply just some added info:
    This is the error message I get saying the internet is not on, but clearly as I can send this message it has to be:
    To open “Java Preferences,” you need to install a Java runtime, but you are not connected to the Internet.
    I am connected through Wi-fi if that makes a difference.

  • How to play Netflix on my Imac G5, it has Safari and Firefox 3, and over 1gb Ram and Mac OS X 10.4.11

    How to play Netflix on my Imac G5, it has Safari and Firefox 3, and over 1gb Ram and Mac OS X 10.4.11

    You referenced that you had a iMac G5 model?
    G5's are PowerPC CPUs and not Intel CPUs.
    The Microsoft Silverlight software works with Intel chip Macs only.
    And, if I am not mistaken, the software requires OS X 10.5.8 Leopard or greater to install.
    So, you need both an Intel Mac with, at least, OS X 10.5.8 as minimum requirements.
    Netflix will still not work on your Mac.
    FYI.

  • Slow responce for MAX OS mail, safari and firefox

    Hi,
    I have a puzzeling problem.
    I have a IMAC intel late 2007 nov with 4gb ram and a 1TB harddisk (850GB disk free space)
    With SnowLeopard and have run all software updates.
    My problem is that mail, safari and firefox are running slow. But as I also have Parelles Desktop 6 I checked my Windows connection, and to my surprice my win explorer is running at normal speed. I then thought it was an issue with my Parallels configuration, but everything is set up with "run MAC faster" and I only dedicate 500mb ram for Windows so I stil have 3,5 GB ram for the MAX OSX.
    It is not a boardband issue as I also run a macbookpro on same broardband with no problem.
    I have tried to clean the mac with Macclearner and run antivirus. But still the 3 internet broadband programs Safai Firefox and mail through MAC OSX is runnning slow.
    I hope someone can help me with fixing toe problem.
    Best regards
    Mads

    Mads,
    It's possible your problem is being caused by the very products you are using to prevent problems, in other words the antivirus software and MacCleaner app. OS X does not need any third party maintenance software, in many instances such software tend to create more issues than they solve. I would STRONGLY recommend following the manufacturer's recommendations for removing both apps. Then empty the trash and do some basic trouble shooting using the tools built into OS X. The first thing I'd do is when the computer runs slow already have Activity Monitor open and check to see if a) how much FREE RAM  it has and b) look to see if there are any processes using a large %CPU. Your computer should have at least 500MB of FREE RAM at all times. If it runs low that will slow it down. What tends to use a lot of RAM are browsers, if you have lots of tabs open that will eat RAM like crazy. In that situation manage the amount of open tabs and restart the browser.
    If you cannot track down the issue the next thing to do is restart in Safe Mode, this will clear some caches. It's possible this is your problem one or more have become corrupted. I had this happen just yesterday, I noticed my system was running very slow and did a Safe Mode restart and bingo it's running like a new computer again.

  • I am getting pop ups on safari and firefox lately and am worried i may have malware or something now on my computer doing this. What is the best way to check this out for sure and remove it?

    I am getting pop ups on safari and firefox lately and am worried I may have malware or something now on my computer doing this. What is the best way to check this out for sure and remove it?

    Please review the options below to determine which method is best to remove the Adware installed on your computer.
    The Easy, safe, effective method:
    http://www.adwaremedic.com/index.php
    If you are comfortable doing manual file removals use the somewhat more difficult method:
    http://support.apple.com/en-us/HT203987
    Also read the articles below to be more prepared for the next time there is an issue on your computer.
    https://discussions.apple.com/docs/DOC-7471
    https://discussions.apple.com/docs/DOC-8071
    http://www.thesafemac.com/tech-support-scam-pop-ups/

  • Safari (and Firefox) hang on Flash-Pages for main-account

    Since Easter (when I took the last batch of upgrades) Safari and Firefox hang.
    I narrowed the test down to the following web-page:
    http://www.sunfleet.com
    * The page does not load completely - after a little while I get this spinning ball and need to kill the hanging Safari-process.
    * The same web-page works flawless on a second account.
    This is what i tried so far after reading the communities:
    * Checked the safari-preferences, switched off auto-fill, security settings allow loading of plug-ins.
    * Executed Onyx 2.1.4 - check disk, check and repair rights, run scripts
    * deinstalled Flash and reinstalled it (10.0.45.2) according to the instructions on the Adobe Support Page
    * manually removed the Flash Player folders in:
    Home/Library/Preferences/Macromedia
    Home/Library/Caches
    The error still prevails.
    It would be great if someone could instruct me what to do next.
    I have a backup via time-machine, but I really don't know what to restore.
    Message was edited by: step5

    Hi Carolyn!
    In the mean-while I removed all the Internet Plugins that were registered under the main user:
    real-player and move-media-player are now gone.
    Still no change. I made a new trace below - I wonder, what is different on the main account compared to the other user. Could it be fonts ?
    Best regards
    Stephan
    Date/Time: 2010-04-20 15:16:56 +0200
    OS Version: 10.6.3 (Build 10D573)
    Architecture: i386
    Report Version: 6
    Command: Safari
    Path: /Applications/Safari.app/Contents/MacOS/Safari
    Version: 4.0.5 (6531.22.7)
    Build Version: 1
    Project Name: WebBrowser
    Source Version: 65312207
    Parent: launchd [99]
    PID: 1810
    Event: hang
    Duration: 4.85s (sampling started after 2 seconds)
    Steps: 29 (100ms sampling interval)
    Pageins: 0
    Pageouts: 0
    Process: Safari [1810]
    Path: /Applications/Safari.app/Contents/MacOS/Safari
    UID: 501
    Thread 6813000 DispatchQueue 1
    User stack:
    28 ??? (in Safari + 7085) [0x2bad]
    28 NSApplicationMain + 574 (in AppKit) [0x94fbdc85]
    28 -[NSApplication run] + 821 (in AppKit) [0x94fc5bef]
    28 ??? (in Safari + 46792) [0xc6c8]
    28 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 156 (in AppKit) [0x95003976]
    28 _DPSNextEvent + 847 (in AppKit) [0x95004135]
    28 BlockUntilNextEventMatchingListInMode + 81 (in HIToolbox) [0x96889d36]
    28 ReceiveNextEventCommon + 354 (in HIToolbox) [0x96889eb1]
    28 RunCurrentEventLoopInMode + 392 (in HIToolbox) [0x9688a0fc]
    28 CFRunLoopRunInMode + 97 (in CoreFoundation) [0x99591f21]
    28 CFRunLoopRunSpecific + 452 (in CoreFoundation) [0x995920f4]
    28 __CFRunLoopRun + 557 (in CoreFoundation) [0x99592a1d]
    28 __CFRunLoopDoObservers + 1186 (in CoreFoundation) [0x995d62e2]
    28 _handleWindowNeedsDisplay + 696 (in AppKit) [0x9502dc26]
    28 ??? (in Safari + 178380) [0x2c8cc]
    28 -[NSWindow displayIfNeeded] + 204 (in AppKit) [0x94ffc6ec]
    28 -[NSView displayIfNeeded] + 818 (in AppKit) [0x950333ee]
    28 -[NSView _displayRectIgnoringOpacity:isVisibleRect:rectIsVisibleRectForView:] + 3309 (in AppKit) [0x950d2771]
    28 -[NSThemeFrame _recursiveDisplayRectIfNeededIgnoringOpacity:isVisibleRect:rectIsVisibleRectFor View:topView:] + 265 (in AppKit) [0x950d5e2b]
    28 -[NSView _recursiveDisplayRectIfNeededIgnoringOpacity:isVisibleRect:rectIsVisibleRectFor View:topView:] + 4668 (in AppKit) [0x950d722b]
    28 -[NSView _recursiveDisplayRectIfNeededIgnoringOpacity:isVisibleRect:rectIsVisibleRectFor View:topView:] + 4668 (in AppKit) [0x950d722b]
    28 -[NSView _recursiveDisplayRectIfNeededIgnoringOpacity:isVisibleRect:rectIsVisibleRectFor View:topView:] + 4668 (in AppKit) [0x950d722b]
    28 -[NSView _recursiveDisplayRectIfNeededIgnoringOpacity:isVisibleRect:rectIsVisibleRectFor View:topView:] + 4668 (in AppKit) [0x950d722b]
    28 -[NSView _recursiveDisplayRectIfNeededIgnoringOpacity:isVisibleRect:rectIsVisibleRectFor View:topView:] + 4668 (in AppKit) [0x950d722b]
    28 -[NSView _recursiveDisplayRectIfNeededIgnoringOpacity:isVisibleRect:rectIsVisibleRectFor View:topView:] + 4668 (in AppKit) [0x950d722b]
    28 -[NSView _recursiveDisplayRectIfNeededIgnoringOpacity:isVisibleRect:rectIsVisibleRectFor View:topView:] + 4668 (in AppKit) [0x950d722b]
    28 -[NSView _recursiveDisplayRectIfNeededIgnoringOpacity:isVisibleRect:rectIsVisibleRectFor View:topView:] + 4668 (in AppKit) [0x950d722b]
    28 -[WebHTMLView(WebPrivate) _recursiveDisplayRectIfNeededIgnoringOpacity:isVisibleRect:rectIsVisibleRectFor View:topView:] + 312 (in WebKit) [0x958de6f8]
    28 -[NSView _recursiveDisplayRectIfNeededIgnoringOpacity:isVisibleRect:rectIsVisibleRectFor View:topView:] + 2217 (in AppKit) [0x950d6898]
    28 -[NSView _drawRect:clip:] + 3721 (in AppKit) [0x950d91cc]
    28 -[WebHTMLView drawRect:] + 596 (in WebKit) [0x958dd3b4]
    28 -[WebHTMLView drawSingleRect:] + 388 (in WebKit) [0x958dd5d4]
    28 -[WebFrame(WebInternal) _drawRect:contentsOnly:] + 153 (in WebKit) [0x958dda09]
    28 WebCore::FrameView::paintContents(WebCore::GraphicsContext*, WebCore::IntRect const&) + 236 (in WebCore) [0x9362476c]
    28 WebCore::RenderLayer::paint(WebCore::GraphicsContext*, WebCore::IntRect const&, WebCore::PaintRestriction, WebCore::RenderObject*) + 101 (in WebCore) [0x93624995]
    28 WebCore::RenderLayer::paintLayer(WebCore::RenderLayer*, WebCore::GraphicsContext*, WebCore::IntRect const&, WebCore::PaintRestriction, WebCore::RenderObject*, ***::HashMap<WebCore::OverlapTestRequestClient*, WebCore::IntRect, ***::PtrHash<WebCore::OverlapTestRequestClient*>, ***::HashTraits<WebCore::OverlapTestRequestClient*>, ***::HashTraits<WebCore::IntRect> >*, unsigned int) + 1563 (in WebCore) [0x93c71fbb]
    28 WebCore::RenderLayer::paintLayer(WebCore::RenderLayer*, WebCore::GraphicsContext*, WebCore::IntRect const&, WebCore::PaintRestriction, WebCore::RenderObject*, ***::HashMap<WebCore::OverlapTestRequestClient*, WebCore::IntRect, ***::PtrHash<WebCore::OverlapTestRequestClient*>, ***::HashTraits<WebCore::OverlapTestRequestClient*>, ***::HashTraits<WebCore::IntRect> >*, unsigned int) + 1563 (in WebCore) [0x93c71fbb]
    28 WebCore::RenderLayer::paintLayer(WebCore::RenderLayer*, WebCore::GraphicsContext*, WebCore::IntRect const&, WebCore::PaintRestriction, WebCore::RenderObject*, ***::HashMap<WebCore::OverlapTestRequestClient*, WebCore::IntRect, ***::PtrHash<WebCore::OverlapTestRequestClient*>, ***::HashTraits<WebCore::OverlapTestRequestClient*>, ***::HashTraits<WebCore::IntRect> >*, unsigned int) + 1563 (in WebCore) [0x93c71fbb]
    28 WebCore::RenderLayer::paintLayer(WebCore::RenderLayer*, WebCore::GraphicsContext*, WebCore::IntRect const&, WebCore::PaintRestriction, WebCore::RenderObject*, ***::HashMap<WebCore::OverlapTestRequestClient*, WebCore::IntRect, ***::PtrHash<WebCore::OverlapTestRequestClient*>, ***::HashTraits<WebCore::OverlapTestRequestClient*>, ***::HashTraits<WebCore::IntRect> >*, unsigned int) + 3705 (in WebCore) [0x93c72819]
    28 WebCore::RenderBlock::paint(WebCore::RenderObject::PaintInfo&, int, int) + 213 (in WebCore) [0x93627315]
    28 WebCore::RenderBlock::paintObject(WebCore::RenderObject::PaintInfo&, int, int) + 605 (in WebCore) [0x93625b9d]
    28 WebCore::RenderBlock::paintChildren(WebCore::RenderObject::PaintInfo&, int, int) + 306 (in WebCore) [0x936261c2]
    28 WebCore::RenderBlock::paint(WebCore::RenderObject::PaintInfo&, int, int) + 213 (in WebCore) [0x93627315]
    28 WebCore::RenderBlock::paintObject(WebCore::RenderObject::PaintInfo&, int, int) + 605 (in WebCore) [0x93625b9d]
    28 WebCore::RenderBlock::paintChildren(WebCore::RenderObject::PaintInfo&, int, int) + 306 (in WebCore) [0x936261c2]
    28 WebCore::RenderBlock::paint(WebCore::RenderObject::PaintInfo&, int, int) + 213 (in WebCore) [0x93627315]
    28 WebCore::RenderBlock::paintObject(WebCore::RenderObject::PaintInfo&, int, int) + 605 (in WebCore) [0x93625b9d]
    28 WebCore::RenderBlock::paintContents(WebCore::RenderObject::PaintInfo&, int, int) + 81 (in WebCore) [0x93626041]
    28 WebCore::RenderLineBoxList::paint(WebCore::RenderBoxModelObject*, WebCore::RenderObject::PaintInfo&, int, int) const + 912 (in WebCore) [0x93628e00]
    28 WebCore::RootInlineBox::paint(WebCore::RenderObject::PaintInfo&, int, int) + 53 (in WebCore) [0x93629095]
    28 WebCore::InlineFlowBox::paint(WebCore::RenderObject::PaintInfo&, int, int) + 575 (in WebCore) [0x9362938f]
    28 WebCore::InlineBox::paint(WebCore::RenderObject::PaintInfo&, int, int) + 294 (in WebCore) [0x9362a616]
    28 WebCore::RenderWidget::paint(WebCore::RenderObject::PaintInfo&, int, int) + 662 (in WebCore) [0x93703de6]
    28 WebCore::ScrollView::paint(WebCore::GraphicsContext*, WebCore::IntRect const&) + 56 (in WebCore) [0x93734808]
    28 WebCore::Widget::paint(WebCore::GraphicsContext*, WebCore::IntRect const&) + 456 (in WebCore) [0x93734e48]
    28 -[NSView displayIfNeededInRectIgnoringOpacity:] + 578 (in AppKit) [0x951fa2ae]
    28 -[NSView _displayRectIgnoringOpacity:isVisibleRect:rectIsVisibleRectForView:] + 3309 (in AppKit) [0x950d2771]
    28 -[NSView _recursiveDisplayRectIfNeededIgnoringOpacity:isVisibleRect:rectIsVisibleRectFor View:topView:] + 711 (in AppKit) [0x950d62b6]
    28 -[NSView _recursiveDisplayAllDirtyWithLockFocus:visRect:] + 2039 (in AppKit) [0x950d7f4e]
    28 -[NSView _recursiveDisplayDescendantsInRect:] + 427 (in AppKit) [0x95220a18]
    28 -[NSView _recursiveDisplaySelfAndDescendantsInRect:] + 70 (in AppKit) [0x951fa381]
    28 -[NSView _recursiveDisplayAllDirtyWithLockFocus:visRect:] + 2039 (in AppKit) [0x950d7f4e]
    28 -[NSView _recursiveDisplayDescendantsInRect:] + 427 (in AppKit) [0x95220a18]
    28 -[NSView _recursiveDisplaySelfAndDescendantsInRect:] + 70 (in AppKit) [0x951fa381]
    28 -[NSView _recursiveDisplayAllDirtyWithLockFocus:visRect:] + 2039 (in AppKit) [0x950d7f4e]
    28 -[NSView _recursiveDisplayDescendantsInRect:] + 427 (in AppKit) [0x95220a18]
    28 -[NSView _recursiveDisplaySelfAndDescendantsInRect:] + 70 (in AppKit) [0x951fa381]
    28 -[WebHTMLView(WebPrivate) _recursiveDisplayAllDirtyWithLockFocus:visRect:] + 266 (in WebKit) [0x958d4b1a]
    28 -[NSView _recursiveDisplayAllDirtyWithLockFocus:visRect:] + 1600 (in AppKit) [0x950d7d97]
    28 -[NSView _drawRect:clip:] + 3510 (in AppKit) [0x950d90f9]
    28 -[WebHTMLView drawRect:] + 596 (in WebKit) [0x958dd3b4]
    28 -[WebHTMLView drawSingleRect:] + 388 (in WebKit) [0x958dd5d4]
    28 -[WebFrame(WebInternal) _drawRect:contentsOnly:] + 153 (in WebKit) [0x958dda09]
    28 WebCore::FrameView::paintContents(WebCore::GraphicsContext*, WebCore::IntRect const&) + 236 (in WebCore) [0x9362476c]
    28 WebCore::RenderLayer::paint(WebCore::GraphicsContext*, WebCore::IntRect const&, WebCore::PaintRestriction, WebCore::RenderObject*) + 101 (in WebCore) [0x93624995]
    28 WebCore::RenderLayer::paintLayer(WebCore::RenderLayer*, WebCore::GraphicsContext*, WebCore::IntRect const&, WebCore::PaintRestriction, WebCore::RenderObject*, ***::HashMap<WebCore::OverlapTestRequestClient*, WebCore::IntRect, ***::PtrHash<WebCore::OverlapTestRequestClient*>, ***::HashTraits<WebCore::OverlapTestRequestClient*>, ***::HashTraits<WebCore::IntRect> >*, unsigned int) + 1563 (in WebCore) [0x93c71fbb]
    28 WebCore::RenderLayer::paintLayer(WebCore::RenderLayer*, WebCore::GraphicsContext*, WebCore::IntRect const&, WebCore::PaintRestriction, WebCore::RenderObject*, ***::HashMap<WebCore::OverlapTestRequestClient*, WebCore::IntRect, ***::PtrHash<WebCore::OverlapTestRequestClient*>, ***::HashTraits<WebCore::OverlapTestRequestClient*>, ***::HashTraits<WebCore::IntRect> >*, unsigned int) + 3705 (in WebCore) [0x93c72819]
    28 WebCore::RenderBlock::paint(WebCore::RenderObject::PaintInfo&, int, int) + 213 (in WebCore) [0x93627315]
    28 WebCore::RenderBlock::paintObject(WebCore::RenderObject::PaintInfo&, int, int) + 605 (in WebCore) [0x93625b9d]
    28 WebCore::RenderBlock::paintChildren(WebCore::RenderObject::PaintInfo&, int, int) + 306 (in WebCore) [0x936261c2]
    28 WebCore::RenderBlock::paint(WebCore::RenderObject::PaintInfo&, int, int) + 213 (in WebCore) [0x93627315]
    28 WebCore::RenderBlock::paintObject(WebCore::RenderObject::PaintInfo&, int, int) + 605 (in WebCore) [0x93625b9d]
    28 WebCore::RenderBlock::paintContents(WebCore::RenderObject::PaintInfo&, int, int) + 81 (in WebCore) [0x93626041]
    28 WebCore::RenderLineBoxList::paint(WebCore::RenderBoxModelObject*, WebCore::RenderObject::PaintInfo&, int, int) const + 912 (in WebCore) [0x93628e00]
    28 WebCore::RootInlineBox::paint(WebCore::RenderObject::PaintInfo&, int, int) + 53 (in WebCore) [0x93629095]
    28 WebCore::InlineFlowBox::paint(WebCore::RenderObject::PaintInfo&, int, int) + 575 (in WebCore) [0x9362938f]
    28 WebCore::InlineBox::paint(WebCore::RenderObject::PaintInfo&, int, int) + 294 (in WebCore) [0x9362a616]
    28 WebCore::RenderWidget::paint(WebCore::RenderObject::PaintInfo&, int, int) + 662 (in WebCore) [0x93703de6]
    28 WebCore::Widget::paint(WebCore::GraphicsContext*, WebCore::IntRect const&) + 456 (in WebCore) [0x93734e48]
    28 -[NSView displayIfNeededInRectIgnoringOpacity:] + 578 (in AppKit) [0x951fa2ae]
    28 -[NSView _displayRectIgnoringOpacity:isVisibleRect:rectIsVisibleRectForView:] + 3309 (in AppKit) [0x950d2771]
    28 -[NSView _recursiveDisplayRectIfNeededIgnoringOpacity:isVisibleRect:rectIsVisibleRectFor View:topView:] + 711 (in AppKit) [0x950d62b6]
    28 -[NSView _recursiveDisplayAllDirtyWithLockFocus:visRect:] + 1600 (in AppKit) [0x950d7d97]
    28 -[NSView _drawRect:clip:] + 3510 (in AppKit) [0x950d90f9]
    28 -[WebNetscapePluginDocumentView sendDrawRectEvent:] + 88 (in WebKit) [0x95906388]
    28 WebNetscapePluginEventHandlerCarbon::drawRect(CGContext*, _NSRect const&) + 94 (in WebKit) [0x959063ee]
    28 WebNetscapePluginEventHandlerCarbon::sendEvent(EventRecord*) + 94 (in WebKit) [0x959049fe]
    28 -[WebNetscapePluginDocumentView sendEvent:isDrawRect:] + 312 (in WebKit) [0x95904b58]
    28 FlashPlayer10_0_45_2FlashPlayer + 578 (in Flash Player) [0x19d65d22]
    28 FlashPlayer10_0_45_2FlashPlayer + 688787 (in Flash Player) [0x19e0dd73]
    28 FlashPlayer10_0_45_2FlashPlayer + 673290 (in Flash Player) [0x19e0a0ea]
    28 FlashPlayer10_0_45_2FlashPlayer + 671087 (in Flash Player) [0x19e0984f]
    28 ??? (in Flash Player + 1806251) [0x19c31fab]
    28 ??? (in Flash Player + 1088652) [0x19b82c8c]
    28 ??? (in Flash Player + 1074482) [0x19b7f532]
    28 ??? (in Flash Player + 1392565) [0x19bccfb5]
    28 ??? (in Flash Player + 1394781) [0x19bcd85d]
    28 ??? (in Flash Player + 1392565) [0x19bccfb5]
    28 ??? (in Flash Player + 1394781) [0x19bcd85d]
    28 ??? (in Flash Player + 1392565) [0x19bccfb5]
    28 ??? (in Flash Player + 1395775) [0x19bcdc3f]
    28 ??? (in Flash Player + 1329897) [0x19bbdae9]
    28 ??? (in Flash Player + 428241) [0x19ae18d1]
    28 ??? (in Flash Player + 374059) [0x19ad452b]
    28 ??? (in Flash Player + 338982) [0x19acbc26]
    28 ??? (in Flash Player + 2974174) [0x19d4f1de]
    28 ??? (in Flash Player + 2973238) [0x19d4ee36]
    28 ??? (in Flash Player + 2960942) [0x19d4be2e]
    28 ATSFontFindFromName + 69 (in ATS) [0x981a74c2]
    28 _eATSFontFindFromName + 105 (in ATS) [0x981865d4]
    28 FindFontFromName(__CFString const*, unsigned long, unsigned long const*, unsigned long*, unsigned char) + 1853 (in ATS) [0x981855d7]
    28 FindFontIDFromNameInternal + 454 (in ATS) [0x9814078d]
    28 FindFontIDFromNameInternalCore(unsigned long, unsigned long const*, unsigned long, unsigned long, unsigned long, unsigned char*, unsigned long, unsigned long, unsigned long*, FontNameCacheNode*) + 1581 (in ATS) [0x98140e46]
    28 SendFindFontIDFromNameMessage + 361 (in ATS) [0x981638f7]
    25 SendFontManagementMessageWithMessageStatus + 668 (in ATS) [0x9813c456]
    25 RendezvousWithServer(unsigned long, char*) + 393 (in ATS) [0x9813c0e5]
    25 SendFontManagementMessageWithMessageStatus + 235 (in ATS) [0x9813c2a5]
    25 machmsgtrap + 10 (in libSystem.B.dylib) [0x908982fa]
    3 SendFontManagementMessageWithMessageStatus + 235 (in ATS) [0x9813c2a5]
    3 machmsgtrap + 10 (in libSystem.B.dylib) [0x908982fa]
    Kernel stack:
    28 ipcmqueue_receivecontinue + 0 [0x210c23]
    Thread b1df000 DispatchQueue 2
    User stack:
    28 start_wqthread + 30 (in libSystem.B.dylib) [0x908bdd86]
    28 pthreadwqthread + 390 (in libSystem.B.dylib) [0x908bdf41]
    28 dispatch_workerthread2 + 240 (in libSystem.B.dylib) [0x908be4be]
    28 dispatch_queueinvoke + 163 (in libSystem.B.dylib) [0x908be719]
    28 kevent + 10 (in libSystem.B.dylib) [0x908beb42]
    Kernel stack:
    28 kevent + 97 [0x46f6f6]
    Thread 593a7a8
    User stack:
    28 thread_start + 34 (in libSystem.B.dylib) [0x908c589e]
    28 ***::TCMalloc_PageHeap::scavengerThread() + 614 (in JavaScriptCore) [0x988973e6]
    28 pthreadcondwait$UNIX2003 + 73 (in libSystem.B.dylib) [0x908c7bb8]
    28 _semwaitsignal + 10 (in libSystem.B.dylib) [0x908c6262]
    Kernel stack:
    28 semaphorewaitcontinue + 0 [0x22a264]
    Thread 62d4b7c
    User stack:
    28 thread_start + 34 (in libSystem.B.dylib) [0x908c589e]
    28 pthreadstart + 345 (in libSystem.B.dylib) [0x908c5a19]
    28 ??? (in Flash Player + 3008767) [0x19d578ff]
    28 FlashPlayer10_0_45_2FlashPlayer + 45551 (in Flash Player) [0x19d70ccf]
    28 ??? (in Flash Player + 3007567) [0x19d5744f]
    28 pthreadcondwait + 48 (in libSystem.B.dylib) [0x9090e42f]
    28 semaphorewait_signaltrap + 10 (in libSystem.B.dylib) [0x90898342]
    Kernel stack:
    28 semaphorewaitcontinue + 0 [0x22a264]
    Thread 6428000
    User stack:
    28 thread_start + 34 (in libSystem.B.dylib) [0x908c589e]
    28 pthreadstart + 345 (in libSystem.B.dylib) [0x908c5a19]
    28 _NSThread__main_ + 1499 (in Foundation) [0x9483488c]
    28 -[NSThread main] + 45 (in Foundation) [0x948348dc]
    28 ??? (in Safari + 209064) [0x340a8]
    28 -[NSRunLoop(NSRunLoop) run] + 76 (in Foundation) [0x9486e25d]
    28 -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 279 (in Foundation) [0x9486e380]
    28 CFRunLoopRunInMode + 97 (in CoreFoundation) [0x99591f21]
    28 CFRunLoopRunSpecific + 452 (in CoreFoundation) [0x995920f4]
    28 __CFRunLoopRun + 2079 (in CoreFoundation) [0x9959300f]
    28 machmsgtrap + 10 (in libSystem.B.dylib) [0x908982fa]
    Kernel stack:
    28 ipcmqueue_receivecontinue + 0 [0x210c23]
    Thread 6773b7c
    User stack:
    28 thread_start + 34 (in libSystem.B.dylib) [0x908c589e]
    28 pthreadstart + 345 (in libSystem.B.dylib) [0x908c5a19]
    28 ??? (in Safari + 266653) [0x4219d]
    28 ??? (in Safari + 266829) [0x4224d]
    28 ***::ThreadCondition::timedWait(***::Mutex&, double) + 81 (in JavaScriptCore) [0x9877dc01]
    28 pthreadcondwait$UNIX2003 + 73 (in libSystem.B.dylib) [0x908c7bb8]
    28 _semwaitsignal + 10 (in libSystem.B.dylib) [0x908c6262]
    Kernel stack:
    28 semaphorewaitcontinue + 0 [0x22a264]
    Thread 6b843d4
    User stack:
    28 thread_start + 34 (in libSystem.B.dylib) [0x908c589e]
    28 pthreadstart + 345 (in libSystem.B.dylib) [0x908c5a19]
    28 WebCore::IconDatabase::iconDatabaseSyncThread() + 180 (in WebCore) [0x935172d4]
    28 WebCore::IconDatabase::syncThreadMainLoop() + 266 (in WebCore) [0x9351b40a]
    28 pthreadcondwait$UNIX2003 + 73 (in libSystem.B.dylib) [0x908c7bb8]
    28 _semwaitsignal + 10 (in libSystem.B.dylib) [0x908c6262]
    Kernel stack:
    28 semaphorewaitcontinue + 0 [0x22a264]
    Thread 6ba3b7c
    User stack:
    28 thread_start + 34 (in libSystem.B.dylib) [0x908c589e]
    28 pthreadstart + 345 (in libSystem.B.dylib) [0x908c5a19]
    28 ??? (in Safari + 148869) [0x25585]
    28 ??? (in Safari + 148972) [0x255ec]
    28 ??? (in Safari + 149817) [0x25939]
    28 CFRunLoopRunInMode + 97 (in CoreFoundation) [0x99591f21]
    28 CFRunLoopRunSpecific + 452 (in CoreFoundation) [0x995920f4]
    28 __CFRunLoopRun + 2079 (in CoreFoundation) [0x9959300f]
    28 machmsgtrap + 10 (in libSystem.B.dylib) [0x908982fa]
    Kernel stack:
    28 ipcmqueue_receivecontinue + 0 [0x210c23]
    Thread 6cf4000
    User stack:
    28 thread_start + 34 (in libSystem.B.dylib) [0x908c589e]
    28 pthreadstart + 345 (in libSystem.B.dylib) [0x908c5a19]
    28 ??? (in Flash Player + 3008767) [0x19d578ff]
    28 FlashPlayer10_0_45_2FlashPlayer + 45551 (in Flash Player) [0x19d70ccf]
    28 ??? (in Flash Player + 3007567) [0x19d5744f]
    28 pthreadcondwait + 48 (in libSystem.B.dylib) [0x9090e42f]
    28 semaphorewait_signaltrap + 10 (in libSystem.B.dylib) [0x90898342]
    Kernel stack:
    28 semaphorewaitcontinue + 0 [0x22a264]
    Thread b72fb7c
    User stack:
    28 thread_start + 34 (in libSystem.B.dylib) [0x908c589e]
    28 pthreadstart + 345 (in libSystem.B.dylib) [0x908c5a19]
    28 select$DARWIN_EXTSN + 10 (in libSystem.B.dylib) [0x908b7286]
    Kernel stack:
    28 sleep + 52 [0x486017]
    Thread b7633d4
    User stack:
    28 thread_start + 34 (in libSystem.B.dylib) [0x908c589e]
    28 pthreadstart + 345 (in libSystem.B.dylib) [0x908c5a19]
    28 FlashPlayer10_0_45_2FlashPlayer + 2207972 (in Flash Player) [0x19f80bc4]
    28 machmsgtrap + 10 (in libSystem.B.dylib) [0x908982fa]
    Kernel stack:
    28 ipcmqueue_receivecontinue + 0 [0x210c23]
    Thread b76a7a8
    User stack:
    28 thread_start + 34 (in libSystem.B.dylib) [0x908c589e]
    28 pthreadstart + 345 (in libSystem.B.dylib) [0x908c5a19]
    28 _NSThread__main_ + 1499 (in Foundation) [0x9483488c]
    28 -[NSThread main] + 45 (in Foundation) [0x948348dc]
    28 +[NSURLConnection(NSURLConnectionReallyInternal) _resourceLoadLoop:] + 329 (in Foundation) [0x9486d434]
    28 CFRunLoopRunInMode + 97 (in CoreFoundation) [0x99591f21]
    28 CFRunLoopRunSpecific + 452 (in CoreFoundation) [0x995920f4]
    28 __CFRunLoopRun + 2079 (in CoreFoundation) [0x9959300f]
    28 machmsgtrap + 10 (in libSystem.B.dylib) [0x908982fa]
    Kernel stack:
    28 ipcmqueue_receivecontinue + 0 [0x210c23]
    Thread 6b0d7a8
    User stack:
    17 start_wqthread + 30 (in libSystem.B.dylib) [0x908bdd86]
    17 _workqkernreturn + 10 (in libSystem.B.dylib) [0x908bdbd2]
    Kernel stack:
    17 bsdthread_create + 1313 [0x4c90b9]
    Thread b6f83d4
    User stack:
    14 thread_start + 34 (in libSystem.B.dylib) [0x908c589e]
    14 pthreadstart + 345 (in libSystem.B.dylib) [0x908c5a19]
    14 TimerThread + 97 (in CarbonCore) [0x971523eb]
    14 TSWaitOnSemaphoreCommon + 511 (in CarbonCore) [0x9712e1a3]
    14 TSWaitOnConditionTimedRelative + 242 (in CarbonCore) [0x9712e465]
    14 pthreadcond_timedwait_relativenp + 47 (in libSystem.B.dylib) [0x908f4a28]
    14 semaphoretimedwait_signaltrap + 10 (in libSystem.B.dylib) [0x9089835a]
    Kernel stack:
    14 semaphorewaitcontinue + 0 [0x22a264]
    Thread 6bfe000
    User stack:
    11 start_wqthread + 30 (in libSystem.B.dylib) [0x908bdd86]
    11 _workqkernreturn + 10 (in libSystem.B.dylib) [0x908bdbd2]
    Kernel stack:
    11 bsdthread_create + 1313 [0x4c90b9]
    Binary Images:
    0x1000 - 0x1b5fe7 com.apple.Safari 4.0.5 (6531.22.7) <179BBADD-7C49-EF3C-BD19-E988CCD9AE10> /Applications/Safari.app/Contents/MacOS/Safari
    0x19a79000 - 0x1a0b3ffb com.macromedia.Flash Player.plugin 10.0.45.2 (1.0.4f458472) <D1AAAB5D-4178-61E6-A5B8-35B01D303955> /Library/Internet Plug-Ins/Flash Player.plugin/Contents/MacOS/Flash Player
    0x90897000 - 0x90a3cfeb libSystem.B.dylib ??? (???) <06A5336A-A6F6-4E62-F55F-4909A64631C2> /usr/lib/libSystem.B.dylib
    0x93514000 - 0x93d47fe7 com.apple.WebCore 6531.22 (6531.22.7) <952A0D34-63F5-F7F7-D6E5-D0AD78002F89> /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore.frame work/Versions/A/WebCore
    0x9481e000 - 0x94a8effb com.apple.Foundation 6.6.2 (751.21) <DA7A173A-4435-ECD6-F4AF-977D722FD2F7> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
    0x94fbc000 - 0x9589bff7 com.apple.AppKit 6.6.5 (1038.29) <E76A05A6-27C6-DA02-0961-5C8EEDC5F0A7> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
    0x958c1000 - 0x959a5ff7 com.apple.WebKit 6531.22 (6531.22.7) <87C81D6F-77B1-C517-93E6-5DEF214326A7> /System/Library/Frameworks/WebKit.framework/Versions/A/WebKit
    0x96855000 - 0x96b79fef com.apple.HIToolbox 1.6.2 (???) <F5F99E78-5377-DD54-6138-9FC84467F938> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.fra mework/Versions/A/HIToolbox
    0x970e7000 - 0x97407feb com.apple.CoreServices.CarbonCore 861.6 (861.6) <D3D5D9F1-01ED-DCAD-6AA9-4ABE60C7A112> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonC ore.framework/Versions/A/CarbonCore
    0x9813b000 - 0x981d6ff7 com.apple.ApplicationServices.ATS 4.1 (???) <22FCDB9B-B588-D602-3991-26A2E3C51E6E> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/ATS
    0x98775000 - 0x98913feb com.apple.JavaScriptCore 6531.22 (6531.22.5) <3FB9AF5B-17DD-D4C8-C7B1-4F79B404496E> /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore
    0x99556000 - 0x996cfffb com.apple.CoreFoundation 6.6.1 (550.19) <1E97FB1E-9E42-B8EB-E463-5C75315FDA31> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    Process: Address Book [1485]
    Path: /Applications/Address Book.app/Contents/MacOS/Address Book
    UID: 501
    Thread 53557a8 DispatchQueue 1
    User stack:
    29 ??? (in Address Book + 8013) [0x2f4d]
    29 NSApplicationMain + 574 (in AppKit) [0x94fbdc85]
    29 -[NSApplication run] + 821 (in AppKit) [0x94fc5bef]
    29 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 156 (in AppKit) [0x95003976]
    29 _DPSNextEvent + 847 (in AppKit) [0x95004135]
    29 BlockUntilNextEventMatchingListInMode + 81 (in HIToolbox) [0x96889d36]
    29 ReceiveNextEventCommon + 354 (in HIToolbox) [0x96889eb1]
    29 RunCurrentEventLoopInMode + 392 (in HIToolbox) [0x9688a0fc]
    29 CFRunLoopRunInMode + 97 (in CoreFoundation) [0x99591f21]
    29 CFRunLoopRunSpecific + 452 (in CoreFoundation) [0x995920f4]
    29 __CFRunLoopRun + 2079 (in CoreFoundation) [0x9959300f]
    29 machmsgtrap + 10 (in libSystem.B.dylib) [0x908982fa]
    Kernel stack:
    29 ipcmqueue_receivecontinue + 0 [0x210c23]
    Thread 6c837a8 DispatchQueue 2
    User stack:
    29 start_wqthread + 30 (in libSystem.B.dylib) [0x908bdd86]
    29 pthreadwqthread + 390 (in libSystem.B.dylib) [0x908bdf41]
    29 dispatch_workerthread2 + 240 (in libSystem.B.dylib) [0x908be4be]
    29 dispatch_queueinvoke + 163 (in libSystem.B.dylib) [0x908be719]
    29 kevent + 10 (in libSystem.B.dylib) [0x908beb42]
    Kernel stack:
    29 kevent + 97 [0x46f6f6]
    Thread 6721b7c
    User stack:
    29 start_wqthread + 30 (in libSystem.B.dylib) [0x908bdd86]
    29 _workqkernreturn + 10 (in libSystem.B.dylib) [0x908bdbd2]
    Kernel stack:
    29 bsdthread_create + 1313 [0x4c90b9]
    Thread 6843000
    User stack:
    29 thread_start + 34 (in libSystem.B.dylib) [0x908c589e]
    29 ***::TCMalloc_PageHeap::scavengerThread() + 614 (in JavaScriptCore) [0x988973e6]
    29 pthreadcondwait$UNIX2003 + 73 (in libSystem.B.dylib) [0x908c7bb8]
    29 _semwaitsignal + 10 (in libSystem.B.dylib) [0x908c6262]
    Kernel stack:
    29 semaphorewaitcontinue + 0 [0x22a264]
    Binary Images:
    0x1000 - 0x19ff7 com.apple.AddressBook 5.0.1 (868) <DE60243F-6088-4B3A-F214-815B6506722F> /Applications/Address Book.app/Contents/MacOS/Address Book
    0x90897000 - 0x90a3cfeb libSystem.B.dylib ??? (???) <06A5336A-A6F6-4E62-F55F-4909A64631C2> /usr/lib/libSystem.B.dylib
    0x94fbc000 - 0x9589bff7 com.apple.AppKit 6.6.5 (1038.29) <E76A05A6-27C6-DA02-0961-5C8EEDC5F0A7> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
    0x96855000 - 0x96b79fef com.apple.HIToolbox 1.6.2 (???) <F5F99E78-5377-DD54-6138-9FC84467F938> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.fra mework/Versions/A/HIToolbox
    0x98775000 - 0x98913feb com.apple.JavaScriptCore 6531.22 (6531.22.5) <3FB9AF5B-17DD-D4C8-C7B1-4F79B404496E> /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore
    0x99556000 - 0x996cfffb com.apple.CoreFoundation 6.6.1 (550.19) <1E97FB1E-9E42-B8EB-E463-5C75315FDA31> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation

  • Third party add ons harassing safari and firefox

    third party add ons harassing safari and firefox both, tried turning off cookies add ons etc etc, removing all the files from library/script, add ons etc etc nothing works, when I press a link sometimes a blank page pops up with the top sites view and several commercials by the way, here's a screen http://tinypic.com/r/m7rsl0/8
    could someone please help!
    noah

    You installed the "DownLite" trojan, perhaps under a different name. Remove it as follows.
    Malware is constantly changing to get around the defenses against it. The instructions in this comment are valid as of now, as far as I know. They won't necessarily be valid in the future. Anyone finding this comment a few days or more after it was posted should look for more recent discussions or start a new one.
    Back up all data.
    Triple-click anywhere in the line below on this page to select it:
    /Library/LaunchAgents/com.vsearch.agent.plist
    Right-click or control-click the line and select
              Services ▹ Reveal in Finder (or just Reveal)
    from the contextual menu.* A folder should open with an item named "VSearch" selected. Drag the selected item to the Trash. You may be prompted for your administrator login password.
    Repeat with each of these lines:
    /Library/LaunchDaemons/com.vsearch.daemon.plist
    /Library/LaunchDaemons/com.vsearch.helper.plist
    /Library/LaunchDaemons/Jack.plist
    Restart the computer and empty the Trash. Then delete the following items in the same way:
    /Library/Application Support/VSearch
    /Library/PrivilegedHelperTools/Jack
    /System/Library/Frameworks/VSearch.framework
    Some of these items may be absent, in which case you'll get a message that the file can't be found. Skip that item and go on to the next one.
    From the Safari menu bar, select
              Safari ▹ Preferences... ▹ Extensions
    Uninstall any extensions you don't know you need, including any that have the word "Spigot" or "Conduit" in the description. If in doubt, uninstall all extensions. Do the equivalent for the Firefox and Chrome browsers, if you use either of those.
    This trojan is distributed on illegal websites that traffic in pirated movies. If you, or anyone else who uses the computer, visit such sites and follow prompts to install software, you can expect much worse to happen in the future.
    You may be wondering why you didn't get a warning from Gatekeeper about installing software from an unknown developer, as you should have. The reason is that the DownLite developer has a codesigning certificate issued by Apple, which causes Gatekeeper to give the installer a pass. Apple could revoke the certificate, but as of this writing, has not done so, even though it's aware of the problem. This failure of oversight is inexcusable and has compromised both Gatekeeper and the Developer ID program. You can't rely on Gatekeeper alone to protect you from harmful software.
    *If you don't see the contextual menu item, copy the selected text to the Clipboard by pressing the key combination  command-C. In the Finder, select
              Go ▹ Go to Folder...
    from the menu bar and paste into the box that opens by pressing command-V. You won't see what you pasted because a line break is included. Press return.

  • Safari and Firefox will not download from a particular site

    Greetings,
    I own a Dual 1.42 GHz PowerPC G4 (FW800) with 2 MB L3 cache per processor and 1 GB DDR SDRAM with the Mac OS X Version 10.4.11
    My Safari version is 4.1.2 (4533.18.5)
    My Firefox version is 3.6.10
    I want to access this site for the information that it contains:
    http://www.gis.mt.gov/
    Safari has never worked with this site.
    Firefox has worked very well for the past 2 years.
    Recently, very recently, both browsers do NOT work with this site. I called the state's technical support and was informed:
    1) That it is a hit or miss possibility for Safari and Firefox to work properly with this site; and,
    2) That the site is optimized to operate with Internet Explorer for Windows.
    I am unable to find and to download a recent version of Internet Explorer for Mac. Microsoft ended support for this browser (version 5.2.3) on 12/31/2006. I did download this version and it did not work.
    Open this site: http://www.gis.mt.gov/
    Click on “Property Map” located in upper left area of the screen.
    On new drop-down, click on the “OK” button
    A new window should appear with a map of Montana, with outlines of its 56 counties. If this map does NOT appear; then, the problem is being shown.
    If this map of counties does appear; then, GREAT.
    On this new window and in lower right hand corner choose a city and click on the “Go” button. A new window with the city shown should appear. If this city does not appear; then, there is the problem.
    In the past I have used the “Property Map” most of the time because it contains information most useful to me. I want to continue using this “Property Map” into the future. The problem is that my results with both Safari and Firefox is a blank window after completing the above steps.
    Help ! ! What can I do different/change/modify?
    Dave Arbenz
    [email protected]

    I called the state's technical support and was informed:
    1) That it is a hit or miss possibility for Safari and Firefox to work properly with this site; and,
    2) That the site is optimized to operate with Internet Explorer for Windows.
    There is your answer. Many US Government sites are the same - they simply WILL NOT follow the necessary web standards to make them Apple and/or Safari compliant.
    The only thing you can try is to go to Safari's Develop Menu and try using Internet Explorer as the User Agent.

  • How can I correct the problems I've been experiencing lately  with drop-down menus in general as well as and leading of text. It 's occurring  on both Safari and Firefox browsers.

    The above headline pretty much covers the problems.
    Access to the drop down menus is erratic.  Sometimes it's problem-free, but at other times it's impossible to see the options on the menu, or if they are visible, it's impossible to effect a change by clicking on one of them.  The times I notice it most is when I am trying to change fonts or font sizes, but  it occurs at other times, as well.
    It's also frustrating to have to deal with double spacing (for example, when describing items on eBay).  Sometimes the text flows  normally,  but if I force a  return, the text that follows usually is double-spaced.
    Often,  the justification option does not work either.
    Occasionally, I can  get around one problem or another by switching back and forth between Safari and  Firefox, but eventually, the original problem resurfaces.
    Because it happens on both browsers,  eBay tech support is inclined to think the problem is in my software. (I'm inclined to agree.)
    Although they have suggested clearing  the history in FF, that option must have been relocated, because  it'sno longer under the "Tools"  menu, where it was  in the past. I also can't find  the clear  your cache option on OS Safari or 10.8.3.

    callthescribe wrote:
     ...Although they have suggested clearing  the history in FF, that option must have been relocated, because  it'sno longer under the "Tools"  menu, where it was  in the past. I also can't find  the clear  your cache option on OS Safari or 10.8.3.
    I don't think it'd help much but clearing history is now in the History menu, and setting FF to clear history on exit is near the bottom of the Privacy tab of FF Preferences.
    Also, if you don't have the Develop menu in Safari, open Safari preferences, click Advanced, and select “Show Develop menu in menu bar.” You'll find "Empty Caches" there.

  • Safari and Firefox Crashing using OS 10.3.9

    Hello I'm new to the discussion forums and would appreciate any help that can be given.
    I am currently experiencing web browsing difficulty with both Safari and Firefox. My current operating system is OS 10.3.9 on a Dual 2 GHz G5. Safari version is 1.3.2 and Firefox version is 2.0.0.12.
    Basically certain sites are causing my browser to quit. For example to name a few, ESPN, Yahoo, Ebay and Google Maps. When Safari errors out it simply quits and closes the window, while Firefox informs me of the error and then I have to force quit to exit Firefox before restarting it.
    I have tried clearing Cache and Repairing Disk Permissions on the Hard disk. Below I have copied and pasted the error logs for both Safari and Firefox.
    Safari Crash Log
    Date/Time: 2008-03-02 23:51:30 -0800
    OS Version: 10.3.9 (Build 7W98)
    Report Version: 2
    Command: Safari
    Path: /Applications/Safari.app/Contents/MacOS/Safari
    Version: 1.3.2 (312.6)
    PID: 689
    Thread: 0
    Exception: EXCBADACCESS (0x0001)
    Codes: KERNINVALIDADDRESS (0x0001) at 0x9a401d0e
    Thread 0 Crashed:
    0 ...romedia.Flash Player.plugin 0x07eedf0c Flash_EnforceLocalSecurity + 0x4be70
    1 <<00000000>> 0x00000000 0 + 0
    2 ...romedia.Flash Player.plugin 0x07ef01c4 Flash_EnforceLocalSecurity + 0x4e128
    3 ...romedia.Flash Player.plugin 0x07ee3958 Flash_EnforceLocalSecurity + 0x418bc
    4 ...romedia.Flash Player.plugin 0x07ee37b4 Flash_EnforceLocalSecurity + 0x41718
    5 ...romedia.Flash Player.plugin 0x07ee2c1c Flash_EnforceLocalSecurity + 0x40b80
    6 ...romedia.Flash Player.plugin 0x07ee0e10 Flash_EnforceLocalSecurity + 0x3ed74
    7 ...romedia.Flash Player.plugin 0x07ff4260 Flash_EnforceLocalSecurity + 0x1521c4
    8 ...romedia.Flash Player.plugin 0x07f88660 Flash_EnforceLocalSecurity + 0xe65c4
    9 ...romedia.Flash Player.plugin 0x07f87f8c Flash_EnforceLocalSecurity + 0xe5ef0
    10 ...romedia.Flash Player.plugin 0x07f6958c Flash_EnforceLocalSecurity + 0xc74f0
    11 ...romedia.Flash Player.plugin 0x08016368 nativeShockwaveFlashTCallFrame + 0xed50
    12 ...romedia.Flash Player.plugin 0x0801abb8 nativeShockwaveFlashTCallFrame + 0x135a0
    13 ...romedia.Flash Player.plugin 0x07f87fa8 Flash_EnforceLocalSecurity + 0xe5f0c
    14 ...romedia.Flash Player.plugin 0x07ebc78c Flash_EnforceLocalSecurity + 0x1a6f0
    15 ...romedia.Flash Player.plugin 0x07f88660 Flash_EnforceLocalSecurity + 0xe65c4
    16 ...romedia.Flash Player.plugin 0x0801acf8 nativeShockwaveFlashTCallFrame + 0x136e0
    17 ...romedia.Flash Player.plugin 0x07f5d1fc Flash_EnforceLocalSecurity + 0xbb160
    18 ...romedia.Flash Player.plugin 0x07f92648 Flash_EnforceLocalSecurity + 0xf05ac
    19 ...romedia.Flash Player.plugin 0x07f925a0 Flash_EnforceLocalSecurity + 0xf0504
    20 ...romedia.Flash Player.plugin 0x07facdd4 Flash_EnforceLocalSecurity + 0x10ad38
    21 ...romedia.Flash Player.plugin 0x07ea3ef0 Flash_EnforceLocalSecurity + 0x1e54
    22 com.apple.WebKit 0x99f8bb1c -[WebBaseNetscapePluginStream _destroyStream] + 0xa0
    23 com.apple.WebKit 0x99f8f600 -[WebNetscapePluginConnectionDelegate didFinishLoading] + 0xa0
    24 com.apple.WebKit 0x99f6c324 -[WebBaseResourceHandleDelegate connectionDidFinishLoading:] + 0x34
    25 com.apple.Foundation 0x90a6dd2c -[NSURLConnection(NSURLConnectionInternal) _sendDidFinishLoadingCallback] + 0x4c
    26 com.apple.Foundation 0x90a3d1dc -[NSURLConnection(NSURLConnectionInternal) _sendCallbacks] + 0x1f8
    27 com.apple.Foundation 0x90a27864 -[NSArray makeObjectsPerformSelector:withObject:] + 0x108
    28 com.apple.Foundation 0x90a51a04 _sendCallbacks + 0xd4
    29 com.apple.CoreFoundation 0x901c4800 __CFRunLoopDoSources0 + 0x1fc
    30 com.apple.CoreFoundation 0x901c20b8 __CFRunLoopRun + 0x1b0
    31 com.apple.CoreFoundation 0x901c69e4 CFRunLoopRunSpecific + 0x148
    32 com.apple.HIToolbox 0x92886e10 RunCurrentEventLoopInMode + 0xac
    33 com.apple.HIToolbox 0x9288d53c ReceiveNextEventCommon + 0x17c
    34 com.apple.HIToolbox 0x928af638 BlockUntilNextEventMatchingListInMode + 0x60
    35 com.apple.AppKit 0x92e82248 _DPSNextEvent + 0x180
    36 com.apple.AppKit 0x92e98cc8 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 0x74
    37 com.apple.Safari 0x0000bda0 0x1000 + 0xada0
    38 com.apple.AppKit 0x92ead048 -[NSApplication run] + 0x21c
    39 com.apple.AppKit 0x92f69764 NSApplicationMain + 0x1d0
    40 com.apple.Safari 0x00007fc4 0x1000 + 0x6fc4
    41 com.apple.Safari 0x00054944 0x1000 + 0x53944
    Thread 1:
    0 libSystem.B.dylib 0x90007878 machmsgtrap + 0x8
    1 libSystem.B.dylib 0x900073f8 mach_msg + 0x38
    2 com.apple.CoreFoundation 0x901c2258 __CFRunLoopRun + 0x350
    3 com.apple.CoreFoundation 0x901c69e4 CFRunLoopRunSpecific + 0x148
    4 com.apple.Foundation 0x90a2d038 -[NSRunLoop runMode:beforeDate:] + 0xac
    5 com.apple.Foundation 0x90a45c44 -[NSRunLoop run] + 0x4c
    6 com.apple.WebKit 0x99f76e6c +[WebFileDatabase _syncLoop:] + 0xa8
    7 com.apple.Foundation 0x90a6a398 forkThreadForFunction + 0x6c
    8 libSystem.B.dylib 0x90024930 pthreadbody + 0x28
    Thread 2:
    0 libSystem.B.dylib 0x90007878 machmsgtrap + 0x8
    1 libSystem.B.dylib 0x900073f8 mach_msg + 0x38
    2 com.apple.CoreFoundation 0x901c2258 __CFRunLoopRun + 0x350
    3 com.apple.CoreFoundation 0x901c69e4 CFRunLoopRunSpecific + 0x148
    4 com.apple.Foundation 0x90a2d038 -[NSRunLoop runMode:beforeDate:] + 0xac
    5 com.apple.Foundation 0x90a45c44 -[NSRunLoop run] + 0x4c
    6 com.apple.Foundation 0x90a97f0c +[NSURLConnection(NSURLConnectionInternal) _resourceLoadLoop:] + 0x20c
    7 com.apple.Foundation 0x90a6a398 forkThreadForFunction + 0x6c
    8 libSystem.B.dylib 0x90024930 pthreadbody + 0x28
    Thread 3:
    0 libSystem.B.dylib 0x9000b42c select + 0xc
    1 com.apple.Foundation 0x90a22844 _loadRunLoop + 0xd4
    2 libSystem.B.dylib 0x90024930 pthreadbody + 0x28
    Thread 4:
    0 libSystem.B.dylib 0x90007878 machmsgtrap + 0x8
    1 libSystem.B.dylib 0x900073f8 mach_msg + 0x38
    2 com.apple.CoreFoundation 0x901c2258 __CFRunLoopRun + 0x350
    3 com.apple.CoreFoundation 0x901c69e4 CFRunLoopRunSpecific + 0x148
    4 com.apple.Foundation 0x90a2d038 -[NSRunLoop runMode:beforeDate:] + 0xac
    5 com.apple.Foundation 0x90a45c44 -[NSRunLoop run] + 0x4c
    6 com.apple.Foundation 0x90a9844c +[NSURLCache _diskCacheSyncLoop:] + 0xa8
    7 com.apple.Foundation 0x90a6a398 forkThreadForFunction + 0x6c
    8 libSystem.B.dylib 0x90024930 pthreadbody + 0x28
    Thread 5:
    0 libSystem.B.dylib 0x9000b42c select + 0xc
    1 com.apple.CoreFoundation 0x901c7668 __CFSocketManager + 0x1fc
    2 libSystem.B.dylib 0x90024930 pthreadbody + 0x28
    Thread 6:
    0 libSystem.B.dylib 0x90007878 machmsgtrap + 0x8
    1 libSystem.B.dylib 0x900073f8 mach_msg + 0x38
    2 com.apple.CoreFoundation 0x901c2258 __CFRunLoopRun + 0x350
    3 com.apple.CoreFoundation 0x901c69e4 CFRunLoopRunSpecific + 0x148
    4 com.apple.Foundation 0x90a2d038 -[NSRunLoop runMode:beforeDate:] + 0xac
    5 com.apple.Foundation 0x90a45c44 -[NSRunLoop run] + 0x4c
    6 com.apple.Safari 0x000368f8 0x1000 + 0x358f8
    7 com.apple.Foundation 0x90a6a398 forkThreadForFunction + 0x6c
    8 libSystem.B.dylib 0x90024930 pthreadbody + 0x28
    Thread 7:
    0 libSystem.B.dylib 0x90007878 machmsgtrap + 0x8
    1 libSystem.B.dylib 0x900073f8 mach_msg + 0x38
    2 ...romedia.Flash Player.plugin 0x0815570c nativeShockwaveFlashTCallFrame + 0x14e0f4
    3 libSystem.B.dylib 0x90024930 pthreadbody + 0x28
    PPC Thread State:
    srr0: 0x07eedf0c srr1: 0x0200f030 vrsave: 0x00000000
    cr: 0x44044208 xer: 0x20000000 lr: 0x07eedef4 ctr: 0x00000000
    r0: 0x20000000 r1: 0xbfffc9e0 r2: 0x80000000 r3: 0x80000002
    r4: 0x1a401d0e r5: 0x00000000 r6: 0x00000014 r7: 0x0817c2bc
    r8: 0x616e6100 r9: 0x1a82c5c0 r10: 0xff691abf r11: 0x081fdd70
    r12: 0x07ea7a68 r13: 0x0000003f r14: 0x00000000 r15: 0x00000008
    r16: 0x0000001e r17: 0x000000b4 r18: 0x0000001e r19: 0x07eeff14
    r20: 0x1a45d478 r21: 0x00000000 r22: 0x00000000 r23: 0x00000000
    r24: 0x1a7fdcf0 r25: 0x0000001f r26: 0x00000000 r27: 0x0000116c
    r28: 0x1a45d478 r29: 0x00000000 r30: 0x00000000 r31: 0x00000000
    Binary Images Description:
    0x1000 - 0xcdfff com.apple.Safari 1.3.2 (312.6) /Applications/Safari.app/Contents/MacOS/Safari
    0x424000 - 0x424fff com.aladdinsys.mmenabler 7.1.0 (8.0.2) /Library/InputManagers/MagicMenuEnabler/MagicMenuEnabler.bundle/Contents/MacOS/ MagicMenuEnabler
    0x5e8000 - 0x5eafff com.apple.textencoding.unicode 1.6.4 /System/Library/TextEncodings/Unicode Encodings.bundle/Contents/MacOS/Unicode Encodings
    0x63b5000 - 0x63b7fff com.apple.PDFImporter 1.3.1 (???) /System/Library/Components/PDFImporter.component/Contents/MacOS/PDFImporter
    0x68de000 - 0x68e7fff com.apple.LiveType.component 1.2.1 /Library/QuickTime/LiveType.component/Contents/MacOS/LiveType
    0x6b0c000 - 0x6b70fff com.DivXInc.DivXDecoder 6.6.0 /Library/QuickTime/DivX Decoder.component/Contents/MacOS/DivX Decoder
    0x7e9e000 - 0x81b3fff com.macromedia.Flash Player.plugin 9.0.47 (1.0.4f41) /Library/Internet Plug-Ins/Flash Player.plugin/Contents/MacOS/Flash Player
    0x70090000 - 0x700e5fff com.apple.LiveType.framework 1.2.2 /System/Library/PrivateFrameworks/LiveType.framework/Versions/A/LiveType
    0x80a50000 - 0x80ad4fff libstdc++.6.dylib /usr/lib/libstdc++.6.dylib
    0x80c80000 - 0x80c88fff libgcc_s.1.dylib /usr/lib/libgcc_s.1.dylib
    0x81f20000 - 0x81f23fff libmx.A.dylib /usr/lib/libmx.A.dylib
    0x8445a000 - 0x8445afff com.apple.Accelerate 1.0.3 (Accelerate 1.0.3) /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
    0x846e0000 - 0x846e9fff Motion /Library/Frameworks/Motion.framework/Versions/A/Motion
    0x86dcd000 - 0x86dd9fff com.apple.agl 2.5 (AGL-2.5) /System/Library/Frameworks/AGL.framework/Versions/A/AGL
    0x880f0000 - 0x88226fff com.apple.vImage 1.2.0 /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.fr amework/Versions/A/vImage
    0x8a84d000 - 0x8a85dfff com.apple.Accelerate.vecLib 3.0.3 (vecLib 3.0.3) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/vecLib
    0x8b6f4000 - 0x8b7d2fff libxml2.2.dylib /usr/lib/libxml2.2.dylib
    0x8c70b000 - 0x8c7abfff com.apple.QuickTimeImporters.component 7.3 /System/Library/QuickTime/QuickTimeImporters.component/Contents/MacOS/QuickTime Importers
    0x8cbce000 - 0x8cbf7fff libxslt.1.dylib /usr/lib/libxslt.1.dylib
    0x8fe00000 - 0x8fe4ffff dyld /usr/lib/dyld
    0x90000000 - 0x9014ffff libSystem.B.dylib /usr/lib/libSystem.B.dylib
    0x901c0000 - 0x9026efff com.apple.CoreFoundation 6.3.10 (299.39) /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    0x902b0000 - 0x90529fff com.apple.CoreServices.CarbonCore 10.3.9 (558) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonC ore.framework/Versions/A/CarbonCore
    0x905a0000 - 0x90610fff com.apple.framework.IOKit 1.3.6 (???) /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
    0x90640000 - 0x906c8fff com.apple.CoreServices.OSServices 3.0.1 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServi ces.framework/Versions/A/OSServices
    0x90810000 - 0x90810fff com.apple.ApplicationServices 1.0 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Application Services
    0x90860000 - 0x908cffff libobjc.A.dylib /usr/lib/libobjc.A.dylib
    0x908f5000 - 0x90905fff com.apple.vecLib 3.0.3 (vecLib 3.0.3) /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
    0x90940000 - 0x909b3fff com.apple.DesktopServices 1.2.6 /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/Desk topServicesPriv
    0x909f0000 - 0x909fcfff com.apple.help 1.0.1 /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framewor k/Versions/A/Help
    0x90a06000 - 0x90a15fff libPSRIP.A.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libPSRIP.A.dylib
    0x90a20000 - 0x90b7bfff com.apple.Foundation 6.3.11 (500.65) /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
    0x90c70000 - 0x90c8afff libGL.dylib /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
    0x90cb0000 - 0x90d12fff libGLU.dylib /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
    0x90d50000 - 0x90d6bfff com.apple.SystemConfiguration 1.7.1 (???) /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfi guration
    0x90d7c000 - 0x90d8ffff com.apple.speech.synthesis.framework 3.2 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ SpeechSynthesis.framework/Versions/A/SpeechSynthesis
    0x90db0000 - 0x90dbbfff com.apple.opengl 1.3.8 /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
    0x90dd0000 - 0x90df0fff com.apple.DirectoryService.Framework 1.7.2 /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryServi ce
    0x90e13000 - 0x90e4bfff com.apple.LaunchServices 10.3.5 (98.4) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ LaunchServices.framework/Versions/A/LaunchServices
    0x90ec0000 - 0x90ec0fff com.apple.Cocoa 6.3 (???) /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
    0x90ec2000 - 0x90fa9fff com.apple.AddressBook.framework 1.1.2 (321) /System/Library/Frameworks/AddressBook.framework/Versions/A/AddressBook
    0x910c3000 - 0x910d7fff libcups.2.dylib /usr/lib/libcups.2.dylib
    0x910dd000 - 0x910f4fff com.apple.LangAnalysis 1.5.4 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ LangAnalysis.framework/Versions/A/LangAnalysis
    0x913a0000 - 0x9145ffff ColorSync /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ColorSync.framework/Versions/A/ColorSync
    0x914ad000 - 0x914c0fff libRIP.A.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
    0x914e0000 - 0x91549fff com.apple.htmlrendering 1.1.2 /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HTMLRendering .framework/Versions/A/HTMLRendering
    0x9157a000 - 0x9157afff com.apple.Carbon 10.3 (???) /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
    0x9158a000 - 0x915c2fff com.apple.AE 1.4 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ AE.framework/Versions/A/AE
    0x915e0000 - 0x91699fff com.apple.QD 3.4.74 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ QD.framework/Versions/A/QD
    0x91760000 - 0x917f3fff com.apple.print.framework.PrintCore 3.3 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ PrintCore.framework/Versions/A/PrintCore
    0x91890000 - 0x918aafff com.apple.openscripting 1.2.1 (???) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting .framework/Versions/A/OpenScripting
    0x918d0000 - 0x918e0fff com.apple.ImageCapture 2.1.5 /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture. framework/Versions/A/ImageCapture
    0x91900000 - 0x9190dfff com.apple.CommonPanels 1.2.1 (1.0) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels. framework/Versions/A/CommonPanels
    0x91970000 - 0x919befff com.apple.print.framework.Print 3.3 /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framewo rk/Versions/A/Print
    0x91a40000 - 0x91ab3fff com.apple.NavigationServices 3.3.3 /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/NavigationSer vices.framework/Versions/A/NavigationServices
    0x91b30000 - 0x91b44fff libCGATS.A.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCGATS.A.dylib
    0x91b60000 - 0x91b6bfff libCSync.A.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib
    0x91f0d000 - 0x91f61fff com.apple.bom 1.2.8 (64.2) /System/Library/PrivateFrameworks/Bom.framework/Versions/A/Bom
    0x920b7000 - 0x920d1fff libPDFRIP.A.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libPDFRIP.A.dylib
    0x920f0000 - 0x92116fff com.apple.FindByContent 1.4 (1.2) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ FindByContent.framework/Versions/A/FindByContent
    0x92170000 - 0x92358fff com.apple.security 2.5 (29780) /System/Library/Frameworks/Security.framework/Versions/A/Security
    0x927f0000 - 0x92827fff com.apple.CFNetwork 1.2.6 (71.13) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwo rk.framework/Versions/A/CFNetwork
    0x92880000 - 0x92c05fff com.apple.HIToolbox 1.3.7 (???) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.fra mework/Versions/A/HIToolbox
    0x92de0000 - 0x92e30fff com.apple.HIServices 1.4.1 (0.0.1d1) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ HIServices.framework/Versions/A/HIServices
    0x92e70000 - 0x9336ffff com.apple.AppKit 6.3.11 (743.43) /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
    0x93a50000 - 0x93a54fff libmathCommon.A.dylib /usr/lib/system/libmathCommon.A.dylib
    0x93daf000 - 0x93daffff com.apple.CoreServices 10.3 (???) /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
    0x940c0000 - 0x940fcfff com.apple.LDAPFramework 1.3.4 (37.4.2) /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP
    0x94120000 - 0x94138fff com.apple.WebServices 1.1.1 (1.1.0) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/WebServ icesCore.framework/Versions/A/WebServicesCore
    0x94182000 - 0x9418bfff com.apple.DiskArbitration 2.0.5 /System/Library/PrivateFrameworks/DiskArbitration.framework/Versions/A/DiskArbi tration
    0x941f8000 - 0x94201fff libz.1.dylib /usr/lib/libz.1.dylib
    0x94204000 - 0x9420cfff libbsm.dylib /usr/lib/libbsm.dylib
    0x945c0000 - 0x945d0fff libsasl2.2.0.1.dylib /usr/lib/libsasl2.2.0.1.dylib
    0x94658000 - 0x94672fff libresolv.9.dylib /usr/lib/libresolv.9.dylib
    0x946c4000 - 0x946cffff com.apple.securityhi 1.2 (90) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.fr amework/Versions/A/SecurityHI
    0x946e0000 - 0x9473ffff com.apple.SearchKit 1.0.2 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchK it.framework/Versions/A/SearchKit
    0x9477d000 - 0x9478dfff com.apple.speech.recognition.framework 3.3 /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecogni tion.framework/Versions/A/SpeechRecognition
    0x947b0000 - 0x947b1fff com.apple.securityfoundation 1.0 (6) /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoun dation
    0x94800000 - 0x9488cfff com.apple.ink.framework 101.1.4 (55.12) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework /Versions/A/Ink
    0x948b0000 - 0x948e1fff com.apple.securityinterface 1.0 (39) /System/Library/Frameworks/SecurityInterface.framework/Versions/A/SecurityInter face
    0x949e0000 - 0x949effff com.apple.DSObjCWrappers.Framework 1.0.1 (1.0) /System/Library/PrivateFrameworks/DSObjCWrappers.framework/Versions/A/DSObjCWra ppers
    0x94b47000 - 0x94bb4fff libvDSP.dylib /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvDSP.dylib
    0x94ea0000 - 0x954a6fff libBLAS.dylib /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libBLAS.dylib
    0x95500000 - 0x957d0fff libLAPACK.dylib /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libLAPACK.dylib
    0x958e0000 - 0x95900fff libvMisc.dylib /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvMisc.dylib
    0x95b50000 - 0x95c32fff libicucore.A.dylib /usr/lib/libicucore.A.dylib
    0x95f30000 - 0x9601efff libiconv.2.dylib /usr/lib/libiconv.2.dylib
    0x961b0000 - 0x96292fff com.apple.JavaScriptCore 312.3.3 /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/JavaScriptCor e.framework/Versions/A/JavaScriptCore
    0x962e6000 - 0x965befff com.apple.CoreGraphics 1.203.33 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/CoreGraphics
    0x96980000 - 0x96a47fff libcrypto.0.9.7.dylib /usr/lib/libcrypto.0.9.7.dylib
    0x96aa0000 - 0x96acefff libssl.0.9.7.dylib /usr/lib/libssl.0.9.7.dylib
    0x96b50000 - 0x96bdffff ATS /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/ATS
    0x98306000 - 0x9862efff com.apple.QuickTime 7.3.0 /System/Library/Frameworks/QuickTime.framework/QuickTime
    0x98714000 - 0x98a06fff com.apple.WebCore 315.15 /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore.frame work/Versions/A/WebCore
    0x99000000 - 0x990b8fff com.apple.audio.toolbox.AudioToolbox 1.3.4 /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
    0x99106000 - 0x99106fff com.apple.audio.units.AudioUnit 1.3.3 /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
    0x99108000 - 0x9916ffff com.apple.audio.CoreAudio 2.1.3 /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
    0x991af000 - 0x991ccfff com.apple.audio.SoundManager 3.9 /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CarbonSound.f ramework/Versions/A/CarbonSound
    0x991de000 - 0x991f4fff com.apple.QuartzCore 1.3 /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
    0x99201000 - 0x99deffff com.apple.QuickTimeComponents.component 7.3 /System/Library/QuickTime/QuickTimeComponents.component/Contents/MacOS/QuickTim eComponents
    0x99f64000 - 0x99ffcfff com.apple.WebKit 312.9 /System/Library/Frameworks/WebKit.framework/Versions/A/WebKit
    Firefox Crash Log
    Fire Fox Crash Report
    Date/Time: 2008-03-02 23:50:27 -0800
    OS Version: 10.3.9 (Build 7W98)
    Report Version: 2
    Command: firefox-bin
    Path: /Applications/Firefox.app/Contents/MacOS/firefox-bin
    Version: 2.0.0.12 (2.0.0.12)
    PID: 698
    Thread: 0
    Exception: EXCBADACCESS (0x0001)
    Codes: KERNINVALIDADDRESS (0x0001) at 0x88dded62
    Thread 0 Crashed:
    0 ...romedia.Flash Player.plugin 0x0886df0c Flash_EnforceLocalSecurity + 0x4be70
    1 <<00000000>> 0x00000000 0 + 0
    2 ...romedia.Flash Player.plugin 0x088701c4 Flash_EnforceLocalSecurity + 0x4e128
    3 ...romedia.Flash Player.plugin 0x08863958 Flash_EnforceLocalSecurity + 0x418bc
    4 ...romedia.Flash Player.plugin 0x088637b4 Flash_EnforceLocalSecurity + 0x41718
    5 ...romedia.Flash Player.plugin 0x08862c1c Flash_EnforceLocalSecurity + 0x40b80
    6 ...romedia.Flash Player.plugin 0x08860e10 Flash_EnforceLocalSecurity + 0x3ed74
    7 ...romedia.Flash Player.plugin 0x08974260 Flash_EnforceLocalSecurity + 0x1521c4
    8 ...romedia.Flash Player.plugin 0x08908660 Flash_EnforceLocalSecurity + 0xe65c4
    9 ...romedia.Flash Player.plugin 0x08907f8c Flash_EnforceLocalSecurity + 0xe5ef0
    10 ...romedia.Flash Player.plugin 0x088e958c Flash_EnforceLocalSecurity + 0xc74f0
    11 ...romedia.Flash Player.plugin 0x08996368 nativeShockwaveFlashTCallFrame + 0xed50
    12 ...romedia.Flash Player.plugin 0x0899abb8 nativeShockwaveFlashTCallFrame + 0x135a0
    13 ...romedia.Flash Player.plugin 0x08902d80 Flash_EnforceLocalSecurity + 0xe0ce4
    14 ...romedia.Flash Player.plugin 0x0882bccc Flash_EnforceLocalSecurity + 0x9c30
    15 ...romedia.Flash Player.plugin 0x088240b4 Flash_EnforceLocalSecurity + 0x2018
    16 ...romedia.Flash Player.plugin 0x088211f0 unusenetscape_pluginPlugin + 0x8ec
    17 org.mozilla.firefox 0x0080fee0 _ZN18ns4xPluginInstance11HandleEventEP13nsPluginEventPi + 0x58
    18 org.mozilla.firefox 0x007114c4 _ZN21nsPluginInstanceOwner6NotifyEP8nsITimer + 0xd8
    19 libxpcom_core.dylib 0x2c04bb0c _ZN11nsTimerImpl4FireEv + 0xc4
    20 libxpcom_core.dylib 0x2c04bc18 _Z16handleTimerEventP14TimerEventType + 0x8c
    21 libxpcom_core.dylib 0x2c047a9c PL_HandleEvent + 0x24
    22 libxpcom_core.dylib 0x2c0479c0 PL_ProcessPendingEvents + 0x80
    23 com.apple.CoreFoundation 0x901c4800 __CFRunLoopDoSources0 + 0x1fc
    24 com.apple.CoreFoundation 0x901c20b8 __CFRunLoopRun + 0x1b0
    25 com.apple.CoreFoundation 0x901c69e4 CFRunLoopRunSpecific + 0x148
    26 com.apple.HIToolbox 0x92886e10 RunCurrentEventLoopInMode + 0xac
    27 com.apple.HIToolbox 0x9288d53c ReceiveNextEventCommon + 0x17c
    28 com.apple.HIToolbox 0x928af138 AcquireNextEventInMode + 0x48
    29 com.apple.HIToolbox 0x928ac608 RunApplicationEventLoop + 0x88
    30 org.mozilla.firefox 0x00298084 _ZN10nsAppShell3RunEv + 0x40
    31 org.mozilla.firefox 0x00335cc0 _ZN12nsAppStartup3RunEv + 0x3c
    32 org.mozilla.firefox 0x00012a14 XRE_main + 0x1328
    33 org.mozilla.firefox 0x0000d768 start + 0x1b0
    34 org.mozilla.firefox 0x0000d5e8 start + 0x30
    Thread 1:
    0 libSystem.B.dylib 0x9000b42c select + 0xc
    1 libnspr4.dylib 0x2001f260 poll + 0x188
    2 libnspr4.dylib 0x2001ba88 PR_OpenDir + 0x3b0
    3 org.mozilla.firefox 0x003c230c _ZN24nsSocketTransportService4PollEPj + 0xa4
    4 org.mozilla.firefox 0x003c2ab4 _ZN24nsSocketTransportService3RunEv + 0x1b8
    5 libxpcom_core.dylib 0x2c04a760 _ZN8nsThread4MainEPv + 0x38
    6 libnspr4.dylib 0x2001cf14 PR_Select + 0x354
    7 libSystem.B.dylib 0x90024930 pthreadbody + 0x28
    Thread 2:
    0 libSystem.B.dylib 0x90018e38 semaphoretimedwait_signaltrap + 0x8
    1 libSystem.B.dylib 0x9000e9d4 pthread_condwait + 0x268
    2 libnspr4.dylib 0x20017dfc PR_Unlock + 0x12c
    3 libnspr4.dylib 0x20018060 PR_WaitCondVar + 0x88
    4 libxpcom_core.dylib 0x2c04d350 _ZN11TimerThread3RunEv + 0x19c
    5 libxpcom_core.dylib 0x2c04a760 _ZN8nsThread4MainEPv + 0x38
    6 libnspr4.dylib 0x2001cf14 PR_Select + 0x354
    7 libSystem.B.dylib 0x90024930 pthreadbody + 0x28
    Thread 3:
    0 libSystem.B.dylib 0x90018e38 semaphoretimedwait_signaltrap + 0x8
    1 libSystem.B.dylib 0x9000e9d4 pthread_condwait + 0x268
    2 libnspr4.dylib 0x20017dfc PR_Unlock + 0x12c
    3 libnspr4.dylib 0x20018060 PR_WaitCondVar + 0x88
    4 org.mozilla.firefox 0x0037f018 _ZN14nsIOThreadPool10ThreadFuncEPv + 0x74
    5 libnspr4.dylib 0x2001cf14 PR_Select + 0x354
    6 libSystem.B.dylib 0x90024930 pthreadbody + 0x28
    Thread 4:
    0 libSystem.B.dylib 0x900171f8 semaphorewait_signaltrap + 0x8
    1 libSystem.B.dylib 0x9000e9dc pthread_condwait + 0x270
    2 libnspr4.dylib 0x2001804c PR_WaitCondVar + 0x74
    3 org.mozilla.firefox 0x003db52c _ZN11nsSSLThread3RunEv + 0xf8
    4 libnspr4.dylib 0x2001cf14 PR_Select + 0x354
    5 libSystem.B.dylib 0x90024930 pthreadbody + 0x28
    Thread 5:
    0 libSystem.B.dylib 0x900171f8 semaphorewait_signaltrap + 0x8
    1 libSystem.B.dylib 0x9000e9dc pthread_condwait + 0x270
    2 libnspr4.dylib 0x2001804c PR_WaitCondVar + 0x74
    3 org.mozilla.firefox 0x003d7478 _ZN24nsCertVerificationThread3RunEv + 0x60
    4 libnspr4.dylib 0x2001cf14 PR_Select + 0x354
    5 libSystem.B.dylib 0x90024930 pthreadbody + 0x28
    Thread 6:
    0 libSystem.B.dylib 0x90018e38 semaphoretimedwait_signaltrap + 0x8
    1 libSystem.B.dylib 0x9000e9d4 pthread_condwait + 0x268
    2 libnspr4.dylib 0x20017dfc PR_Unlock + 0x12c
    3 libnspr4.dylib 0x20018060 PR_WaitCondVar + 0x88
    4 org.mozilla.firefox 0x0037f018 _ZN14nsIOThreadPool10ThreadFuncEPv + 0x74
    5 libnspr4.dylib 0x2001cf14 PR_Select + 0x354
    6 libSystem.B.dylib 0x90024930 pthreadbody + 0x28
    Thread 7:
    0 libSystem.B.dylib 0x900171f8 semaphorewait_signaltrap + 0x8
    1 libSystem.B.dylib 0x9000e9dc pthread_condwait + 0x270
    2 libnspr4.dylib 0x2001804c PR_WaitCondVar + 0x74
    3 org.mozilla.firefox 0x005ed334 _ZN17mozStorageService9FreeLocksEv + 0x118c
    4 org.mozilla.firefox 0x00a631a0 0x1000 + 0xa621a0
    5 libxpcom_core.dylib 0x2c04a760 _ZN8nsThread4MainEPv + 0x38
    6 libnspr4.dylib 0x2001cf14 PR_Select + 0x354
    7 libSystem.B.dylib 0x90024930 pthreadbody + 0x28
    Thread 8:
    0 libSystem.B.dylib 0x900171f8 semaphorewait_signaltrap + 0x8
    1 libSystem.B.dylib 0x9000e9dc pthread_condwait + 0x270
    2 libnspr4.dylib 0x2001804c PR_WaitCondVar + 0x74
    3 libnspr4.dylib 0x200183c8 PR_Wait + 0x30
    4 libxpcom_core.dylib 0x2c047c20 PL_WaitForEvent + 0x38
    5 libxpcom_core.dylib 0x2c049458 _ZN16nsEventQueueImpl12WaitForEventEPP7PLEvent + 0x38
    6 org.mozilla.firefox 0x0036150c _ZN24nsUrlClassifierDBService8ShutdownEv + 0x210
    7 libnspr4.dylib 0x2001cf14 PR_Select + 0x354
    8 libSystem.B.dylib 0x90024930 pthreadbody + 0x28
    Thread 9:
    0 libSystem.B.dylib 0x90007878 machmsgtrap + 0x8
    1 libSystem.B.dylib 0x900073f8 mach_msg + 0x38
    2 ...romedia.Flash Player.plugin 0x08ad570c nativeShockwaveFlashTCallFrame + 0x14e0f4
    3 libSystem.B.dylib 0x90024930 pthreadbody + 0x28
    Thread 10:
    0 libSystem.B.dylib 0x90018e38 semaphoretimedwait_signaltrap + 0x8
    1 libSystem.B.dylib 0x9000e9d4 pthread_condwait + 0x268
    2 libnspr4.dylib 0x20017dfc PR_Unlock + 0x12c
    3 libnspr4.dylib 0x20018060 PR_WaitCondVar + 0x88
    4 org.mozilla.firefox 0x0067c90c _ZN14nsHostResolver15GetHostToLookupEPP12nsHostRecord + 0x84
    5 org.mozilla.firefox 0x0067cc60 _ZN14nsHostResolver10ThreadFuncEPv + 0xb8
    6 libnspr4.dylib 0x2001cf14 PR_Select + 0x354
    7 libSystem.B.dylib 0x90024930 pthreadbody + 0x28
    PPC Thread State:
    srr0: 0x0886df0c srr1: 0x0200f930 vrsave: 0xfff00000
    cr: 0x42022224 xer: 0x20000000 lr: 0x0886def4 ctr: 0x00000000
    r0: 0x20000000 r1: 0xbfffda80 r2: 0x80000000 r3: 0x80000002
    r4: 0x08dded62 r5: 0x00000000 r6: 0x00000014 r7: 0x90147544
    r8: 0x08eb0074 r9: 0x00000000 r10: 0x90007544 r11: 0x08b7dd70
    r12: 0x08827a68 r13: 0x0000004c r14: 0x00000000 r15: 0x00000008
    r16: 0x0000000d r17: 0x0000004e r18: 0x0000000d r19: 0x0886ff14
    r20: 0x08da30a0 r21: 0x00000000 r22: 0x00000000 r23: 0x00000001
    r24: 0x08c852f0 r25: 0x00000011 r26: 0x0000004c r27: 0x000005c8
    r28: 0x08da30a0 r29: 0x00000000 r30: 0x00000000 r31: 0x00000001
    Binary Images Description:
    0x1000 - 0xa90fff org.mozilla.firefox 2.0.0.12 /Applications/Firefox.app/Contents/MacOS/firefox-bin
    0xf81000 - 0xf8ffff libmyspell.dylib /Applications/Firefox.app/Contents/MacOS/components/libmyspell.dylib
    0x18ba000 - 0x18c3fff libqfaservices.dylib /Applications/Firefox.app/Contents/MacOS/extensions/[email protected]/compon ents/libqfaservices.dylib
    0x1a4e000 - 0x1a57fff com.apple.LiveType.component 1.2.1 /Library/QuickTime/LiveType.component/Contents/MacOS/LiveType
    0x1ae0000 - 0x1ae2fff com.apple.textencoding.unicode 1.6.4 /System/Library/TextEncodings/Unicode Encodings.bundle/Contents/MacOS/Unicode Encodings
    0x1c05000 - 0x1c69fff com.DivXInc.DivXDecoder 6.6.0 /Library/QuickTime/DivX Decoder.component/Contents/MacOS/DivX Decoder
    0x1cb6000 - 0x1cddfff talkback.dylib /Applications/Firefox.app/Contents/MacOS/extensions/[email protected]/compon ents/talkback/talkback.dylib
    0x1fb1000 - 0x1fe2fff libnssckbi.dylib /Applications/Firefox.app/Contents/MacOS/libnssckbi.dylib
    0x5c8a000 - 0x5cd6fff libfreebl3.dylib /Applications/Firefox.app/Contents/MacOS/libfreebl3.dylib
    0x5cde000 - 0x5cf0fff libspellchecker.dylib /Applications/Firefox.app/Contents/MacOS/components/libspellchecker.dylib
    0x6cb6000 - 0x6ce0fff com.adobe.acrobat.pdfviewer 7.0.0 /Library/Internet Plug-Ins/AdobePDFViewer.plugin/Contents/MacOS/AdobePDFViewer
    0x881e000 - 0x8b33fff com.macromedia.Flash Player.plugin 9.0.47 (1.0.4f41) /Library/Internet Plug-Ins/Flash Player.plugin/Contents/MacOS/Flash Player
    0x20000000 - 0x20032fff libnspr4.dylib /Applications/Firefox.app/Contents/MacOS/libnspr4.dylib
    0x21000000 - 0x2100dfff libplds4.dylib /Applications/Firefox.app/Contents/MacOS/libplds4.dylib
    0x22000000 - 0x2200efff libplc4.dylib /Applications/Firefox.app/Contents/MacOS/libplc4.dylib
    0x23000000 - 0x23093fff libmozjs.dylib /Applications/Firefox.app/Contents/MacOS/libmozjs.dylib
    0x24000000 - 0x24000fff libxpcom.dylib /Applications/Firefox.app/Contents/MacOS/libxpcom.dylib
    0x25000000 - 0x25023fff libssl3.dylib /Applications/Firefox.app/Contents/MacOS/libssl3.dylib
    0x26000000 - 0x26061fff libnss3.dylib /Applications/Firefox.app/Contents/MacOS/libnss3.dylib
    0x27000000 - 0x2701dfff libsmime3.dylib /Applications/Firefox.app/Contents/MacOS/libsmime3.dylib
    0x28000000 - 0x2804bfff libsoftokn3.dylib /Applications/Firefox.app/Contents/MacOS/libsoftokn3.dylib
    0x29000000 - 0x29018fff libxpcom_compat.dylib /Applications/Firefox.app/Contents/MacOS/libxpcom_compat.dylib
    0x2c000000 - 0x2c087fff libxpcom_core.dylib /Applications/Firefox.app/Contents/MacOS/libxpcom_core.dylib
    0x70090000 - 0x700e5fff com.apple.LiveType.framework 1.2.2 /System/Library/PrivateFrameworks/LiveType.framework/Versions/A/LiveType
    0x80a50000 - 0x80ad4fff libstdc++.6.dylib /usr/lib/libstdc++.6.dylib
    0x80c80000 - 0x80c88fff libgcc_s.1.dylib /usr/lib/libgcc_s.1.dylib
    0x81f20000 - 0x81f23fff libmx.A.dylib /usr/lib/libmx.A.dylib
    0x8445a000 - 0x8445afff com.apple.Accelerate 1.0.3 (Accelerate 1.0.3) /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
    0x846e0000 - 0x846e9fff Motion /Library/Frameworks/Motion.framework/Versions/A/Motion
    0x86dcd000 - 0x86dd9fff com.apple.agl 2.5 (AGL-2.5) /System/Library/Frameworks/AGL.framework/Versions/A/AGL
    0x880f0000 - 0x88226fff com.apple.vImage 1.2.0 /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.fr amework/Versions/A/vImage
    0x8a84d000 - 0x8a85dfff com.apple.Accelerate.vecLib 3.0.3 (vecLib 3.0.3) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/vecLib
    0x8b6f4000 - 0x8b7d2fff libxml2.2.dylib /usr/lib/libxml2.2.dylib
    0x8c70b000 - 0x8c7abfff com.apple.QuickTimeImporters.component 7.3 /System/Library/QuickTime/QuickTimeImporters.component/Contents/MacOS/QuickTime Importers
    0x8eea0000 - 0x8eeb6fff libJapaneseConverter.dylib /System/Library/CoreServices/Encodings/libJapaneseConverter.dylib
    0x8fe00000 - 0x8fe4ffff dyld /usr/lib/dyld
    0x90000000 - 0x9014ffff libSystem.B.dylib /usr/lib/libSystem.B.dylib
    0x901c0000 - 0x9026efff com.apple.CoreFoundation 6.3.10 (299.39) /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    0x902b0000 - 0x90529fff com.apple.CoreServices.CarbonCore 10.3.9 (558) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonC ore.framework/Versions/A/CarbonCore
    0x905a0000 - 0x90610fff com.apple.framework.IOKit 1.3.6 (???) /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
    0x90640000 - 0x906c8fff com.apple.CoreServices.OSServices 3.0.1 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServi ces.framework/Versions/A/OSServices
    0x90810000 - 0x90810fff com.apple.ApplicationServices 1.0 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Application Services
    0x90860000 - 0x908cffff libobjc.A.dylib /usr/lib/libobjc.A.dylib
    0x908f5000 - 0x90905fff com.apple.vecLib 3.0.3 (vecLib 3.0.3) /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
    0x90940000 - 0x909b3fff com.apple.DesktopServices 1.2.6 /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/Desk topServicesPriv
    0x909f0000 - 0x909fcfff com.apple.help 1.0.1 /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framewor k/Versions/A/Help
    0x90a06000 - 0x90a15fff libPSRIP.A.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libPSRIP.A.dylib
    0x90a20000 - 0x90b7bfff com.apple.Foundation 6.3.11 (500.65) /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
    0x90c70000 - 0x90c8afff libGL.dylib /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
    0x90cb0000 - 0x90d12fff libGLU.dylib /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
    0x90d50000 - 0x90d6bfff com.apple.SystemConfiguration 1.7.1 (???) /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfi guration
    0x90d7c000 - 0x90d8ffff com.apple.speech.synthesis.framework 3.2 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ SpeechSynthesis.framework/Versions/A/SpeechSynthesis
    0x90db0000 - 0x90dbbfff com.apple.opengl 1.3.8 /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
    0x90e13000 - 0x90e4bfff com.apple.LaunchServices 10.3.5 (98.4) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ LaunchServices.framework/Versions/A/LaunchServices
    0x90ec0000 - 0x90ec0fff com.apple.Cocoa 6.3 (???) /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
    0x910c3000 - 0x910d7fff libcups.2.dylib /usr/lib/libcups.2.dylib
    0x910dd000 - 0x910f4fff com.apple.LangAnalysis 1.5.4 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ LangAnalysis.framework/Versions/A/LangAnalysis
    0x913a0000 - 0x9145ffff ColorSync /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ColorSync.framework/Versions/A/ColorSync
    0x914ad000 - 0x914c0fff libRIP.A.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
    0x914e0000 - 0x91549fff com.apple.htmlrendering 1.1.2 /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HTMLRendering .framework/Versions/A/HTMLRendering
    0x9157a000 - 0x9157afff com.apple.Carbon 10.3 (???) /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
    0x9158a000 - 0x915c2fff com.apple.AE 1.4 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ AE.framework/Versions/A/AE
    0x915e0000 - 0x91699fff com.apple.QD 3.4.74 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ QD.framework/Versions/A/QD
    0x91760000 - 0x917f3fff com.apple.print.framework.PrintCore 3.3 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ PrintCore.framework/Versions/A/PrintCore
    0x91890000 - 0x918aafff com.apple.openscripting 1.2.1 (???) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting .framework/Versions/A/OpenScripting
    0x918d0000 - 0x918e0fff com.apple.ImageCapture 2.1.5 /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture. framework/Versions/A/ImageCapture
    0x91900000 - 0x9190dfff com.apple.CommonPanels 1.2.1 (1.0) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels. framework/Versions/A/CommonPanels
    0x91970000 - 0x919befff com.apple.print.framework.Print 3.3 /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framewo rk/Versions/A/Print
    0x91a40000 - 0x91ab3fff com.apple.NavigationServices 3.3.3 /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/NavigationSer vices.framework/Versions/A/NavigationServices
    0x91b30000 - 0x91b44fff libCGATS.A.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCGATS.A.dylib
    0x91b60000 - 0x91b6bfff libCSync.A.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib
    0x91f0d000 - 0x91f61fff com.apple.bom 1.2.8 (64.2) /System/Library/PrivateFrameworks/Bom.framework/Versions/A/Bom
    0x920b7000 - 0x920d1fff libPDFRIP.A.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libPDFRIP.A.dylib
    0x920f0000 - 0x92116fff com.apple.FindByContent 1.4 (1.2) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ FindByContent.framework/Versions/A/FindByContent
    0x92170000 - 0x92358fff com.apple.security 2.5 (29780) /System/Library/Frameworks/Security.framework/Versions/A/Security
    0x927f0000 - 0x92827fff com.apple.CFNetwork 1.2.6 (71.13) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwo rk.framework/Versions/A/CFNetwork
    0x92880000 - 0x92c05fff com.apple.HIToolbox 1.3.7 (???) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.fra mework/Versions/A/HIToolbox
    0x92de0000 - 0x92e30fff com.apple.HIServices 1.4.1 (0.0.1d1) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ HIServices.framework/Versions/A/HIServices
    0x92e70000 - 0x9336ffff com.apple.AppKit 6.3.11 (743.43) /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
    0x93a50000 - 0x93a54fff libmathCommon.A.dylib /usr/lib/system/libmathCommon.A.dylib
    0x93daf000 - 0x93daffff com.apple.CoreServices 10.3 (???) /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
    0x94120000 - 0x94138fff com.apple.WebServices 1.1.1 (1.1.0) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/WebServ icesCore.framework/Versions/A/WebServicesCore
    0x94182000 - 0x9418bfff com.apple.DiskArbitration 2.0.5 /System/Library/PrivateFrameworks/DiskArbitration.framework/Versions/A/DiskArbi tration
    0x941f8000 - 0x94201fff libz.1.dylib /usr/lib/libz.1.dylib
    0x94204000 - 0x9420cfff libbsm.dylib /usr/lib/libbsm.dylib
    0x9422b000 - 0x9425dfff com.apple.QuickTime Plugin.plugin 7.3 /Library/Internet Plug-Ins/QuickTime Plugin.plugin/Contents/MacOS/QuickTime Plugin
    0x94658000 - 0x94672fff libresolv.9.dylib /usr/lib/libresolv.9.dylib
    0x946c4000 - 0x946cffff com.apple.securityhi 1.2 (90) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.fr amework/Versions/A/SecurityHI
    0x946e0000 - 0x9473ffff com.apple.SearchKit 1.0.2 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchK it.framework/Versions/A/SearchKit
    0x9477d000 - 0x9478dfff com.apple.speech.recognition.framework 3.3 /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecogni tion.framework/Versions/A/SpeechRecognition
    0x94800000 - 0x9488cfff com.apple.ink.framework 101.1.4 (55.12) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework /Versions/A/Ink
    0x94b47000 - 0x94bb4fff libvDSP.dylib /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvDSP.dylib
    0x94ea0000 - 0x954a6fff libBLAS.dylib /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libBLAS.dylib
    0x95500000 - 0x957d0fff libLAPACK.dylib /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libLAPACK.dylib
    0x958e0000 - 0x95900fff libvMisc.dylib /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvMisc.dylib
    0x95b50000 - 0x95c32fff libicucore.A.dylib /usr/lib/libicucore.A.dylib
    0x95f30000 - 0x9601efff libiconv.2.dylib /usr/lib/libiconv.2.dylib
    0x962e6000 - 0x965befff com.apple.CoreGraphics 1.203.33 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/CoreGraphics
    0x96980000 - 0x96a47fff libcrypto.0.9.7.dylib /usr/lib/libcrypto.0.9.7.dylib
    0x96aa0000 - 0x96acefff libssl.0.9.7.dylib /usr/lib/libssl.0.9.7.dylib
    0x96b50000 - 0x96bdffff ATS /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/ATS
    0x98306000 - 0x9862efff com.apple.QuickTime 7.3.0 /System/Library/Frameworks/QuickTime.framework/Versions/A/QuickTime
    0x99000000 - 0x990b8fff com.apple.audio.toolbox.AudioToolbox 1.3.4 /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
    0x99106000 - 0x99106fff com.apple.audio.units.AudioUnit 1.3.3 /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
    0x99108000 - 0x9916ffff com.apple.audio.CoreAudio 2.1.3 /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
    0x991af000 - 0x991ccfff com.apple.audio.SoundManager 3.9 /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CarbonSound.f ramework/Versions/A/CarbonSound
    0x991de000 - 0x991f4fff com.apple.QuartzCore 1.3 /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
    0x99201000 - 0x99deffff com.apple.QuickTimeComponents.component 7.3 /System/Library/QuickTime/QuickTimeComponents.component/Contents/MacOS/QuickTim eComponents
    Again sorry for the long post, but I'm beginning to think that I might have no other option but to upgrade to a new OS System. Any help on this matter or trouble shooting ideas to try would be greatly appreciated. Thank you.
    Kev

    Hi Kev,
    Welcome to Discussions. I'm sorry you've found your way here under troubled circumstances.
    In all likelihood, the problem is down to the Flash plugin. The version which you're using is slightly outdated. Although that in itself might not be the cause, try uninstalling it by downloading the uninstaller (here) and installing the latest version (here). Restart when you're done.
    Yang

Maybe you are looking for

  • Photoshop CS6 HELP!

    Photoshop CS6 "Could not complete your request because the file was not found." Okay so recently I googled to find the update for the camera raw b/c my camera raw files were not opening in anything.  Downloaded it, ran it, and now I cannot open any j

  • HT3180 struggling to wake my apple tv wont respond even when holding the menu and down button any ideas ?

    struggling to wake my apple tv wont respond even when holding the menu and down button any ideas ?

  • Where to buy skype credits in south korea

    I live in Ulsan, South Korea and I am lokking for where to buy Skype Credits in South Korea.

  • Sapscript printing problem

    I made a graph window in a sapscript form.When i print it i have the following problem : I can't see the "MAIN WINDOW" only. I mean that i can see all the other elements EXCEPT the main window . Please help me .....

  • Should I Update to Mavericks

    Hello. I have a mid 2007 iMac currently running 10.6.8. I love my mac! Everything is stable and running quickly and smoothly. I dn't do much on my Mac except for check emails and use Microsoft office 2008. I am wondering if you think my Mac will cont