Path: utzoo!utgpu!jarvis.csri.toronto.edu!rutgers!tut.cis.ohio-state.edu!WATMATH.WATERLOO.EDU!accwai From: accwai@WATMATH.WATERLOO.EDU (Andy Wai) Newsgroups: gnu.bash.bug Subject: bash 1.02 core dumps on control-D Message-ID: <8907100230.AA22676@watmath.waterloo.edu> Date: 10 Jul 89 02:30:40 GMT Sender: daemon@tut.cis.ohio-state.edu Distribution: gnu Organization: GNUs Not Usenet Lines: 26 Script started on Sun Jul 9 21:45:32 1989 watmsg[1]% /usr/local/bin/bash watmsg[1]$ ^D Segmentation fault /usr/local/bin/bash (core dumped) watmsg[2]% exit script done on Sun Jul 9 21:45:55 1989 The machine is a Vax running 4.3 BSD. This seems to happen regardless of the values of variables and environments. One more comment: the Makefile for version 1.02 is much less portable than the previous one. For example, some versions of make don't understand the following: %.o : %.c ^^^^^^^^^ $(CC) -c $(CFLAGS) $(CPPFLAGS) $< -o $@ It also assumes the existence of variables like MAKE and RM which is not defined in some versions of make. Thanks. Andy Wai