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

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

[Octave-bug-tracker] [bug #44330] Qt toolkit segmentation fault when fig


From: John W. Eaton
Subject: [Octave-bug-tracker] [bug #44330] Qt toolkit segmentation fault when figure opened, closed, and opened again
Date: Mon, 02 Mar 2015 22:47:50 +0000
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Firefox/31.0 Iceweasel/31.2.0

Follow-up Comment #9, bug #44330 (project octave):

Since this works with FLTK, which only processes events when Octave is
otherwise idle (or in a safe spot to do so), I think my initial change may
actually be in the wrong direction.  I think we may need to limit what the Qt
toolkit can do unless Octave is waiting for input.  However, unlike FLTK, the
Qt widget thing is running in a separate thread, so it could possibly handle
events continuously while readline is active, not just when readline calls the
input_event_hook function.

    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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