From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 623 invoked by alias); 19 Nov 2014 22:39:30 -0000 Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org Received: (qmail 562 invoked by uid 48); 19 Nov 2014 22:39:26 -0000 From: "fxcoudert at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug sanitizer/63939] [5 Regression] Massive asan failures (356) on darwin Date: Wed, 19 Nov 2014 22:39:00 -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: 5.0 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: fxcoudert at gcc dot gnu.org X-Bugzilla-Status: RESOLVED X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: 5.0 X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_status resolution Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: http://gcc.gnu.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-SW-Source: 2014-11/txt/msg02102.txt.bz2 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63939 Francois-Xavier Coudert changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |FIXED --- Comment #21 from Francois-Xavier Coudert --- Thanks Dominique for analyzing these failures and your patch, thought it took me a while to understand (and the fix I went with has the space earlier in the pattern, so it will be a bit more robust I think). Now, all asan failures are cleared on x86_64-apple-darwin14, with or without llvm-symbolizer, apart from PR59148 (strncpy-overflow-1.c). Closing as fixed. It remains to add support for Mach-O in libbacktrace, as that would allow us to provide proper symbol names even in the absence of llvm-symbolizer, but I guess that's a separate issue.