Status: Untriaged Owner: p...@chromium.org Labels: Type-Bug Pri-2 OS-All Area-BrowserBackend
New issue 5597 by w...@chromium.org: NOTREACHED() failure in SafeBrowsingDatabaseBloom::GetListId because name is "googpub-phish-shavar". http://code.google.com/p/chromium/issues/detail?id=5597 I'm running my developer build of the trunk with --enable-dcheck. I just got a NOTREACHED() failure in SafeBrowsingDatabaseBloom::GetListId: /* static */ int SafeBrowsingDatabaseBloom::GetListId(const std::string& name) { if (name == safe_browsing_util::kMalwareList) return MALWARE; else if (name == safe_browsing_util::kPhishingList) return PHISH; NOTREACHED(); return -1; } The value of 'name' is "googpub-phish-shavar". The expected value is safe_browsing_util::kMalwareList ("goog-malware-shavar") or safe_browsing_util::kPhishingList ("goog-phish-shavar"). -- 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 chromium-bugs@googlegroups.com To unsubscribe from this group, send email to chromium-bugs+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/chromium-bugs?hl=en -~----------~----~----~----~------~----~------~--~---