oldk1331 wrote:
>
> ./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'
This does not tell much. Which version of Clozure CL did you
use? Have you compard sequence of commands performed during
failing and working build (the number of commands before this
place involving Lisp is quite small)?
Do you use NFS (it may cause weird problem during build)?
Also, you may be running out of memory. IIRC in the past
1GB was enough for 'make -j 3' with Clozure CL, but memory
usage may be higher now.
Do you use SSD (as the path suggests)? This could change
timings quite a lot.
For me 'make -j 4' using Clozure CL 1.10 works fine. Also
on another machine 'make -j 10' using Clozure CL 1.11
works. Both using rotating discs.
--
Waldek Hebisch
--
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 [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/fricas-devel.
For more options, visit https://groups.google.com/d/optout.