octave-bug-tracker
[Top][All Lists]
Advanced

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

[Octave-bug-tracker] [bug #51103] GUI command-line output window freezes


From: Dan Sebald
Subject: [Octave-bug-tracker] [bug #51103] GUI command-line output window freezes after plot, but input still works
Date: Thu, 25 May 2017 14:06:47 -0400 (EDT)
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:52.0) Gecko/20100101 Firefox/52.0

Follow-up Comment #4, bug #51103 (project octave):

I tried


make maintainer-clean
./bootstrap
./configure
make


but there is no change.


<path>/run-octave
graphics_toolkit ('fltk')
plot ([1:50])


hangs the output window (though input is still accepted).  The default
graphics toolkit (gnuplot) doesn't lead to output window hang.

In addition


<path>/run-octave -f
plot ([1:50])


freezes the output window (with default graphics toolkit gnuplot) and
sometimes messes up the gnuplot plot as well.  But with an explicit
graphics_toolkit call, i.e.,


<path>/run-octave -f
graphics_toolkit ('gnuplot')
plot ([1:50])


the output window does not hang.


    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?51103>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

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