#3657: fff-1.0 causes panic in 6.12.20091010
-----------------------+----------------------------------------------------
Reporter: tobsan | Owner:
Type: bug | Status: new
Priority: normal | Component: Compiler
Version: 6.12.1 RC1 | Severity: normal
Keywords: | Testcase:
Os: Linux | Architecture: x86_64 (amd64)
-----------------------+----------------------------------------------------
After upgrading GHC to 6.12, any Haskell file I try to compile yields this
result:[[BR]]
{{{
tob...@magrathea ~/programming/HQmpd/src $ ghci Test.hs
GHCi, version 6.12.0.20091010: http://www.haskell.org/ghc/ :? for help
Loading package ghc-prim ... linking ... done.
Loading package integer-gmp ... linking ... done.
Loading package base ... linking ... done.
ghc-stage2: This ELF file contains no symtab
Loading package ffi-1.0 ... ghc-stage2: panic! (the 'impossible' happened)
(GHC version 6.12.0.20091010 for x86_64-unknown-linux):
loadObj: failed
Please report this as a GHC bug: http://www.haskell.org/ghc/reportabug
}}}
{{{
tob...@magrathea ~/programming/HQmpd/src $ cat Test.hs
module Test where
hej = print "Hej"
}}}
--
Ticket URL: <http://hackage.haskell.org/trac/ghc/ticket/3657>
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