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

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

[Octave-bug-tracker] [bug #49515] Octave aborts on exit under some condi


From: Dan Sebald
Subject: [Octave-bug-tracker] [bug #49515] Octave aborts on exit under some conditions with --eval CODE
Date: Wed, 2 Nov 2016 18:47:08 +0000 (UTC)
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:42.0) Gecko/20100101 Firefox/42.0

Follow-up Comment #1, bug #49515 (project octave):

I assume there are no such problems when adding "--no-gui" to the command line
invocation.

Could it be that by running the symbolic package there is a lot of complicated
stuff in memory, i.e., tables, etc. that takes a while to clean up so there
might be a longer delay between shutting down the GUI thread and something
else (in the core thread) a bit later that uses octave_qt_link?

Might it simply be a case of having to set octave_qt_link to NULL after
shutting down the GUI thread so that it isn't used from that point forward
(assuming the core thread checks that sort of thing already)?

    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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