Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 7 Jun 2000 22:53:46 +0100
From:      David Malone <dwmalone@maths.tcd.ie>
To:        vladimir-bsd-stable@math.uic.edu
Cc:        freebsd-stable@freebsd.org
Subject:   Re: inetd problems
Message-ID:  <20000607225346.A79634@walton.maths.tcd.ie>
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
References:  <20000607204616.14893.qmail@math.uic.edu>

next in thread | previous in thread | raw e-mail | index | archive | help
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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20000607225346.A79634>