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

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

[Octave-bug-tracker] [bug #61472] AddressSanitizer crash in MEX tests


From: Markus Mützel
Subject: [Octave-bug-tracker] [bug #61472] AddressSanitizer crash in MEX tests
Date: Fri, 17 Dec 2021 05:35:59 -0500 (EST)
User-agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36 Edg/96.0.1054.57

Follow-up Comment #36, bug #61472 (project octave):

It looks like that flag is set in the build rules of the package:
https://sourceforge.net/p/octave/ltfat/ci/master/tree/oct/Makefile_unix

export CXXFLAGS := $(shell $(MKOCTFILE) -p CXXFLAGS) -std=gnu++11 -Wall
-DLTFAT_LARGEARRAYS $(OPTCXXFLAGS)


Does that mean the package will be incompatible with Octave 7 if Octave was
build with newer features? Do we require that the package is updated to stay
compatible? Or should we somehow parse the flags and strip off the ones we
don't like in mkoctfile?

    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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