Ticket #5803 (closed bug: duplicate)

Opened 16 months ago

Last modified 16 months ago

Chash on terminate during getLine

Reported by: st.kurilin Owned by:
Priority: normal Milestone:
Component: Compiler Version: 7.0.3
Keywords: Cc:
Operating System: Windows Architecture: x86
Type of failure: GHCi crash Difficulty: Unknown
Test Case: Blocked By:
Blocking: Related Tickets:

Description

My steps 1) run ghci 2) load module 3) run function 4) interrupt on getLine operation by Ctrl+C

After that I get *** Exception: <stdin>: hGetLine: end of file ghc.exe: panic! (the 'impossible' happened)

(GHC version 7.0.3 for i386-unknown-mingw32):

thread blocked indefinitely in an MVar operation

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

So I just report it here.

Change History

Changed 16 months ago by simonmar

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

Thanks for the report. I believe this is fixed in 7.2 and later; see #5588. Please re-open the ticket if you find that the problem still happens in a later version.

Note: See TracTickets for help on using tickets.