Ticket #4956 (closed bug: worksforme)
threadDelay behavior 64-bit mac os x
| Reported by: | perikov | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | 7.2.1 |
| Component: | Compiler | Version: | 7.0.1 |
| Keywords: | threadDelay | Cc: | johan.tibell@… |
| Operating System: | MacOS X | Architecture: | x86_64 (amd64) |
| Type of failure: | Incorrect result at runtime | Difficulty: | |
| Test Case: | Blocked By: | ||
| Blocking: | Related Tickets: |
Description (last modified by igloo) (diff)
threadDelay 1000000
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 1000000
Change History
Note: See
TracTickets for help on using
tickets.
