Summary
callback tests failure on cygwin
Metadata
- Id: 3c5ff3ab3732c1bfabbc98cbd5d36b9d1dbf8754
- Trac id: 738
- Type: defect
- Reporter: mario
- Owner: mario
- Cc:
- Status: closed
- Component: unknown
- Estimated difficulty:
- Resolution: duplicate
- Priority: major
- Milestone:
- Version: 4.7.x
- Changetime: 2012-09-09 14:57:56 UTC
- Created: 2011-12-11 15:13:30 UTC
- Keywords: cygwin, callback, test
Description
$ make PLATFORM=cygwin PREFIX=/home/mario/local/chicken-core DEBUGBUILD=1 CHICKEN=./chicken-boot check ... ======================================== callback tests ... ../chicken callback-tests.scm -output-file a.c -verbose -include-path .. gcc a.c -o a.o -c -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENAB LE_PTABLES -g -Wall -Wno-unused -I.. -I"/home/mario/local/chicken-core/include/c hicken" rm a.c gcc a.o -o a.out -L.. -L"/home/mario/local/chicken-core/lib" -lchicken -lm rm a.o callbacks ... hi! callbacks ... hi! hi! [panic] callback returned twice - execution terminated callback-tests.scm:16: print ##sys#gc g1112 callback-tests.scm:7: call/cc callback-tests.scm:9: print callback-tests.scm:19: command-line-arguments callback-tests.scm:20: k1 callback-tests.scm:9: print <-- double-return from callback failed as it should. ======================================== runtime tests ... [panic] nursery is too small - try higher setting using the `-:s' option - execu tion terminated make[1]: *** [check] Error 1 make[1]: Leaving directory `/home/mario/src/chicken-core' make: *** [check] Error 2
Changes and comments
[2011-12-12 12:15:36 UTC] felix changed status from new to assigned
[2011-12-12 12:15:36 UTC] felix set owner to felix
[2011-12-12 12:15:36 UTC] felix wrote:
This is not a callback-test failure - it is either `apply-test.scm` or `test-gc-hooks.scm` which fails. Can you run these two tests by hand to see where it fails?
[2011-12-15 12:15:19 UTC] mario wrote:
Sorry for the late reply. Sure, I can do that in the next days.
[2012-05-04 09:04:06 UTC] felix changed owner from felix to mario
[2012-08-18 15:28:08 UTC] felix removed milestone 4.8.0
[2012-09-09 14:57:56 UTC] felix wrote:
See #919, which has more information.