Comment #1 on issue 21835 by [email protected]: Browser Crash in
MessagePumpLibevent::WatchFileDescriptor
http://code.google.com/p/chromium/issues/detail?id=21835
The callstack of main thread is pretty odd.
It should not be possible for CreateIOThread() to be called from
ResetIOThread():
void BrowserProcessImpl::ResetIOThread() {
if (io_thread_.get()) {
io_thread_->message_loop()->PostTask(FROM_HERE,
NewRunnableFunction(CleanupOnIOThread));
}
io_thread_.reset();
}
Could the stack have been corrupted? Are the symbols correct?
--
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
-~----------~----~----~----~------~----~------~--~---