From owner-freebsd-current@FreeBSD.ORG Thu Aug 5 13:46:20 2004 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BD19916A4CE for ; Thu, 5 Aug 2004 13:46:20 +0000 (GMT) Received: from mail.pcnet.com (mail.pcnet.com [204.213.232.4]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2025443D31 for ; Thu, 5 Aug 2004 13:46:20 +0000 (GMT) (envelope-from eischen@vigrid.com) Received: from mail.pcnet.com (mail.pcnet.com [204.213.232.4]) by mail.pcnet.com (8.12.10/8.12.1) with ESMTP id i75DkJ3w015833; Thu, 5 Aug 2004 09:46:19 -0400 (EDT) Date: Thu, 5 Aug 2004 09:46:19 -0400 (EDT) From: Daniel Eischen X-Sender: eischen@pcnet5.pcnet.com To: ngl In-Reply-To: <0d4801c47ae9$5a9a5950$0202000a@spirit> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: current@freebsd.org Subject: Re: pthread_cond_wait failed X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 05 Aug 2004 13:46:20 -0000 On Thu, 5 Aug 2004, ngl wrote: > Hello all > > I'm using pcap and c_r libraries under FreeBSD 5.2.1-p9. > I have faced a problem, when one thread call pthread_cond_wait function, > i get 'Segmentation fault (core dumped)' message. More than likely your program failed, but without a simple test case we can't tell you where you went wrong ;-) -- Dan Eischen