[GHC] #14043: GHC.Stack.callStack throws exception

GHC ghc-devs at haskell.org
Thu Jul 27 18:23:22 UTC 2017


#14043: GHC.Stack.callStack throws exception
-------------------------------------+-------------------------------------
           Reporter:  bgamari        |             Owner:  (none)
               Type:  bug            |            Status:  new
           Priority:  high           |         Milestone:  8.4.1
          Component:  Compiler       |           Version:  8.0.1
           Keywords:                 |  Operating System:  Unknown/Multiple
       Architecture:                 |   Type of failure:  None/Unknown
  Unknown/Multiple                   |
          Test Case:                 |        Blocked By:
           Blocking:                 |   Related Tickets:
Differential Rev(s):                 |         Wiki Page:
-------------------------------------+-------------------------------------
 This program,
 {{{#!hs
 import GHC.Stack
 main :: IO ()
 main =  putStrLn (prettyCallStack $ id (\_ -> callStack) ())
 }}}
 terminates with,
 {{{
 Hi: popCallStack: empty stack
 }}}

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


More information about the ghc-tickets mailing list