From owner-freebsd-questions@FreeBSD.ORG Sat May 17 05:24:41 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 0728B37B404 for ; Sat, 17 May 2003 05:24:40 -0700 (PDT) Received: from spam2.snu.ac.kr (spam2.snu.ac.kr [147.46.10.68]) by mx1.FreeBSD.org (Postfix) with SMTP id 4FD7443FB1 for ; Sat, 17 May 2003 05:24:39 -0700 (PDT) (envelope-from lahaye@users.sourceforge.net) Received: (snipe 25853 invoked by alias); 17 May 2003 12:41:37 -0000 Received: from lahaye@users.sourceforge.net with Spamsniper2.0 (Processed in 0.140267 secs); Received: from unknown (HELO sis1.snu.ac.kr) (147.46.10.36) by 0 with SMTP; 17 May 2003 12:41:37 -0000 X-RCPTTO: freebsd-questions@freebsd.org,david@skytracker.ca, Received: from users.sourceforge.net ([147.46.44.183]) by sis1.snu.ac.kr (8.12.9/8.12.9) with ESMTP id h4HCN7FA161766; Sat, 17 May 2003 21:23:08 +0900 Message-ID: <3EC62A39.10601@users.sourceforge.net> Date: Sat, 17 May 2003 21:25:29 +0900 From: Rob Lahaye Organization: Seoul National University - South Korea User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.4a) Gecko/20030507 X-Accept-Language: en-us, en, ko-kr MIME-Version: 1.0 To: David Banning , freebsd-questions@freebsd.org References: <3EC4D3E2.4010207@users.sourceforge.net> <20030517003836.A78779@skytrackercanada.com> In-Reply-To: <20030517003836.A78779@skytrackercanada.com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit 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 12:24:41 -0000 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. 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 # brandelf -t Linux /usr/local/bin/realplay after the portinstall ? Thanks, Rob.