Octave drawing error report segmentation fault

operating environment: CentOS 7 (virtual), Octave 3.8.2, no GPU graphics card

Octave is the version installed by yum. After the installation is successful, run octave to enter the command line and enter the following official sample code:

x = -10:0.1:10; 
y = sin (x);    
plot (x, y);

execute plot command Times error:

panic: Segmentation fault -- stopping myself...
attempting to save variables to "octave-workspace"...
save to "octave-workspace" complete

quit octave directly.

google for a while, but I can"t find out the reason. I would like to ask the god to help with the diagnosis.

Feb.02,2022
MySQL Query : SELECT * FROM `codeshelper`.`v9_news` WHERE status=99 AND catid='6' ORDER BY rand() LIMIT 5
MySQL Error : Disk full (/tmp/#sql-temptable-64f5-1b3187c-2bdaa.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
MySQL Errno : 1021
Message : Disk full (/tmp/#sql-temptable-64f5-1b3187c-2bdaa.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?