[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Octave-bug-tracker] [bug #61370] gcc's thread sanitizer reports several
From: |
Arun Giridhar |
Subject: |
[Octave-bug-tracker] [bug #61370] gcc's thread sanitizer reports several race conditions |
Date: |
Fri, 2 Dec 2022 12:43:43 -0500 (EST) |
Follow-up Comment #15, bug #61370 (project octave):
To quantify this, I built Octave with these settings:
CFLAGS="-pipe -fsanitize=thread" CXXFLAGS=$CFLAGS FFLAGS=$CFLAGS ../configure
--disable-docs
Then I started `./run_octave`, waited for the initial set of thread warnings
to stop, hit Ctrl-C, and then exited.
Without the patch, it gives me 8+4 = 12 warnings, with 8 on startup and 4 on
Ctrl-C.
With the patch, it gives me 8+0 = 8 warnings, the final 4 on Ctrl-C being
eliminated.
(Same results for both stable and default.)
_______________________________________________________
Reply to this item at:
<https://savannah.gnu.org/bugs/?61370>
_______________________________________________
Message sent via Savannah
https://savannah.gnu.org/
- [Octave-bug-tracker] [bug #61370] gcc's thread sanitizer reports several race conditions, Arun Giridhar, 2022/12/02
- [Octave-bug-tracker] [bug #61370] gcc's thread sanitizer reports several race conditions,
Arun Giridhar <=
- [Octave-bug-tracker] [bug #61370] gcc's thread sanitizer reports several race conditions, Dmitri A. Sergatskov, 2022/12/02
- [Octave-bug-tracker] [bug #61370] gcc's thread sanitizer reports several race conditions, Markus Mützel, 2022/12/02
- [Octave-bug-tracker] [bug #61370] gcc's thread sanitizer reports several race conditions, Markus Mützel, 2022/12/02
- [Octave-bug-tracker] [bug #61370] gcc's thread sanitizer reports several race conditions, Dmitri A. Sergatskov, 2022/12/02
- [Octave-bug-tracker] [bug #61370] gcc's thread sanitizer reports several race conditions, Markus Mützel, 2022/12/02
- [Octave-bug-tracker] [bug #61370] gcc's thread sanitizer reports several race conditions, Arun Giridhar, 2022/12/02
- [Octave-bug-tracker] [bug #61370] gcc's thread sanitizer reports several race conditions, Arun Giridhar, 2022/12/02
- [Octave-bug-tracker] [bug #61370] gcc's thread sanitizer reports several race conditions, anonymous, 2022/12/03
- [Octave-bug-tracker] [bug #61370] gcc's thread sanitizer reports several race conditions, Arun Giridhar, 2022/12/03
- [Octave-bug-tracker] [bug #61370] gcc's thread sanitizer reports several race conditions, John W. Eaton, 2022/12/03