[Bug sanitizer/81021] stack-use-after-scope false positive error with exceptions

avi@cloudius-systems.com gcc-bugzilla@gcc.gnu.org
Mon Jul 10 10:56:00 GMT 2017


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81021

--- Comment #15 from Avi Kivity <avi@cloudius-systems.com> ---
Unfortunately, backporting your patch is not enough; it depends on another, and
backporting the dependency generates many conflicts.

There is now a ./install-dependencies.sh in the scylla repositories, so to get
a reproducer, you can (on Fedora)

    git clone  --recurse-submodules https://github.com/scylladb/scylla
    sudo ./install-dependencies.sh  # just running yum, honest
    ./configure.py
    ninja build/debug/tests/view_schema_test_g   # add -j smallnum if running
out  of memory
    build/debug/tests/view_schema_test_g -- --smp 1 -m1G   # will reproduce the
problem


More information about the Gcc-bugs mailing list