Re: [GHC] #4956: threadDelay behavior 64-bit mac os x

2011-09-15 Thread GHC
#4956: threadDelay behavior 64-bit mac os x
--+-
  Reporter:  perikov  |  Owner:
  Type:  bug  | Status:  closed
  Priority:  normal   |  Milestone:  7.2.1 
 Component:  Compiler |Version:  7.0.1 
Resolution:  worksforme   |   Keywords:  threadDelay   
  Testcase:   |  Blockedby:
Difficulty:   | Os:  MacOS X   
  Blocking:   |   Architecture:  x86_64 (amd64)
   Failure:  Incorrect result at runtime  |  
--+-
Changes (by igloo):

  * status:  infoneeded = closed
  * resolution:  = worksforme


Comment:

 No response from submitter, and worked for me.

-- 
Ticket URL: http://hackage.haskell.org/trac/ghc/ticket/4956#comment:4
GHC http://www.haskell.org/ghc/
The Glasgow Haskell Compiler

___
Glasgow-haskell-bugs mailing list
Glasgow-haskell-bugs@haskell.org
http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs


Re: [GHC] #4956: threadDelay behavior 64-bit mac os x

2011-03-05 Thread GHC
#4956: threadDelay behavior 64-bit mac os x
---+
Reporter:  perikov |Owner: 
Type:  bug |   Status:  new
Priority:  normal  |Milestone: 
   Component:  Compiler|  Version:  7.0.1  
Keywords:  threadDelay | Testcase: 
   Blockedby:  |   Difficulty: 
  Os:  MacOS X | Blocking: 
Architecture:  x86_64 (amd64)  |  Failure:  Incorrect result at runtime
---+
Description changed by igloo:

Old description:

 threadDelay 100

 works as expected in 7.0.1-x86_64
 return immediately in DEVELOPMENT 7.1.20110131
 hangs eating CPU in STABLE 7.0.1.20110201, 7.0.1.20110211

 to reproduce:
 fire up ghci

 import Control.Concurrent
 threadDelay 100

New description:

 threadDelay 100

 {{{
 works as expected in 7.0.1-x86_64
 return immediately in DEVELOPMENT 7.1.20110131
 hangs eating CPU in STABLE 7.0.1.20110201, 7.0.1.20110211
 }}}

 to reproduce:
 fire up ghci
 {{{
 import Control.Concurrent
 threadDelay 100
 }}}

--

-- 
Ticket URL: http://hackage.haskell.org/trac/ghc/ticket/4956#comment:2
GHC http://www.haskell.org/ghc/
The Glasgow Haskell Compiler

___
Glasgow-haskell-bugs mailing list
Glasgow-haskell-bugs@haskell.org
http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs


Re: [GHC] #4956: threadDelay behavior 64-bit mac os x

2011-03-05 Thread GHC
#4956: threadDelay behavior 64-bit mac os x
---+
Reporter:  perikov |Owner: 
Type:  bug |   Status:  infoneeded 
Priority:  normal  |Milestone:  7.2.1  
   Component:  Compiler|  Version:  7.0.1  
Keywords:  threadDelay | Testcase: 
   Blockedby:  |   Difficulty: 
  Os:  MacOS X | Blocking: 
Architecture:  x86_64 (amd64)  |  Failure:  Incorrect result at runtime
---+
Changes (by igloo):

  * status:  new = infoneeded
  * milestone:  = 7.2.1


Comment:

 Can you still reproduce this? It seems to be working fine for me in 7.0.2
 and HEAD:

 {{{
 Prelude Control.Concurrent Data.Time.Clock.POSIX do getPOSIXTime =
 print; threadDelay 100; getPOSIXTime = print
 1299355338.201281s
 1299355339.201907s
 }}}

 {{{
 Prelude Control.Concurrent Data.Time.Clock.POSIX do getPOSIXTime =
 print; threadDelay 100; getPOSIXTime = print
 1299355440.355244s
 1299355441.355901s
 }}}

-- 
Ticket URL: http://hackage.haskell.org/trac/ghc/ticket/4956#comment:3
GHC http://www.haskell.org/ghc/
The Glasgow Haskell Compiler

___
Glasgow-haskell-bugs mailing list
Glasgow-haskell-bugs@haskell.org
http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs


[GHC] #4956: threadDelay behavior 64-bit mac os x

2011-02-13 Thread GHC
#4956: threadDelay behavior 64-bit mac os x
---+
Reporter:  perikov |   Owner: 
Type:  bug |  Status:  new
Priority:  normal  |   Component:  Compiler   
 Version:  7.0.1   |Keywords:  threadDelay
Testcase:  |   Blockedby: 
  Os:  MacOS X |Blocking: 
Architecture:  x86_64 (amd64)  | Failure:  Incorrect result at runtime
---+
 threadDelay 100

 works as expected in 7.0.1-x86_64
 return immediately in DEVELOPMENT 7.1.20110131
 hangs eating CPU in STABLE 7.0.1.20110201, 7.0.1.20110211

 to reproduce:
 fire up ghci

 import Control.Concurrent
 threadDelay 100

-- 
Ticket URL: http://hackage.haskell.org/trac/ghc/ticket/4956
GHC http://www.haskell.org/ghc/
The Glasgow Haskell Compiler

___
Glasgow-haskell-bugs mailing list
Glasgow-haskell-bugs@haskell.org
http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs


Re: [GHC] #4956: threadDelay behavior 64-bit mac os x

2011-02-13 Thread GHC
#4956: threadDelay behavior 64-bit mac os x
---+
Reporter:  perikov |   Owner: 
Type:  bug |  Status:  new
Priority:  normal  |   Component:  Compiler   
 Version:  7.0.1   |Keywords:  threadDelay
Testcase:  |   Blockedby: 
  Os:  MacOS X |Blocking: 
Architecture:  x86_64 (amd64)  | Failure:  Incorrect result at runtime
---+
Changes (by tibbe):

 * cc: johan.tibell@… (added)


-- 
Ticket URL: http://hackage.haskell.org/trac/ghc/ticket/4956#comment:1
GHC http://www.haskell.org/ghc/
The Glasgow Haskell Compiler

___
Glasgow-haskell-bugs mailing list
Glasgow-haskell-bugs@haskell.org
http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs