From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 70D44385040C; Fri, 14 Oct 2022 09:21:31 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 70D44385040C DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1665739291; bh=tp5Ym8OdATxrDmk5WCJ0va4bz6uv4K+ilzaHKB9jT80=; h=From:To:Subject:Date:In-Reply-To:References:From; b=dWyWzci4pQlLnvv5hpAmeKhKLzDQnqXRF/C9Rg7inURT5SNl3oSxvVAWdrU1pofql upxrpTy4RWYhh1NIuNPFsJmGbh4y5TipnnxCdG6Owuk62z0PyHB+glHrA81bQQxpYW sGn/c1XAUrbq+5UsKLUsQ3XD6wQsDlNi5yyvVCk0= From: "shanchuantian at gmail dot com" To: gcc-bugs@gcc.gnu.org Subject: [Bug sanitizer/84250] Symbol collision when using both Address and Undefined Behavior sanitizers (-fsanitize=address,undefined) Date: Fri, 14 Oct 2022 09:21:29 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: sanitizer X-Bugzilla-Version: 6.3.0 X-Bugzilla-Keywords: link-failure X-Bugzilla-Severity: normal X-Bugzilla-Who: shanchuantian at gmail dot com X-Bugzilla-Status: WAITING X-Bugzilla-Resolution: X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: chefmax at gcc dot gnu.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: cc 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=3D84250 shanchuan tian changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |shanchuantian at gmail dot= com --- Comment #13 from shanchuan tian --- Dear all, Is this problem solved? Can logging work properly when asan and ubsan be compiled at the same? Best regards, Tian=