|
| From: | Torsten |
| Subject: | [Octave-bug-tracker] [bug #54598] Octave cancel normal system reboot/shutdown on KDE |
| Date: | Thu, 30 Aug 2018 16:16:20 -0400 (EDT) |
| User-agent: | Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:61.0) Gecko/20100101 Firefox/61.0 |
Follow-up Comment #3, bug #54598 (project octave):
If we ignored the event, the GUI application would be closed by the event and
via the 'exit' of the worker thread. I guess this is causing the segfault.
Here is the close event of the main window in octave:
void main_window::closeEvent (QCloseEvent *e)
{
e->ignore ();
octave_cmd_exec *cmd = new octave_cmd_exec ("exit");
m_cmd_queue.add_cmd (cmd);
}
I do not see what is causing the issue in our case and how we can directly use
the solution mentioned in https://github.com/mujx/nheko/issues/353
_______________________________________________________
Reply to this item at:
<http://savannah.gnu.org/bugs/?54598>
_______________________________________________
Message sent via Savannah
https://savannah.gnu.org/
| [Prev in Thread] | Current Thread | [Next in Thread] |