[GHC] #14912: UnsafeReenter test fails with threaded1 and threaded2

GHC ghc-devs at haskell.org
Thu Sep 6 14:29:46 UTC 2018


#14912: UnsafeReenter test fails with threaded1 and threaded2
-----------------------------------+--------------------------------------
        Reporter:  alpmestan       |                Owner:  (none)
            Type:  bug             |               Status:  new
        Priority:  normal          |            Milestone:
       Component:  Runtime System  |              Version:  8.5
      Resolution:                  |             Keywords:
Operating System:  Linux           |         Architecture:  x86_64 (amd64)
 Type of failure:  None/Unknown    |            Test Case:
      Blocked By:                  |             Blocking:
 Related Tickets:  #14743          |  Differential Rev(s):
       Wiki Page:                  |
-----------------------------------+--------------------------------------

Comment (by simonmar):

 This will only fail for the non-threaded runtime, because the threaded RTS
 will hang trying to acquire the same capability that the thread already
 holds. Let's just omit the threaded ways for this test.

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


More information about the ghc-tickets mailing list