Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 07 May 2004 13:23:56 -0700
From:      "Kevin Oberman" <oberman@es.net>
To:        Christer Solskogen <solskogen@carebears.mine.nu>
Cc:        freebsd-current@freebsd.org
Subject:   Re: mplayer 
Message-ID:  <20040507202356.0535A5D0D@ptavv.es.net>
In-Reply-To: Your message of "Fri, 07 May 2004 22:03:37 %2B0200." <1083960217.20870.1.camel@funshine.carebears.net> 

next in thread | previous in thread | raw e-mail | index | archive | help
> From: Christer Solskogen <solskogen@carebears.mine.nu>
> Date: Fri, 07 May 2004 22:03:37 +0200
> Sender: owner-freebsd-current@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@es.net			Phone: +1 510 486-8634



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20040507202356.0535A5D0D>