Whoops, forgot to cc chromium-dev, also see the reply from dkegel... ---------- Forwarded message ----------
So the CHECK() failing means that MessagePumpLibevent::Init() is returning false. This could be the result of failures in: * Creating the pipe() (line 84) * Setting either end to Non-blocking. (lines 86,88) * event_add() failing (line 98). Dan: any ideas? This doesn't appear to be related [at least directly] to the refactoring I did... Best regards, Jeremy --~--~---------~--~----~------------~-------~--~----~ Chromium Developers mailing list: [email protected] View archives, change email options, or unsubscribe: http://groups.google.com/group/chromium-dev -~----------~----~----~----~------~----~------~--~---
