bugGNU Octave - Bugs: bug #40121, Using dbquit from within a...

 
 

bug #40121: Using dbquit from within a callback causes a segfault

Submitter:  Rik <rik5>
Submitted:  Thu 26 Sep 2013 11:26:27 PM UTC
   
 
Category:  Interpreter Severity:  3 - Normal
Priority:  5 - Normal Item Group:  Segfault, Bus Error, etc.
Status:  Fixed Assigned to:  None
Originator Name:  Open/Closed:  * Closed
Release:  * dev Operating System:  * GNU/Linux
Fixed Release:  None Planned Release:  None
* Mandatory Fields

Add a New Comment Rich Markup
   

Tue 01 Dec 2015 05:37:18 PM UTC, comment #1: 

Yay.  This two year old bug seems to have been fixed with the move to exceptions in the core and this cset (http://hg.savannah.gnu.org/hgweb/octave/rev/05b86b044995).  Marking as fixed and closing report.

Rik <rik5>
Group administrator
Thu 26 Sep 2013 11:26:27 PM UTC, original submission:  

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


Rik <rik5>
Group administrator

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

Attach Files:
   
   
Comment:
   

No files currently attached

 

Depends on the following items: None found

Items that depend on this one: None found

 

Carbon-Copy List
  • -email is unavailable- added by rik5
  • -email is unavailable- added by rik5 (Submitted the item)
  •  

    There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

    Only group members can vote.

     

    Follow 3 latest changes.

    Date Changed by Updated Field Previous Value => Replaced by
    2015-12-01 rik5 StatusNone Fixed
        Open/ClosedOpen Closed
        Carbon-Copy- Added jwe

    Back to the top

    Powered by Savane 3.13-cf05.
    Corresponding source code