-
Notifications
You must be signed in to change notification settings - Fork 81
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ghc-iserv BUS error / SIGSEGV on Darwin with GHC 9.6 / 9.8 #2073
Labels
Comments
Still happens with GHC 9.6.5 |
avdv
added a commit
that referenced
this issue
Jul 9, 2024
… 9.6.5 It still crashes ghc-iserv, see #2073
avdv
added a commit
that referenced
this issue
Jul 9, 2024
… 9.6.5 It still crashes ghc-iserv, see #2073
avdv
added a commit
that referenced
this issue
Aug 5, 2024
… 9.6.5 It still crashes ghc-iserv, see #2073
avdv
changed the title
ghc-iserv BUS error / SIGSEGV on Darwin with GHC 9.6
ghc-iserv BUS error / SIGSEGV on Darwin with GHC 9.6 / 9.8
Dec 13, 2024
Still happens on GHC 9.8.2 using bazel 6.5.0, but for this CI run only the nixpkgs CI job failed, the bindist one was successful:
https://app.buildbuddy.io/invocation/4f1497dd-af5e-4b88-883b-1e5b6a93b24f |
avdv
added a commit
that referenced
this issue
Dec 13, 2024
… 9.8.2 It still crashes ghc-iserv, see #2073 (but only on nixpkgs)
avdv
added a commit
that referenced
this issue
Dec 16, 2024
… 9.8.2 It still crashes ghc-iserv, see #2073 (but only on nixpkgs)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
Testing
//tests/haskell_module/dep-narrowing-th:Test
on amd64 Darwin using GHC 9.6 crashes ghc-iserv with a BUS error when using a GHC from nixpkgs, and with a SIGSEGV error using a GHC bindist.nixpkgs GHC 9.6.2:
See https://app.buildbuddy.io/invocation/f4ab2875-0a9b-4a5d-9084-c5ec51714377
GHC 9.6.2 bindist
To Reproduce
nix-shell --pure --argstr ghcVersion 9.6.2 --arg docTools false
cd rules_haskell_tests
bazel test --config macos-bindist -c dbg //tests/haskell_module/dep-narrowing-th:Test
or
bazel test --config macos-nixpkgs -c dbg //tests/haskell_module/dep-narrowing-th:Test
Expected behavior
The test should run successfully.
Environment
The text was updated successfully, but these errors were encountered: