From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 26954 invoked by alias); 14 Dec 2012 20:31:08 -0000 Received: (qmail 26868 invoked by uid 48); 14 Dec 2012 20:30:32 -0000 From: "howarth at nitro dot med.uc.edu" To: gcc-bugs@gcc.gnu.org Subject: [Bug libitm/55693] regression in libitm.c++/eh-1.C execution test on darwin from r193271 Date: Fri, 14 Dec 2012 20:31:00 -0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: libitm X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: howarth at nitro dot med.uc.edu X-Bugzilla-Status: UNCONFIRMED X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: X-Bugzilla-URL: http://gcc.gnu.org/bugzilla/ Auto-Submitted: auto-generated Content-Type: text/plain; charset="UTF-8" MIME-Version: 1.0 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 X-SW-Source: 2012-12/txt/msg01488.txt.bz2 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55693 --- Comment #5 from Jack Howarth 2012-12-14 20:30:26 UTC --- Appending -fsanitize=address to the compilation of the failing eh-1.exe testcase on x86_64-apple-darwin10 produces the following output on execution of eh-1.exe... ASAN:SIGSEGV ================================================================= ==79170== ERROR: AddressSanitizer: SEGV on unknown address 0x000000000000 (pc 0x000100001497 sp 0x7fff5fbfded0 bp 0x7fff5fbfdee0 T0) AddressSanitizer can not provide additional info. #0 0x100001496 (/sw/src/fink.build/gcc48-4.8.0-1000/darwin_objdir/x86_64-apple-darwin10.8.0/libitm/testsuite/./eh-1.exe+0x100001496) #1 0x1000014e3 (/sw/src/fink.build/gcc48-4.8.0-1000/darwin_objdir/x86_64-apple-darwin10.8.0/libitm/testsuite/./eh-1.exe+0x1000014e3) #2 0x10000154e (/sw/src/fink.build/gcc48-4.8.0-1000/darwin_objdir/x86_64-apple-darwin10.8.0/libitm/testsuite/./eh-1.exe+0x10000154e) #3 0x100001423 (/sw/src/fink.build/gcc48-4.8.0-1000/darwin_objdir/x86_64-apple-darwin10.8.0/libitm/testsuite/./eh-1.exe+0x100001423) #4 0x0 (/sw/src/fink.build/gcc48-4.8.0-1000/darwin_objdir/x86_64-apple-darwin10.8.0/libitm/testsuite/./eh-1.exe+0x0) Stats: 0M malloced (0M for red zones) by 6 calls Stats: 0M realloced by 0 calls Stats: 0M freed by 0 calls Stats: 0M really freed by 0 calls Stats: 2M (513 full pages) mmaped in 4 calls mmaps by size class: 9:1023; 10:511; 11:255; 13:64; mallocs by size class: 9:2; 10:2; 11:1; 13:1; frees by size class: rfrees by size class: Stats: malloc large: 0 small slow: 4 ==79170== ABORTING whereas appending -fsanitize=address on x86_64 linux produces no output on normal execution of the non-failing testcase with emutls.