mplayer

Kevin Oberman oberman at es.net
Fri May 7 13:23:56 PDT 2004


> From: Christer Solskogen <solskogen at carebears.mine.nu>
> Date: Fri, 07 May 2004 22:03:37 +0200
> Sender: owner-freebsd-current at freebsd.org
> 
> I did a cvsup, and a upgrade of my FreeBSD system today(CURRENT)
> and now i cant run mplayer anymore[1].
> I also did a recompile of mplayer, but it did not help. anyone else
> notice this?
> 
> [1]
> $ mplayer 
> Segmentation fault (core dumped

Odds are excellent that something that gets linked to mplayer is trying
to use the wrong thread library. Have you tried mapping all threading to
use libpthread and not to use libc_r? These things are really hard to
track down when plug-ins are used by a program and simply using ldd to
check on what libs are called won't find the problem.
-- 
R. Kevin Oberman, Network Engineer
Energy Sciences Network (ESnet)
Ernest O. Lawrence Berkeley National Laboratory (Berkeley Lab)
E-mail: oberman at es.net			Phone: +1 510 486-8634


More information about the freebsd-current mailing list