On 8/25/05, Kon Lovett <[EMAIL PROTECTED]> wrote: > Hi, > > Using chicken 2.106 & 2.107, running benchmarks: > > earley 0.001 Error: shell invocation failed with non-zero > return status > "../chicken earley.scm -quiet -no-warnings -heap-size 8m -output-file > tmpfile.c -debug-level 0 -optimize-level 3 -block -disable-interrupts > -lambda-lift " > 10 > > make: *** [bench] Error 70 > > But the same source w/o '-quiet -no-warnings' or w/ one or the other > but not both works fine. >
Does it work if you invoke in manually? There has been a silly little bug in the code generator, that could result in code running very errratically, depending on memory usage patterns. But this should have been fixed in 2.106, so unless there are still some old binaries left, it shouldn't apply. If you rebuild 2.106 from the tarball, do you get the same result? cheers, felix _______________________________________________ Chicken-users mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/chicken-users
