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:23:36 -0500 (EST)
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:55.0) Gecko/20100101 Firefox/55.0

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

I may have placed the connection classification on the wrong signal/slot pair.
 Not sure.  The problem is that it's now the interpreter issuing this signal
(octave_finished_signal (int)), but the interpreter lives in the main_thread
(via move) so I'm not sure if Qt::BlockingQueuedConnection even applies
anymore because signal/slot in the same thread are not queued.

So, it may be that we have to go back to a setup similar to the original patch
in which the quit/wait is done via the main window.

(file #42446)
    _______________________________________________________

Additional Item Attachment:

File name: octave-qt_wait_on_thread-djs2017nov21.patch Size:1 KB


    _______________________________________________________

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]