[GHC] #14310: Assertion triggered by STM invariant.
GHC
ghc-devs at haskell.org
Sat Jun 2 23:05:10 UTC 2018
#14310: Assertion triggered by STM invariant.
-------------------------------------+-------------------------------------
Reporter: mbw | Owner: (none)
Type: bug | Status: closed
Priority: high | Milestone: 8.6.1
Component: Compiler | Version: 8.2.1
Resolution: fixed | Keywords:
Operating System: Linux | Architecture: x86_64
| (amd64)
Type of failure: Runtime crash | Test Case:
Blocked By: | Blocking:
Related Tickets: #14324 | Differential Rev(s): Phab:D4065,
Wiki Page: | Phab:D4067, Phab:D4073, Phab:D4760
-------------------------------------+-------------------------------------
Comment (by Ben Gamari <ben@…>):
In [changeset:"a122d4fdd0a5858e44f9d3be90a258903e0288b2/ghc"
a122d4fd/ghc]:
{{{
#!CommitTicketReference repository="ghc"
revision="a122d4fdd0a5858e44f9d3be90a258903e0288b2"
rts: Rip out support for STM invariants
This feature has some very serious correctness issues (#14310),
introduces a great deal of complexity, and hasn't seen wide usage.
Consequently we are removing it, as proposed in Proposal #77 [1]. This
is heavily based on a patch from fryguybob.
Updates stm submodule.
[1] https://github.com/ghc-proposals/ghc-proposals/pull/77
Test Plan: Validate
Reviewers: erikd, simonmar, hvr
Reviewed By: simonmar
Subscribers: rwbarton, thomie, carter
GHC Trac Issues: #14310
Differential Revision: https://phabricator.haskell.org/D4760
}}}
--
Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/14310#comment:22>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
More information about the ghc-tickets
mailing list