[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Chicken-users] An oddity
From: |
felix winkelmann |
Subject: |
Re: [Chicken-users] An oddity |
Date: |
Sat, 27 Aug 2005 13:46:03 +0200 |
On 8/25/05, Kon Lovett <address@hidden> 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