Status: Assigned Owner: [email protected] CC: [email protected] Labels: Type-Bug Pri-2 OS-All Area-Misc
New issue 25827 by [email protected]: DCHECK in HostResolverImpl::RemoveOutstandingJob() http://code.google.com/p/chromium/issues/detail?id=25827 Mike reported getting a DCHECK here: void HostResolverImpl::RemoveOutstandingJob(Job* job) { JobMap::iterator it = jobs_.find(job->key()); DCHECK(it != jobs_.end()); <---------------- HERE DCHECK_EQ(it->second.get(), job); jobs_.erase(it); } -- 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 -~----------~----~----~----~------~----~------~--~---
