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

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

[Octave-bug-tracker] [bug #40242] FLTK + GUI = crash on MacOSX


From: Pantxo Diribarne
Subject: [Octave-bug-tracker] [bug #40242] FLTK + GUI = crash on MacOSX
Date: Sun, 17 Nov 2013 14:53:38 +0000
User-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.7; rv:25.0) Gecko/20100101 Firefox/25.0

Follow-up Comment #10, bug #40242 (project octave):

AFAIU, the GUI (*not* the interpreter) thread is currently the main thread. 

I tried to modify octave-gui.cc, and replace QCoreApplication by QApplication
in the no-gui section, and "qt" graphics_toolkit now works in "--no-gui" mode
also. This means instantiating qt toolkit from the interpreter thread works as
soon as QApplication context has been launched from the GUI thread. 

If the instantiation of qt/fltk graphic toolkits could be moved to the GUI
thread, it would probably solve the problem for fltk indeed. 

    _______________________________________________________

Reply to this item at:

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

_______________________________________________
  Message posté via/par Savannah
  http://savannah.gnu.org/




reply via email to

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