From owner-freebsd-threads@FreeBSD.ORG Mon Jun 13 15:10:07 2005 Return-Path: X-Original-To: freebsd-threads@hub.freebsd.org Delivered-To: freebsd-threads@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9075516A41C for ; Mon, 13 Jun 2005 15:10:07 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5642D43D48 for ; Mon, 13 Jun 2005 15:10:07 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id j5DFA7FG082470 for ; Mon, 13 Jun 2005 15:10:07 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j5DFA7dA082469; Mon, 13 Jun 2005 15:10:07 GMT (envelope-from gnats) Date: Mon, 13 Jun 2005 15:10:07 GMT Message-Id: <200506131510.j5DFA7dA082469@freefall.freebsd.org> To: freebsd-threads@FreeBSD.org From: Pete French Cc: Subject: Re: threads/80992: abort() sometimes not caught by gdb depending on thread library X-BeenThere: freebsd-threads@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Pete French List-Id: Threading on FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Jun 2005 15:10:07 -0000 The following reply was made to PR threads/80992; it has been noted by GNATS. From: Pete French To: bug-followup@FreeBSD.org, freebsd-threads@FreeBSD.org Cc: Subject: Re: threads/80992: abort() sometimes not caught by gdb depending on thread library Date: Mon, 13 Jun 2005 16:09:52 +0100 A bit more info - this problem seems to be related to the scope of the threads as if I run the test program with LIBPTHREAD_SYSTEM_SCOPE defined then the debugger catches the abort correctly and lets me trace the offending method call.