[GHC] #8089: Implementation of GHC.Event.Poll.poll is broken due to bad coercion
GHC
ghc-devs at haskell.org
Tue Mar 13 22:59:39 UTC 2018
#8089: Implementation of GHC.Event.Poll.poll is broken due to bad coercion
-------------------------------------+-------------------------------------
Reporter: merijn | Owner: (none)
Type: bug | Status: closed
Priority: normal | Milestone: 7.10.1
Component: libraries/base | Version: 7.6.3
Resolution: fixed | Keywords:
Operating System: Unknown/Multiple | Architecture:
| Unknown/Multiple
Type of failure: Runtime crash | Test Case:
Blocked By: | Blocking:
Related Tickets: | Differential Rev(s): Phab:D407
Wiki Page: |
-------------------------------------+-------------------------------------
Comment (by alpmestan):
Oops, forgot to include it in my previous comment. Here's what I get for
say the 'ghci' way (same for threaded1 and threaded2 though):
{{{
=====> T8089(ghci) 1 of 1 [0, 0, 0]
cd "../../libraries/base/tests/T8089.run" && "/home/alp/ghc/inplace/test
spaces/ghc-stage2" T8089.hs -dcore-lint -dcmm-lint -no-user-package-db
-rtsopts -fno-warn-missed-specialisations -fshow-warning-groups
-fdiagnostics-color=never -fno-diagnostics-show-caret -dno-debug-output
--interactive -v0 -ignore-dot-ghci -fno-ghci-history +RTS -I0.1 -RTS <
T8089.genscript
Wrong exit code for T8089(ghci) (expected 99 , actual 0 )
*** unexpected failure for T8089(ghci)
}}}
--
Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/8089#comment:16>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
More information about the ghc-tickets
mailing list