Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 12 May 1998 20:28:49 -0700 (PDT)
From:      Archie Cobbs <archie@whistle.com>
To:        mukti@unpad.ac.id (Mukti Arip)
Cc:        freebsd-isp@FreeBSD.ORG
Subject:   Re: FreeBSD error message
Message-ID:  <199805130328.UAA02366@bubba.whistle.com>
In-Reply-To: <Pine.BSF.3.96.980512134924.9022A-100000@pasca1.unpad.ac.id> from Mukti Arip at "May 12, 98 01:52:21 pm"

next in thread | previous in thread | raw e-mail | index | archive | help
Mukti Arip writes:
> My FreeBSD machine give me error message like this:
> 
> 	inetd in realloc(): warning: junk pointer, too low to make sense.
> 
> What's the meaning of that error message?

This is a message from the malloc/free code in libc. inetd is
apparently corrupting the heap somehow (in this case, trying
to free() a bogus value).

-Archie

___________________________________________________________________________
Archie Cobbs   *   Whistle Communications, Inc.  *   http://www.whistle.com

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



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