You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I can reproduce this on GHC 8.10. I think plugins always causes segfaults when run interactively (with ghci, runghc or runhaskell), so this is not surprising. Should we even try to support this? EDIT: I guess if it used to work with 7.6 then it might not be that much work to make it work with later versions.
I've created a test here which loads an IO () function from a module.
https://github.com/xpika/plugins-ghc-7-10-segfault-io
The code does not segfault on GHC 7.6.3 but does on 7.10.3.
The text was updated successfully, but these errors were encountered: