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

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

[Octave-bug-tracker] [bug #44330] Qt toolkit segmentation fault when fig


From: Rik
Subject: [Octave-bug-tracker] [bug #44330] Qt toolkit segmentation fault when figure opened, closed, and opened again
Date: Tue, 10 Mar 2015 04:15:18 +0000
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:36.0) Gecko/20100101 Firefox/36.0

Update of bug #44330 (project octave):

                  Status:         Patch Submitted => Confirmed              

    _______________________________________________________

Follow-up Comment #11:

Re-running the original example code I now occasionally get more error
messages when the segfault occurs.  See below


octave:5> h = figure (); close (h); h = figure ();
octave:6> pure virtual method called
terminate called without an active exception
panic: Aborted -- stopping myself...
attempting to save variables to 'octave-workspace'...
save to 'octave-workspace' complete
Abort


Interestingly, it seems that Octave has returned to the command prompt before
something else goes wrong.

More confirmation that there is some sort of race condition, the following
code works


h = figure (); close (h); pause (0.1); h = figure ();


But it is possible to make the delay short and then the segmentation fault
returns.  For example, a delay of .01 fails for me.


    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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