#1529: GC abort
-------------------------+--------------------------------------------------
    Reporter:  guest     |        Owner:         
        Type:  bug       |       Status:  new    
    Priority:  normal    |    Milestone:         
   Component:  Compiler  |      Version:  6.6.1  
    Severity:  normal    |   Resolution:         
    Keywords:            |   Difficulty:  Unknown
          Os:  Unknown   |     Testcase:         
Architecture:  Unknown   |  
-------------------------+--------------------------------------------------
Comment (by sorear):

 Well, that's pretty clearly memory corruption; I don't recognize that
 problem specifically, but the usual advice in cases like this is to
 compile your program with {{{ghc -fforce-recomp -dcore-lint -debug}}} and
 run it with {{{./myProgram +RTS -DS -RTS myArguments}}}; that will switch
 on a whole bunch of assertions, and possibly make your program crash
 closer to the actual bug.

 P.S. if you change the "Reporter" field to your email address, you will be
 automatically notified when the bug is modified or commented.

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