[GHC] #7134: ghc-7.6.0.20120810-x86_64-windows.exe -> internal error R_X86_64_PC32
GHC
cvs-ghc at haskell.org
Thu Feb 28 12:07:51 CET 2013
#7134: ghc-7.6.0.20120810-x86_64-windows.exe -> internal error R_X86_64_PC32
-------------------------------+--------------------------------------------
Reporter: cetinsert | Owner: igloo
Type: bug | Status: new
Priority: highest | Milestone: 7.8.1
Component: GHCi | Version: 7.6.1-rc1
Keywords: R_X86_64_PC32 | Os: Windows
Architecture: x86_64 (amd64) | Failure: GHCi crash
Difficulty: Unknown | Testcase:
Blockedby: 3658 | Blocking:
Related: |
-------------------------------+--------------------------------------------
Comment(by gmainland):
I am seeing the same error on Win8 x64 with GHC 7.6.2 (x64).
{{{
$ cabal install language-c-quote
Resolving dependencies...
[1 of 1] Compiling Main (
C:\Users\gmainlan\AppData\Local\Temp\language-c-quote-0.4.4-5516\language-c-quote-0.4.4\Setup.hs,
C:\Users\gmainlan\AppData\Local\Temp\language-c-quote-0.4.4-5516\language-c-quote-0.4.4\dist\setup\Main.o
)
Linking
C:\Users\gmainlan\AppData\Local\Temp\language-c-quote-0.4.4-5516\language-c-quote-0.4.4\dist\setup\setup.exe
...
Configuring language-c-quote-0.4.4...
Building language-c-quote-0.4.4...
Preprocessing library language-c-quote-0.4.4...
unused terminals: 4
[ 1 of 15] Compiling Language.C.Syntax ( Language\C\Syntax.hs,
dist\build\Language\C\Syntax.o )
[ 2 of 15] Compiling Language.C.Parser.Tokens (
Language\C\Parser\Tokens.hs, dist\build\Language\C\Parser\Tokens.o )
[ 3 of 15] Compiling Language.C.Parser.Monad ( Language\C\Parser\Monad.hs,
dist\build\Language\C\Parser\Monad.o )
[ 4 of 15] Compiling Language.C.Parser.Lexer (
dist\build\Language\C\Parser\Lexer.hs,
dist\build\Language\C\Parser\Lexer.o )
[ 5 of 15] Compiling Language.C.Pretty ( Language\C\Pretty.hs,
dist\build\Language\C\Pretty.o )
[ 6 of 15] Compiling Language.C.Parser.Parser (
dist\build\Language\C\Parser\Parser.hs,
dist\build\Language\C\Parser\Parser.o )
[ 7 of 15] Compiling Language.C.Parser ( Language\C\Parser.hs,
dist\build\Language\C\Parser.o )
[ 8 of 15] Compiling Language.C.Quote.Base ( Language\C\Quote\Base.hs,
dist\build\Language\C\Quote\Base.o )
[ 9 of 15] Compiling Language.C.Quote ( Language\C\Quote.hs,
dist\build\Language\C\Quote.o )
[10 of 15] Compiling Language.C.Quote.C ( Language\C\Quote\C.hs,
dist\build\Language\C\Quote\C.o )
[11 of 15] Compiling Language.C.Smart ( Language\C\Smart.hs,
dist\build\Language\C\Smart.o )
Loading package ghc-prim ... linking ... done.
Loading package integer-gmp ... linking ... done.
Loading package base ... linking ... done.
Loading package array-0.4.0.1 ... linking ... done.
Loading package deepseq-1.3.0.1 ... linking ... done.
Loading package containers-0.5.0.0 ... linking ... done.
Loading package syb-0.3.7 ... linking ... done.
Loading package symbol-0.1.4 ... linking ... done.
Loading package srcloc-0.3.0 ... linking ... done.
Loading package bytestring-0.10.0.2 ... linking ... done.
Loading package text-0.11.2.3 ... linking ... done.
Loading package mainland-pretty-0.2.5 ... linking ... done.
Loading package Win32-2.3.0.0 ... linking ... ghc.exe: internal error:
R_X86_64_PC32: High bits are set in 7fcaf075d29 for DefDlgProcW
(GHC version 7.6.2 for x86_64_unknown_mingw32)
Please report this as a GHC bug:
http://www.haskell.org/ghc/reportabug
This application has requested the Runtime to terminate it in an unusual
way.
Please contact the application's support team for more information.
Failed to install language-c-quote-0.4.4
cabal.exe: Error: some packages failed to install:
language-c-quote-0.4.4 failed during the building phase. The exception
was:
ExitFailure 3
}}}
--
Ticket URL: <http://hackage.haskell.org/trac/ghc/ticket/7134#comment:18>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
More information about the ghc-tickets
mailing list