#5753: ghci doesn't always use compiled modules
-----------------------+----------------------------------------------------
  Reporter:  rl        |          Owner:                  
      Type:  bug       |         Status:  closed          
  Priority:  normal    |      Milestone:  7.4.1           
 Component:  Compiler  |        Version:  7.2.1           
Resolution:  invalid   |       Keywords:                  
        Os:  Windows   |   Architecture:  Unknown/Multiple
   Failure:  Other     |     Difficulty:  Unknown         
  Testcase:            |      Blockedby:                  
  Blocking:            |        Related:                  
-----------------------+----------------------------------------------------

Comment(by rl):

 It seems that Cygwin, once initialised, keeps its own timer which is
 entirely independent from the system clock and slowly goes out of sync.
 This is on a per-app basis so closing all Cygwin shells (which, I assume,
 are just one app) and then opening the new one cures this for a while.
 This might also explain the effects Ian was seeing - Cygwin's timer was a
 bit ahead and both date and touch used it whereas non-Cygwin apps used the
 system time.

 Here is a potentially relevant
 [http://cygwin.com/ml/cygwin/2003-07/msg01016.html link], courtesy of
 Malcolm.

-- 
Ticket URL: <http://hackage.haskell.org/trac/ghc/ticket/5753#comment:8>
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