[GHC] #10590: RTS failing with removeThreadFromDeQueue: not found message
GHC
ghc-devs at haskell.org
Tue Jun 30 17:41:24 UTC 2015
#10590: RTS failing with removeThreadFromDeQueue: not found message
-------------------------------------+-------------------------------------
Reporter: qnikst | Owner:
Type: bug | Status: new
Priority: normal | Milestone:
Component: Compiler | Version: 7.10.1
Keywords: | Operating System: Unknown/Multiple
Architecture: | Type of failure: None/Unknown
Unknown/Multiple | Blocked By:
Test Case: | Related Tickets:
Blocking: |
Differential Revisions: |
-------------------------------------+-------------------------------------
Under certain circumstances I'm facing RTS error, this happens when one
thread is reading socket
and another one closes it. Seems like that it happens when smth else is
involved as I failed to trim this example
Error that I see:
{{{
% ./test
nid://127.0.0.1:8080:0
1
test: internal error: removeThreadFromDeQueue: not found
(GHC version 7.10.1 for x86_64_unknown_linux)
Please report this as a GHC bug:
http://www.haskell.org/ghc/reportabug
zsh: abort ./test
}}}
--
Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/10590>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
More information about the ghc-tickets
mailing list