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 17:52:07 -0400 (EDT)
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:52.0) Gecko/20100101 Firefox/52.0

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

I rebuilt without any options and got the same behavior as described
previously.

I assumed 'qt' g.t. would be the same as 'fltk', but interestingly it isn't
quite the same.


run-octave
>> graphics_toolkit ('qt')
>> plot ([1:50])
>>


hangs but notice the extra >>, which doesn't appear with the 'fltk' toolkit
when it hangs.  But more surprising is that the -f option does in fact work:


run-octave -f
>> graphics_toolkit ('qt')
>> plot ([1:50])
>> exit


If I go into my .octaverc file and comment out all commands unrelated to path
and packages, g.t. 'qt' will work.  But 'qt' figure once in a while ends up
shredded.

Oh!  So that wasn't 'gnuplot' toolkit failing.  The -f option doesn't load
.octaverc, so it is actually 'qt' failing in that instance.

Well, I'd say close this report.  I think this is just the usual problems I've
had for quite a while with OpenGL and nVidia hardware.

    _______________________________________________________

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]