From owner-freebsd-threads@FreeBSD.ORG Fri Nov 11 20:25:24 2005 Return-Path: X-Original-To: freebsd-threads@freebsd.org Delivered-To: freebsd-threads@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E92E916A421 for ; Fri, 11 Nov 2005 20:25:24 +0000 (GMT) (envelope-from deischen@freebsd.org) Received: from mail.ntplx.net (mail.ntplx.net [204.213.176.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id 46C4A43D4C for ; Fri, 11 Nov 2005 20:25:24 +0000 (GMT) (envelope-from deischen@freebsd.org) Received: from sea.ntplx.net (sea.ntplx.net [204.213.176.11]) by mail.ntplx.net (8.13.5/8.13.5/NETPLEX) with ESMTP id jABKPNYY025233; Fri, 11 Nov 2005 15:25:23 -0500 (EST) Date: Fri, 11 Nov 2005 15:25:22 -0500 (EST) From: Daniel Eischen X-X-Sender: eischen@sea.ntplx.net To: Gabriel Becedillas In-Reply-To: <1139bd2a4492e98c3fcf367d5dc1ba00@gmail.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Virus-Scanned: by AMaViS and Clam AntiVirus (mail.ntplx.net) Cc: freebsd-threads@freebsd.org Subject: Re: pthreads and segmentation fault X-BeenThere: freebsd-threads@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Daniel Eischen List-Id: Threading on FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 11 Nov 2005 20:25:25 -0000 On Fri, 11 Nov 2005, Gabriel Becedillas wrote: > Hi, > I'm getting a segmentation fault on FreeBSD 5.4 using pthreads. I was > googling around and found that there are a lot of people hitting the > same bug, but didn't found a solution to it yet. > The active threads on my application are this ones: Are you fork()ing? Are you doing something silly like linking with "-lc -lpthread"? Without a test program to demonstrate the problem, there is nothing much we can do. -- DE