#3067: GHCi panics with 'initTc:LIE' while :stepping on code with funny types
------------------------------+---------------------------------------------
 Reporter:  mnislaih          |          Owner:  igloo           
     Type:  merge             |         Status:  new             
 Priority:  normal            |      Milestone:                  
Component:  GHCi              |        Version:  6.10.1          
 Severity:  normal            |     Resolution:                  
 Keywords:                    |       Testcase:  break028        
       Os:  Unknown/Multiple  |   Architecture:  Unknown/Multiple
------------------------------+---------------------------------------------
Changes (by mnislaih):

  * testcase:  => break028
  * owner:  => igloo
  * type:  bug => merge

Comment:

 Fixed, please merge

 {{{
 Tue Mar  3 11:37:06 PST 2009  pepe iborra <[email protected]>
  * Fix #3067: GHCi panics with 'initTc:LIE' while :stepping on code with
 funny types

  The problem is that calls to boxyUnify would panic if the types involved
  contained type functions.
  It looks like one should wrap these calls with getLIE, although I don't
  really know what I am doing here



    M ./compiler/ghci/RtClosureInspect.hs -2 +2
 }}}

-- 
Ticket URL: <http://hackage.haskell.org/trac/ghc/ticket/3067#comment:1>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
_______________________________________________
Glasgow-haskell-bugs mailing list
[email protected]
http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs

Reply via email to