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

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

[Octave-bug-tracker] [bug #50025] Octave window freezes when I quit Octa


From: Dan Sebald
Subject: [Octave-bug-tracker] [bug #50025] Octave window freezes when I quit Octave GUI
Date: Mon, 20 Nov 2017 17:31:31 -0500 (EST)
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:55.0) Gecko/20100101 Firefox/55.0

Follow-up Comment #26, bug #50025 (project octave):

I think we could use the Qt::BlockingQueuedConnection if the signal were
originating from the main window of the GUI.  So perhaps what we need is
something like

command_interpreter SIGNAL octave_finished_signal
goes to
main_window SLOT (initiate_quit???)

and the the main window has a connection

main_window, SIGNAL (quitmainthread???)
goes to
main_thread SLOT (quit ()) with Qt::BlockingQueuedConnection

That is, the main_window is the one that always quits the main_thread and then
waits on it.

    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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