#2484: ghc 6.8.2 broken after Security Update 2008-005 (PPC) on Mac OS 10.4.11
------------------------+---------------------------------------------------
    Reporter:  knarF    |       Owner:          
        Type:  bug      |      Status:  new     
    Priority:  normal   |   Component:  Compiler
     Version:  6.8.2    |    Severity:  normal  
    Keywords:           |    Testcase:          
Architecture:  powerpc  |          Os:  MacOS X 
------------------------+---------------------------------------------------
 This weekend I installed Apple's Security Update 2008-005 (PPC). This
 morning I discovered that ghc, ghci and runhaskell are not working. (I am
 certain that ghc and runhaskell were working in the last two weeks.) For
 instance, when compiling the simple file randil.hs (attached) I see:
 {{{
 ghc-6.8.2: internal error: stg_ap_pv_ret
     (GHC version 6.8.2 for powerpc_apple_darwin)
     Please report this as a GHC bug:
 http://www.haskell.org/ghc/reportabug
 Abort trap
 }}}

 Running that via ./randil.hs yields
 {{{
 runhaskell: waitForProcess: interrupted (Interrupted system call)
 }}}
 and a crash log (attached). On the other hand, a simple hello world
 program (attached) does compile and execute as expected.

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