GNOME Bugzilla – Bug 615871
Glib should use monotonic clock for timeouts
Last modified: 2010-04-15 23:39:00 UTC
Glib's timeouts are based on real-time clock (g_get_current_time) which is not a good idea as the real time clock can be adjusted, resulting in an incorrect calculation of the elapsed time. Generally all timer calculations should be based on a monotonic clock. Have a look at this path: http://gitorious.org/mer/glib2_0/commit/cc149fe934da510e95321526bbe7dce7a0580d74
*** This bug has been marked as a duplicate of bug 540545 ***