Status: Available
Owner: ----
CC: [email protected],  [email protected]
Labels: Type-Bug Pri-2 OS-All Area-BrowserBackend

New issue 5587 by [email protected]: all dns errors hang
http://code.google.com/p/chromium/issues/detail?id=5587

What steps will reproduce the problem?
1. Try navigating to a page that has no dns, e.g., www.google.xom
2. Throbber starts, but nothing ever loads.
3. If you close the browser in this state, we crash in safebrowsing code.

This happens with --winhttp as well.

It looks like in resource_dispatcher_host.cc, the request is getting caught
by SafeBrowsingEventHandler::OnResponseCompleted which says:

// Got a DNS error while the safebrowsing check is in progress or we
// already know that the site is unsafe.  Don't show the the dns error
// page.

It seems like we never then complete the request, causing it to hang.  This
code works on the release branch, so maybe it's the new http refactoring?

--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Chromium-bugs" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/chromium-bugs?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to