[GHC] #14915: T2783 fails with the threaded1 way
GHC
ghc-devs at haskell.org
Thu Sep 6 08:40:11 UTC 2018
#14915: T2783 fails with the threaded1 way
-------------------------------------+-------------------------------------
Reporter: alpmestan | Owner: (none)
Type: bug | Status: patch
Priority: normal | Milestone:
Component: Runtime System | Version: 8.5
Resolution: | Keywords:
Operating System: Unknown/Multiple | Architecture: x86_64
| (amd64)
Type of failure: Runtime crash | Test Case: T2783
Blocked By: | Blocking:
Related Tickets: #15241 | Differential Rev(s): Phab:D5133
Wiki Page: |
-------------------------------------+-------------------------------------
Comment (by Ömer Sinan Ağacan <omeragacan@…>):
In [changeset:"16bc7ae8b191153071b5fd1dde2b02e51171860e/ghc"
16bc7ae8/ghc]:
{{{
#!CommitTicketReference repository="ghc"
revision="16bc7ae8b191153071b5fd1dde2b02e51171860e"
Remove an incorrect assertion in threadPaused:
The assertion is triggered when we have a loop in the program (in which
case we
see the same update frame multiple times in the stack). See #14915 for
more
details.
Reviewers: simonmar, bgamari, erikd
Reviewed By: simonmar
Subscribers: rwbarton, carter
GHC Trac Issues: #14915
Differential Revision: https://phabricator.haskell.org/D5133
}}}
--
Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/14915#comment:7>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
More information about the ghc-tickets
mailing list