[gnu.bash.bug] IGNOREEOF

barratt@DASH.MITRE.ORG (Jeff Barratt) (08/23/89)

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