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

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

[Octave-bug-tracker] [bug #61821] segfault using tree_parameter_list in


From: Markus Mützel
Subject: [Octave-bug-tracker] [bug #61821] segfault using tree_parameter_list in oct file
Date: Tue, 15 Mar 2022 12:09:01 -0400 (EDT)

Update of bug #61821 (project octave):

                  Status:          Ready For Test => Fixed                  
             Open/Closed:                    Open => Closed                 

    _______________________________________________________

Follow-up Comment #27:

That definitely looks interesting. Especially the file system library might
help to get rid of some of our platform specific code.
Afaict, the chrono library could replace the functionality that we currently
use from the ctime header. However, those parts require C++20. That is still
pretty new. And I don't know if it's worth maintaining implementations using
the "old" C version (<ctime>) and the "new" C++ version (<chrono>) of the same
functionality side by side to still support older compilers/STLs.

Anyway, imho those changes are out of scope of this bug report. (But we should
keep them in mind for the future.)

Closing as fixed since our CI still seems to be fine, and the changes avoided
the crash for me on Windows 32-bit with the original reproducer.


    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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