Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 13 Jan 1999 15:43:01 -0800 (PST)
From:      ferdl@atommuell.oeh.uni-linz.ac.at
To:        freebsd-gnats-submit@FreeBSD.ORG
Subject:   bin/9477: inetd in realloc(): warning: junk pointer, too low to make sense.
Message-ID:  <199901132343.PAA21611@hub.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         9477
>Category:       bin
>Synopsis:       inetd in realloc(): warning: junk pointer, too low to make sense.
>Confidential:   no
>Severity:       serious
>Priority:       high
>Responsible:    freebsd-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Wed Jan 13 15:50:01 PST 1999
>Closed-Date:
>Last-Modified:
>Originator:     Ferdinand Goldmann
>Release:        3.0-19981216-SNAP
>Organization:
Hochschuelerschaft/Johannes Kepler University Linz/Austria
>Environment:
FreeBSD atommuell.oeh.uni-linz.ac.at 3.0-19981216-SNAP FreeBSD 3.0-19981216-SNAP #0: Mon Jan 11 03:58:12 CET 1999     root@atommuell.oeh.uni-linz.ac.at:/usr/src/sys/compile/ATOMMUELL  i386

>Description:
Every one in a while, inetd will stop forking new daemons, but instead,
it's children will die, and the following message is displayed:

inetd in realloc(): warning: junk pointer, too low to make sense.
inetd in free(): warning: junk pointer, too low to make sense.
The output of ktrace looks like this:

65089 inetd    RET   select 1
65089 inetd    CALL  accept(0x6,0,0)
65089 inetd    RET   accept 11/0xb
65089 inetd    CALL  sigprocmask(0x1,0x82001)
65089 inetd    RET   sigprocmask 0
65089 inetd    CALL  fork
65089 inetd    RET   fork 69581/0x10fcd
65089 inetd    CALL  sigprocmask(0x3,0)
65089 inetd    RET   sigprocmask 532481/0x82001
65089 inetd    CALL  close(0xb)69581 inetd    RET   fork 0
69581 inetd    CALL  sigprocmask(0x3,0)
69581 inetd    RET   sigprocmask 532481/0x82001
69581 inetd    CALL  close(0x9)
69581 inetd    RET   close 0
69581 inetd    CALL  close(0x8)
>How-To-Repeat:
>Fix:
>Release-Note:
>Audit-Trail:
>Unformatted:
 X-Send-Pr-Version: www-1.0
 
 
 

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



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