#7387: threaded2 failures in HEAD
-------------------------------+--------------------------------------------
  Reporter:  simonmar          |          Owner:  simonmar        
      Type:  bug               |         Status:  closed          
  Priority:  highest           |      Milestone:  7.8.1           
 Component:  Runtime System    |        Version:  7.7             
Resolution:  fixed             |       Keywords:                  
        Os:  Unknown/Multiple  |   Architecture:  Unknown/Multiple
   Failure:  Runtime crash     |     Difficulty:  Unknown         
  Testcase:                    |      Blockedby:                  
  Blocking:                    |        Related:                  
-------------------------------+--------------------------------------------
Changes (by simonmar):

  * status:  new => closed
  * resolution:  => fixed


Comment:

 I believe these are fixed by

 commit 9f68cceca364600e2ed8d8b4c9e2684eb83549fc
 {{{
 Author: Simon Marlow <marlo...@gmail.com>
 Date:   Mon Nov 5 14:49:05 2012 +0000

     loadThreadState should set HpAlloc=0
 }}}

 This was a change in the old code generator that didn't get propagated to
 the new code generator. A difficult bug to find! I'm looking into the best
 place to put an `ASSERT()` to catch bugs of this kind earlier.

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