-
Notifications
You must be signed in to change notification settings - Fork 704
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
Test issue 6627 #6629
Test issue 6627 #6629
Conversation
Even worse, in GHC-8.8.3 job:
|
@Mistuke, do you have any ideas what could change (in recent Windows) to cause that? |
GitHub Actions upgraded |
@phadej there are some reports that 8.8.3 segfaults on startup, but haven't been able to reproduce this yet. This may be another instance of that. |
@Mistuke hmm. It fails with GHC-8.8.3 and GHC-8.6.5 (8.10.1 fails for other reasons) 8.6.5
I don't think that 8.8.3 fails due
Is error code 11 indicator of segfault on Windows? |
Not usually no, 11 is usually a bad image, but GHC returns Can you run it with -v3 to find out? |
or get the |
The latest run (windows 8.8.3) jobs shows:
and
I'll push another commit which builds with |
The segfaults reported has a lot of people complaining it happened during configuring of |
@Mistuke looks like that appveyor haven't failed once yet. |
|
Another try