make: *** [Makefile:1428: interpreted.mem] Segmentation fault

Jean Louis <[email protected]> Sat, 15 Jul 2017 21:15:56 +0300
Newsgroups gmane.lisp.clisp.general
Message-ID <[email protected]>
I am pulling mercurial from development, and I
would like to try it out, but segfaults:

installing ../../src/po/clisplow_en.gmo as ../locale/en/LC_MESSAGES/clisplow.mo
installing ../../src/po/da.gmo as ../locale/da/LC_MESSAGES/clisp.mo
installing ../../src/po/clisplow_da.gmo as ../locale/da/LC_MESSAGES/clisplow.mo
installing ../../src/po/de.gmo as ../locale/de/LC_MESSAGES/clisp.mo
installing ../../src/po/clisplow_de.gmo as ../locale/de/LC_MESSAGES/clisplow.mo
installing ../../src/po/fr.gmo as ../locale/fr/LC_MESSAGES/clisp.mo
installing ../../src/po/clisplow_fr.gmo as ../locale/fr/LC_MESSAGES/clisplow.mo
installing ../../src/po/es.gmo as ../locale/es/LC_MESSAGES/clisp.mo
installing ../../src/po/clisplow_es.gmo as ../locale/es/LC_MESSAGES/clisplow.mo
installing ../../src/po/nl.gmo as ../locale/nl/LC_MESSAGES/clisp.mo
installing ../../src/po/clisplow_nl.gmo as ../locale/nl/LC_MESSAGES/clisplow.mo
installing ../../src/po/ru.gmo as ../locale/ru/LC_MESSAGES/clisp.mo
installing ../../src/po/clisplow_ru.gmo as ../locale/ru/LC_MESSAGES/clisplow.mo
make[1]: Leaving directory '/sources/gnu/clisp-clisp/build/po'
gcc -g -O2 -W -Wswitch -Wcomment -Wpointer-arith -Wreturn-type -Wmissing-declarations -Wimplicit -Wno-sign-compare -Wno-format-nonliteral -Wno-shift-negative-value -O -fwrapv -pthread -fno-strict-aliasing -DENABLE_UNICODE -DMULTITHREAD -DPOSIX_THREADS -DDYNAMIC_FFI -DDYNAMIC_MODULES  -Wl,--export-dynamic spvw.o spvwtabf.o spvwtabs.o spvwtabo.o eval.o control.o encoding.o pathname.o stream.o socket.o io.o funarg.o array.o hashtabl.o list.o package.o record.o weak.o sequence.o charstrg.o debug.o error.o misc.o time.o predtype.o symbol.o lisparit.o i18n.o foreign.o unixaux.o zthread.o built.o modules.o libgnu.a  -lreadline -lncurses -ldl -lavcall -lcallback  -lsigsegv  -o lisp.run
./lisp.run -B . -N locale -E UTF-8 -Emisc 1:1 -Epathname 1:1 -norc -m 2MW -lp ../src/ -x '(and (load "../src/init.lisp") (sys::%saveinitmem) (ext::exit)) (ext::exit t)'
make: *** [Makefile:1428: interpreted.mem] Segmentation fault


and my configure is

ulimit -s 16384 && ./configure
--prefix=/package/prog/clisp
--with-threads=POSIX_THREADS
--with-module=berkeley-db
--with-module=bindings/glibc
--with-module=clx/new-clx --with-module=dbus
--with-module=editor --with-module=fastcgi
--with-module=gdbm --with-module=gtk2
--with-module=pcre --with-module=postgresql
--with-module=rawsock --with-module=zlib build

Jean

------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
clisp-list mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/clisp-list