From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id A8F773853541; Fri, 14 Oct 2022 09:19:25 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org A8F773853541 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1665739165; bh=lAzNQNDCAlNlLPTg+XfjyraKQslwcDjnMje4NY4mazI=; h=From:To:Subject:Date:In-Reply-To:References:From; b=xBteriWjUZ9MEHEhRrmFMjY4G4uKi4T2KLx0nFAJga9nqfqON+nSpn5coJ9zm5MTm 3KF1JKTjMMrrH50WiYkYV0yPKvfa7eupkFOcJVjeaaYVS6ox7zFr5ZqjIttnOx+A0J ENXKu1UwQ7/u9benzjxcccss74Bqk2SqCDY54JJM= From: "shanchuantian at gmail 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: Fri, 14 Oct 2022 09:19:24 +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: shanchuantian at gmail dot com X-Bugzilla-Status: NEW 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: 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=3D94328 shanchuan tian changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |shanchuantian at gmail dot= com --- Comment #9 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=