pthreads and segmentation fault

Daniel Eischen deischen at freebsd.org
Fri Nov 11 12:25:25 PST 2005


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



More information about the freebsd-threads mailing list