./configure --with-lisp=ccl
make -j4

The fail happens at an early stage in src/boot, do not fail
when make -j1/2/3.

When you first "make -j1" then in src/boot, do
"make clean; make -j4", there's no problem.

When you first "make -j4" then in src/boot, do
"make clean; make -j1", there's problem.

Can you reproduce it?

Error message:

NIL
? Fatal error in "lisp" : Fault during read of memory address #x7FF8A79A5668
Fatal error in "lisp" : Fault during read of memory address #x7FF8A79A5668
Fatal error in "lisp" : Fault during read of memory address #x7FF8A79A5668
...... hundreds of the same line
Fatal error in "lisp" : Fault during read of memory address
#x7FF8A79A566Unrecoverable stack overflow.
? for help
[13450] Clozure CL kernel debugger:
/ssd/oldk1331/tmp/fricas2/src/scripts/build_helper: line 12: 13450
Killed                  "$image"  <<EOF
$optimizations
(in-package "FRICAS-LISP")
(unless (fricas_compile_file "$1" "$output")
  (exit-with-status 1))
(quit)
EOF

make[3]: *** [Makefile:253: stage0/ptyout.lx64fsl] Error 137
make[3]: Leaving directory '/ssd/oldk1331/tmp/fricas2/src/boot'

-- 
You received this message because you are subscribed to the Google Groups 
"FriCAS - computer algebra system" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to fricas-devel+unsubscr...@googlegroups.com.
To post to this group, send email to fricas-devel@googlegroups.com.
Visit this group at https://groups.google.com/group/fricas-devel.
For more options, visit https://groups.google.com/d/optout.

Reply via email to