[3910] in testers
attach crashing
daemon@ATHENA.MIT.EDU (Brad Thompson)
Sat Apr 3 15:02:34 1999
To: Greg Hudson <ghudson@MIT.EDU>
Cc: danw@MIT.EDU, testers@MIT.EDU
In-Reply-To: Your message of "Sat, 03 Apr 1999 14:52:56 EST."
<199904031952.OAA01066@nephthys.grey17.org>
Date: Sat, 03 Apr 1999 15:02:25 EST
From: Brad Thompson <yak@MIT.EDU>
> add.c always checks getenv() for a null return.
>
> If you could stuff some "printenv" commands in your dotfiles before
> each attach -Padd invocation, I would expect that we could reproduce
> the coredump using the environment.
I do not modify the environment between adding lockers and when the
shell goes interactive. I have one add command, and right before it,
printenv shows:
HOME=/mit/yak
USER=yak
LOGNAME=yak
PATH=/usr/local/bin:/mit/yak/arch/@sys/bin:/mit/yak/share/bin:/usr/athena/bin:/bin/athena:/bin:/usr/bin:/usr/openwin/bin:/sbin:/usr/sbin:/usr/ccs/bin:/usr/gcc/bin:/usr/ucb
MAIL=/var/mail/yak
SHELL=/bin/athena/tcsh
TZ=US/Eastern
SSH_CLIENT=18.238.1.122 2049 22
SSH_TTY=/dev/pts/0
TERM=vt100
KRB5CCNAME=FILE:/tmp/krb5cc_l16192
KRBTKFILE=/tmp/tkt_p16192
HOSTTYPE=sun4
VENDOR=sun
OSTYPE=solaris
MACHTYPE=sparc
SHLVL=1
PWD=/mit/yak
GROUP=mit
HOST=florey.mit.edu
REMOTEHOST=severed-head.mit.edu
BLOCKSIZE=1M
WWW_HOME=/mit/yak/Public/startpage.html
EDITOR=ed
VISUAL=vim
CVSROOT=:kserver:cvs.mit.edu:/cvs/macdev
ATHENA_SYS=sun4x_56
PAGER=more
NOMHNPROC=
WGFILE=/mit/yak/.zephyr.lock
MANPATH=/usr/local/man:/usr/athena/man:/usr/share/man:/usr/openwin/man
Brad