chicken-users
[Top][All Lists]
Advanced

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

Re: [Chicken-users] CHICKEN 4.1.0 released


From: Mario Domenech Goulart
Subject: Re: [Chicken-users] CHICKEN 4.1.0 released
Date: Mon, 03 Aug 2009 11:21:46 -0300
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.91 (gnu/linux)

Hi Felix

On Mon, 3 Aug 2009 09:44:27 +0200 felix winkelmann <address@hidden> wrote:

> CHICKEN 4.1.0 has been released.

Thanks for this release.

I could build it and run the benchmarks fine on Linux x86 and
ppc.  However, on x86-64, it builds ok but the benchmark fails
for maze:

$ make PLATFORM=linux ARCH=x86-64 PREFIX=/home/mario/chicken bench              
                                                                                
        

<...>
                     base       fast     unsafe        max      base
                  --------------------------------------------------
<...>

maze                0.156      0.109  
Error: wrong result

Error: shell invocation failed with non-zero return status
"./tmpfile >tmpfile.out"
17920

        Call history:

        <eval>          [compile-and-run]
        (call-with-current-continuation (lambda (abort) (set! abort-run
        (cut abort #f)) (let ((runs (butlast......
        <eval>          [compile-and-run] (butlast (cdr (sort (map
        (lambda _ (run)) (iota 5)) <)))
        <eval>          [compile-and-run] (cdr (sort (map (lambda _
        (run)) (iota 5)) <))
        <eval>          [compile-and-run] (sort (map (lambda _ (run))
        (iota 5)) <)
        <eval>          [compile-and-run] (map (lambda _ (run)) (iota
        5))
        <eval>          [compile-and-run] (iota 5)
        <eval>          [compile-and-run] (run)
        <eval>          (system* "./tmpfile >tmpfile.out")      <--
make[1]: *** [bench] Error 70
make[1]: Leaving directory `/home/mario/chicken-4.1.0'
make: *** [bench] Error 2


The full output for the benchmarks and tests are attached.

Peter Bex also gets this failure on x86-64 running NetBSD.

Best wishes.
Mario

Attachment: bench-out.txt
Description: Text document

Attachment: runtests-out.txt
Description: Text document


reply via email to

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