|
| From: | Hg200 |
| Subject: | [Octave-bug-tracker] [bug #55225] building doc figures in .eps or .pdf format occasionally silently fails |
| Date: | Sun, 24 May 2020 12:22:30 -0400 (EDT) |
| User-agent: | Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:76.0) Gecko/20100101 Firefox/76.0 |
Follow-up Comment #41, bug #55225 (project octave):
I can also confirm this. Here is a variant of the code from comment #34 that
just calls drawnow (all ghostscript rubbish removed). produces 110 files of
128 when I play with mozilla at the same time.
++
rm -rf /tmp/t1/*
parallel -j 32 -N0 -q ./run-octave --norc --silent --no-history --eval 'plot
([1,2]); pipeline = ["/tmp/t1/file-" num2str({#}) ".ps"]; drawnow ("eps",
pipeline);' ::: {1..128}
ls -c /tmp/t1/ | wc -l
--
_______________________________________________________
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] |