DragonFly users List (threaded) for 2013-03
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]
Strange segmentation faults after upgrade
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
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]