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: Mon, 02 Mar 2015 22:27:54 +0000
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:36.0) Gecko/20100101 Firefox/36.0

Follow-up Comment #8, bug #44330 (project octave):

Alas, I see the same behavior as reported in comment #7.  The initial segfault
no longer occurs, but the code sequence still generates a segfault.  Adding
drawnow() calls in between the figure and reset doesn't help either.  I even
tried


h = figure; drawnow; set (h, '__modified__', 'on'); drawnow;
__process_graphics_events__ ; reset (h)


but it still segfaults.  Although it does take more than one attempt to get it
to segfault.


    _______________________________________________________

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]