[GHC] #13970: Segmentation fault inside threadPaused

GHC ghc-devs at haskell.org
Wed Jul 19 15:19:14 UTC 2017


#13970: Segmentation fault inside threadPaused
-------------------------------------+-------------------------------------
        Reporter:  albertov          |                Owner:  (none)
            Type:  bug               |               Status:  new
        Priority:  normal            |            Milestone:
       Component:  Runtime System    |              Version:  8.2.1-rc3
      Resolution:                    |             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:                    |
-------------------------------------+-------------------------------------

Comment (by bgamari):

 I have confirmed that c1c0985416a6f9766c03d361449f556905bf8e1d really is
 the first bad commit.

 I also noticed that it is possible to reproduce the crash using `forkIO`
 instead of `forkOS`, which makes it a bit easier to debug. Presumably this
 is safe since there are no native dependencies.

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


More information about the ghc-tickets mailing list