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

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

[Octave-bug-tracker] [bug #44656] Error following an error in a callback


From: Guillaume
Subject: [Octave-bug-tracker] [bug #44656] Error following an error in a callback of a uimenu
Date: Sat, 28 Mar 2015 20:41:57 +0000
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:36.0) Gecko/20100101 Firefox/36.0

URL:
  <http://savannah.gnu.org/bugs/?44656>

                 Summary: Error following an error in a callback of a uimenu
                 Project: GNU Octave
            Submitted by: gyom
            Submitted on: Sat 28 Mar 2015 08:41:56 PM GMT
                Category: Plotting
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: None
                  Status: None
             Assigned to: None
         Originator Name: Guillaume
        Originator Email: 
             Open/Closed: Open
         Discussion Lock: Any
                 Release: dev
        Operating System: GNU/Linux

    _______________________________________________________

Details:

If a callback in a uimenu crashes, there is another error that will be
displayed as soon as the figure is moved:


>> F=figure;
>> uimenu(F,'Label','Click Here','Callback','crash');
>> % Click on 'Click Here'
>> error: 'crash' undefined near line 1 column 1
>> % move the figure
error: octave_base_value::matrix_value(): wrong type argument '<unknown
type>'
error: A(I,J): row index out of bounds; value 1 out of bound 0
error: unhandled execution exception -- trying to return to prompt





    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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