From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 21826 invoked by alias); 7 Oct 2011 12:13:37 -0000 Received: (qmail 21798 invoked by uid 22791); 7 Oct 2011 12:13:32 -0000 X-SWARE-Spam-Status: No, hits=-2.9 required=5.0 tests=ALL_TRUSTED,AWL,BAYES_00 X-Spam-Check-By: sourceware.org Received: from localhost (HELO gcc.gnu.org) (127.0.0.1) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Fri, 07 Oct 2011 12:13:15 +0000 From: "vijay910 at gmail dot com" To: gcc-bugs@gcc.gnu.org Subject: [Bug gcov-profile/49484] gcov crash if two(or more) forks happen at the same time Date: Fri, 07 Oct 2011 12:13:00 -0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: gcov-profile X-Bugzilla-Keywords: X-Bugzilla-Severity: major X-Bugzilla-Who: vijay910 at gmail dot com 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: CC 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: 2011-10/txt/msg00480.txt.bz2 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49484 vijay changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |vijay910 at gmail dot com --- Comment #3 from vijay 2011-10-07 12:12:49 UTC --- Have the same issue on sles 10 machine Back trace: #0 0x00002aaaab835b95 in raise () from /lib64/libc.so.6 #1 0x00002aaaab836f90 in abort () from /lib64/libc.so.6 #2 0x00002aaaab86c35b in __libc_message () from /lib64/libc.so.6 #3 0x00002aaaab87134e in malloc_printerr () from /lib64/libc.so.6 #4 0x00002aaaab87295c in free () from /lib64/libc.so.6 #5 0x00002aaaab862942 in fclose@@GLIBC_2.2.5 () from /lib64/libc.so.6 #6 0x000000000048e644 in __gcov_close () #7 0x000000000048eb35 in gcov_exit () #8 0x000000000048f48f in __gcov_flush () #9 0x000000000048f529 in __gcov_fork () gcc version 4.1.2 20070115 (prerelease) (SUSE Linux)