From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id BC287382FCB8; Wed, 14 Dec 2022 11:46:36 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org BC287382FCB8 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1671018396; bh=dwkTpSahpbrQjfuiOrop7W0S3U22+nMnnBEW6tMuS7c=; h=From:To:Subject:Date:In-Reply-To:References:From; b=ZIVKf3QW8n7SVzF4oDOy5kzsrRVjE0pwebcYuyEcLMkytEfoPTJ53a8who1cO6QaO IIJvahQ3FbJnGrTIBq4H3pdnzjNGyBNkySiZewescqlDjGLyUPXOJN812Th3kIcHTS y9tj1pohpmaUtaI4znIXzX/Y2YGGgX/xu0t5Xf7c= From: "unlvsur at live dot com" To: gcc-bugs@gcc.gnu.org Subject: [Bug libstdc++/108097] std::stacktrace AddressSanitizer: new-delete-type-mismatch on 0x615000000080 in thread T0 Date: Wed, 14 Dec 2022 11:46:30 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: libstdc++ X-Bugzilla-Version: 13.0 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: unlvsur at live dot com X-Bugzilla-Status: UNCONFIRMED X-Bugzilla-Resolution: X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.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://gcc.gnu.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 List-Id: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D108097 --- Comment #2 from cqwrteur --- (In reply to cqwrteur from comment #1) > #include > #include >=20 > int main() > { > for(auto const & e : std::stacktrace::current()) > { > println(std::to_string(e)); > } > } btw windows support for std::stacktrace when? libbacktrace does support Win= dows but libstdc++ does not.=