#6071: Compiled program segfaults
----------------------------+-----------------------------------------------
 Reporter:  stevecheckoway  |          Owner:                  
     Type:  bug             |         Status:  new             
 Priority:  normal          |      Component:  Compiler        
  Version:  7.0.4           |       Keywords:                  
       Os:  Linux           |   Architecture:  Unknown/Multiple
  Failure:  None/Unknown    |       Testcase:                  
Blockedby:                  |       Blocking:                  
  Related:                  |  
----------------------------+-----------------------------------------------
 When I run the bug program, it correctly computes 28 values (output lines
 1 through 28) and on the 29th, it segfaults.

 For some reason this program runs out of stack space; however if you
 compile it with -rtsopts and increase the size of the stack, it will
 segfault on the 29th.

 This program is fairly slow. Compiled with -O4, it took 3 minutes to
 segfault and used more than 20 GB of RAM.

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