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

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

[Octave-patch-tracker] [patch #7949] octave-gui freezes for 30+ seconds


From: Dan Sebald
Subject: [Octave-patch-tracker] [patch #7949] octave-gui freezes for 30+ seconds when trying to display a new documentation tab
Date: Wed, 03 Apr 2013 21:53:50 +0000
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:18.0) Gecko/20100101 Firefox/18.0 SeaMonkey/2.15

Follow-up Comment #4, patch #7949 (project octave):

We can wait for 5.1, but the initial setup before your mod didn't look that
good.

I too noticed that the destructor is working properly now.  Someone removed
"delete _terminal" from

delete _terminal_dock_widget;
delete _terminal;

The _terminal was contained inside _terminal_dock_widget, so it was as though
calling the destructor on _terminal twice.  Someone must have caught this in
the past week or so.  I just wrote a patch
http://hg.savannah.gnu.org/hgweb/octave/rev/28136851099a that removes
_terminal so that confusion won't arise again.

The thing is, although there was a crash, it went unnoticed because error
messages were in the terminal window, which consequently is removed from the
screen.  I've also written a patch that restores the STDERR at shutdown so
that the messages go to the shell window and not the GUI terminal.

https://savannah.gnu.org/bugs/?38648

    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/patch/?7949>

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




reply via email to

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