Strange segmentation faults after upgrade

Sven Gaerner sgaerner at gmx.net
Wed Mar 27 13:22:14 PDT 2013


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




More information about the Users mailing list