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

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

[Octave-bug-tracker] [bug #62248] s = dbstatus() throws a strange error


From: Rik
Subject: [Octave-bug-tracker] [bug #62248] s = dbstatus() throws a strange error when debug_on_interrupt is true
Date: Fri, 1 Apr 2022 19:35:23 -0400 (EDT)

URL:
  <https://savannah.gnu.org/bugs/?62248>

                 Summary: s = dbstatus() throws a strange error when
debug_on_interrupt is true
                 Project: GNU Octave
            Submitted by: rik5
            Submitted on: Fri 01 Apr 2022 04:35:21 PM PDT
                Category: Octave Function
                Severity: 2 - Minor
                Priority: 5 - Normal
              Item Group: Unexpected Error or Warning
                  Status: Confirmed
             Assigned to: None
         Originator Name: 
        Originator Email: 
             Open/Closed: Open
                 Release: dev
         Discussion Lock: Any
        Operating System: GNU/Linux

    _______________________________________________________

Details:

Sample Octave session showing "octave_base_value::print ()" error.


octave:2> debug_on_interrupt (1)
octave:3> debug_on_interrupt 
ans = 1
octave:4> dbstatus
stop if interrupt
octave:5> y = dbstatus
error: octave_base_value::print (): wrong type argument '<unknown type>'
y =

  scalar structure containing the fields:

    bkpt =

      0x1 struct array containing the fields:

        name
        file
        line
        cond

    intr =



It's not that big a deal, but clearly something is wrong.




    _______________________________________________________

Reply to this item at:

  <https://savannah.gnu.org/bugs/?62248>

_______________________________________________
  Message sent via Savannah
  https://savannah.gnu.org/




reply via email to

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