DragonFly BSD
DragonFly users List (threaded) for 2013-03
[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]

Re: Strange segmentation faults after upgrade


From: "Samuel J. Greear" <sjg@xxxxxxxxxxxx>
Date: Wed, 27 Mar 2013 16:27:57 -0600

On Wed, Mar 27, 2013 at 2:22 PM, Sven Gaerner <sgaerner@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



[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]