chicken-janitors
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Chicken-janitors] #924: Callback test fails on cygwin


From: Chicken Trac
Subject: [Chicken-janitors] #924: Callback test fails on cygwin
Date: Sat, 15 Sep 2012 19:28:04 -0000

#924: Callback test fails on cygwin
---------------------+------------------------------------------------------
 Reporter:  zmyrgel  |       Owner:       
     Type:  defect   |      Status:  new  
 Priority:  major    |   Milestone:       
Component:  unknown  |     Version:  4.8.x
 Keywords:           |  
---------------------+------------------------------------------------------
 Tried to run make PLATFORM=cygwin PREFIX=`pwd` all install check but got
 following failure on callback tests.

 ---

 ======================================== 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_ENABLE_PTABLES -Os -fomit-frame-pointer -I..
 -I"/home/zmyrgel/chicken-4.8.0rc3/include/chicken"
 rm a.c
 gcc a.o -o a.out -L.. -L"/home/zmyrgel/chicken-4.8.0rc3/lib" -lchicken -lm
 rm a.o
 callbacks ...
 hi!
 callbacks ...
 hi!
 hi!
 [panic] callback returned twice - execution terminated

 callback-tests.scm:16: print
 g67
 callback-tests.scm:17: ##sys#gc
 callback-tests.scm:17: g11
 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 -
 execution terminated

 rules.make:660: recipe for target `check' failed
 make[1]: *** [check] Error 1
 make[1]: Leaving directory `/home/zmyrgel/chicken-4.8.0rc3'
 GNUmakefile:54: recipe for target `check' failed
 make: *** [check] Error 2

 address@hidden ~/chicken-4.8.0rc3
 $

-- 
Ticket URL: <http://bugs.call-cc.org/ticket/924>
Chicken Scheme <http://www.call-with-current-continuation.org/>
Chicken Scheme is a compiler for the Scheme programming language.

reply via email to

[Prev in Thread] Current Thread [Next in Thread]