[Mono-bugs] [Bug 347476] Improper measuring of elapsed time in various classes after changing system clock
bugzilla_noreply at novell.com
bugzilla_noreply at novell.com
Tue Dec 11 10:39:38 EST 2007
https://bugzilla.novell.com/show_bug.cgi?id=347476
User lupus at novell.com added comment
https://bugzilla.novell.com/show_bug.cgi?id=347476#c1
Paolo Molaro <lupus at novell.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Severity|Major |Normal
--- Comment #1 from Paolo Molaro <lupus at novell.com> 2007-12-11 08:39:38 MST ---
When I rewrote Threading.Timer I isolated the time-getting function for the
purpouse of using a monotonic clock, so for that case we just need to expose an
appropriate internal call. Timers.Timer should undergo a similar rewrite
(and it likely should be implemented as a wrapper of Threading.Timer).
We likely also have the same issue as part of the Monitor implementation in
metadata/monitor.c and other such things (timeouts for appdomain unload etc).
--
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
More information about the mono-bugs
mailing list