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

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

[Octave-bug-tracker] [bug #50189] Segfault when drawing sphere as first


From: John W. Eaton
Subject: [Octave-bug-tracker] [bug #50189] Segfault when drawing sphere as first plot
Date: Thu, 2 Feb 2017 15:24:41 +0000 (UTC)
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Firefox/45.0

Update of bug #50189 (project octave):

             Open/Closed:                    Open => Closed                 

    _______________________________________________________

Follow-up Comment #26:

Thanks for pushing the patch.

I'm closing this report and opening a new one about the allchild
compatibility.

The print trick works for me.  I tried


./run-octave --persist --no-gui --eval "newplot; newplot; drawnow;"


until it failed with a blank figure window.  A "print foo.png" command made
the axes appear.  So I guess this is some other kind of race condition
involving rendering and drawnow?  But although printing the figure worked to
fix the display, I couldn't seem to get that to happen with something that
should force a redraw like


set (gca, 'xlim', [-5, 5]);


So maybe it is more complicated that just missing a drawnow request.

    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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