octave-maintainers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: rc1 and qt-gnuplot


From: Daniel J Sebald
Subject: Re: rc1 and qt-gnuplot
Date: Thu, 05 Dec 2013 09:21:52 -0600
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.24) Gecko/20111108 Fedora/3.1.16-1.fc14 Thunderbird/3.1.16

On 12/05/2013 09:10 AM, Dmitri A. Sergatskov wrote:



On Thu, Dec 5, 2013 at 9:01 AM, Dmitri A. Sergatskov
<address@hidden <mailto:address@hidden>> wrote:




    So can some of you guys can send me .gp file so I check if I
    can crash standalone gnuplot?



Never mind, I can do it myself with a different terminal:

  octave:1> graphics_toolkit gnuplot
octave:2> plot (randn(3))
octave:3> drawnow ("x11", "/dev/null", false, "x11.gp <http://x11.gp>");
octave:4> drawnow ("qt", "/dev/null", false, "qt.gp <http://qt.gp>");
warning: broken pipe

So the following line segfaults gnuplot.

set terminal qt enhanced title "Figure 1" size 560,420 position 300,580

Nothing looks wrong with that command.

Please try minimizing the amount of gnuplot commands in the list you currently have that still causes this segmentation fault and either send that to the gnuplot discussion list or send it to me off the Octave maintainers list and I will relay it to the gnuplot discussion list.

Dan


reply via email to

[Prev in Thread] Current Thread [Next in Thread]