-
Notifications
You must be signed in to change notification settings - Fork 809
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
Significant Windows failures with nightly #3385
Comments
That I have no idea yet what is going on with |
-1073741819 = unsigned 32-bit 0xC0000005, if that means anything to anyone. |
Same error code out of filepath: https://ci.appveyor.com/project/ndmitchell/filepath/build/1.0.72 |
For info, this is with 32bit Windows, which might be the issue. |
I am not able to reproduce the [edit] my windows machine is 64 bit |
I am also unable to reproduce either the |
Testing on appveyor, I get failures when using 32bit Stack+arch, and success on 64bit, holding everything else constant. I'm seeing it on filepath, yaml and my neil executable. The message " Process exited with code: ExitFailure (-1073741819)" is constant. I'm ignoring network because it seems to be a bug that is understood and being tracked down separately. |
The network thing has been moved to commercialhaskell/stack#3944, which shows that |
The segfaults ( |
I'm seeing the same thing as @ndmitchell for pandoc - failures on 32-bit Windows with stack and ghc 8.4.3, with ExitFailure (-1073741819). I guess I'll have to revert to ghc 8.0.2 until the fix is out. |
We now use ghc 8.4.3, lts-12 for the 64-bit build. We still use ghc 8.2, lts-11 for the 32-bit build because of blocking bugs: commercialhaskell/stackage#3385 With luck this will be fixed in ghc 8.6. Get stack from chocolatey. Use 32-bit stack for 32-bit builds, 64-bit for 64-bit.
The problem is now in |
@arrowd See https://www.fpcomplete.com/blog/2018/06/sed-a-debugging-story which gives a detailed explanation of the problem and solution |
This indeed worked for me. Thanks for sharing the link. |
Is this still an issue? |
I haven't seen it in a while, so closing. |
Using Stack nightly with GHC 8.4.1 there seem to be quite a few Windows-only failures cropping up. In particular:
The text was updated successfully, but these errors were encountered: