From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 5464 invoked by alias); 28 Nov 2014 06:41:58 -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 5400 invoked by uid 48); 28 Nov 2014 06:41:52 -0000 From: "java4ada at yahoo dot com" To: gcc-bugs@gcc.gnu.org Subject: [Bug libgomp/42616] OMP'ed loop inside pthread leads to crash. Date: Fri, 28 Nov 2014 06:41:00 -0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: libgomp X-Bugzilla-Version: 4.4.2 X-Bugzilla-Keywords: openmp X-Bugzilla-Severity: blocker X-Bugzilla-Who: java4ada at yahoo 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-Flags: X-Bugzilla-Changed-Fields: cc 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/msg03283.txt.bz2 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=42616 java4ada at yahoo dot com changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |java4ada at yahoo dot com --- Comment #16 from java4ada at yahoo dot com --- Question: There are ~98 calls to gomp_thread() which allocates struct gomp_thread when HAVE_TLS isn't defined, but only gomp_free_thread() frees this instance. Possible memory leak?