[GHC] #11073: GHC ASSERT when compiling Data.Sequences in the mono-traversable-0.10.0

#11073: GHC ASSERT when compiling Data.Sequences in the mono-traversable-0.10.0 --------------------------------+--------------------------------------- Reporter: highfly | Owner: Type: bug | Status: new Priority: normal | Milestone: Component: Compiler | Version: 7.10.2 Keywords: | Operating System: Linux Architecture: arm | Type of failure: Compile-time crash Test Case: | Blocked By: Blocking: | Related Tickets: Differential Rev(s): | Wiki Page: --------------------------------+--------------------------------------- GHC reports : {{{ [4 of 7] Compiling Data.Sequences ( src/Data/Sequences.hs, dist/build/Data/Sequences.o ) *** Parser: *** Renamer/typechecker: *** Deleting temp files: Deleting: /tmp/ghc12990_0/ghc_35.ll /tmp/ghc12990_0/ghc_1.hscpp Warning: deleting non-existent /tmp/ghc12990_0/ghc_35.ll *** Deleting temp dirs: Deleting: /tmp/ghc12990_0 ghc: panic! (the 'impossible' happened) (GHC version 7.10.2 for arm-unknown-linux): ASSERT failed! file compiler/typecheck/TcEvidence.hs line 597 Sym cobox_a2uDU Please report this as a GHC bug: http://www.haskell.org/ghc/reportabug }}} -- Ticket URL: http://ghc.haskell.org/trac/ghc/ticket/11073 GHC http://www.haskell.org/ghc/ The Glasgow Haskell Compiler

#11073: GHC ASSERT when compiling Data.Sequences in the mono-traversable-0.10.0 ---------------------------------------+------------------------------ Reporter: highfly | Owner: Type: bug | Status: new Priority: normal | Milestone: Component: Compiler | Version: 7.10.2 Resolution: | Keywords: Operating System: Linux | Architecture: arm Type of failure: Compile-time crash | Test Case: Blocked By: | Blocking: Related Tickets: | Differential Rev(s): Wiki Page: | ---------------------------------------+------------------------------ Changes (by highfly): * Attachment "mono-traversable-0.10.0.log" added. -- Ticket URL: http://ghc.haskell.org/trac/ghc/ticket/11073 GHC http://www.haskell.org/ghc/ The Glasgow Haskell Compiler

#11073: GHC ASSERT when compiling Data.Sequences in the mono-traversable-0.10.0 ---------------------------------------+------------------------------ Reporter: highfly | Owner: Type: bug | Status: closed Priority: normal | Milestone: Component: Compiler | Version: 7.10.2 Resolution: duplicate | Keywords: Operating System: Linux | Architecture: arm Type of failure: Compile-time crash | Test Case: Blocked By: | Blocking: Related Tickets: #10489 | Differential Rev(s): Wiki Page: | ---------------------------------------+------------------------------ Changes (by thomie): * status: new => closed * resolution: => duplicate * related: => #10489 Comment: This is a duplicate of #10489, should be fixed. Try the ghc-7.10.3 release candidate. Or create a normal build instead of a debug build (don't set BuildFlavour=devel2 in mk/build.mk). -- Ticket URL: http://ghc.haskell.org/trac/ghc/ticket/11073#comment:1 GHC http://www.haskell.org/ghc/ The Glasgow Haskell Compiler
participants (1)
-
GHC