#5904: panic on :m *SomeModule followed by :reload, if SomeModule is already in
scope
-------------------------+--------------------------------------------------
 Reporter:  SimonHengel  |          Owner:                
     Type:  bug          |         Status:  new           
 Priority:  normal       |      Component:  GHCi          
  Version:  7.4.1        |       Keywords:                
       Os:  Linux        |   Architecture:  x86_64 (amd64)
  Failure:  GHCi crash   |       Testcase:                
Blockedby:               |       Blocking:                
  Related:               |  
-------------------------+--------------------------------------------------
 Steps to reproduce:

 {{{
 $ echo 'foo = 23' > Main.hs && ghci Main.hs
 *Main> :m *Main
 *Main> :reload
 *Main *Main> foo
 ghc: panic! (the 'impossible' happened)
   (GHC version 7.4.1 for x86_64-unknown-linux):
         plusProv

 Please report this as a GHC bug:  http://www.haskell.org/ghc/reportabug
 }}}

-- 
Ticket URL: <http://hackage.haskell.org/trac/ghc/ticket/5904>
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