#1379: Panic in new debugging tools
-------------------------------+--------------------------------------------
  Reporter:  Michael D. Adams  |          Owner:       
      Type:  bug               |         Status:  new  
  Priority:  normal            |      Milestone:       
 Component:  GHCi              |        Version:  6.7  
  Severity:  normal            |       Keywords:       
Difficulty:  Unknown           |             Os:  Linux
  Testcase:                    |   Architecture:  x86  
-------------------------------+--------------------------------------------
Steps to reproduce (from ghc-HEAD sources for 25 May 2007):
 {{{
 Prelude> let fib n = if n < 2 then 1 else fib (n-1) + fib (n-2)
 Prelude> let main = print $ fib 30
 Prelude> :break fib
 ghc-6.7.20070515: panic! (the 'impossible' happened)
   (GHC version 6.7.20070515 for i386-unknown-linux):
         nameModule fib{v apa}

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

 Prelude>
 }}}

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