Status: Assigned
Owner: rvar...@chromium.org
Labels: Type-Bug Pri-2 OS-All Area-BrowserBackend stable Crash

New issue 7533 by s...@chromium.org: DCHECK hit with trunk build
http://code.google.com/p/chromium/issues/detail?id=7533

I copied this from ToT Friday'ish (2/6). Here's the trace I hit  
(--dcheck-enabled):

        chrome.dll!v8::internal::CPU::DebugBreak()  Line 58     C++
        chrome.dll!logging::LogMessage::~LogMessage()  Line 515 C++
>       chrome.dll!`anonymous namespace'::DeleteMapBlock(int index=5886, int  
size=2,
disk_cache::BlockFileHeader * header=0x03150000)  Line 107      C++
        chrome.dll!disk_cache::BlockFiles::DeleteBlock(disk_cache::Addr  
address={...},
bool deep=true)  Line 412 + 0x18 bytes  C++
        chrome.dll!disk_cache::EntryImpl::DeleteData(disk_cache::Addr  
address={...},
int index=1)  Line 558 + 0xb bytes      C++
        chrome.dll!disk_cache::EntryImpl::MoveToLocalBuffer(int index=1024)  
Line  
682     
C++
        chrome.dll!disk_cache::EntryImpl::GrowUserBuffer(int index=3751, int  
offset=0,
int buf_len=2, bool truncate=true)  Line 651 + 0x9 bytes        C++
        chrome.dll!disk_cache::EntryImpl::PrepareTarget(int index=1, int  
offset=0, int
buf_len=3751, bool truncate=true)  Line 600 + 0x14 bytes        C++
        chrome.dll!disk_cache::EntryImpl::WriteData(int index=3751, int 
offset=0,  
const
char * buf=0x02e60000, int buf_len=3751, CallbackRunner<Tuple1<int> > *
completion_callback=0x00000000, bool truncate=true)  Line 291 + 0x17 bytes      
 
C++
        chrome.dll!net::HttpCache::Transaction::WriteToEntry(int index=1, int  
offset=0,
const char * data=0x02e60000, int data_len=3751)  Line 786      C++
        chrome.dll!net::HttpCache::Transaction::OnNetworkReadCompleted(int  
result=3751)
Line 906        C++
        chrome.dll!net::HttpCache::Transaction::Read(net::IOBuffer *  
buf=0x0632bc38,
int buf_len=32768, CallbackRunner<Tuple1<int> > * callback=0x0609edd0)   
Line 462        
C++
        chrome.dll!URLRequestHttpJob::ReadRawData(net::IOBuffer * 
buf=0x0632bc38,  
int
buf_size=0, int * bytes_read=0x020bf4f4)  Line 360      C++
        chrome.dll!URLRequestJob::Read(net::IOBuffer * buf=0x0632bc38, int
buf_size=32768, int * bytes_read=0x020bf4f4)  Line 112 + 0x14 bytes     C++
        chrome.dll!URLRequest::Read(net::IOBuffer * dest=0x0632bc38, int
dest_size=32768, int * bytes_read=0x020bf4f4)  Line 272 + 0xd bytes     C++
        chrome.dll!ResourceDispatcherHost::Read(URLRequest * 
request=0x00008000,  
int *
bytes_read=0x020bf4f4)  Line 1046 + 0x17 bytes  C++
        chrome.dll!ResourceDispatcherHost::OnResponseStarted(URLRequest *
request=0x00000000)  Line 788 + 0x13 bytes      C++
        chrome.dll!URLRequestJob::NotifyHeadersComplete()  Line 338     C++
        chrome.dll!URLRequestHttpJob::NotifyHeadersComplete()  Line 458 C++
        chrome.dll!URLRequestHttpJob::OnStartCompleted(int result=0)  Line 389 
+  
0x7
bytes   C++
        chrome.dll!CallbackImpl<URLRequestFileJob,void (__thiscall
URLRequestFileJob::*)(int),Tuple1<int> >::RunWithParams(const Tuple1<int> &
params={...})  Line 573 + 0x14 bytes    C++
        chrome.dll!net::HttpCache::Transaction::DoCallback(int rv=0)  Line 564 
+  
0xe
bytes   C++
        chrome.dll!net::HttpCache::Transaction::HandleResult(int rv=0)  Line 
571        
C++
        chrome.dll!net::HttpCache::Transaction::OnNetworkInfoAvailable(int  
result=0)
Line 895 + 0xb bytes    C++
        chrome.dll!CallbackImpl<ResolveProxyMsgHelper,void (__thiscall
ResolveProxyMsgHelper::*)(int),Tuple1<int> >::RunWithParams(const  
Tuple1<int> &
params={...})  Line 574 C++
        chrome.dll!net::HttpNetworkTransaction::DoCallback(int rv=0)  Line 282 
+  
0xe
bytes   C++
        chrome.dll!net::HttpNetworkTransaction::OnIOComplete(int result=4096)   
Line 288
+ 0x8 bytes     C++
        chrome.dll!CallbackImpl<ResolveProxyMsgHelper,void (__thiscall
ResolveProxyMsgHelper::*)(int),Tuple1<int> >::RunWithParams(const  
Tuple1<int> &
params={...})  Line 574 C++
        chrome.dll!net::TCPClientSocket::DoCallback(int rv=4096)  Line 291 + 
0xe  
bytes   
C++
        chrome.dll!net::TCPClientSocket::DidCompleteIO()  Line 343 + 0x13 bytes 
 
C++
        chrome.dll!net::TCPClientSocket::OnObjectSignaled(void *  
object=0x00000578)
Line 355 + 0x8 bytes    C++
        chrome.dll!base::ObjectWatcher::Watch::Run()  Line 30 + 0xe bytes       
C++
        chrome.dll!MessageLoop::RunTask(Task * task=0x061584b8)  Line 309       
C++
        chrome.dll!MessageLoop::DoWork()  Line 416      C++
        chrome.dll!base::MessagePumpForIO::DoRunLoop()  Line 468 + 0x13 bytes   
C++
        chrome.dll!base::MessagePumpWin::Run(base::MessagePump::Delegate *
delegate=0x020bfef0)  Line 78 + 0x40 bytes      C++
        chrome.dll!MessageLoop::RunInternal()  Line 197 + 0x8 bytes     C++
        chrome.dll!MessageLoop::RunHandler()  Line 181  C++
        chrome.dll!MessageLoop::Run()  Line 155 C++
        chrome.dll!base::Thread::ThreadMain()  Line 159 C++
        chrome.dll!`anonymous namespace'::ThreadFunc(void * closure=0x01c52fe0) 
  
Line
27      C++
        kernel32.dll!7c80b713()         
        [Frames below may be incorrect and/or missing, no symbols loaded for
kernel32.dll]   
        ntdll.dll!7c910202()    
        
chrome.exe!google_breakpad::ExceptionHandler::HandleException(_EXCEPTION_POINTERS
  
*
exinfo=0x006d006f)  Line 403 + 0x1f bytes       C++

I quit, restored and got the same crash again, but the third time I was  
unable to
reproduce.

--
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to