Bug#834396: Workaround with CPU binding

Tian Bo tian.bo at dezem.de
Fri Jan 5 16:12:22 UTC 2018


I ran into the same crash problem when I use 'reread' command to update my
plot. As pointed out in the above post, using single thread could work
around the bug. However, rebuilding gnuplot may not be  an option for most
user.

My workaround approach is to run gnuplot in a single CPU core by means of
the command 'taskset' (on linux). For exmple:

taskset -c 0 gnuplot ...

This command runs gnuplot on CPU 0, so that it is effectively a
single-thread process and the problem is avoided.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.alioth.debian.org/pipermail/debian-science-maintainers/attachments/20180105/881153ec/attachment.html>


More information about the debian-science-maintainers mailing list