Ticket #7003 (closed bug: invalid)

Opened 11 months ago

Last modified 7 months ago

'impossible' compile time error, when using `runStream'.

Reported by: dbanas Owned by:
Priority: normal Milestone:
Component: Compiler Version: 7.0.3
Keywords: Cc:
Operating System: Linux Architecture: x86
Type of failure: Compile-time crash Difficulty: Unknown
Test Case: Blocked By:
Blocking: Related Tickets:

Description (last modified by simonpj) (diff)

ghc: panic! (the 'impossible' happened)
  (GHC version 7.0.3 for i386-unknown-linux):
	addTickHsExpr
    (|/\(@ a{tv aZE} [sk]).
      (arrows-0.4.4.0:Control.Arrow.Transformer.Stream.runStream{v rfV} [gid])
      @ t{tv aZY} [sk]
      @ a{tv aZE} [sk]
      @ t{tv a102} [sk]
      @ t{tv aZZ} [sk]
        $dArrowLoop{v aZF} [lid]
        ((\ ((x{v aZc} [lid] :: t{tv a102} [sk]))
            -> {49:30-52}
               ((base:Control.Arrow.loop{v 020} [gid[ClassOp]])
                @ (arrows-0.4.4.0:Control.Arrow.Transformer.Stream.StreamArrow{tc rgp}
                     t{tv aZY} [sk])
                  $dArrowLoop{v aZG} [lid])
               @ (t{tv a101} [sk], t{tv a102} [sk])
               @ d{tv a100} [sk]
               @ t{tv aZZ} [sk]
                 (((base:Control.Arrow.arr{v 01V} [gid[ClassOp]])
                   @ (arrows-0.4.4.0:Control.Arrow.Transformer.Stream.StreamArrow{tc rgp}
                        t{tv aZY} [sk])
                     $dArrow{v aZI} [lid])
                  @ ((t{tv a101} [sk], t{tv a102} [sk]), d{tv a100} [sk])
                  @ (t{tv aZZ} [sk], d{tv a100} [sk])
                    k{v aZ9} [lid]) -< (s0{v aZa} [lid], x{v aZc} [lid])))|)

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

Change History

Changed 11 months ago by guest

@dbananas: Please give source giving the error. Also the error says that's 7.0.3; can you upgrade to 7.4.2 and see if it still happens?

Changed 11 months ago by simonpj

  • difficulty set to Unknown
  • description modified (diff)

Changed 11 months ago by simonmar

  • status changed from new to infoneeded
  • version changed from 7.4.2 to 7.0.3

Please tell us how to reproduce the error.

Changed 7 months ago by igloo

  • status changed from infoneeded to closed
  • resolution set to invalid

No response from submitter, so closing

Note: See TracTickets for help on using tickets.