|
| From: | Dmitri A. Sergatskov |
| Subject: | [Octave-bug-tracker] [bug #55225] building doc figures in .eps or .pdf format occasionally silently fails |
| Date: | Sat, 23 May 2020 01:00:06 -0400 (EDT) |
| User-agent: | Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Firefox/68.0 |
Follow-up Comment #34, bug #55225 (project octave):
See also bug 56952 (recent comments).
Essentially:
rm -rf /tmp/t1/*
parallel -j 32 -N0 -q ./run-octave --norc --silent --no-history --eval 'plot
(1:2); print(tempname("/tmp/t1", "t1-"));' ::: {1..128}
ls -c /tmp/t1/ | wc -l
88
(I expected it to be 128)
Dmitri.
--
_______________________________________________________
Reply to this item at:
<https://savannah.gnu.org/bugs/?55225>
_______________________________________________
Message sent via Savannah
https://savannah.gnu.org/
| [Prev in Thread] | Current Thread | [Next in Thread] |