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

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

[Octave-bug-tracker] [bug #40121] Using dbquit from within a callback ca


From: Rik
Subject: [Octave-bug-tracker] [bug #40121] Using dbquit from within a callback causes a segfault
Date: Thu, 26 Sep 2013 23:26:28 +0000
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:24.0) Gecko/20100101 Firefox/24.0

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

                 Summary: Using dbquit from within a callback causes a
segfault
                 Project: GNU Octave
            Submitted by: rik5
            Submitted on: Thu 26 Sep 2013 04:26:27 PM PDT
                Category: Interpreter
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: Crash
                  Status: None
             Assigned to: None
         Originator Name: 
        Originator Email: 
             Open/Closed: Open
         Discussion Lock: Any
                 Release: dev
        Operating System: GNU/Linux

    _______________________________________________________

Details:

The following sample code is based on legend.m from Mercurial id 55680de6a897.
 In any case, the breakpoint should be set at the first line of
updatelegendtext.  The code needs to be entered on the command line, not in an
m-file, in order to see the bug.


clf;
plot (1:10);
hl = legend ("abc");
dbstop ("legend", 1018);
set (hl, "interpreter", "latex");
## Now execute dbquit from the debug> prompt






    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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