New issue
Advanced search Search tips

Issue 750127 link

Starred by 1 user

Issue metadata

Status: Untriaged
Owner: ----
Components:
EstimatedDays: ----
NextAction: ----
OS: ----
Pri: 3
Type: Bug



Sign in to add a comment

FATAL:storage_block-inl.h(25)] Check failed: !address.is_initialized() || sizeof(*data_) == address.BlockSize()

Project Member Reported by elawrence@chromium.org, Jul 28 2017

Issue description

Chromium crashed when attempting to navigate to a link on the chrome://cache page. 

Chromium	62.0.3168.0 (Developer Build) (32-bit) 
Revision	dde1afca9fb6b691f8bdc42a92051a7d1ccdcbda-refs/heads/master@{#489947}

[27344] [27344:8212:0728/094044.584:WARNING:backend_impl.cc(1567)] Wrong entry address.
[27344] [27344:8212:0728/094044.585:ERROR:block_files.cc(473)] Failed to open C:\Users\elawrence\AppData\Local\Chromium\User Data\Default\Cache\data_205
[27344] [27344:8212:0728/094044.585:FATAL:storage_block-inl.h(25)] Check failed: !address.is_initialized() || sizeof(*data_) == address.BlockSize(). 
[27344] Backtrace:
[27344]  base::debug::StackTrace::StackTrace [0x100E2A15+101]
[27344]  base::debug::StackTrace::StackTrace [0x100E1C43+35]
[27344]  logging::LogMessage::~LogMessage [0x1015FF85+149]
[27344]  disk_cache::StorageBlock<disk_cache::RankingsNode>::StorageBlock<disk_cache::RankingsNode> [0x034168B7+391]
[27344]  disk_cache::Rankings::Remove [0x0344520F+1167]
[27344]  disk_cache::BackendImpl::GetEnumeratedEntry [0x033E4F5A+234]
[27344]  disk_cache::BackendImpl::OpenNextEntryImpl [0x033E288D+717]
[27344]  disk_cache::BackendImpl::SyncOpenNextEntry [0x033E32B5+53]
[27344]  disk_cache::BackendIO::ExecuteBackendOperation [0x03434570+800]
[27344]  disk_cache::BackendIO::ExecuteOperation [0x03433B76+54]
[27344]  ??$Invoke@ABV?$scoped_refptr@VBackendIO@disk_cache@@@@$$V@?$FunctorTraits@P8BackendIO@disk_cache@@AEXXZX@internal@base@@SAXP8BackendIO@disk_cache@@AEXXZABV?$scoped_refptr@VBackendIO@disk_cache@@@@@Z [0x034396B4+52]
[27344]  base::internal::InvokeHelper<0,void>::MakeItSo<void (__thiscall disk_cache::BackendIO::*const &)(void),scoped_refptr<disk_cache::BackendIO> const &> [0x03439634+100]
[27344]  base::internal::Invoker<base::internal::BindState<void (__thiscall disk_cache::BackendIO::*)(void),scoped_refptr<disk_cache::BackendIO> >,void __cdecl(void)>::RunImpl<void (__thiscall disk_cache::BackendIO::*const &)(void),std::tuple<scoped_refptr<disk_ca [0x034395AA+74]
[27344]  base::internal::Invoker<base::internal::BindState<void (__thiscall disk_cache::BackendIO::*)(void),scoped_refptr<disk_cache::BackendIO> >,void __cdecl(void)>::Run [0x0343948E+62]
[27344]  base::Callback<void __cdecl(void),0,0>::Run [0x1004D35E+78]
[27344]  base::debug::TaskAnnotator::RunTask [0x100E89B2+914]
[27344]  base::MessageLoop::RunTask [0x101ABFF3+947]
[27344]  base::MessageLoop::DeferOrRunPendingTask [0x101AC9A3+67]
[27344]  base::MessageLoop::DoWork [0x101ACE7D+413]
[27344]  base::MessagePumpForIO::DoRunLoop [0x101BFACC+28]
[27344]  base::MessagePumpWin::Run [0x101BD5C1+193]
[27344]  base::MessageLoop::Run [0x101AB8AA+266]
[27344]  base::RunLoop::Run [0x102C6624+292]
[27344]  base::Thread::Run [0x103C8F48+424]
[27344]  content::BrowserThreadImpl::CacheThreadRun [0x0919A872+82]
[27344]  content::BrowserThreadImpl::Run [0x0919AE28+776]
[27344]  base::Thread::ThreadMain [0x103C9A8B+1419]
[27344]  base::PlatformThread::GetCurrentThreadPriority [0x1038D3D6+1158]
[27344]  BaseThreadInitThunk [0x776438F4+36]
[27344]  RtlUnicodeStringToInteger [0x77775DE3+595]
[27344]  RtlUnicodeStringToInteger [0x77775DAE+542]
[27344]  (No symbol) [0x00000000]


After restarting Chromium, my cache appears to have been cleared and I wasn't able to easily repro.
 

Sign in to add a comment