Summary
Compiler tests hang on 32-bit mingw-msys
Metadata
- Id: 73e9908b40fda236ae6f80072b1ae995b68c236b
- Trac id: 1377
- Type: defect
- Reporter: evhan
- Owner:
- Cc:
- Status: closed
- Component: compiler
- Estimated difficulty: medium
- Resolution: fixed
- Priority: major
- Milestone: someday
- Version: 5.0.0
- Changetime: 2017-06-21 08:51:31 UTC
- Created: 2017-06-12 22:18:33 UTC
- Keywords: mingw, msys, tests, compiler, windows
Description
32-bit mingw-msys build on Windows 7 (running on MSYS2) hangs when running a.out for the compiler tests:
==> mingw-msys-windows-7-i386: ======================================== compiler tests ... ==> mingw-msys-windows-7-i386: "C:/msys32/home/vagrant/chicken-core/tests/../chicken "compiler-tests.scm" -output-file "a.c" -consult-type-file ../types.db -ignore-repository -verbose -include-path C:/msys32/home/vagrant/chicken-core/tests/.." ==> mingw-msys-windows-7-i386: Warning: (compiler-tests.scm:205) - assignment to imported value binding `foo' ==> mingw-msys-windows-7-i386: Warning: in toplevel procedure `foo': ==> mingw-msys-windows-7-i386: (compiler-tests.scm:10) in procedure call to `bar', expected 0 arguments but was given 1 argument ==> mingw-msys-windows-7-i386: ""gcc" "a.c" -o "a.o" -c -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -Os -IC:/msys32/home/vagrant/chicken-core/tests/.. -Ic:/tmp/chicken-core/include/chicken" ==> mingw-msys-windows-7-i386: rm a.c ==> mingw-msys-windows-7-i386: ""gcc" "a.o" -o "a.out" -Wl,--enable-auto-import -LC:/msys32/home/vagrant/chicken-core/tests/.. -Lc:/tmp/chicken-core/lib -lchicken -lm -lws2_32" ==> mingw-msys-windows-7-i386: rm a.o ==> mingw-msys-windows-7-i386: 12 ==> mingw-msys-windows-7-i386: 12 ==> mingw-msys-windows-7-i386: 12 ==> mingw-msys-windows-7-i386: 12 ==> mingw-msys-windows-7-i386: 12 ==> mingw-msys-windows-7-i386: bar ==> mingw-msys-windows-7-i386: 1 2 3 ==> mingw-msys-windows-7-i386: 1 2 3 :1:2:3 ==> mingw-msys-windows-7-i386: 1 2 3
Changes and comments
[2017-06-18 07:33:57 UTC] evhan wrote:
This may be a 32-bit platform issue, the same occurs on Solaris 11 32-bit.
[2017-06-21 08:51:31 UTC] sjamaan changed status from new to closed
[2017-06-21 08:51:31 UTC] sjamaan set resolution to fixed
[2017-06-21 08:51:31 UTC] sjamaan wrote:
Almost certainly fixed by 5bc3b2d25768f9bd89bafa3b9dd4b85376b0c10a