-
-
Notifications
You must be signed in to change notification settings - Fork 370
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
haskell-language-server crashed in wsl: "clock_getres: invalid argument" #263
Comments
Looks like it might be the same issue this person is running into? https://stackoverflow.com/questions/58811317/cant-use-quickcheck-because-of-clock-getress-invalidargument-exception |
maybe the generic linux binaries does not work well in wsl, could you tried a installation from source to check if the error is reproduced? |
I installed it manually using
and encountered the same issue.
|
Seems to be a general issue with haskell + WSL, another example here: https://discourse.nixos.org/t/how-to-disable-running-tests-when-building-home-manager-module/6792 |
I think it is likely this issue microsoft/WSL#4898. |
So it seems we can not do much here. |
@1Computer1 microsoft/WSL#4898 seems to be closed, is this reproduced with a newer version of wsl? |
@Shangyint i am gonna close it optimistically as the issue that seems fix the issue is closed, feel free to reopen if that is not the case |
* Filter out completely warnings not enabled by user * Suggestions by @cocreature * Add tests * Work more on tests * Fix tests
I am getting
on a Windows Linux Subsystem (
VERSION="18.04.2 LTS (Bionic Beaver)"
). The log is as followsAny help is appreciated, thanks!
The text was updated successfully, but these errors were encountered: