From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id AEFB83857C59; Fri, 14 Aug 2020 14:46:17 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org AEFB83857C59 From: "dns.botond at gmail dot com" To: gdb-prs@sourceware.org Subject: [Bug c++/26387] Assertion `!frame_id_eq (*this_id, outer_frame_id)' failed triggered when backtracing a green thread Date: Fri, 14 Aug 2020 14:46:17 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gdb X-Bugzilla-Component: c++ X-Bugzilla-Version: 9.1 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: dns.botond at gmail dot com X-Bugzilla-Status: UNCONFIRMED X-Bugzilla-Resolution: X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: unassigned at sourceware dot org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://sourceware.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: gdb-prs@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gdb-prs mailing list List-Unsubscribe: , List-Archive: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 14 Aug 2020 14:46:17 -0000 https://sourceware.org/bugzilla/show_bug.cgi?id=3D26387 --- Comment #4 from Botond D=C3=A9nes --- Fedora32 $ gcc --version gcc (GCC) 10.2.1 20200723 (Red Hat 10.2.1-1) $ gdb --version GNU gdb (GDB) Fedora 9.1-5.fc32 https://github.com/scylladb/seastar $ git log -1 --oneline 1a4b3eb3 (HEAD -> master) sstring: mark str() and methods using it as noexc= ept On Fedora 32 you can compile seastar by doing: $ ./install-dependencies.sh $ ./configure.py $ ninja -c build/release To build the application: $ g++ exp.cpp $(pkg-config --libs --cflags --static /path/to/seastar/build/release/seastar.pc) -O0 -g -std=3Dc++20 -Wfatal-erro= rs -o exp -std=3Dc++20 is not needed, seastar supports c++17 as well. --=20 You are receiving this mail because: You are on the CC list for the bug.=