bugGNU Octave - Bugs: bug #32655, error line 57 in newplot with...

 
 

bug #32655: error line 57 in newplot with debug_on_error(true)

Submitter:  Halvor Nilsen <hnil>
Submitted:  Wed 02 Mar 2011 04:32:54 PM UTC
   
 
Category:  Plotting Severity:  3 - Normal
Priority:  3 - Low Item Group:  None
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
   

Thu 10 Nov 2011 01:54:51 AM UTC, comment #2: 

Fixed in this changeset (http://hg.savannah.gnu.org/hgweb/octave/rev/b4b8e525dee0).  To access the fix you will need to build from the Mercurial sources or wait for the 3.6.0 release scheduled for December 2011.

Rik <rik5>
Group administrator
Wed 16 Mar 2011 05:30:35 AM UTC, comment #1: 

Confirmed with hg tip 12507:41d183070c04.  This is an odd result, but I'm going to lower the priority for fixing since it doesn't seem to produce serious problems like a segfault.

Rik <rik5>
Group administrator
Wed 02 Mar 2011 04:32:54 PM UTC, original submission:  

when using debug_on_error it newplot stop with error with no message. In many cases things will work ok if  debug_on_error(false). This error also give false error if any thing in a try/catch statement involve plotting.
-------------------------------------------------------------
hg tip
changeset:   12439:b03fe57893ae
branch:      release-3-4-x
tag:         tip
parent:      12436:36ebbc3e82aa
user:        John W. Eaton <jwe@octave.org>
date:        Fri Feb 11 14:27:26 2011 -0500
summary:     use correct type for std::string length

-------------------------------------------------------------
hnil@hnil-desktop:~/PROGRAM/OCTAVE/octave-hg$ ./run-octave
GNU Octave, version 3.5.0+
Copyright (C) 2011 John W. Eaton and others.
This is free software; see the source code for copying conditions.
There is ABSOLUTELY NO WARRANTY; not even for MERCHANTABILITY or
FITNESS FOR A PARTICULAR PURPOSE.  For details, type `warranty'.

Octave was configured for "x86_64-unknown-linux-gnu".

Additional information about Octave is available at http://www.octave.org.

Please contribute if you find this software useful.
For more information, visit http://www.octave.org/help-wanted.html

Read http://www.octave.org/bugs.html to learn how to submit bug reports.

For information about changes from previous versions, type `news'.

octave:1> newplot
octave:2> debug_on_error(true)
octave:3> newplot
stopped in /home/hnil/PROGRAM/OCTAVE/octave-hg/scripts/plot/newplot.m
debug> dbup
stopped in newplot at line 57



Halvor Nilsen <hnil>

 

(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 (Posted a comment)
  • -email is unavailable- added by hnil (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 4 latest changes.

    Date Changed by Updated Field Previous Value => Replaced by
    2011-11-10 rik5 StatusConfirmed Fixed
        Open/ClosedOpen Closed
    2011-03-16 rik5 Priority5 - Normal 3 - Low
        StatusNone Confirmed

    Back to the top

    Powered by Savane 3.13-02a9.
    Corresponding source code