Ticket #7692 (closed bug: wontfix)

Opened 3 months ago

Last modified 3 months ago

ghci -ignore-package base lets the impossible happen

Reported by: nomeata Owned by:
Priority: normal Milestone:
Component: Compiler Version: 7.6.2
Keywords: Cc:
Operating System: Unknown/Multiple Architecture: Unknown/Multiple
Type of failure: None/Unknown Difficulty: Unknown
Test Case: Blocked By:
Blocking: Related Tickets:

Description

Obviously I am doing something bad here, but still GHC tells me to report this as a bug...

$ ghci -ignore-package base
GHCi, version 7.6.2: http://www.haskell.org/ghc/  :? for help
ghc: panic! (the 'impossible' happened)
  (GHC version 7.6.2 for x86_64-unknown-linux):
	interactiveUI:setBuffering2

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

Change History

Changed 3 months ago by simonmar

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

I think the right response here is "don't do that then".

Note: See TracTickets for help on using tickets.