On Wed, Mar 27, 2013 at 2:22 PM, Sven Gaerner <[email protected]> wrote: > Hi, > > Yesterday I upgraded my system to Release 3.2 (aka 69e16cfc). I executed > make buildworld > make installworld > make buildkernel > make installkernel > > Now every program that is linked against pthreads crashes. > > I tested with a simple program: > > #include <stdio.h> > > int main() { > printf("Ok.\n"); > return 0; > } > > I compiled this with > cc -o test test.c -lpthread -pthread > > As long as I include one of the thread options (-lpthread or -pthread) > the program crashes during execution in _pthread_mutex_lock. So I'm > unable to run any progam like git, perl, ... > > Is there anybody else seeing a similar problem? > > Regards, > Sven >
Sven, Is this an i386 or an x86-64 machine? Thanks, Sam
