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: Arun Giridhar
Subject: [Octave-bug-tracker] [bug #63388] Octave may crash with uitable containing true/false data
Date: Thu, 24 Nov 2022 09:46:11 -0500 (EST)

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

Yes, Qt is very much external to Octave. If we can show the same crash from a
standalone C++ program without Octave, then that can be submitted to the Qt
maintainers as a bug report. Right now we don't have that sort of minimum
reproducer.

The workaround so far to avoid the crash is to keep booleans as booleans. That
is, for all your different forms, if one of them had a boolean in the 3rd
location, that needs to be boolean for all your forms. Other data types can be
switched as needed but booleans create a checkbox widget and that goes wrong
somewhere. The cause isn't known yet.


    _______________________________________________________

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]