microsoft / WSL

Issues found on WSL
https://docs.microsoft.com/windows/wsl
MIT License
17.32k stars 814 forks source link

GSOD when installing ghc-mod #2801

Closed n3dst4 closed 6 years ago

n3dst4 commented 6 years ago

I'm trying to install and run the Haskell IDE-integration tool ghc-mod, using the Haskell build tool "stack".

  1. Open Ubuntu 16.04 from Microsoft Store
  2. Run
    sudo apt-get update
    sudo apt-get upgrade
  3. Install stack, the Haskell build tool, by running
    wget -qO- https://get.haskellstack.org/ | sh
  4. Create a dummy project and build it
    stack new foo simple --resolver=lts-9.3
    cd foo
    stack setup # this will take a long time, like 20 mins
    stack build
  5. If all has worked so far, make sure you've saved your work and closed any other windows, and then run:
    stack build ghc-mod

Windows crashes (green screen of death). I have replicated this on two machines.

N/A

See our contributing instructions for assistance.

sunilmut commented 6 years ago

@n3dst4 - Thanks for the detailed repro steps. I have a local repro. We will be submitting a fix for this soon.

n3dst4 commented 6 years ago

Just to confirm, this crash is still present in 17074 (I wasn't expecting a fix yet, just updating the build number.)

n3dst4 commented 6 years ago

@benhillis and @sunilmut Thank you. I just tried this on 17083 and it works great 👍