[Ecls-list] SI:TOP-LEVEL, stack overflows

Philipp Marek philipp at marek.priv.at
Sun Jul 31 20:45:22 UTC 2011


>>>        Wrong number of arguments passed to function
>>>                #<compiled-function SI:TOP-LEVEL>.
>>>        No restarts available
>> I do not get the same as you. Are you calling TOP-LEVEL from somewhere in
>> your code?
> No, I don't.
>
> Any ideas what I could look at, to determine the cause?
With e6bb812e38c7d04b32ada6c296a423ea82934fd4 I even get this for ECL itself, and the
.eclrc is not done:

    $ rm build -rf && ./configure --enable-shared --enable-threads && make
    ...
    ;;;   Invoking external command:
    ;;;   gcc -I. -I/home/.../build/ -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -g -O2 -fPIC
-D_THREAD_SAFE -Dlinux -I/home/.../src/c -w -c eclinittsZavj.c -o eclinittsZavj.o
    ;;; Note:
    ;;;   Invoking external command:
    ;;;   gcc -o bin/ecl -L/home/.../build/ /home/.../build/eclinittsZavj.o -L./
-Wl,--rpath,/usr/local/lib/ libecl.so -lpthread -ldl -lm sed -e
's, at libdir\\@,/usr/local/lib/,' \
            -e 's, at includedir\\@,/usr/local/include/,' \
            -e 's,~A,/usr/local/lib/,' bin/ecl-config.pre > bin/ecl-config
    $ LD_LIBRARY_PATH=/home/.../build/ /home/.../build//bin/ecl -dir /home/.../build/
    Wrong number of arguments passed to function #<compiled-function SI:TOP-LEVEL>.
    No restarts available.
    Top level in: #<process TOP-LEVEL>.


This is on
    $ uname -a
    Linux cacao 2.6.39-2-amd64 #1 SMP Tue Jul 5 02:51:22 UTC 2011 x86_64 GNU/Linux







More information about the ecl-devel mailing list