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

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

[Octave-bug-tracker] [bug #54169] Test suite crashes when Octave built w


From: Pantxo Diribarne
Subject: [Octave-bug-tracker] [bug #54169] Test suite crashes when Octave built with Qt and FLTK
Date: Sun, 24 Jun 2018 15:15:48 -0400 (EDT)
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:60.0) Gecko/20100101 Firefox/60.0

Update of bug #54169 (project octave):

                  Status:               Confirmed => Patch Submitted        

    _______________________________________________________

Follow-up Comment #2:

@Andrew: "octave --no-gui" is now the default (equivalent to "octave") and you
need to add "--gui" to have the GUI application running, but in either case it
is unsafe to run fltk since it will end up being run from a non-main thread.

The attached patch should disallow the use of fltk when the interpreter is not
running in the main thread. 

Can you confirm that the patch works, e.g.



$ octave
available_graphics_toolkits ()


"fltk" should not be in the list.



$ octave --no-gui-libs ## No Qt, no second thread
available_graphics_toolkits ()


Now "fltk" should be listed but not "qt".

(file #44423)
    _______________________________________________________

Additional Item Attachment:

File name: fltkmac.patch                  Size:1 KB


    _______________________________________________________

Reply to this item at:

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

_______________________________________________
  Message sent via Savannah
  https://savannah.gnu.org/




reply via email to

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