From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id BB6A738308FB; Wed, 14 Dec 2022 11:39:01 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org BB6A738308FB DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1671017941; bh=juBHWgPNecBMP6UknX4G3rkNIdFY1W7RPVSPJx7A/qM=; h=From:To:Subject:Date:From; b=vKiL9gCCV5asp8ht4AsWxDvof9tI1fIJ3ErxXbhumS6U+uzEJWfIuWti4xSltb0HY oFZn55H2KIlUzGvTT7aKUchwo4KnAZQiVtF4mgO7/esSVQryR1gF42zU0tLhI09HsT OAAzmg0xwMp1dHrYlPzDsOj1yEIVaZ37v/wYsGTs= From: "unlvsur at live dot com" To: gcc-bugs@gcc.gnu.org Subject: [Bug libstdc++/108097] New: std::stacktrace AddressSanitizer: new-delete-type-mismatch on 0x615000000080 in thread T0 Date: Wed, 14 Dec 2022 11:39:01 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: new 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: bug_id short_desc product version bug_status bug_severity priority component assigned_to reporter target_milestone attachments.created Message-ID: 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 Bug ID: 108097 Summary: std::stacktrace AddressSanitizer: new-delete-type-mismatch on 0x615000000080 in thread T0 Product: gcc Version: 13.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: libstdc++ Assignee: unassigned at gcc dot gnu.org Reporter: unlvsur at live dot com Target Milestone: --- Created attachment 54089 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=3D54089&action=3Dedit stacktrace sanitizer stderr I try to crossback compiling stacktrace from windows to linux D:\hg\fast_io\.wunao>x86_64-pc-linux-gnu-g++ -o stacktrace stacktrace.cc -O= fast -std=3Dc++23 -g -march=3Dnative -I../include -lstdc++_libbacktrace -fsanitize=3Daddress,undefined $ ./stacktrace 2>err.txt at D:\hg\fast_io\.wunao/stacktrace.cc:6 at :0 at :0 at :0=