Path: utzoo!utgpu!jarvis.csri.toronto.edu!rutgers!tut.cis.ohio-state.edu!DASH.MITRE.ORG!barratt From: barratt@DASH.MITRE.ORG (Jeff Barratt) Newsgroups: gnu.bash.bug Subject: IGNOREEOF Message-ID: <8908231645.AA09992@dash.mitre.org> Date: 23 Aug 89 16:45:04 GMT Sender: daemon@tut.cis.ohio-state.edu Distribution: gnu Organization: GNUs Not Usenet Lines: 15 Bash Version 1.02 Sun OS-4.0.1, Sun 3/50 Problem: Core dump on Control-D with IGNOREEOF set Transcript from machine "dash" dash1$ bash dash2$ IGNOREEOF=3 #dash2 is inferior shell prompt dash2$ echo $IGNOREEOF 3 dash2$ ^D # "control-D" Segmentation fault (core dumped) dash1$ # return to parent shell