[GHC] #9104: internal compiler error: Segmentation fault for haskell-src-exts-1.15.0.1

#9104: internal compiler error: Segmentation fault for haskell-src-exts-1.15.0.1 ----------------------------------+--------------------------------------- Reporter: mhwombat | Owner: Type: bug | Status: new Priority: normal | Milestone: Component: Compiler | Version: 7.8.2 Keywords: | Operating System: Linux Architecture: x86_64 (amd64) | Type of failure: Compile-time crash Difficulty: Unknown | Test Case: Blocked By: | Blocking: Related Tickets: | ----------------------------------+--------------------------------------- {{{ amy@wombat$ cabal --no-require-sandbox install haskell-src-exts-1.15.0.1 Resolving dependencies... Configuring haskell-src-exts-1.15.0.1... Building haskell-src-exts-1.15.0.1... Failed to install haskell-src-exts-1.15.0.1 Last 10 lines of the build log ( /home/amy/.cabal/logs/haskell-src- exts-1.15.0.1.log ): [22 of 22] Compiling Language.Haskell.Exts ( src/Language/Haskell/Exts.hs, dist/build/Language/Haskell/Exts.o ) [ 1 of 22] Compiling Language.Haskell.Exts.Annotated.Syntax ( src/Language/Haskell/Exts/Annotated/Syntax.hs, dist/build/Language/Haskell/Exts/Annotated/Syntax.p_o ) /tmp/ghc23747_0/ghc23747_3.s:1:0: internal compiler error: Segmentation fault .section .rodata ^ Please submit a full bug report, with preprocessed source if appropriate. See file:///usr/share/doc/gcc-4.8/README.Bugs for instructions. cabal: Error: some packages failed to install: haskell-src-exts-1.15.0.1 failed during the building phase. The exception was: ExitFailure 1 }}} {{{ amy@wombat$ cabal --version cabal-install version 1.21.0.0 using version 1.21.0.0 of the Cabal library }}} {{{ amy@wombat$ ghc --version The Glorious Glasgow Haskell Compilation System, version 7.8.2 }}} -- Ticket URL: http://ghc.haskell.org/trac/ghc/ticket/9104 GHC http://www.haskell.org/ghc/ The Glasgow Haskell Compiler

#9104: internal compiler error: Segmentation fault for haskell-src-exts-1.15.0.1 ---------------------------------------+---------------------------------- Reporter: mhwombat | Owner: Type: bug | Status: closed Priority: normal | Milestone: Component: Compiler | Version: 7.8.2 Resolution: duplicate | Keywords: Operating System: Linux | Architecture: x86_64 (amd64) Type of failure: Compile-time crash | Difficulty: Unknown Test Case: | Blocked By: Blocking: | Related Tickets: ---------------------------------------+---------------------------------- Changes (by rwbarton): * status: new => closed * resolution: => duplicate Comment: Thanks for the report. This appears to be a duplicate of #8768. (Note also that it's gcc that's segfaulting here, not ghc! Fun.) -- Ticket URL: http://ghc.haskell.org/trac/ghc/ticket/9104#comment:1 GHC http://www.haskell.org/ghc/ The Glasgow Haskell Compiler
participants (1)
-
GHC