Issue 4062: DCHECK is triggered in SSLCleintSocketWin::DoPayLoadEncrypt
http://code.google.com/p/chromium/issues/detail?id=4062
Comment #2 by [EMAIL PROTECTED]:
Here's the stack. To reproduce it, start a debug build with a fresh profile
(under
which you haven't visited bugs.webkit.org before)and try to log on using
your id/pw.
> chrome.dll!DebugUtil::BreakDebugger() Line 101 C++
chrome.dll!logging::LogMessage::~LogMessage() Line 503 C++
chrome.dll!net::SSLClientSocketWin::DoPayloadEncrypt() Line 836
C++
chrome.dll!net::SSLClientSocketWin::DoLoop(int
last_io_result=0x00000000)
Line 398 + 0x8 bytes C++
chrome.dll!net::SSLClientSocketWin::Write(const char * buf=0x054d0724,
int
buf_len=0x00000000, CallbackRunner<Tuple1<int> > * callback=0x06ba9eb0)
Line 344 +
0xa bytes C++
chrome.dll!net::HttpNetworkTransaction::DoWriteBody() Line 582 + 0x38
bytes
C++
chrome.dll!net::HttpNetworkTransaction::DoLoop(int result=0x00000000)
Line
343 + 0x8 bytes C++
chrome.dll!net::HttpNetworkTransaction::Start(const
net::HttpRequestInfo *
request_info=0x06c81510, CallbackRunner<Tuple1<int> > *
callback=0x053f6fd8) Line 73
+ 0xa bytes C++
chrome.dll!net::HttpCache::Transaction::BeginNetworkRequest() Line 680
+
0x37 bytes C++
chrome.dll!net::HttpCache::Transaction::Start(const
net::HttpRequestInfo *
request=0x06c81510, CallbackRunner<Tuple1<int> > * callback=0x06c81668)
Line 358 +
0x8 bytes C++
chrome.dll!URLRequestHttpJob::StartTransaction() Line 481 + 0x3a bytes
C++
chrome.dll!URLRequestHttpJob::Start() Line 96 C++
chrome.dll!URLRequest::Start() Line 224 + 0x23 bytes C++
chrome.dll!ResourceDispatcherHost::BeginRequestInternal(URLRequest *
request=0x06c1e7e8, bool mixed_content=false) Line 2080 C++
chrome.dll!ResourceDispatcherHost::BeginRequest(IPC::Message::Sender *
receiver=0x06c816dc, void * render_process_handle=0x00000758, int
render_process_host_id=0x00000005, int render_view_id=0x00000001, int
request_id=0x0000000b, const ViewHostMsg_Resource_Request &
request_data={...},
URLRequestContext * request_context=0x00f45990, IPC::Message *
sync_result=0x00000000) Line 1599 C++
chrome.dll!ResourceMessageFilter::OnRequestResource(const IPC::Message &
message={...}, int request_id=0x0000000b, const
ViewHostMsg_Resource_Request &
request={...}) Line 264 C++
chrome.dll!IPC::MessageWithTuple<Tuple2<int,ViewHostMsg_Resource_Request>
>::Dispatch<ResourceMessageFilter,int,ViewHostMsg_Resource_Request const
&>(const
IPC::Message * msg=0x04def6c0, ResourceMessageFilter * obj=0x06c816d0, void
(const
IPC::Message &, int, const ViewHostMsg_Resource_Request &)*
func=0x01177b20) Line
1014 + 0x1d bytes C++
chrome.dll!ResourceMessageFilter::OnMessageReceived(const IPC::Message &
message={...}) Line 102 + 0x23 bytes C++
chrome.dll!IPC::ChannelProxy::Context::TryFilters(const IPC::Message &
message={...}) Line 41 + 0x2c bytes C++
chrome.dll!IPC::SyncChannel::SyncContext::OnMessageReceived(const
IPC::Message & msg={...}) Line 308 + 0xc bytes C++
chrome.dll!IPC::Channel::ProcessIncomingMessages(_OVERLAPPED *
context=0x06bb6f08, unsigned long bytes_read=0x0000018c) Line 290 + 0x19
bytes C++
chrome.dll!IPC::Channel::OnIOCompleted(_OVERLAPPED * context=0x06bb6f08,
unsigned long bytes_transfered=0x0000018c, unsigned long error=0x00000000)
Line 419
+ 0x10 bytes C++
chrome.dll!`anonymous namespace'::HandlerData::OnObjectSignaled(void *
object=0x00000764) Line 44 + 0x26 bytes C++
chrome.dll!base::MessagePumpForIO::SignalWatcher(unsigned int
object_index=0x00000002) Line 689 + 0x3e bytes C++
chrome.dll!base::MessagePumpForIO::WaitForWork() Line 626 C++
chrome.dll!base::MessagePumpForIO::DoRunLoop() Line 562 + 0x8 bytes
C++
chrome.dll!base::MessagePumpWin::RunWithDispatcher(base::MessagePump::Delegate
*
delegate=0x04defe6c, base::MessagePumpWin::Dispatcher *
dispatcher=0x00000000) Line
132 + 0xf bytes C++
chrome.dll!base::MessagePumpWin::Run(base::MessagePump::Delegate *
delegate=0x04defe6c) Line 124 + 0x1c bytes C++
chrome.dll!MessageLoop::RunInternal() Line 197 + 0x2a 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=0x00e603e8)
Line
28 + 0xf bytes C++
chrome.dll!_callthreadstartex() Line 348 + 0xf bytes C
chrome.dll!_threadstartex(void * ptd=0x00e60f48) Line 331 C
[EMAIL PROTECTED]() + 0x37 bytes
--
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 [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/chromium-bugs?hl=en
-~----------~----~----~----~------~----~------~--~---