[GHC] #8520: ghc.exe: internal error: loadArchive: error whilst reading `C'
GHC
ghc-devs at haskell.org
Mon Nov 11 12:15:13 UTC 2013
#8520: ghc.exe: internal error: loadArchive: error whilst reading `C'
----------------------------------+---------------------------
Reporter: awson | Owner:
Type: bug | Status: new
Priority: highest | Milestone:
Component: Compiler | Version: 7.7
Resolution: | Keywords:
Operating System: Windows | Architecture: x86
Type of failure: Runtime crash | Difficulty: Unknown
Test Case: | Blocked By:
Blocking: | Related Tickets:
----------------------------------+---------------------------
Comment (by awson):
When I initially configure Agda without -j3 GHC option I have the same
error in a slightly different place:
{{{
[ 88 of 256] Compiling Agda.Syntax.Abstract (
src\full\Agda\Syntax\Abstract.hs, dist\build\Agda\Syntax\Abstract.o )
Loading package ghc-prim ... linking ... done.
Loading package integer-gmp ... linking ... done.
Loading package base ... linking ... done.
Loading package array-0.5.0.0 ... linking ... done.
Loading package deepseq-1.3.0.2 ... linking ... done.
Loading package bytestring-0.10.4.0 ... linking ... done.
Loading package zlib-0.5.4.1 ... linking ... done.
Loading package xhtml-3000.2.1 ... linking ... done.
Loading package text-0.11.3.1 ... linking ... done.
Loading package hashable-1.2.1.0 ... linking ... done.
Loading package unordered-containers-0.2.3.3 ... linking ... done.
Loading package Win32-2.3.0.0 ... linking ... done.
Loading package filepath-1.3.0.2 ... linking ... done.
Loading package old-locale-1.0.0.6 ... linking ... done.
Loading package time-1.4.1 ... linking ... done.
Loading package directory-1.2.0.2 ... linking ... done.
Loading package process-1.2.0.0 ... linking ... done.
Loading package containers-0.5.3.1 ... linking ... done.
Loading package parallel-3.2.0.4 ... linking ... done.
Loading package old-time-1.1.0.2 ... linking ... done.
Loading package cpphs-1.17.1 ... linking ... done.
Loading package pretty-1.1.1.1 ... linking ... done.
Loading package haskell-src-exts-1.14.0 ... linking ... done.
Loading package transformers-0.3.0.0 ... linking ... done.
Loading package haskeline-0.7.0.3 ... ghc.exe: internal error:
loadArchive: error whilst reading `C'
(GHC version 7.7.20131108 for i386_unknown_mingw32)
Please report this as a GHC bug:
http://www.haskell.org/ghc/reportabug
}}}
--
Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/8520#comment:1>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
More information about the ghc-tickets
mailing list