From owner-freebsd-questions@FreeBSD.ORG Sat May 17 08:47:47 2003 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5A24737B401 for ; Sat, 17 May 2003 08:47:47 -0700 (PDT) Received: from smtp0.adl1.internode.on.net (smtp0.adl1.internode.on.net [203.16.214.194]) by mx1.FreeBSD.org (Postfix) with ESMTP id 556AA43F85 for ; Sat, 17 May 2003 08:47:46 -0700 (PDT) (envelope-from Malcolm.Kay@internode.on.net) Received: from beta.home (ppp364.sa.padsl.internode.on.net [150.101.245.107]) h4HFlhMO096772; Sun, 18 May 2003 01:17:44 +0930 (CST) Content-Type: text/plain; charset="iso-8859-1" From: Malcolm Kay Organization: At home To: Rob Lahaye , David Banning , freebsd-questions@freebsd.org Date: Sun, 18 May 2003 01:17:43 +0930 User-Agent: KMail/1.4.3 References: <3EC4D3E2.4010207@users.sourceforge.net> <20030517003836.A78779@skytrackercanada.com> <3EC62A39.10601@users.sourceforge.net> In-Reply-To: <3EC62A39.10601@users.sourceforge.net> MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Message-Id: <200305180117.43498.Malcolm.Kay@internode.on.net> Subject: Re: realaudio frequently coredumps X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 17 May 2003 15:47:47 -0000 On Sat, 17 May 2003 21:55, Rob Lahaye wrote: > David Banning wrote: > >>I'm using realaudio versions 8 and 9, which both coredump frequently. > >>The crash seems to happen when the speed of the connection goes down, > >>which, of course should not be a reason for coredumping :). > >> > >>I'm just wondering whether this is indeed a bug in realaudio, or it > >>is a bug in the linux module on Freebsd. > >> > >>I'm using linux_base-7.1_3 and FreeBSD 4.8 on a intel PC. > > > > Did you check the brandelf status? > > Aha, never heard of this 'brandelf' thing. > So I have opera-6.12.20030305 and linux-realplayer-8.cs2_2 > installed via the ports; both are linux versions. Be careful; I believe there are native FreeBSD versions of opera and I would be a little surprised to find a linux version branded as FreeBSD. When branding has not been taken care of the I think zero value correspon= ding to SVR4 is usually found. I have opera-6.11.20021129 which the help->about claims is for a FreeBSD=20 platform. > > When I do 'brandelf' on these executbles, I get: > > File '/usr/local/share/opera/bin/opera' is of brand 'FreeBSD' (9) > > File '/usr/local/bin/realplay' is of brand 'SVR4' (0). > > Is this wrong? > I would expect that a portinstall fixes this on the fly. > > Must I do manually > > # brandelf -t Linux /usr/local/share/opera/bin/opera I think not. > # brandelf -t Linux /usr/local/bin/realplay > > after the portinstall ? > Malcolm