Comment #2 on issue 21835 by [email protected]: Browser Crash in  
MessagePumpLibevent::WatchFileDescriptor
http://code.google.com/p/chromium/issues/detail?id=21835

The stack is correct.  The problem is io_thread_.get().  Watch this.

chrome/browser/browser_process_impl.h:54:

   virtual base::Thread* io_thread() {
     DCHECK(CalledOnValidThread());
     if (!created_io_thread_)
       CreateIOThread();
     return io_thread_.get();
   }

Oops.

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