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: Wed, 23 Nov 2022 19:37:51 -0500 (EST)

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

I built Octave with these settings:

export CC="gcc"
export CXX="g++"
export F77="gfortran"
export CFLAGS="-pipe -march=native -O0 -ggdb3 -fsanitize=thread,undefined"
export CXXFLAGS="$CFLAGS"
export FFLAGS="$CFLAGS"

../configure --enable-64 --enable-openmp --disable-java --disable-docs
--disable-lib-visibility-flags


(The disable-lib-visibility was required with "-fsanitize=undefined" otherwise
it kept giving undefined symbol linker errors).

Running the two tests from the OP, there are several race conditions that show
up. Attached logs if anyone finds them useful.

(file #54001, file #54002)

    _______________________________________________________

Additional Item Attachment:

File name: case1_thread_undefined.log     Size:60 KB
   
<https://file.savannah.gnu.org/file/case1_thread_undefined.log?file_id=54001>

File name: case2_thread_undefined.log     Size:72 KB
   
<https://file.savannah.gnu.org/file/case2_thread_undefined.log?file_id=54002>



    _______________________________________________________

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]