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

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

[Octave-bug-tracker] [bug #57391] graphics callback error after two cons


From: Pantxo Diribarne
Subject: [Octave-bug-tracker] [bug #57391] graphics callback error after two consecutive calls to "stem"
Date: Tue, 10 Dec 2019 15:09:58 -0500 (EST)
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:69.0) Gecko/20100101 Firefox/69.0

Update of bug #57391 (project octave):

                  Status:                    None => Confirmed              
                 Summary: graphics callback error with legend and stem plot =>
graphics callback error after two consecutive calls to "stem"

    _______________________________________________________

Follow-up Comment #1:

I can reproduce the issue, but I am happy to say that legend has nothing to do
with it, for once :-)! Two consecutive calls to stem are enough.

I live with a patch that makes Octave print error messages in graphics
callbacks and here is what I see:


octave:1> plot (rand (3, 6))
octave:2> stem (1:10)
octave:3> stem (1:10)
execution error in graphics callback function:
error: get: invalid handle (= -37.8902)
error: called from
    __stem__>update_xlim at line 366 column 9
    delete at line 60 column 5
    newplot at line 202 column 11
    __stem__ at line 45 column 9
    stem at line 127 column 8


The regression seems to have been introduced between 4.2 (works) and Octave
5.1 (doesn't).

Re-titling report to better describe the issue.


    _______________________________________________________

Reply to this item at:

  <https://savannah.gnu.org/bugs/?57391>

_______________________________________________
  Message posté via Savannah
  https://savannah.gnu.org/




reply via email to

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