William Rusnack <williamrusn...@gmail.com> writes: > Hi, > > I am trying to use ghci from the ghc package and am receiving the following > > ``` > $ ghci > GHCi, version 8.10.6: https://www.haskell.org/ghc/ :? for help > ghc: internal error: setExecutable: failed to protect 0x0xc2fa3c4e000 > > (GHC version 8.10.6 for x86_64_unknown_openbsd) > Please report this as a GHC bug: https://www.haskell.org/ghc/reportabug > <https://www.haskell.org/ghc/reportabug> > Abort trap > ```
Chances are you don't have wxallowed set for your /usr/local. One could either use wxallowed mount option or update to -current which has a newer ghc version no longer requiring wxallowed. Thanks Greg