#2554: internal error: stg_ap_pp_ret (with terminfo)
-------------------------+--------------------------------------------------
    Reporter:  judah     |        Owner:         
        Type:  bug       |       Status:  new    
    Priority:  normal    |    Milestone:         
   Component:  Compiler  |      Version:  6.9    
    Severity:  normal    |   Resolution:         
    Keywords:            |     Testcase:         
Architecture:  x86       |           Os:  MacOS X
-------------------------+--------------------------------------------------
Comment (by judah):

 I managed to strip down the test case to eliminate the dependency on the
 curses library.  Hopefully this isolates the problem a little better.  See
 the attached `Test.hs` and `c_test.c`.

 {{{
 $ ~/tmp/ghc-stage/bin/ghc --make -fforce-recomp -threaded Test.hs c_test.c
 [1 of 1] Compiling Main             ( Test.hs, Test.o )
 Linking Test ...

 $ ./Test
 Calling function.
 Called function.
 Calling function.
 Test: internal error: stg_ap_pp_ret
     (GHC version 6.9.20080827 for i386_apple_darwin)
     Please report this as a GHC bug:
 http://www.haskell.org/ghc/reportabug
 Abort trap
 }}}

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