From owner-freebsd-stable@FreeBSD.ORG Thu May 12 13:02:22 2005 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5333816A4CE for ; Thu, 12 May 2005 13:02:22 +0000 (GMT) Received: from mail.ticketswitch.com (mail.ticketswitch.com [194.200.93.188]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0F6FF43D7B for ; Thu, 12 May 2005 13:02:22 +0000 (GMT) (envelope-from petefrench@ticketswitch.com) Received: from [172.16.1.6] (helo=dilbert.firstcallgroup.co.uk) by mail.ticketswitch.com with esmtp (Exim 4.50 (FreeBSD)) id 1DWDKX-0009Ui-1j; Thu, 12 May 2005 14:02:21 +0100 Received: from petefrench by dilbert.firstcallgroup.co.uk with local (Exim 4.50 (FreeBSD)) id 1DWDKW-0009yy-E7; Thu, 12 May 2005 14:02:20 +0100 To: petefrench@ticketswitch.com, stable@FreeBSD.ORG In-Reply-To: Message-Id: From: Pete French Date: Thu, 12 May 2005 14:02:20 +0100 Subject: Re: gdb problem - program vanishes on SIGABRT - thread library related! X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 12 May 2005 13:02:22 -0000 Oh, some extra information - this problem depends on the thread library I link with! If I use 'pthread' then I have the problem, if I use 'thr' then the problen goes away! -pcf.