Chrome, Firefox and IE all blank pages

18
2013-11
  • Matthew Brown

    IE, Chrome and Firefox are, no matter what page I go to, coming up blank. No content whatsoever.

    If you view source in all three browsers it is blank.

    Yet, if you use Wireshark the appropriate packets seem to be being sent and received.

    I've done the following:

    • ipconfig /flushdns
    • netsh winsock reset catalog
    • netsh int ip reset C:/reset.log hit
    • Virus scan with NOD32.
    • Disabled anti-virus completely.
    • Checked proxy settings. (as I said above, Wireshark is telling me that the appropriate packets are being sent and received from i.e. google, so I think that rules out a proxy problem)

    And none of it seems to have alleviated the problem.

    Anybody got any suggestions on what the problem may be?

  • Answers
  • Eric

    It must be OS related. Try running ProcessExplorer to see what DLLs are shared between these 3 browsers. Maybe one of the drawing libraries being used is corrupt or an alternate DLL is in the path and getting picked up before the proper one.

    Try booting into Safe Mode to see if that helps. At least you'll be able to isolate the problem somewhat.

    What OS is it?


  • Related Question

    Does Chrome use a different DNS server from Firefox and IE which use the OS default?
  • 動靜能量

    Is the common set up for Chrome that it will use a different DNS server, while Firefox and IE will use the OS networking default?

    My Chrome (including one on virtual PC) will sometimes show "Resolving host" and wait there for 20, 30 seconds, while Firefox and IE won't. (so after 20, 30 seconds with a blank page, the page will finally not be able to load).

    So is there something that Chrome is doing that makes it different?


  • Related Answers
  • Cory Plastek

    Yes, sort of. Chrome has an option enabled by default called DNS caching/prefetching.

    Usually this lets Chrome "speed up" a user's browsing experience because it caches/prefetches DNS queries.

    If you're having problems, try disabling DNS prefetching under the Wrench -> Options -> Under the Hood.

    edit: Chrome does not use it's own servers to do DNS lookups, it does, however, lookup all the DNS entries of the links on a page when first loaded.

  • dlux

    I am quite certain that the DNS prefetching in Chrome is thoroughly broken. I have yet to see a Chrome install where this feature does not cause problems with resolving hosts (either long delays, or outright unable to resolve). My suggestion would be to always disable this under Options.

    The features is called "Use DNS pre-fetching to improve page load performance"...which is quite laughable.

  • Helvick

    Chrome certainly uses the system DNS settings and not anything specific to itself, furthermore its network connectivity preferences makes use of the system preferences (on Windows at any rate, I haven't checked how this is handled on the recent Mac release) unlike Firefox which has it's own connectivity preferences stack but it will still have to make use of the underlying DNS and ip-settings of the machine there is no way for it to find any alternatives unless you set them at the (shared) system level.

    There have been many complaints about its DNS pre-fetching feature, I haven't experienced problems with it but the volume of complaints indicates that if you are having any name resolution issues it should be the first thing you should look at.

    AFAIK Chrome always issues IPv6 AAAA name requests, if your network setup uses a DNS setup
    that doesn't respond nicely to these requests you can get extremely long delays with name lookup as it waits for an acceptable response before timing out and reverting to ipv4. Firefox had a similar problem but recent versions appear to handle poor\invalid ipv6 responses with more grace, I've tended to disable ipv6 lookup in Firefox (about:config, search for ipv6 and set network.dns.disableipv6 to true) so I don't see this in general anymore but recent versions of Firefox do not exhibit the symptom for me. Likewise the developer channel Chrome builds I use don't have a problem with this but I did see this on the early production releases and the Chrome OS VM's that have been doing the rounds suffer badly from it. There is an ongoing discussion about this on the browser\OS development front, handling poor ipv6 responses strictly is increasingly being seen as important as masking the failures means the real problem (poor DNS setups/poor support for ipv6 especially in consumer level networking hardware) doesn't come under pressure to be fixed.

    My home DSL router (a Netopia 2247-02) defaults to setting itself up as DNS proxy and its responses to ipv6 AAAA requests trigger can this problem. I'm pretty sure that whether your setup will have problems with this depends on the specific behavior of the DNS you are using, changing the DNS provider (and making sure that the proxy behavior described above is disabled) should help.

  • PeteS

    I have noticed this behavior on Windows 7 box when connecting to localhost with Firefox. Every request took 1 second. Using Firebug I noticed that the time was taken in DNS lookup. Setting the about:config network.dns.disableIPv6 option to true worked around this issue. Unfortunately I can not help with Chrome. I will report back if I have success on this.

    For what it it worth I also tried adding localhost to hosts file for vain. It did not have any effect in resolving. Maybe the ipv6 resolver does not use the traditional hosts file in Windows 7.