From owner-freebsd-stable Wed Jun 7 14:53:54 2000 Delivered-To: freebsd-stable@freebsd.org Received: from salmon.maths.tcd.ie (salmon.maths.tcd.ie [134.226.81.11]) by hub.freebsd.org (Postfix) with SMTP id 195C237B784 for ; Wed, 7 Jun 2000 14:53:49 -0700 (PDT) (envelope-from dwmalone@maths.tcd.ie) Received: from walton.maths.tcd.ie by salmon.maths.tcd.ie with SMTP id ; 7 Jun 2000 22:53:47 +0100 (BST) Date: Wed, 7 Jun 2000 22:53:46 +0100 From: David Malone To: vladimir-bsd-stable@math.uic.edu Cc: freebsd-stable@freebsd.org Subject: Re: inetd problems Message-ID: <20000607225346.A79634@walton.maths.tcd.ie> References: <20000607204616.14893.qmail@math.uic.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0.1i In-Reply-To: <20000607204616.14893.qmail@math.uic.edu>; from vladimir-bsd-stable@math.uic.edu on Wed, Jun 07, 2000 at 08:46:16PM -0000 Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Wed, Jun 07, 2000 at 08:46:16PM -0000, vladimir-bsd-stable@math.uic.edu wrote: > #11 0x280778bc in hosts_access () from /usr/lib/libwrap.so.3 > #12 0x28077740 in hosts_access () from /usr/lib/libwrap.so.3 > #13 0x804a715 in main (argc=2, argv=0xbfbff8e8, envp=0xbfbff8ec) at inetd.c:659 > #14 0x8049a2d in _start () The stack trace looks a bit confused - maybe 'cos of optimisation? hosts_access doesn't call itself, but the functions it calls may have been inlined as they are static (mind you, that's not supposed to happen unless you compile with -O3). If you have extra optimisation turned on for doing a buildworld you could try turing it off and recompiling libc, libwrap and inetd. Otherwise you could try running inetd -d and keeping the output until it crashes. It will produce a lot of output! David. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message