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

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

[Octave-bug-tracker] [bug #46038] Crash when uicontrol's callback return


From: Guillaume
Subject: [Octave-bug-tracker] [bug #46038] Crash when uicontrol's callback returns an error
Date: Wed, 23 Sep 2015 13:17:06 +0000
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:40.0) Gecko/20100101 Firefox/40.0

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

                 Summary: Crash when uicontrol's callback returns an error
                 Project: GNU Octave
            Submitted by: gyom
            Submitted on: Wed 23 Sep 2015 01:17:05 PM GMT
                Category: Plotting with OpenGL
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: Crash
                  Status: None
             Assigned to: None
         Originator Name: Guillaume
        Originator Email: 
             Open/Closed: Open
         Discussion Lock: Any
                 Release: dev
        Operating System: GNU/Linux

    _______________________________________________________

Details:

Run the following:

++
F = figure;
h = uicontrol(F,...
  'Style','Pushbutton',...
  'String','OK',...
  'Callback',"error('err')");
--

and press the OK button - the error message is displayed and Octave crashes
when the mouse is moved away from the button.




    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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