Strange segmentation faults after upgrade
Samuel J. Greear
sjg at evilcode.net
Wed Mar 27 15:27:57 PDT 2013
On Wed, Mar 27, 2013 at 2:22 PM, Sven Gaerner <sgaerner at gmx.net> 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
More information about the Users
mailing list