#5865: threadDelay is disrupted by system clock changes
------------------------------------------+---------------------------------
  Reporter:  joeyadams                    |          Owner:  pcapriotti      
      Type:  bug                          |         Status:  closed          
  Priority:  high                         |      Milestone:  7.6.1           
 Component:  Runtime System               |        Version:  7.4.1           
Resolution:  fixed                        |       Keywords:                  
        Os:  Unknown/Multiple             |   Architecture:  Unknown/Multiple
   Failure:  Incorrect result at runtime  |     Difficulty:  Unknown         
  Testcase:                               |      Blockedby:                  
  Blocking:                               |        Related:                  
------------------------------------------+---------------------------------
Changes (by pcapriotti):

  * status:  patch => closed
  * resolution:  => fixed
  * milestone:  7.4.2 => 7.6.1


Comment:

 Pushed in GHC:

 {{{
 commit 5ba7db93fb634ff8094f42780a14972322446a94
 Author: Paolo Capriotti <[email protected]>
 Date:   Tue Mar 20 11:57:28 2012 +0000

     Use monotonic clock in Select.c (#5865)
 }}}

 and base:

 {{{
 commit a865c6cfc12afd59760a1993eff51f801e27eea1
 Author: Paolo Capriotti <[email protected]>
 Date:   Mon Apr 16 14:47:36 2012 +0100

     Add timer initialization for darwin.

 commit 4bea82c27d75845d0816617bcfa8514d02400b77
 Author: Paolo Capriotti <[email protected]>
 Date:   Fri Mar 23 14:26:20 2012 +0000

     Replace getUSecOfDay with monotonic timer (#5865)

 commit f87f2853fd3c335bfeccd637e09fa933d55d4f2a
 Author: Paolo Capriotti <[email protected]>
 Date:   Fri Mar 23 17:22:20 2012 +0000

     Define monotonic time function for Darwin.

 commit 2f308f5771fc94657a80252ac16b7fac8ee80e9c
 Author: Paolo Capriotti <[email protected]>
 Date:   Mon Mar 19 18:00:48 2012 +0000

     Use monotonic time in Event/Manager.hs.
 }}}

-- 
Ticket URL: <http://hackage.haskell.org/trac/ghc/ticket/5865#comment:25>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler

_______________________________________________
Glasgow-haskell-bugs mailing list
[email protected]
http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs

Reply via email to