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: Pantxo Diribarne
Subject: [Octave-bug-tracker] [bug #50025] Octave window freezes when I quit Octave GUI
Date: Mon, 9 Oct 2017 09:52:46 -0400 (EDT)
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:55.0) Gecko/20100101 Firefox/55.0

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

@Dan:

>> The signal/slot connection doesn't have a means for waiting

I don't know if it is relevant here since since I did not look into this at
all, but ther *is* a way to have the signal function return only when the slot
has returned. The connection must be made in queud mode:
 connect (signal,..., Qt::BlockingQueuedConnection)

There is a requirement though, the signaling thread is then locked until the
slot thread has returned: it means that the slot thread can't request some
operation to be done in the signal thread because it would lead to a dead
lock.

    _______________________________________________________

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]