octave-maintainers
[Top][All Lists]
Advanced

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

parallel make hangs


From: Dmitri A. Sergatskov
Subject: parallel make hangs
Date: Tue, 21 Nov 2017 19:01:42 -0600

Every now and then parallel make (make -j8 in my case) hangs at
....  
  GEN      doc/interpreter/octave.html/splinefit3.png
  GEN      doc/interpreter/octave.html/splinefit4.png
  GEN      doc/interpreter/octave.html/splinefit6.png
  GEN      doc/interpreter/octave.html/octave.css
(with octave process running at 100% cpu load)
Killing it with Ctrl-C results in:

^Cmake[2]: *** Deleting file 'doc/interpreter/convhull.eps'
^C^Cfatal: caught signal Interrupt -- stopping myself...
attempting to save variables to 'octave-workspace'...
octave exited with signal 11
make[1]: *** [Makefile:26595: all-recursive] Interrupt
make: *** [Makefile:10262: all] Interrupt

After that i can just issue simple make and it will finish no problem.
It looks to me there are some race conditions...

Dmitri.
--


reply via email to

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