[GHC] #13916: Optimizations create run time seg faults
GHC
ghc-devs at haskell.org
Sat Jul 8 01:16:36 UTC 2017
#13916: Optimizations create run time seg faults
-------------------------------------+-------------------------------------
Reporter: newthin | Owner: (none)
Type: bug | Status: new
Priority: normal | Milestone:
Component: Compiler | Version: 8.0.2
(CodeGen) |
Resolution: | Keywords: optimization
Operating System: Unknown/Multiple | Architecture:
| Unknown/Multiple
Type of failure: Runtime crash | Test Case:
Blocked By: | Blocking:
Related Tickets: | Differential Rev(s):
Wiki Page: |
-------------------------------------+-------------------------------------
Comment (by bgamari):
The crash appears to happen in `hsIsClosed` called from `isDead`; `killer`
is never run. Specifically, my instrumented testcase shows,
{{{
$ ./main
maker
maker
maker
maker
maker
isDead
Segmentation fault
}}}
--
Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/13916#comment:6>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
More information about the ghc-tickets
mailing list