From owner-freebsd-emulation Thu Sep 14 20:45:15 2000 Delivered-To: freebsd-emulation@freebsd.org Received: from guru.mired.org (zoom1-061.telepath.com [216.14.1.61]) by hub.freebsd.org (Postfix) with SMTP id D6D0937B422 for ; Thu, 14 Sep 2000 20:44:55 -0700 (PDT) Received: (qmail 83344 invoked by uid 100); 15 Sep 2000 03:44:26 -0000 From: Mike Meyer MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <14785.39705.978444.886404@guru.mired.org> Date: Thu, 14 Sep 2000 22:44:25 -0500 (CDT) To: freebsd-emulation@freebsd.org Subject: shared libraries and -current? X-Mailer: VM 6.72 under 21.1 (patch 10) "Capitol Reef" XEmacs Lucid X-face: "5Mnwy%?j>IIV\)A=):rjWL~NB2aH[}Yq8Z=u~vJ`"(,&SiLvbbz2W`;h9L,Yg`+vb1>RG% *h+%X^n0EZd>TM8_IB;a8F?(Fb"lw'IgCoyM.[Lg#r\ Sender: owner-freebsd-emulation@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org I've just run into a second Linux application failing for similar reasons on -current (PRE_SMPNG). Both of them exit, leaving a core file. Invoking gdb on that program/core for both of them leads to an exit message of some kind, along with a message about not being able to find a shared library. Is the latter an artifact of gdb not being a linux binary, or is it an indication that something is wrong in the executable? Thanx,