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

Re: Git core dumped


From: Rumko <rumcic@xxxxxxxxx>
Date: Fri, 06 May 2011 20:39:00 +0200

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



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