#905: the `impossible' happened: ASSERT failed! file codeGen/ClosureInfo.lhs,
line 596
----------------------------------------------+-----------------------------
  Reporter:  Misha Aizatulin <[EMAIL PROTECTED]>  |          Owner:       
      Type:  bug                              |         Status:  new  
  Priority:  normal                           |      Milestone:       
 Component:  Compiler                         |        Version:  6.4.2
  Severity:  normal                           |     Resolution:       
  Keywords:                                   |             Os:  Linux
Difficulty:  Unknown                          |   Architecture:  x86  
----------------------------------------------+-----------------------------
Comment (by simonmar):

 This line:

 {{{
 SRC_HC_OPTS     = -H32m -O -fasm -Rghc-timing -prof -auto-all
 }}}

 will cause ''everything'' to be built with profiling: the stage 1
 compiler, the libraries, the util programs (hsc2hs etc.) and the stage 2
 compiler.  I'd expect something to go wrong because GHC won't expect the
 "normal" libraries to be built for profiling.

 Still, the crash is bad, so we should investigate at some point.

-- 
Ticket URL: <http://hackage.haskell.org/trac/ghc/ticket/905>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
_______________________________________________
Glasgow-haskell-bugs mailing list
Glasgow-haskell-bugs@haskell.org
http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs

Reply via email to