Date: Sat, 9 Aug 1997 19:57:21 +0200 From: j@uriah.heep.sax.de (J Wunsch) To: hackers@FreeBSD.ORG Cc: brett@peloton.physics.montana.edu (Brett Taylor) Subject: Re: weird warning and a thank you (fwd) Message-ID: <19970809195721.AG22691@uriah.heep.sax.de> In-Reply-To: <Pine.BSF.3.95.970728165511.18258B-100000@peloton.physics.montana.edu>; from Brett Taylor on Jul 28, 1997 16:56:17 -0600 References: <Pine.BSF.3.95.970728165511.18258B-100000@peloton.physics.montana.edu>
next in thread | previous in thread | raw e-mail | index | archive | help
As Brett Taylor wrote: > Now, as you may recall from that question, I have just moved from 2.2.1 to > 2.2.-STABLE. When I now telnet to my machine, to itself or from another > machine, I get a warning: > > inetd in realloc(): warning: junk pointer, too low to make sense. Please do the following: ln -s AJ /etc/malloc.conf This will make the above warning fatal, and cause your inetd to dump core on the next occasion. Then, please analyze the coredump to find about where it was doing a bogus realloc(). You can also run it with -g debugging symbols, and with the -d option, in foreground in a gdb session. -- cheers, J"org joerg_wunsch@uriah.heep.sax.de -- http://www.sax.de/~joerg/ -- NIC: JW11-RIPE Never trust an operating system you don't have sources for. ;-)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?19970809195721.AG22691>