On Fri, 28 Feb 2014 21:38:46 GMT, Øivind Loe wrote:

Which revision of vibe.d exactly are you on and is it the normal libevent based driver or the win32 one?

This smells very much like #458. But that is supposed to be fixed already.

I am on Ubuntu 13.10, 64-bit. Using dub to get ~master. Just did a 'dub upgrade', and it still fails. Don't know how to check the exact version in use

I am making both libev and libevent available, and set both Havelibev and Havelibevent versions.

Okay, taking a closer look, this actually hasn't got anything to do with the timers, but rather with processEvents never triggering an idle event and thus never waking up the task that is supposed to run the callback. 98024b4 should have this fixed now.