* Peter Danenberg <[email protected]> [120603 11:30]: > Quoth Christian Kellermann on Prickle-Prickle, the 8th of Confusion: > > Which version of chicken is this? I get the arity error for both csi > > and compiled version for chicken master. > > It's a vanilla 4.7.0: > > ?? ~/prg/scm/aima-chicken/ master* chicken -version > (c)2008-2011 The Chicken Team > (c)2000-2007 Felix L. Winkelmann > Version 4.7.0 > linux-unix-gnu-x86-64 [ 64bit manyargs dload ptables ] > compiled 2011-08-10 on localhost.localdomain (Linux) > > It segfaults on compiled as well as interpreted Chicken; as someone > mentioned in #chicken, by the way, we've been seeing a lot of SEGVs > lately.
Yes, as we have turned on specialisation for chicken core by default. This uncovers bugs in the specialisation pass itself. The situation should be back to normal soon. In your case however, this seems to be an old bug that has been fixed in master. Thanks again, Christian -- 9 out of 10 voices in my head say, that I am crazy, one is humming. _______________________________________________ Chicken-users mailing list [email protected] https://lists.nongnu.org/mailman/listinfo/chicken-users
