Ticket #1542 (closed bug: wontfix)

Opened 6 years ago

Last modified 6 years ago

Data/Time/Format/Parse cannot be compiled with -DDEBUG

Reported by: Christian.Maeder@… Owned by:
Priority: normal Milestone: 6.8.1
Component: libraries (other) Version: 6.6.1
Keywords: Cc:
Operating System: MacOS X Architecture: x86
Type of failure: Difficulty: Unknown
Test Case: Blocked By:
Blocking: Related Tickets:

Description

../../compiler/ghc-inplace -O -fasm -DDEBUG -keep-s-files -keep-raw-s-files -Wall -Werror -fffi -Iinclude -package-name  time-1.1.1 -O -Rghc-timing -fgenerics  -package base -fgenerics    -c Data/Time/Format/Parse.hs -o Data/Time/Format/Parse.o  -ohi Data/Time/Format/Parse.hi
NOTE: Simplifier still going after 4 iterations; bailing out.
NOTE: Simplifier still going after 3 iterations; bailing out.
ghc-6.6.1: panic! (the 'impossible' happened)
  (GHC version 6.6.1 for i386-apple-darwin):
        ASSERT failed! file simplCore/Simplify.lhs line 541
[y{v s61y} [lid] [Just S] :: base:GHC.Num.Integer{tc 314}
 [Str: DmdType]
 y{v s61y} [lid] =
   base:GHC.Num.plusInteger{v 0F} [gid]
     (base:GHC.Num.timesInteger{v 0G} [gid]
        lit_a1UF{v} [lid]
        (base:GHC.List.poly_last'{v r1og} [gid]
           @ base:GHC.Num.Integer{tc 314}
           lit_a1S5{v} [lid]
           (go{v s61t} [lid] cs{v s61h} [lid])))
     (base:GHC.List.poly_last'{v r1og} [gid]
        @ base:GHC.Num.Integer{tc 314}
        lit_a1RW{v} [lid]
        (go{v s61w} [lid] cs{v s61h} [lid]))]

Please report this as a GHC bug:  http://www.haskell.org/ghc/reportabug

<<ghc: 594608812 bytes, 7 GCs, 4204804/8287284 avg/max bytes residency (2 samples), 294M in use, 0.00 INIT (0.00 elapsed), 1.67 MUT (2.09 elapsed), 0.10 GC (0.11 elapsed) :ghc>>
make[2]: *** [Data/Time/Format/Parse.o] Error 1

Change History

Changed 6 years ago by simonpj

  • status changed from new to closed
  • resolution set to wontfix

I've just tried this with the HEAD, and it's fine, so I'm inclined not to worry. If anyone sees this error with HEAD I'd certainly investigate though.

So I'll make this "wontfix" for now.

Thanks for reporting it though.

Simon

Changed 6 years ago by igloo

  • milestone changed from 6.8 branch to 6.8.1
Note: See TracTickets for help on using tickets.