Comment #4 on issue 23569 by [email protected]: Browser Crash in HttpCache::Transaction::OnNetworkInfoAvailable http://code.google.com/p/chromium/issues/detail?id=23569
Running under the debugger this fails a DCHECK, here's the stack: #0 0x060605e3 in DebugUtil::BreakDebugger at debug_util_posix.cc:120 #1 0x0607feb4 in logging::LogMessage::~LogMessage at logging.cc:535 #2 0x063d12b7 in net::HttpCache::Transaction::OnNetworkInfoAvailable at http_cache.cc:1564 #3 0x063d6759 in DispatchToMethod<net::HttpCache::Transaction, void (net::HttpCache::Transaction::*)(int), int> at tuple.h:422 #4 0x063d6788 in CallbackImpl<net::HttpCache::Transaction, void (net::HttpCache::Transaction::*)(int), Tuple1<int> >::RunWithParams at task.h:549 #5 0x06352ef6 in CallbackRunner<Tuple1<int> >::Run<int> at task.h:514 #6 0x063dc1dc in net::HttpNetworkTransaction::DoCallback at http_network_transaction.cc:389 #7 0x063e5b57 in net::HttpNetworkTransaction::OnIOComplete at http_network_transaction.cc:395 #8 0x063e71eb in DispatchToMethod<net::HttpNetworkTransaction, void (net::HttpNetworkTransaction::*)(int), int> at tuple.h:422 #9 0x063e721a in CallbackImpl<net::HttpNetworkTransaction, void (net::HttpNetworkTransaction::*)(int), Tuple1<int> >::RunWithParams at task.h:549 #10 0x06352ef6 in CallbackRunner<Tuple1<int> >::Run<int> at task.h:514 #11 0x06421f08 in net::SSLClientSocketMac::DoCallback at ssl_client_socket_mac.cc:537 #12 0x06423bb8 in net::SSLClientSocketMac::OnIOComplete at ssl_client_socket_mac.cc:551 #13 0x06424b07 in DispatchToMethod<net::SSLClientSocketMac, void (net::SSLClientSocketMac::*)(int), int> at tuple.h:422 #14 0x06424b36 in CallbackImpl<net::SSLClientSocketMac, void (net::SSLClientSocketMac::*)(int), Tuple1<int> >::RunWithParams at task.h:549 #15 0x06352ef6 in CallbackRunner<Tuple1<int> >::Run<int> at task.h:514 #16 0x06426808 in net::TCPClientSocketLibevent::DoReadCallback at tcp_client_socket_libevent.cc:332 #17 0x06426992 in net::TCPClientSocketLibevent::DidCompleteRead at tcp_client_socket_libevent.cc:396 #18 0x064283ab in net::TCPClientSocketLibevent::ReadWatcher::OnFileCanReadWithoutBlocking at tcp_client_socket_libevent.h:55 #19 0x06089333 in base::MessagePumpLibevent::OnLibeventNotification at message_pump_libevent.cc:214 #20 0x06256fc9 in event_process_active at event.c:385 #21 0x062572fc in event_base_loop at event.c:522 #22 0x06089ab0 in base::MessagePumpLibevent::Run at message_pump_libevent.cc:257 #23 0x06083a36 in MessageLoop::RunInternal at message_loop.cc:199 #24 0x06083a51 in MessageLoop::RunHandler at message_loop.cc:181 #25 0x06083ab5 in MessageLoop::Run at message_loop.cc:155 #26 0x060bc223 in base::Thread::Run at thread.cc:132 #27 0x060bc631 in base::Thread::ThreadMain at thread.cc:153 #28 0x06094980 in ThreadFunc at platform_thread_posix.cc:26 #29 0x94060155 in _pthread_start #30 0x94060012 in thread_start -- 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 -~----------~----~----~----~------~----~------~--~---
