From owner-freebsd-emulation  Thu Oct 29 20:16:20 1998
Return-Path: <owner-freebsd-emulation@FreeBSD.ORG>
Received: (from majordom@localhost)
          by hub.freebsd.org (8.8.8/8.8.8) id UAA24650
          for freebsd-emulation-outgoing; Thu, 29 Oct 1998 20:16:20 -0800 (PST)
          (envelope-from owner-freebsd-emulation@FreeBSD.ORG)
Received: from dingo.cdrom.com (castles148.castles.com [208.214.165.148])
          by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id UAA24645
          for <freebsd-emulation@FreeBSD.ORG>; Thu, 29 Oct 1998 20:16:17 -0800 (PST)
          (envelope-from mike@dingo.cdrom.com)
Received: from dingo.cdrom.com (LOCALHOST [127.0.0.1])
	by dingo.cdrom.com (8.9.1/8.8.8) with ESMTP id UAA00463;
	Thu, 29 Oct 1998 20:16:00 -0800 (PST)
	(envelope-from mike@dingo.cdrom.com)
Message-Id: <199810300416.UAA00463@dingo.cdrom.com>
X-Mailer: exmh version 2.0.2 2/24/98
To: Charles Henrich <henrich@crh.cl.msu.edu>
cc: freebsd-emulation@FreeBSD.ORG
Subject: Re: Linux emu under 2.2.7? 
In-reply-to: Your message of "Thu, 29 Oct 1998 17:54:04 PST."
             <19981029175404.11894@orbit.flnet.com> 
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Date: Thu, 29 Oct 1998 20:16:00 -0800
From: Mike Smith <mike@smith.net.au>
Sender: owner-freebsd-emulation@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.org

> I've recently been attempting to run some programs compiled under RedHat 5.1
> under BSD, but when I do they segfault.  Initially they were missing new
> libraries (ld-2.0.7.so, libc-2.0.7.so, libm-2.0.7.so) when I brought them over
> via rpm2cpio the software ran, but then segfaulted.  Any ideas anyone?
> 
> Results of the end of the ktrace:
> 
>   2842 prman    RET   open JUSTRETURN
>   2842 prman    CALL  open(0xefbfceac,0,0)
>   2842 prman    NAMI  "/compat/linux/lib/ld-linux.so.2"

Is this the *real* ld-linux.so.2, or the .1 one renamed?

Also, is this dump from kdump or linux_kdump?

>   2842 prman    CALL  getpid
>   2842 prman    RET   getpid 2842/0xb1a
>   2842 prman    PSIG  SIGSEGV SIG_DFL

Not much inspiring here; I'd be worried about the ld-linux.so and 
perhaps your library set to start with.

-- 
\\  Sometimes you're ahead,       \\  Mike Smith
\\  sometimes you're behind.      \\  mike@smith.net.au
\\  The race is long, and in the  \\  msmith@freebsd.org
\\  end it's only with yourself.  \\  msmith@cdrom.com



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-emulation" in the body of the message