Status: Unconfirmed
Owner: ----
Labels: Type-Bug Pri-2 OS-All Area-Misc

New issue 25762 by codedr: FATAL:base/message_pump_libevent.cc(151)] Check  
failed: fd > 0
http://code.google.com/p/chromium/issues/detail?id=25762

Chrome Version       : 30028 2009-10-25 05:00:26 -0500 (Sun, 25 Oct 2009)
URLs (if applicable) :
Other browsers tested: firefox
   Add OK or FAIL after other browsers where you have tested this issue:
      Safari 4:
   Firefox 3.x: OK
          IE 7:
          IE 8:

What steps will reproduce the problem?
1. No internet connection
2. start chrome
3. [31509:31509:42043107447:FATAL:base/message_pump_libevent.cc(151)] Check
failed: fd > 0.

What is the expected result?

     chrome will start

What happens instead?

     chrome crashes

Please provide any additional information below. Attach a screenshot if
possible.

window messages::
[31509:31509:42043107447:FATAL:base/message_pump_libevent.cc(151)] Check
failed: fd > 0.
[31509:31509:42043107447:FATAL:base/message_pump_libevent.cc(151)] Check
failed: fd > 0.
[ ... more: See attached window.messages ]

gdb backtrace::
[ See attached gdb.traceback ]

Analysis::

base::MessagePumpLibevent::WatchFileDescriptor()
at base/message_pump_libevent.cc:151
does not allow a file descriptor to be 0 (zero):
     151       DCHECK(fd > 0);

SetupNotification()
at net/proxy/proxy_config_service_linux.cc:469
allows a valid file descriptor to be 0 (zero):
     469     DCHECK(inotify_fd_ >= 0);

Zero is a valid file descriptor and should fixed in
base::MessagePumpLibevent::WatchFileDescriptor
     151       DCHECK(fd >= 0);



Attachments:
        window.messages  7.7 KB
        gdb.traceback  10.7 KB

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