Git core dumped
Rumko
rumcic at gmail.com
Fri May 6 11:39:00 PDT 2011
Matthew Dillon wrote:
> :Hello!
> :I can't download pkgsrc-repository via git. I got such message:
> :* [new branch] dragonfly-2010Q3 -> origin/dragonfly-2010Q3
> :
> :May 4 17:24:10 kernel: pid 801 (git), uid 0: exited on signal 10 (core
> :dumped)
> :*** Signal 10
> :Stop in /usr
> :
> :What's wrong?
>
> Check your /usr/lib/libpthread* and see if it is linked to the wrong
> theading library:
>
> ls -la /usr/lib/libpthread*
>
> If it is linked to libc_r that is the problem. It needs to be linked
> to libthread_xu instead.
>
> cd /usr/lib
> ln -fs thread/libthread_xu.a libpthread.a
> ln -fs thread/libthread_xu.so libpthread.so.0
>
> I will fix installworld. Was your system originally installed from
> a fairly old DragonFly?
>
> -Matt
More information about the Users
mailing list