This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug sanitizer/81021] stack-use-after-scope false positive error with exceptions
- From: "marxin at gcc dot gnu.org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Mon, 10 Jul 2017 12:22:10 +0000
- Subject: [Bug sanitizer/81021] stack-use-after-scope false positive error with exceptions
- Auto-submitted: auto-generated
- References: <bug-81021-4@http.gcc.gnu.org/bugzilla/>
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81021
--- Comment #16 from Martin Liška <marxin at gcc dot gnu.org> ---
(In reply to Avi Kivity from comment #15)
> 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
Unfortunately I don't have any Fedora system to test it. Do you have any
experience using Docker? This can be good candidate to reproduce that?