[GHC] #8484: Compile-time panic
GHC
ghc-devs at haskell.org
Tue Oct 29 05:12:38 UTC 2013
#8484: Compile-time panic
----------------------------------+---------------------------------------
Reporter: Taymon | Owner:
Type: bug | Status: new
Priority: normal | Milestone:
Component: Compiler | Version: 7.6.3
Keywords: | Operating System: Linux
Architecture: x86_64 (amd64) | Type of failure: Compile-time crash
Difficulty: Unknown | Test Case:
Blocked By: | Blocking:
Related Tickets: |
----------------------------------+---------------------------------------
I attempted to build a program (using make) and got the following output:
{{{
ghc -odir binaries -hidir binaries --make Main.hs -optl-w
ghc: panic! (the 'impossible' happened)
(GHC version 7.6.3 for x86_64-unknown-linux):
While parsing
"/home/taymonbeal/.ghc/x86_64-linux-7.6.3/package.conf.d/package.cache":
too few bytes. Failed reading at byte position 8
Please report this as a GHC bug: http://www.haskell.org/ghc/reportabug
make: *** [build] Error 1
}}}
--
Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/8484>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
More information about the ghc-tickets
mailing list