e.g. https://ci.chromium.org/buildbot/chromium.win/Win7%20Tests%20%281%29/80200 (WebstoreInlineInstallerRedirectTest.NoRedirectDataWhenSafeBrowsingDisabled)
and https://ci.chromium.org/buildbot/chromium.win/Win7%20Tests%20%281%29/80201 (ExtensionWebstorePrivateApiTest.InstallLocalized)
Stack always looks like :
Received fatal exception EXCEPTION_ACCESS_VIOLATION
Backtrace:
mojo::edk::NodeChannel::OnChannelMessage [0x0208A410+246]
network::SimpleURLLoader::Create [0x03120323+635]
extensions::internals::ContentHashFetcher::Start [0x02613346+260]
extensions::ContentHash::FetchVerifiedContentsOnIOThread [0x02616A32+118]
base::internal::FunctorTraits<void (__cdecl*)(base::RepeatingCallback<content::WebContents * __cdecl(void)> const &,std::basic_string<char,std::char_traits<char>,std::allocator<char> > const &,std::basic_string<char,std::char_traits<char>,std::allocator<c [0x02615A7C+60]
base::internal::Invoker<base::internal::BindState<void (__cdecl*)(extensions::ContentHash::ExtensionKey const &,extensions::ContentHash::FetchParams const &,base::RepeatingCallback<bool __cdecl(void)> const &,base::OnceCallback<void __cdecl(scoped_refptr< [0x02615A38+36]
base::debug::TaskAnnotator::RunTask [0x02F959D6+230]
base::internal::IncomingTaskQueue::RunTask [0x03C08193+19]
base::MessageLoop::RunTask [0x02FB15E6+438]
base::MessageLoop::DeferOrRunPendingTask [0x02FB1913+83]
base::MessageLoop::DoWork [0x02FB1A23+211]
base::MessagePumpForIO::DoRunLoop [0x02FB3125+309]
base::MessagePumpWin::Run [0x02FB263E+110]
base::MessageLoop::Run [0x02FB133F+31]
base::RunLoop::Run [0x02FCE6BE+46]
base::Thread::Run [0x02FE4E7B+11]
content::BrowserProcessSubThread::IOThreadRun [0x0223D10E+36]
base::Thread::ThreadMain [0x02FE4FCD+333]
base::PlatformThread::GetCurrentThreadPriority [0x02FE3D9B+299]
BaseThreadInitThunk [0x76D1338A+18]
RtlInitializeExceptionChain [0x77789F72+99]
RtlInitializeExceptionChain [0x77789F45+54]
Suspecting https://chromium-review.googlesource.com/c/chromium/src/+/1056587 which touched ContentHash::FetchVerifiedContentsOnIOThread().
Comment 1 by bugdroid1@chromium.org
, May 24 2018