#3578: internal error: evacuate(static): strange closure type 42
-------------------------------+--------------------------------------------
    Reporter:  nccb            |        Owner:  igloo  
        Type:  merge           |       Status:  new    
    Priority:  high            |    Milestone:  6.12.1 
   Component:  Runtime System  |      Version:  6.13   
    Severity:  normal          |   Resolution:         
    Keywords:                  |   Difficulty:  Unknown
    Testcase:                  |           Os:  Linux  
Architecture:  x86             |  
-------------------------------+--------------------------------------------
Changes (by simonmar):

  * owner:  simonmar => igloo
  * type:  bug => merge

Comment:

 Thanks, nice bug report, and good to catch it before the release.

 {{{
 Wed Oct 14 14:16:19 BST 2009  Simon Marlow <[email protected]>
   * Fix #3578: return a dummy result when an STM transaction is aborted
 }}}

 Might as well merge this too:

 {{{
 Wed Oct 14 14:17:27 BST 2009  Simon Marlow <[email protected]>
   * micro-opt: replace stmGetEnclosingTRec() with a field access
   While fixing #3578 I noticed that this function was just a field
   access to StgTRecHeader, so I inlined it manually.
 }}}

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