[GHC] #15372: GHCi leaks in DEBUG mode

GHC ghc-devs at haskell.org
Fri Jul 13 14:32:20 UTC 2018


#15372: GHCi leaks in DEBUG mode
-------------------------------------+-------------------------------------
        Reporter:  goldfire          |                Owner:  (none)
            Type:  bug               |               Status:  new
        Priority:  normal            |            Milestone:  8.6.1
       Component:  Compiler          |              Version:  8.4.3
      Resolution:                    |             Keywords:
Operating System:  Unknown/Multiple  |         Architecture:
                                     |  Unknown/Multiple
 Type of failure:  None/Unknown      |            Test Case:
      Blocked By:                    |             Blocking:
 Related Tickets:  #15246            |  Differential Rev(s):
       Wiki Page:                    |
-------------------------------------+-------------------------------------

Comment (by goldfire):

 That almost worked. Here is the correct line:

 {{{
     'ghci'         : ['--interactive', '-v0', '-ignore-dot-ghci', '-fno-
 ghci-history', '+RTS', '-I0.1', '-RTS'] + (['-fghci-leak-check'] if not
 config.compiler_debugged else []),
 }}}

 Note the parens around the new bit.

 I will push my changes shortly, hopefully. Thanks for the quick response!

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


More information about the ghc-tickets mailing list