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

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

[Octave-bug-tracker] [bug #60209] octave crashes when some .oct files ar


From: Rik
Subject: [Octave-bug-tracker] [bug #60209] octave crashes when some .oct files are updated
Date: Wed, 10 Mar 2021 18:14:29 -0500 (EST)
User-agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.66 Safari/537.36

Update of bug #60209 (project octave):

                Priority:              5 - Normal => 3 - Low                
                  Status:                    None => Confirmed              

    _______________________________________________________

Follow-up Comment #1:

Confirmed.  Behavior is also present on the development branch.

I would say that this is a corner case and there is an easy workaround.  Clear
the reference to the function in the Octave interpreter before overwriting the
file on disk.

If, for example, you are in a code/compile/debug loop for a .oct file then the
only addition to this is


clear -f NAME_OF_FUNCTION


after you are done debugging and ready to change the code, compile, and
overwrite the existing .oct file.

Because there is a simple way to avoid this I'm lowering the priority, but it
would still be nice to figure out why this isn't working.

    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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