just for the record:
I tried to install (according to the rules in INSTALL>gnu)
the new version 6.0.5
on UBUNTU 20.04.6 LTS
The installation works fine, but the
executable src/gnuplot
crashes with a segmentation fault right after start (first output)
gnuplot 6.0.4 works (and installs) fine
so Il keep that for the time being
(I tried to compile with -g, but could not make any sense of the gdb output)
That is distressing.
Could you please first double-check that there were no error messages from the configure and make steps For example:
Then use gdb to run the executable
Could you please attach a screen-shot or copy/paste the output of gdb after typing
where?I.e.
I got a segfault when running
src/gnuplot -d <demo/mask_pm3d.dem, perhaps related to this bug.Reduced repro:
Broken by [7bbf83].
Related
Commit: [7bbf83]
I am puzzled. Your minimal reproducer is a real bug (trying to plot from an empty data block). I pushed a fix to both 6.0 and 6.1
But that pattern does not occur in
mask_pm3d.dem. I cannot reproduce failure with that demo either before or after the fix.Edit: OK, I see that the problem could occur with that demo if the loadpath, or GNUPLOT_LIB, is set incorrectly. Then it would try to create a data block from a file not in the search path, resulting in an empty data block.
Last edit: Ethan Merritt 2 days ago