Updates:
        Status: Fixed

Comment #6 on issue 6423 by w...@chromium.org: Chrome: Crash Report - Stack  
Signature: URLRequestHttpJob::ContinueDespiteLastError()-87EC89
http://code.google.com/p/chromium/issues/detail?id=6423

I checked in the null pointer check in r9358.  I will
verify the fix with next week's Dev channel release.

By the way, I found that clicking the stop button
while a page is loading is a better way to cause a
URLRequest to be cancelled:

void ResourceMessageFilter::OnCancelRequest(int request_id) {
   resource_dispatcher_host_->CancelRequest(render_process_host_id_,  
request_id,
                                            true);
}

(Closing a tab deletes rather than cancels a URLRequest.)

However, I haven't been able to cause a crash this way.

--
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

--~--~---------~--~----~------------~-------~--~----~
Automated mail from issue updates at http://crbug.com/
Subscription options: http://groups.google.com/group/chromium-bugs
-~----------~----~----~----~------~----~------~--~---

Reply via email to