[GHC] #13396: thread blocked when running `deepseq` with infinite list

#13396: thread blocked when running `deepseq` with infinite list -------------------------------------+------------------------------------- Reporter: Forec | Owner: (none) Type: bug | Status: new Priority: normal | Milestone: Component: Compiler | Version: 8.0.2 Keywords: thread | Operating System: Unknown/Multiple blocked | Architecture: x86_64 | Type of failure: GHCi crash (amd64) | Test Case: | Blocked By: Blocking: | Related Tickets: Differential Rev(s): | Wiki Page: -------------------------------------+------------------------------------- {{{#!hs ghci> :m +Control.Deepseq ghci> let x = [1..] ghci> x `deepseq` () Ctrl^C Interrupted. ghci> ghc.exe: panic! (the 'impossible' happened) (GHC version 8.0.2 for x86_64-unknown-mingw32): thread blocked indefinitely in an MVar operation Please report this as a GHC bug: http://www.haskell.org/ghc/reportabug }}} -- Ticket URL: http://ghc.haskell.org/trac/ghc/ticket/13396 GHC http://www.haskell.org/ghc/ The Glasgow Haskell Compiler

#13396: thread blocked when running `deepseq` with infinite list -------------------------------+-------------------------------------- Reporter: Forec | Owner: (none) Type: bug | Status: new Priority: normal | Milestone: Component: Compiler | Version: 8.0.2 Resolution: | Keywords: thread blocked Operating System: Windows | Architecture: x86_64 (amd64) Type of failure: GHCi crash | Test Case: Blocked By: | Blocking: Related Tickets: | Differential Rev(s): Wiki Page: | -------------------------------+-------------------------------------- Changes (by Forec): * os: Unknown/Multiple => Windows -- Ticket URL: http://ghc.haskell.org/trac/ghc/ticket/13396#comment:1 GHC http://www.haskell.org/ghc/ The Glasgow Haskell Compiler

#13396: thread blocked when running `deepseq` with infinite list -------------------------------+-------------------------------------- Reporter: Forec | Owner: (none) Type: bug | Status: new Priority: normal | Milestone: Component: Compiler | Version: 8.0.2 Resolution: | Keywords: thread blocked Operating System: Windows | Architecture: x86_64 (amd64) Type of failure: GHCi crash | Test Case: Blocked By: | Blocking: Related Tickets: #13359 | Differential Rev(s): Wiki Page: | -------------------------------+-------------------------------------- Changes (by Phyx-): * related: => #13359 Comment: Thanks for the report, there's a few things wrong with the interrupt handler unfortunately. We'll have to sort them out soon. -- Ticket URL: http://ghc.haskell.org/trac/ghc/ticket/13396#comment:2 GHC http://www.haskell.org/ghc/ The Glasgow Haskell Compiler
participants (1)
-
GHC