[GHC] #13891: forkIO can trivially defeat bracket
GHC
ghc-devs at haskell.org
Mon Jan 22 18:18:05 UTC 2018
#13891: forkIO can trivially defeat bracket
-------------------------------------+-------------------------------------
Reporter: bgamari | Owner: (none)
Type: bug | Status: closed
Priority: normal | Milestone:
Component: Compiler | Version: 8.0.1
Resolution: wontfix | Keywords:
Operating System: Unknown/Multiple | Architecture:
| Unknown/Multiple
Type of failure: None/Unknown | Test Case:
Blocked By: | Blocking:
Related Tickets: | Differential Rev(s):
Wiki Page: |
-------------------------------------+-------------------------------------
Changes (by simonmar):
* status: new => closed
* resolution: => wontfix
Comment:
The right solution to this is to use `withAsync` from the `async` package
instead of `forkIO`.
--
Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/13891#comment:2>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
More information about the ghc-tickets
mailing list