Comment #11 on issue 4731 by [EMAIL PROTECTED]: CHECK in http_cache
http://code.google.com/p/chromium/issues/detail?id=4731
This stack is once again interesting.
logging.cc:502] logging::LogMessage::~LogMessage()
http_cache.cc:1192]
net::HttpCache::DeactivateEntry(net::HttpCache::ActiveEntry *)
http_cache.cc:1279]
net::HttpCache::DoneWritingToEntry(net::HttpCache::ActiveEntry *,bool)
http_cache.cc:1257]
net::HttpCache::DoneWithEntry(net::HttpCache::ActiveEntry
*,net::HttpCache::Transaction *)
http_cache.cc:319] net::HttpCache::Transaction::Destroy()
url_request_http_job.cc:460] URLRequestHttpJob::DestroyTransaction()
url_request_http_job.cc:104] URLRequestHttpJob::Kill()
url_request.cc:246] URLRequest::CancelWithError(int)
url_request.cc:64] URLRequest::~URLRequest()
resource_dispatcher_host.cc:1933]
ResourceDispatcherHost::RemovePendingRequest(std::_Tree<std::_Tmap_traits<ResourceDispatcherHost::GlobalRequestID,URLRequest
*,std::less<ResourceDispatcherHost::GlobalRequestID>,std::allocator<std::pair<ResourceDispatcherHost::GlobalRequestID
const
,URLRequest *> >,0> >::iterator const &)
resource_dispatcher_host.cc:1923]
ResourceDispatcherHost::RemovePendingRequest(int,int)
resource_dispatcher_host.cc:2266]
ResourceDispatcherHost::OnResponseCompleted(URLRequest *)
resource_dispatcher_host.cc:2028]
ResourceDispatcherHost::OnResponseStarted(URLRequest *)
url_request_job.cc:346] URLRequestJob::NotifyStartError(URLRequestStatus
const &)
url_request_http_job.cc:401] URLRequestHttpJob::OnStartCompleted(int)
ActiveEntriesMap::iterator it =
active_entries_.find(entry->disk_entry->GetKey());
CHECK(it != active_entries_.end());
CHECK(it->second == entry); <----------- crash
(now for sure): So the entry is not doomed, but when we look on the list we
find a different entry with the same key.
--
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
-~----------~----~----~----~------~----~------~--~---