An open API service indexing awesome lists of open source software.

https://github.com/dten/asyncrepro

reproduction of https://gitlab.haskell.org/ghc/ghc/-/issues/23545
https://github.com/dten/asyncrepro

Last synced: about 1 year ago
JSON representation

reproduction of https://gitlab.haskell.org/ghc/ghc/-/issues/23545

Awesome Lists containing this project

README

          

# asyncrepro

run netcat in one shell

```bash
nc -l 3070
```

then in another shell

```bash
stack run asyncrepro-exe
```

you should get the following output

```
asyncrepro-exe: internal error: ASSERTION FAILED: file rts/Schedule.h, line 175

(GHC version 9.4.7 for x86_64_unknown_linux)
Please report this as a GHC bug: https://www.haskell.org/ghc/reportabug
Aborted
```