We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Three kinds of failures (so far):
docker-build failed with exit-code 1, but nothing appears to have gone wrong.
docker-build failed with exit-code 1
So far this is only happening with 1809 images.
Errors of the form:
child_info_fork::abort: \??\C:\cygwin64\bin\cygssl-1.1.dll: Loaded to different address: parent(0x3FE3A0000) != child(0x400000)
These may well be related to the fork problem, but stderr is being masked (either by gcc or by OCaml).
For C files, gcc is failing without giving any error message; for OCaml files, ocamlopt is giving the "Assembler error, input left in" message.
middle_end\inlining_decision.ml
otherlibs\win32unix\getserv.c
bytecomp\bytesections.ml
middle_end/alias_analysis.ml
runtime/sys.c
ocamltest/ocamltest_stdlib_stubs.c
flexdll_mingw64.o
ocamlrun.exe
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Three kinds of failures (so far):
docker-build exit-code 1
docker-build failed with exit-code 1
, but nothing appears to have gone wrong.So far this is only happening with 1809 images.
Cygwin Fork
Errors of the form:
C compiler / assembler failures
These may well be related to the fork problem, but stderr is being masked (either by gcc or by OCaml).
For C files, gcc is failing without giving any error message; for OCaml files, ocamlopt is giving the "Assembler error, input left in" message.
middle_end\inlining_decision.ml
otherlibs\win32unix\getserv.c
bytecomp\bytesections.ml
middle_end/alias_analysis.ml
runtime/sys.c
ocamltest/ocamltest_stdlib_stubs.c
flexdll_mingw64.o
linkingocamlrun.exe
The text was updated successfully, but these errors were encountered: