From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id F20D4385E00C; Wed, 25 Mar 2020 14:18:22 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org F20D4385E00C DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1585145902; bh=su0L3chuwc+/q6TqOo1tn72Z7WSVgq7EcE8GKCW5MoU=; h=From:To:Subject:Date:In-Reply-To:References:From; b=NjJ9e0X0ObqdBPuuBZCCH/YmDrE3Uqdm8VsYMQ5XxVUJfjMvRfWeaucCw8+lt6unL 6SW6ETMHuAaA+Y07+t+bGU3iM0QKZcyjWiyFumuEl0r7d92KusnwJEfua6+CaR3vm6 3GdKErvF8qsUjJarfVw+MFelXqYFbRIkuxgdvqM8= From: "gmc at synopsys dot com" To: gcc-bugs@gcc.gnu.org Subject: [Bug sanitizer/94328] Logging of defects to file does not work with Asan and Ubsan combined Date: Wed, 25 Mar 2020 14:18:22 +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.2.0 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: gmc at synopsys dot com X-Bugzilla-Status: WAITING 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: cf_known_to_fail 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 X-BeenThere: gcc-bugs@gcc.gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gcc-bugs mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 25 Mar 2020 14:18:23 -0000 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D94328 Gordon Mc changed: What |Removed |Added ---------------------------------------------------------------------------- Known to fail| |9.2.0 --- Comment #5 from Gordon Mc --- Also just tested with newer GCC 9.2.0 - behavior there is the same as 6.2 a= nd 7.3, in that the ubsan logging goes to stderr instead of the log file, in t= he combined sanitizer build.=