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
- Host: GitHub
- URL: https://github.com/dten/asyncrepro
- Owner: dten
- License: mit
- Created: 2023-10-31T17:07:46.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-10-31T17:29:13.000Z (over 2 years ago)
- Last Synced: 2025-01-28T10:45:04.225Z (over 1 year ago)
- Language: Haskell
- Size: 1.95 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```