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

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

[Octave-bug-tracker] [bug #64849] Octave throws an 'error: add_breakpoin


From: anonymous
Subject: [Octave-bug-tracker] [bug #64849] Octave throws an 'error: add_breakpoints_in_function' under certain conditions
Date: Sun, 12 Nov 2023 00:20:12 -0500 (EST)

Follow-up Comment #2, bug #64849 (project octave):

The issue is caused by recent changes in bp-table.cc (break point table
handling): In certain cases the function parameter flag "silent" of
"remove_all_breakpoints" was ignored. 

This flag silent is used by the out_of_date_check function, which calls
"remove_all_breakpoints" with "silent = true".

(pkg load uses "common_size" which was replaced by the OCT function via
"out_of_date_check" and then Octave threw the observed error as the flag
silent was ignored)


A patch is attached which solves the issue.

(file #55319)

    _______________________________________________________

Additional Item Attachment:

File name: 64849.patch                    Size:1 KB
    <https://file.savannah.gnu.org/file/64849.patch?file_id=55319>



    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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