[GHC] #15544: Non-deterministic segmentation fault in cryptohash-sha256 testsuite
GHC
ghc-devs at haskell.org
Thu Aug 23 06:43:18 UTC 2018
#15544: Non-deterministic segmentation fault in cryptohash-sha256 testsuite
-------------------------------------+-------------------------------------
Reporter: bgamari | Owner: (none)
Type: bug | Status: new
Priority: highest | Milestone: 8.6.1
Component: Compiler | Version: 8.4.3
Resolution: | Keywords:
Operating System: Unknown/Multiple | Architecture:
| Unknown/Multiple
Type of failure: None/Unknown | Test Case:
Blocked By: | Blocking:
Related Tickets: | Differential Rev(s):
Wiki Page: |
-------------------------------------+-------------------------------------
Description changed by osa1:
Old description:
> {{{
> $ cabal get cryptohash-sha256-0.11.101.0
> $ cd cryptohash-sha256-0.11.101.0
> $ cabal new-run -w ghc-8.6.1 --enable-test --allow-
> newer=*:base,*:stm,*:tasty test:test-sha256 -- -j 8 --quickcheck-tests
> 9999
> }}}
>
> Eventually the program will start spamming stderr with `test-sha256: lost
> signal due to full pipe: 11` repeatedly. This apparently only started
> with 8.6.1.
New description:
{{{
$ cabal get cryptohash-sha256-0.11.101.0
$ cd cryptohash-sha256-0.11.101.0
$ cabal new-run -w ghc-8.6.1 --enable-test --allow-
newer="*:base,*:stm,*:tasty" test:test-sha256 -- -j 8 --quickcheck-tests
9999
}}}
Eventually the program will start spamming stderr with `test-sha256: lost
signal due to full pipe: 11` repeatedly. This apparently only started with
8.6.1.
--
--
Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/15544#comment:8>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
More information about the ghc-tickets
mailing list