I am trying to draw the most basic plot using gnuplot in the terminal and simply entering :
gnuplot> plot 'histogramme.dat' u 1:3
leads to :
gnuplot> Segmentation fault (core dumped)
I can produce image files, but not display on screen, which is highly inconvenient... Would anyone have met the same problem and have a solution, by any chance ?
Have a good day !
Marc
Add.
ldd seems to see no missing library
the default terminal is wxt 0 enhanced
I installed gnuplot using apt
I'll have a try with memtest/strace asap ! The only problem being that this error is quite random (currently, I am using gnuplot without any problem... I am also going to make tests on my data files, but they're quite large, so I am not entirely confident in conclusive examination at this point).
strace
to find out which lib causes the crash#! Which gnuplot version are you using, apt , .... ?ldd $(which gnuplot)
run this in a terminal and search for missing libaries !