[3219] in testers
sparc 8.1.4: inetd dumps core
daemon@ATHENA.MIT.EDU (John Hawkinson)
Thu Jun 12 18:39:46 1997
Date: Thu, 12 Jun 1997 18:39:22 -0400
To: testers@MIT.EDU
Cc: sipb-staff@MIT.EDU, jmmikkel@MIT.EDU
From: John Hawkinson <jhawk@MIT.EDU>
In my daily survey of /var/tmp, I was pleased to find a root
core file on bart-savagewood:
[bart-savagewood!jhawk] /var/tmp> ls -l core.root
-rw-r--r-- 1 root root 244108 Jun 10 15:28 core.root
It appears to be from inetd:
[bart-savagewood!jhawk] /var/tmp> file core.root
core.root: ELF 32-bit MSB core file SPARC Version 1, from 'inetd'
Specifically the athena one:
[bart-savagewood!jhawk] /var/tmp> ident core.root
core.root:
$Header: /afs/dev.mit.edu/source/repository/athena/etc/inetd/inetd.c,v 1.8 1997/04/01 01:13:44 ghudson Exp $
$Header: /u/rd/src/libc/regex/rcs/regx.x 1.21 1995/02/21 21:23:47 ant Exp $
$Header: /u/rd/src/libc/regex/rcs/regx.x 1.21 1995/02/21 21:23:47 ant Exp $
gdb (since it's gcc2_compiled) reports:
(gdb) where
#0 0xef64b9b0 in realfree ()
#1 0xef64c1b8 in cleanfree ()
#2 0xef64b2cc in _malloc_unlocked ()
#3 0xef64b1c4 in malloc ()
#4 0xef6d6c60 in setnetconfig ()
#5 0xef7669f8 in _s_match_netconf ()
#6 0xef766740 in _s_socreate ()
#7 0xef76bc14 in _socket ()
#8 0x12b34 in setup (sep=0x292b0) at inetd.c:529
#9 0x1295c in config () at inetd.c:486
#10 <signal handler called>
#11 0xef638f4c in _sigsuspend ()
#12 0x11d8c in main (argc=0, argv=0xeffffcd0, envp=0xeffffd5c) at inetd.c:270
You can find a copy of the core dump in
/mit/coredumps/jhawk/athena.inetd.814.core.
Joanne, as one of the principal space-eaters of the coredumps locker,
would you mind if system:quality deletes your Xserver cores?
--jhawk