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

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

[Octave-bug-tracker] [bug #63388] Octave may crash with uitable containi


From: Liang Tang
Subject: [Octave-bug-tracker] [bug #63388] Octave may crash with uitable containing true/false data
Date: Thu, 24 Nov 2022 11:00:04 -0500 (EST)

Follow-up Comment #20, bug #63388 (project octave):

Arun, thanks.  

In additional to your recommendations, there are two more workaround
possible:

(1) convert true/false to 'true'/'false' and handle with some small processing
overhead.  I have not seen any issue for a table with mixed character and
numeric types.  
(2) delete uitable and rebuild uitable every time the troublesome table
contents change occurs.   

In the most recent m file I sent, (2) above may still crash w/o a pause(2), 2
is a arbitrary number, between delete and rebuild. So I am bit concern about
the fast for-loop may be introducing some unintended things.    


    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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