#4467: Too many literals?
---------------------------------+------------------------------------------
    Reporter:  Kalani            |       Owner:            
        Type:  bug               |      Status:  new       
    Priority:  normal            |   Component:  Compiler  
     Version:  6.12.3            |    Keywords:            
    Testcase:                    |   Blockedby:            
          Os:  Unknown/Multiple  |    Blocking:            
Architecture:  Unknown/Multiple  |     Failure:  GHCi crash
---------------------------------+------------------------------------------
 {{{
 $ ghci e.hs
 GHCi, version 6.12.3: http://www.haskell.org/ghc/  :? for help
 Loading package ghc-prim ... linking ... done.
 Loading package integer-gmp ... linking ... done.
 Loading package base ... linking ... done.
 Loading package ffi-1.0 ... linking ... done.
 [1 of 1] Compiling E.E              ( e.hs, interpreted )
 Ok, modules loaded: E.E.
 *E.E> :t enumDefs
 enumDefs :: Map String [(Int, String)]
 *E.E> enumDefs
 Loading package array-0.3.0.1 ... linking ... done.
 Loading package containers-0.3.0.0 ... linking ... done.
 ghc: panic! (the 'impossible' happened)
   (GHC version 6.12.3 for x86_64-unknown-linux):
         linkBCO: >= 64k literals

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

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